/*====================
1. Google fonts
======================*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*====================
2. Theme variables
======================*/
:root {
    --body-font: "Poppins", sans-serif;
    /*--heading-font: "Sansation", sans-serif;*/
    --heading-font: "Libre Baskerville", serif;
    --theme-color: #0d6165;
    --theme-color2: #f6edde;
    --theme-color3: #d2cdba;
    --theme-bg-light: #fffdf8;
    --body-text-color: #454b52;
    /*--body-text-color: #0b3d40;*/
    --color-white: #ffffff;
    --box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --box-shadow3: 0 0 40px 5px rgba(142, 121, 249, 0.05);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.4;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

body {
    overflow-x: hidden !important;
    font-family: var(--body-font);
    background: var(--theme-bg-light);
}

a {
    text-decoration: none !important;
    outline: none;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn {
    font-size: 16px;
    transition: all 0.4s;
    font-weight: 600;
    padding: 1em 1em 1em 1em;
}

.btn:hover {
    outline: none;
    text-decoration: none;
}

.btn-sm {
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
}

.btn-rounded {
    border-radius: 30px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1350px;
    }
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-17 {
    font-size: 17px;
}

.f-20 {
    font-size: 20px;
}

.f-30 {
    font-size: 30px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-50 {
    padding: 50px;
}

.p-60 {
    padding: 60px;
}

.p-80 {
    padding: 80px;
}

.p-100 {
    padding: 100px;
}

.padding_right0 {
    padding-right: 0 !important;
}

.padding_right5 {
    padding-right: 5px;
}

.padding_right10 {
    padding-right: 10px;
}

.padding_right15 {
    padding-right: 15px;
}

.padding_right20 {
    padding-right: 20px;
}

.padding_right25 {
    padding-right: 25px;
}

.padding_right30 {
    padding-right: 30px;
}

.padding_right35 {
    padding-right: 35px;
}

.padding_right40 {
    padding-right: 40px;
}

.padding_right45 {
    padding-right: 45px;
}

.padding_right50 {
    padding-right: 50px;
}

.padding_right55 {
    padding-right: 55px;
}

.padding_right60 {
    padding-right: 60px;
}

.padding_right65 {
    padding-right: 65px;
}

.padding_right70 {
    padding-right: 70px;
}

.padding_right75 {
    padding-right: 75px;
}

.padding_right80 {
    padding-right: 80px;
}

.padding_right85 {
    padding-right: 85px;
}

.padding_right90 {
    padding-right: 90px;
}

.padding_right95 {
    padding-right: 95px;
}

.padding_right100 {
    padding-right: 100px;
}

.padding_left0 {
    padding-left: 0px !important;
}

.padding_left3 {
    padding-left: 3px;
}

.padding_left5 {
    padding-left: 5px;
}

.padding_left10 {
    padding-left: 10px;
}

.padding_left15 {
    padding-left: 15px;
}

.padding_left20 {
    padding-left: 20px;
}

.padding_left25 {
    padding-left: 25px;
}

.padding_left30 {
    padding-left: 30px;
}

.padding_left35 {
    padding-left: 35px;
}

.padding_left40 {
    padding-left: 40px;
}

.padding_left45 {
    padding-left: 45px;
}

.padding_left50 {
    padding-left: 50px;
}

.padding_left55 {
    padding-left: 55px;
}

.padding_left60 {
    padding-left: 60px;
}

.padding_left65 {
    padding-left: 65px;
}

.padding_left70 {
    padding-left: 70px;
}

.padding_left75 {
    padding-left: 75px;
}

.padding_left80 {
    padding-left: 80px;
}

.padding_left85 {
    padding-left: 85px;
}

.padding_left90 {
    padding-left: 90px;
}

.padding_left95 {
    padding-left: 95px;
}

.padding_left100 {
    padding-left: 100px;
}

.padding_top0 {
    padding-top: 0px !important;
}

.padding_top5 {
    padding-top: 5px;
}

.padding_top10 {
    padding-top: 10px;
}

.padding_top15 {
    padding-top: 15px;
}

.padding_top20 {
    padding-top: 20px;
}

.padding_top25 {
    padding-top: 25px;
}

.padding_top30 {
    padding-top: 30px;
}

.padding_top35 {
    padding-top: 35px;
}

.padding_top40 {
    padding-top: 40px;
}

.padding_top45 {
    padding-top: 45px;
}

.padding_top50 {
    padding-top: 50px;
}

.padding_top55 {
    padding-top: 55px;
}

.padding_top60 {
    padding-top: 60px;
}

.padding_top65 {
    padding-top: 65px;
}

.padding_top70 {
    padding-top: 70px;
}

.padding_top75 {
    padding-top: 75px;
}

.padding_top80 {
    padding-top: 80px;
}

.padding_top90 {
    padding-top: 90px;
}

.padding_top100 {
    padding-top: 100px;
}

.padding_top120 {
    padding-top: 120px;
}

.padding_top200 {
    padding-top: 200px;
}

.padding_bottom0 {
    padding-bottom: 0px !important;
}

.padding_bottom5 {
    padding-bottom: 5px;
}

.padding_bottom10 {
    padding-bottom: 10px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.padding_bottom15 {
    padding-bottom: 15px;
}

.padding_bottom20 {
    padding-bottom: 20px;
}

.padding_bottom25 {
    padding-bottom: 25px;
}

.padding_bottom30 {
    padding-bottom: 30px;
}

.padding_bottom35 {
    padding-bottom: 35px;
}

.padding_bottom40 {
    padding-bottom: 40px;
}

.padding_bottom45 {
    padding-bottom: 45px;
}

.padding_bottom50 {
    padding-bottom: 50px;
}

.padding_bottom55 {
    padding-bottom: 55px;
}

.padding_bottom60 {
    padding-bottom: 60px;
}

.padding_bottom70 {
    padding-bottom: 70px;
}

.padding_bottom80 {
    padding-bottom: 80px;
}

.padding_bottom90 {
    padding-bottom: 90px;
}

.padding_bottom100 {
    padding-bottom: 100px;
}

.padding_bottom120 {
    padding-bottom: 120px;
}

.padding_bottom130 {
    padding-bottom: 130px;
}

.padding_bottom140 {
    padding-bottom: 140px;
}

.padding_bottom150 {
    padding-bottom: 150px;
}

.padding_bottom160 {
    padding-bottom: 160px;
}

.padding_bottom170 {
    padding-bottom: 170px;
}

.padding_bottom180 {
    padding-bottom: 180px;
}

.padding_bottom190 {
    padding-bottom: 190px;
}

.padding_bottom200 {
    padding-bottom: 200px;
}

.padding_bottom380 {
    padding-bottom: 380px;
}

.line-height_1_4 {
    line-height: 1.4;
}

.line-height_1_6 {
    line-height: 1.6;
}

.line-height_1_8 {
    line-height: 1.8;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.box-shadow {
    box-shadow: 0 0 40px rgba(95, 125, 149, 0.1);
}

.box-shadow-lg {
    box-shadow: 0 5px 35px 0 rgba(95, 125, 149, 0.15);
}

.read-more {
    color: #33324e;
    font-weight: 500;
    padding: 2px 0px;
}

.read-more:hover {
    color: #ed2964;
    padding: 2px 0px;
    transition: all 0.3s;
}

.read-more i {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.bg-overlay {
    background-color: rgba(35, 37, 47, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.title-box .title-sub-title {
    background: rgba(237, 41, 100, 0.2);
    padding: 7px 22px;
    display: inline;
    border-radius: 30px;
    font-size: 13px;
}

.title-box .title-heading {
    font-size: 40px;
    font-weight: 600;
    color: var(--theme-color);
}

.title-box .title-heading span {
    color: var(--body-text-color);
}

.row > * {
    position: relative;
}

.bg-primary {
    background-color: #ed2964 !important;
}

.bg-soft-primary {
    background-color: rgba(67, 83, 255, 0.1) !important;
}

.text-primary {
    color: #212529 !important;
}

.icon-dual-primary {
    color: #ed2964;
    fill: rgba(67, 83, 255, 0.2);
}

.btn-soft-primary {
    background-color: rgba(67, 83, 255, 0.25);
    color: #ed2964;
}

.btn-primary {
    background: var(--theme-color);
    border-color: var(--theme-color) !important;
    color: var(--color-white);
}

.btn-secondary {
    background: var(--color-white);
    border-color: var(--color-white) !important;
    color: var(--theme-color);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
    background: var(--color-white);
    /*border-color:  var(--color-white);*/
    color: var(--theme-color);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
    background: var(--theme-color);
    /*border-color:  var(--color-white);*/
    color: var(--color-white);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
    background: #ed2964;
    border-color: #ed2964;
}

.bg-success {
    background-color: #00c99c !important;
}

.bg-soft-success {
    background-color: rgba(0, 201, 156, 0.1) !important;
}

.text-success {
    color: #00c99c !important;
}

.icon-dual-success {
    color: #00c99c;
    fill: rgba(0, 201, 156, 0.2);
}

.btn-soft-success {
    background-color: rgba(0, 201, 156, 0.25);
    color: #00c99c;
}

.btn-soft-success:hover,
.btn-soft-success:focus,
.btn-soft-success:active,
.btn-soft-success.active,
.btn-soft-success.focus,
.btn-soft-success:not(:disabled):not(.disabled):active,
.btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #00b58c;
    border-color: #00b58c;
}

.btn-success {
    background: #00c99c !important;
    border-color: #00c99c !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
    background: #00b58c;
    border-color: #00b58c;
}

.btn-outline-success {
    color: #00c99c;
    border-color: #00c99c;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
    background: #00c99c;
    border-color: #00c99c;
}

.bg-info {
    background-color: #15b2ec !important;
}

.bg-soft-info {
    background-color: rgba(21, 178, 236, 0.1) !important;
}

.text-info {
    color: #15b2ec !important;
}

.icon-dual-info {
    color: #15b2ec;
    fill: rgba(21, 178, 236, 0.2);
}

.btn-soft-info {
    background-color: rgba(21, 178, 236, 0.25);
    color: #15b2ec;
}

.btn-soft-info:hover,
.btn-soft-info:focus,
.btn-soft-info:active,
.btn-soft-info.active,
.btn-soft-info.focus,
.btn-soft-info:not(:disabled):not(.disabled):active,
.btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #12a5db;
    border-color: #12a5db;
}

.btn-info {
    background: #15b2ec !important;
    border-color: #15b2ec !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
    background: #12a5db;
    border-color: #12a5db;
}

.btn-outline-info {
    color: #15b2ec;
    border-color: #15b2ec;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
    background: #15b2ec;
    border-color: #15b2ec;
}

.bg-warning {
    background-color: #f5a416 !important;
}

.bg-soft-warning {
    background-color: rgba(245, 164, 22, 0.1) !important;
}

.text-warning {
    color: #f5a416 !important;
}

.icon-dual-warning {
    color: #f5a416;
    fill: rgba(245, 164, 22, 0.2);
}

.btn-soft-warning {
    background-color: rgba(245, 164, 22, 0.25);
    color: #f5a416;
}

.btn-soft-warning:hover,
.btn-soft-warning:focus,
.btn-soft-warning:active,
.btn-soft-warning.active,
.btn-soft-warning.focus,
.btn-soft-warning:not(:disabled):not(.disabled):active,
.btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #ec9a0a;
    border-color: #ec9a0a;
}

.btn-warning {
    background: #f5a416 !important;
    border-color: #f5a416 !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
    background: #ec9a0a;
    border-color: #ec9a0a;
}

.btn-outline-warning {
    color: #f5a416;
    border-color: #f5a416;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
    background: #f5a416;
    border-color: #f5a416;
}

.bg-danger {
    background-color: #fb7179 !important;
}

.bg-soft-danger {
    background-color: rgba(251, 113, 121, 0.1) !important;
}

.text-danger {
    color: #fb7179 !important;
}

.icon-dual-danger {
    color: #fb7179;
    fill: rgba(251, 113, 121, 0.2);
}

.btn-soft-danger {
    background-color: rgba(251, 113, 121, 0.25);
    color: #fb7179;
}

.btn-soft-danger:hover,
.btn-soft-danger:focus,
.btn-soft-danger:active,
.btn-soft-danger.active,
.btn-soft-danger.focus,
.btn-soft-danger:not(:disabled):not(.disabled):active,
.btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #fa5d66;
    border-color: #fa5d66;
}

.btn-danger {
    background: #fb7179 !important;
    border-color: #fb7179 !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
    background: #fa5d66;
    border-color: #fa5d66;
}

.btn-outline-danger {
    color: #fb7179;
    border-color: #fb7179;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
    background: #fb7179;
    border-color: #fb7179;
}

.bg-orange {
    background-color: #fff8f6 !important;
}

.bg-soft-orange {
    background-color: rgba(255, 248, 246, 0.1) !important;
}

.text-orange {
    color: #fff8f6 !important;
}

.icon-dual-orange {
    color: #fff8f6;
    fill: rgba(255, 248, 246, 0.2);
}

.btn-soft-orange {
    background-color: rgba(255, 248, 246, 0.25);
    color: #fff8f6;
}

.btn-soft-orange:hover,
.btn-soft-orange:focus,
.btn-soft-orange:active,
.btn-soft-orange.active,
.btn-soft-orange.focus,
.btn-soft-orange:not(:disabled):not(.disabled):active,
.btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #ffe8e2;
    border-color: #ffe8e2;
}

.btn-orange {
    background: #fff8f6 !important;
    border-color: #fff8f6 !important;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.btn-orange.focus,
.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
    background: #ffe8e2;
    border-color: #ffe8e2;
}

.btn-outline-orange {
    color: #fff8f6;
    border-color: #fff8f6;
}

.btn-outline-orange:hover,
.btn-outline-orange:focus,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.focus,
.btn-outline-orange:not(:disabled):not(.disabled):active,
.btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
    background: #fff8f6;
    border-color: #fff8f6;
}

.bg-dark {
    background-color: #33324e !important;
}

.bg-soft-dark {
    background-color: rgba(51, 50, 78, 0.1) !important;
}

.text-dark {
    color: #33324e !important;
}

.icon-dual-dark {
    color: #33324e;
    fill: rgba(51, 50, 78, 0.2);
}

.btn-soft-dark {
    background-color: rgba(51, 50, 78, 0.25);
    color: #33324e;
}

.btn-soft-dark:hover,
.btn-soft-dark:focus,
.btn-soft-dark:active,
.btn-soft-dark.active,
.btn-soft-dark.focus,
.btn-soft-dark:not(:disabled):not(.disabled):active,
.btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #2b2a42;
    border-color: #2b2a42;
}

.btn-dark {
    background: #33324e !important;
    border-color: #33324e !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
    background: #2b2a42;
    border-color: #2b2a42;
}

.btn-outline-dark {
    color: #33324e;
    border-color: #33324e;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
    background: #33324e;
    border-color: #33324e;
}

.bg-muted {
    background-color: #5e6267 !important;
}

.bg-soft-muted {
    background-color: rgba(118, 125, 172, 0.1) !important;
}

.text-muted {
    color: #212529 !important;
}

.icon-dual-muted {
    color: #212529;
    fill: rgba(118, 125, 172, 0.2);
}

.btn-soft-muted {
    background-color: rgba(118, 125, 172, 0.25);
    color: #5e6267;
}

.btn-soft-muted:hover,
.btn-soft-muted:focus,
.btn-soft-muted:active,
.btn-soft-muted.active,
.btn-soft-muted.focus,
.btn-soft-muted:not(:disabled):not(.disabled):active,
.btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #6971a4;
    border-color: #6971a4;
}

.btn-muted {
    background: #5e6267 !important;
    border-color: #5e6267 !important;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
    background: #6971a4;
    border-color: #6971a4;
}

.btn-outline-muted {
    color: #5e6267;
    border-color: #5e6267;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
    background: #5e6267;
    border-color: #5e6267;
}

.bg-purple {
    background-color: #9261c6 !important;
}

.bg-soft-purple {
    background-color: rgba(146, 97, 198, 0.1) !important;
}

.text-purple {
    color: #9261c6 !important;
}

.icon-dual-purple {
    color: #9261c6;
    fill: rgba(146, 97, 198, 0.2);
}

.btn-soft-purple {
    background-color: rgba(146, 97, 198, 0.25);
    color: #9261c6;
}

.btn-soft-purple:hover,
.btn-soft-purple:focus,
.btn-soft-purple:active,
.btn-soft-purple.active,
.btn-soft-purple.focus,
.btn-soft-purple:not(:disabled):not(.disabled):active,
.btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #8852c1;
    border-color: #8852c1;
}

.btn-purple {
    background: #9261c6 !important;
    border-color: #9261c6 !important;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.btn-purple.focus,
.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
    background: #8852c1;
    border-color: #8852c1;
}

.btn-outline-purple {
    color: #9261c6;
    border-color: #9261c6;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:not(:disabled):not(.disabled):active,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
    background: #9261c6;
    border-color: #9261c6;
}

.bg-pink {
    background-color: #f12699 !important;
}

.bg-soft-pink {
    background-color: rgba(241, 38, 153, 0.1) !important;
}

.text-pink {
    color: #f12699 !important;
}

.icon-dual-pink {
    color: #f12699;
    fill: rgba(241, 38, 153, 0.2);
}

.btn-soft-pink {
    background-color: rgba(241, 38, 153, 0.25);
    color: #f12699;
}

.btn-soft-pink:hover,
.btn-soft-pink:focus,
.btn-soft-pink:active,
.btn-soft-pink.active,
.btn-soft-pink.focus,
.btn-soft-pink:not(:disabled):not(.disabled):active,
.btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #f01390;
    border-color: #f01390;
}

.btn-pink {
    background: #f12699 !important;
    border-color: #f12699 !important;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.focus,
.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
    background: #f01390;
    border-color: #f01390;
}

.btn-outline-pink {
    color: #f12699;
    border-color: #f12699;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:not(:disabled):not(.disabled):active,
.btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
    background: #f12699;
    border-color: #f12699;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-soft-white {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
    color: #ffffff !important;
}

.icon-dual-white {
    color: #ffffff;
    fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.btn-soft-white:hover,
.btn-soft-white:focus,
.btn-soft-white:active,
.btn-soft-white.active,
.btn-soft-white.focus,
.btn-soft-white:not(:disabled):not(.disabled):active,
.btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: whitesmoke;
    border-color: whitesmoke;
}

.btn-white {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
    background: whitesmoke;
    border-color: whitesmoke;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
    background: #ffffff;
    border-color: #ffffff;
}

.bg-light {
    background-color: #f6f7fb !important;
}

.bg-soft-light {
    background-color: rgba(246, 247, 251, 0.1) !important;
}

.text-light {
    color: #f6f7fb !important;
}

.icon-dual-light {
    color: #f6f7fb;
    fill: rgba(246, 247, 251, 0.2);
}

.btn-soft-light {
    background-color: rgba(246, 247, 251, 0.25);
    color: #f6f7fb;
}

.btn-soft-light:hover,
.btn-soft-light:focus,
.btn-soft-light:active,
.btn-soft-light.active,
.btn-soft-light.focus,
.btn-soft-light:not(:disabled):not(.disabled):active,
.btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background: #e8eaf5;
    border-color: #e8eaf5;
}

.btn-light {
    background: #f6f7fb !important;
    border-color: #f6f7fb !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
    background: #e8eaf5;
    border-color: #e8eaf5;
}

.btn-outline-light {
    color: #f6f7fb;
    border-color: #f6f7fb;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
    background: #f6f7fb;
    border-color: #f6f7fb;
}

.topbar {
    background-color: #33324e;
}

.phone-topbar {
    padding: 11px 0;
}

.phone-topbar .topbar-link a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.topbar-social i {
    color: rgba(255, 255, 255, 0.7);
}

.mobile-none {
    display: inline-block;
}

.mobile-block {
    display: none !important;
}

.navbar-brand {
    padding-bottom: 0;
    padding-top: 15px;
}

.navbar-custom {
    padding: 0px;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    /*    top: 40px;*/
}

.navbar-custom .container {
    max-width: 1350px;
}

.navbar-custom .navbar-nav li a {
    line-height: 30px;
    color: var(--body-text-color);
    font-size: 16px;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 30px 0;
    margin: 0 10px;
    font-weight: 500;
    padding-right: 0 !important;
    padding-left: 0px !important;
}

.navbar-custom .navbar-nav li .dropdown-menu {
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
    border: none;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item {
    padding: 6px 18px;
    color: #5e6267 !important;
    margin: 0;
}

.navbar-custom .navbar-nav li .dropdown-menu .dropdown-item:hover {
    color: #ed2964 !important;
}

.navbar-custom .navbar-nav li .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 45px;
    box-sizing: border-box;
    border: 7px solid #495057;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
    box-shadow: -2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

@media (max-width: 991.98px) {
    .navbar-custom .navbar-nav li .dropdown-menu:after {
        display: none;
    }
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #33324e;
}

.navbar-custom .navbar-nav li a.active,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: var(--theme-color) !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.logo {
    margin-top: -15px;
}

.logo .logo-light {
    display: inline-block;
    height: 60px;
}

.logo .logo-dark {
    display: none;
    height: 50px;
}

.nav-sticky .logo .logo-dark {
    display: inline-block;
}

.nav-sticky .logo .logo-light {
    display: none;
}

.nav-sticky .btn-soft-light {
    background-color: rgba(67, 83, 255, 0.25) !important;
    color: #ed2964 !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #ffffff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}

.navbar-button {
    margin-left: 10px;
}

/*---NAVBAR LIGHT--*/
/*
.navbar-light .navbar-nav li a {
    color: rgba(255, 255, 255, 0.7) !important;
}
*/

/*
.navbar-light .navbar-nav li a.active,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
    color: #ffffff !important;
}
*/

.navbar-light .navbar-toggler {
    border: none;
}

/*---NAVBAR STICKY--*/
.navbar-custom {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow);
}

.nav-custom .navbar-nav li a {
    color: #33324e !important;
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(67, 83, 255, 0.14);
}

.nav-sticky.navbar-custom.sticky-dark {
    background-color: #ffffff;
    top: 0;
}

.nav-sticky .logo {
    color: #33324e !important;
}

.nav-sticky .navbar-nav li a {
    color: #572987 !important;
}

.nav-sticky .btn-custom-light {
    background: rgba(67, 83, 255, 0.1) !important;
    border-color: rgba(67, 83, 255, 0.01) !important;
    color: #ed2964;
}

.nav-sticky .btn-custom-light:hover,
.nav-sticky .btn-custom-light:focus,
.nav-sticky .btn-custom-light:active,
.nav-sticky .btn-custom-light.active,
.nav-sticky .btn-custom-light.focus,
.nav-sticky .btn-custom-light:not(:disabled):not(.disabled):active,
.nav-sticky .btn-custom-light:not(:disabled):not(.disabled):active:focus,
.nav-sticky .btn-custom-light .open > .dropdown-toggle.btn-primary {
    background: rgba(67, 83, 255, 0.1) !important;
    border-color: rgba(67, 83, 255, 0.01) !important;
    color: #ed2964;
}

.nav-sticky.navbar-custom .navbar-nav li a.active,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #ed2964 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: 0.25rem 0.75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-home {
    position: relative;
    background-color: #ffffff;
    padding: 130px 0px 70px 0px;
}

.home-badge p {
    background-color: #f6f7fb;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid #f6f6f6;
}

.home-content .home-title {
    font-size: 45px;
}

.home-img-2 img {
    position: relative;
    top: 100px;
    z-index: 1;
}

.contact-section {
    padding: 60px 0 !important;
}

.custom-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.custom-form .otp-btn,
.custom-form .verify-btn {
    position: absolute;
    right: 15px;
    top: 25%;
    font-size: 14px;
    color: #262262;
    font-weight: 600;
}

.custom-form .form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
}

.custom-form .form-group label sup {
    color: #c01d2e;
    font-size: 18px;
}

.custom-form .form-control {
    height: 44px;
    font-size: 15px;
    padding-left: 15px;
    border-color: #e2e4e8;
    color: #5e6267;
    background: #ffffff;
}

.custom-form .form-control:focus {
    border-color: #ebc11d;
    outline: 0;
    box-shadow: none;
}

.custom-form .form-select {
    height: 44px;
    font-size: 15px;
    color: #5e6267;
}

.custom-form .form-select:focus {
    border-color: #ebc11d;
    outline: 0;
    box-shadow: none;
}

.addMore {
    background: #ebc11d !important;
    width: 100%;
    border-color: #ebc11d !important;
    transform: translateY(-4px);
    padding: 0.7rem 0.4rem !important;
}

.addMore:hover {
    background: transparent !important;
    color: #ebc11d;
}

.removeField {
    background: #bf1e2e !important;
    width: 100%;
    border-color: #bf1e2e !important;
    transform: translateY(-4px);
    padding: 0.7rem 0.4rem !important;
}

.removeField:hover {
    background-color: transparent !important;
    color: #bf1e2e;
}

.check-radio {
    padding-left: 40px;
    cursor: pointer;
}

.check-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.check-radio:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the radio button is checked, add a blue background */
.check-radio input:checked ~ .checkmark {
    background-color: #572987;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.check-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*==== Main Css =====*/

.home-banner {
    background-color: var(--theme-color2);
    background-image: url(../images/image-hero.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    padding: 110px 0;
    margin-top: 75px;
}

.home-banner .home-desc {
    padding-right: 40px;
}

.home-banner .content-box h6 {
    font-size: 22px;
    margin-top: 20px;
    color: var(--theme-color);
}

.home-banner .content-box p {
    margin-top: 20px;
}

.home-banner .content-box .cta-button {
    margin-top: 30px;
}

.home-banner .content-box .cta-button a:not(:last-child) {
    margin-right: 15px;
}

.home-banner .content-box .cta-button .btn-contact {
    color: var(--body-text-color);
    font-weight: 600;
}

.home-banner .content-box .cta-button .btn-contact:hover {
    color: var(--theme-color);
}

.home-banner .content-box .cta-button .btn-contact span {
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    line-height: 35px;
    background: var(--theme-color3);
    /*border: 1px solid var(--theme-color);*/
    color: var(--theme-color);
    border-radius: 50%;
    margin-right: 10px;
}


.section-one {
    padding: 80px 0;
}

.section-one .title-box {
    margin-bottom: 20px;
}

.section-one .about-list-card {
    background: #e9f0f0;
    margin-left: 30px;
    padding: 30px;
    border-radius: 20px;
}

.section-one .about-list-card .heading {
    color: var(--theme-color);
    font-size: 35px;
    font-weight: 500;
}

.section-one .about-list-card .about-ul li {
    display: flex;
}

.section-one .about-list-card .about-ul li:not(:last-child) {
    margin-bottom: 10px;
}

.section-one .about-list-card .about-ul li i {
    margin-right: 15px;
    margin-top: 3px;
    font-size: 20px;
    color: var(--theme-color);
}

.section-two {
    background: var(--theme-color2);
    padding: 80px 0;
}

.section-two .course-card {
    padding: 30px 30px;
    background: var(--color-white);
    border-radius: 20px;
    height: 100%;
}

.section-two .course-card .title-box {
    margin-bottom: 30px;
}

.section-two .course-card .heading {
    font-size: 30px;
    color: var(--theme-color);
    font-weight: 500;
}

.section-two .course-card .course-desc-list .list {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section-two .course-card .course-desc-list .list .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #e9f0f0;
    text-align: center;
    border-radius: 10px;
    margin-right: 20px;
}

.section-two .course-card .course-desc-list .list .icon img {
    width: 30px;
}

.section-two .course-card .course-desc-list .list p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.section-two .course-card2 .course-desc-list .list .icon {
    background: var(--theme-color);
    border-radius: 50%;
}

.section-two .course-card2 .course-desc-list .list .icon img {
    width: 25px;
}

.section-three .section-three-inner{
    border-bottom: 2px solid var(--theme-color2);
     padding: 80px 0;
}

.bg{
    background: #efe6d6;
}

.section-three .title-box{
    margin-bottom: 50px;
}

.section-three .title-box h3 {
    font-size: 22px;
}

.section-three .title-box h3 i {
    color: var(--theme-color);
    margin-right: 5px;
}

.section-three .title-box .title-heading{
    font-size: 35px;
    font-weight: 500;
}

.timeline {
    position: relative;
    padding-left: 4rem;
    margin: 0 0 0 30px;
    color: white;
}

.timeline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: var(--theme-color3);
}

.timeline .timeline-container {
    position: relative;
    margin-bottom: 20px;
}

.timeline .timeline-container .timeline-icon {
    position: absolute;
    left: -88px;
    top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 2rem;
    background: var(--theme-color);
}

.timeline .timeline-container .timeline-icon i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline .timeline-container .timeline-icon img {
    width: 25px;
}

.timeline .timeline-container .timeline-body {
    background: var(--color-white);
    border-radius: 15px;
    padding: 20px 20px 15px;
    border: 1px solid var(--theme-color2);
    box-shadow: var(--box-shadow);
    display: inline-block;
}

.timeline .timeline-container .timeline-body:before {
    content: "";
    background: inherit;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: -10px;
    transform: rotate(45deg);
    border-radius: 0 0 0 2px;
}

.timeline .timeline-container .timeline-body .timeline-title {
    margin-bottom: 10px;
}

.timeline .timeline-container .timeline-body .timeline-title .badge {
    background: var(--theme-color2);
    padding: 10px 8px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--theme-color);
}

.timeline .timeline-container .timeline-body p{
    font-size: 18px;
    color: var(--body-text-color);
    font-weight: 500;
    margin-bottom: 0;
}

.faculty-box{
    margin-bottom: 30px;
}

.faculty-box .heading{
    font-size: 22px;
}

.faculty-box .heading i{
    color: var(--theme-color);
    margin-right: 5px;
}

.faculty-box .faculty-doctor{
    background: var(--theme-color);
    padding: 25px;
    border-radius: 15px;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.faculty-box .faculty-doctor .image{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100px;
    width: 100px;
}

.faculty-box .faculty-doctor .image img{
    border-radius: 10px;
}

.faculty-box .faculty-doctor .desc{
    margin-left: 20px;
}

.faculty-box .faculty-doctor .desc h5{
    color: var(--color-white);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.faculty-box .faculty-doctor .desc .deg{
    font-size: 17px;
    color: var(--theme-color2);
    margin-bottom: 0px;
    font-weight: 500;
}

.faculty-box .faculty-doctor .desc .add{
    font-size: 14px;
    color: var(--theme-color2);
}

.faculty-box2 .heading{
    font-size: 22px;
    margin-bottom: 20px;
}

.faculty-box2 .heading i{
    color: var(--theme-color);
    margin-right: 5px;
}

.faculty-box2 .doctor-card{
    padding: 20px 15px;
    border-radius: 20px;
    background: var(--theme-color2);
    border-bottom: 2px solid var(--theme-color);
    text-align: left;
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    /*height: 242px;*/
}

.faculty-box2 .doctor-card .image{
    width: 100px;
    height: 100px;
    margin-right: 20px !important;
    display: block;
    /*margin: 0 auto;*/
    padding-top: 5px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 50%;
}

.faculty-box2 .doctor-card .image img{
        border-radius: 50%;
}

.faculty-box2 .doctor-card .desc h5{
    font-size: 17px;
    color: var(--theme-color);
}

.faculty-box2 .doctor-card .desc .deg{
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.section-four .title-box{
    margin-bottom: 40px;
}

.section-four{
    padding: 80px 0;
}

.section-four .title-heading{
    font-size: 35px;
    font-weight: 500;
}

.section-four .heading{
    font-size: 22px;
}

.section-four .seats-card{
    background: var(--color-white);
    border-radius: 15px;
    padding: 30px;;
    border: 1px solid var(--theme-color2);
    box-shadow: var(--box-shadow);
}

.section-four .seats-card .seats-ul{
    display: block;
    margin-top: 20px;
}

.section-four .seats-card .seats-ul li{
    display: flex;
}

.section-four .seats-card .seats-ul li:not(:last-child){
    margin-bottom: 10px;
}

.section-four .seats-card .seats-ul li i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--theme-color);
}

.section-four .seats-card .status{
    padding: 15px;
    border: 1px solid var(--theme-color3);
    border-radius: 20px;
    margin-top: 30px;
    background-color: #fffdfa;
}

.section-four .seats-card .status h6{
    font-size: 18px;
    color: var(--theme-color);
}

.section-four .seats-card .status p{
    margin: 0;
    color: var(--theme-color3);
}

/*
.section-four .venu-card{
    background: var(--theme-color);
    padding: 30px;
    border-radius: 20px;
}
*/

.section-four .venu-card .list{
    display: flex;
    align-items: center;
    background: var(--theme-color);
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.section-four .venu-card .list .icon{
    width: 60px;
    height: 60px;
    background-color: #e9f0f0;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
    border-radius: 10px;
}

.section-four .venu-card .list .icon img{
    width: 35px;
}

.section-four .venu-card .list .desc h5{
    font-size: 22px;
    color: var(--color-white);
    margin-bottom: 0;
}

.section-four .venu-card .list .desc p{
    font-size: 18px;
    margin: 0;
    color: var(--theme-color2);
}

.section-five .title-box{
    margin-bottom: 50px;

}

.section-five .heading{
    font-weight: 500;
    font-size: 35px;
    color: var(--theme-color);
}

.section-five .section-five-inner{
    border-radius: 30px;
    padding: 40px;
    background: var(--theme-color2);
}

.section-five .form-group{
    margin-bottom: 30px;
}

.section-five .form-control,
.section-five .form-select{
    padding: 10px 10px;
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    border-color: var(--theme-color3);
    background-color: #fffaf2;
}

.section-five .form-group label, .section-five .form-group p{
    font-weight: 500;
    margin-bottom: 10px;
}

.section-five .form-group label sup, .section-five .form-group p sup{
    color: red;
}

.section-five .form-control:focus{
    background: #ffffff;
}

.section-five .title-box .fee{
    background: var(--theme-color3);
    padding: 15px 20px;
    border-radius: 50px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: var(--theme-color);
    margin-top: 10px;
}

.section-five .price-card{
    padding: 15px;
    background: #e9f0f0;
    border: 1px solid var(--theme-color);
    border-radius: 15px;
    margin-bottom: 40px;
}

.section-five .price-card ul{
    justify-content: space-between;
}

.section-five .price-card ul li{
    font-size: 20px;
    font-weight: 600;
    
}

.section-five .price-card ul li:not(:first-child){
    color: var(--theme-color);
}


.section-six{
    padding: 80px 0;
}

.section-six .guide-ul{
    display: block;
    margin-top: 20px;
}

.section-six .guide-ul li i{
    margin-right: 15px;
    margin-top: 3px;
    font-size: 20px;
    color: var(--theme-color);
}

.section-six .guide-ul li:not(:last-child){
    margin-bottom: 10px;
}

.section-six .guide-ul li>ul{
    list-style: none;
}

.section-six .guide-ul li>ul i{
    font-size: 10px;
    margin-right: 10px;
}

.section-seven{
    padding: 80px 0;
}

.section-seven .title-box {
    margin-bottom: 50px;
}

.section-seven .table tr th,
.section-seven .table tr td{
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-section{
    padding: 40px 0;
    background-color: var(--theme-color);
}

.footer-section .footer-desc h4{
    font-size: 22px;
    color: var(--color-white);
}

.footer-section .footer-desc p{
    margin: 0;
    color: var(--theme-color3);
}

.footer-section .footer-desc p a{
    color: var(--color-white);
}

.footer-section .footer-desc p a:hover{
    color: var(--body-text-color);
}


@media (min-width: 320px) and (max-width: 767px){
    .logo{
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .logo img{
        height: 50px !important;
    }
    
    .home-banner{
        background-image: none;
        margin-top: 70px;
        padding: 30px 0 50px;
    }
    
    .home-banner .home-desc{
        padding-right: 0;
    }
    
    .title-box .title-heading{
        font-size: 25px;
        text-align: center;
    }
    
    .home-banner .content-box h6{
        font-size: 18px;
        text-align: center !important;
    }
    
    .home-banner .content-box p{
        text-align: center;
    }
    
    .home-banner .content-box .cta-button a{
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .home-banner .content-box .cta-button .btn-contact{
        width: 100%;
        display: block;
        text-align: center;
        border: 1px solid var(--theme-color);
        padding: 12px;
        border-radius: 5px;
    }
    
    .section-one{
        padding: 50px 0;
    }
    
    .section-one .about-list-card{
        margin-left: 0;
        padding: 30px 20px;
    }
    
    .section-one p{
        text-align: center;
    }
    
    .section-one .about-list-card .heading{
        font-size: 25px;
        text-align: center;
    }
    
    .section-one .about-list-card .heading p{
        font-size: 15px;
    }
    
    .section-two{
        padding: 50px 0;
    }
    
    .section-two .course-card .heading{
        font-size: 25px;
        text-align: center;
    }
    
    .section-two .course-card{
        padding: 30px 20px;
    }
    
    .section-two .course-card .course-desc-list .list .icon{
        min-width: 50px;
    }
    
    .section-two .course-card .course-desc-list .list p{
        font-size: 17px;
        text-align: left;
    }
    
    .section-two .course-card{
        margin-bottom: 20px;
        height: auto;
    }
    
    .section-two .course-card2 p{
        font-size: 15px;
        text-align: center;
    }
    
    .section-three .section-three-inner{
        padding: 50px 0;
    }
    
    .section-three .title-box .title-heading{
        font-size: 25px;
    }
    
    .section-three .title-box h3{
        font-size: 20px;
    }
    
    .timeline .timeline-container .timeline-body p{
        font-size: 16px;
    }
    
    .timeline .timeline-container .timeline-body .timeline-title .badge{
        font-size: 12px;
    }
    
    .timeline .timeline-container .timeline-body{
        padding: 15px 20px 15px;
    }
    
    .timeline{
        margin-bottom: 60px;
    }
    
    .faculty-box .heading{
        font-size: 20px;
        text-align: center;
    }
    
    .faculty-box .faculty-doctor .image{
        width: 80px;
        height: 80px;
        min-width: 80px;
    }
    
    .faculty-box .faculty-doctor{
        padding: 15px;
    }
    
    .faculty-box .faculty-doctor .desc h5{
        font-size: 16px;
    }
    
    .faculty-box .faculty-doctor .desc .deg{
        font-size: 14px;
    }
    
    .faculty-box2 .heading{
        font-size: 20px;
        text-align: center;
    }
    
    .faculty-box2 .doctor-card .image{
        width: 60px;
        height: 60px;
        margin: 0 auto;
        margin-bottom: 20px !important;
        margin-right: auto !important;
    }
    
    .faculty-box2 .doctor-card .desc h5{
        font-size: 15px;
    }
    
    .faculty-box2 .doctor-card .desc .deg{
        font-size: 14px;
    }
    
    .faculty-box2 .doctor-card{
        height: auto;
        display: block;
        text-align: center;
    }
    
    .section-four{
        padding: 50px 0;
    }
    
    .section-four .heading{
        text-align: center;
    }
    
    .section-four .seats-card{
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .section-four .venu-card .list{
        padding: 15px;
        margin-bottom: 20px;
    }
    
    .section-four .venu-card .list .icon{
        min-width: 60px;
    }
    
    .section-four .venu-card .list .desc h5{
        font-size: 20px;
    }
    
    .section-four .venu-card .list .desc p{
        font-size: 16px;
    }
    
    .section-four .seats-card .status{
        text-align: center;
    }
    
    .section-five .section-five-inner{
        padding: 30px 15px;
    }
    
    .section-five .heading{
        font-size: 25px;
    }
    
    .section-five .title-box .fee{
        font-size: 16px;
    }
    
    .section-five .form-group{
        margin-bottom: 15px;
    }
    
    .section-five .btn{
        width: 100%;
    }
    
    .section-seven{
        padding: 50px 0;
    }
}





