@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&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');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga";
    -webkit-user-drag: none;
}

:root {
    --color: #232323;
    --bg: #fff;
    --snow: #FDFDFE;
    --pcolor: #C82127;
    --plight: #D0362E;
    --scolor: #177BB9;
    --green: #508D1C;
    --light-green: #B0DB14;
    --blue: #384ec1;
    --darkblue: #222f74;
    --hpad: calc(21px + 5vw);
    --vpad: 68px;
    --fsize: 14px;
    --font: "Raleway", sans-serif; 
}
.vpad {
    padding-top: var(--vpad);
    padding-bottom: var(--vpad);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}
button:focus{
    outline: none;
}
html {
    scroll-behavior: smooth;
    background: var(--bg);
}
p {
    margin-top: 0;
    margin-bottom: 0 ;
}
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

.fix::after {
    clear: both;
    content: "";
    display: table;
}

input,
textarea,
button {
    font-family: var(--font);
    background: 0 0;
    color: var(--color);
    font-size: var(--fsize);
    outline: none;
    border: none;
    cursor: inherit;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
    border: none;
}

*::-moz-focus-inner {
    border: 0;
}

textarea {
    min-height: 100px;
}

::-moz-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

:-ms-input-placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

::placeholder {
    font-size: var(--fsize);
    line-height: 1.7;
    color: #8B5F1C;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

.unselect,
.unselect *,
br,
hr,
img,
.blockui {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    max-width: 100%;
    width: 100%;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus,
a:focus-within {
    outline: none;
    border: none;
    text-decoration: none;
}

a {
    color: var(--pcolor);
    display: inline-block;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font);
    font-weight: 700;
    color: var(--color);
}

.none {
    display: none !important;
}

body {
    color: var(--color);
    background-color:#F7FAFE;
    font-family: var(--font);
    line-height: 1;
    min-height: 100vh;
    width: 100%;
    word-spacing: 0;
    letter-spacing: 0;
    font-size: var(--fsize);
    z-index: 1;
    font-kerning: normal;
    font-feature-settings: "kern", "liga", "clig", "calt";
    position: relative;
    overflow-x: hidden;
    max-width: 100vw;
}
:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}
::before,
::after {
  position: absolute;
  content: "";
}

.max {
    max-width: 1600px;
    width: 100%;
    padding-left: calc(20px + 4vw);
    padding-right: calc(20px + 4vw);
    margin: 0 auto;
}
.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
     padding:10px 0;
}
.header_menu ul {
    display: flex;
    gap: 20px;
        margin: 0;
    padding: 0;
}
.header_menu ul li{
        margin-top: 40px;
}
.sub_menu ul li{
        margin-top: 0px;
}
.header_menu ul li a{
    font-family:  var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;
}
.header {
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0px 0px;
        background: #fff !important;
}
.bann {
    padding: 150px 0;
    position: relative;
    background: url(../images/banner1.webp);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position:center !important;
        display: flex;
    align-items: center;
}
.bann.bann_2 {
    background: url(../images/banner2.webp);
}
.bann.bann_3 {
    background: url(../images/banner3.webp);
}
/*.bann::before{*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(../images/bann_after.png);*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    background-position: top right;*/
/*    z-index: -1;*/
/*    background-size: 44%;*/
/*}*/
.bann_main {
        display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 170px;
}



.top_header{
    
     background: #BB9366;
         padding: 10px 0px;
}
.top_header_maon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header_left {
    display: flex;
    gap: 20px;
}
.top_header_left .contact_para{
        margin-top: 0;
}
.top_header_left .contact_para p a {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}
.top_header_left .contact_para p {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    color: #fff;
}
.top_header_soc .social ul{
        margin: 0;
}
.contact_para img {
    width: 16px;
}
.top_header_soc .social ul {
    display: flex;
    gap: 20px;
    padding: 0;
}














.bann_content {
    padding: 0px 0 0;
    display: grid;
    gap: 20px;
    align-items: baseline;
    align-content: baseline;
    position: relative;
        text-align: center;
}
.bann_content h1{
    font-family: var(--font);
        font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    color: #5A371B;    
}
.bann_content p{
    font-family: var(--font);
        font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color:#5A371B;
    text-align:center;
    display:none;
}
.bann_btn a{
    font-family: var(--font);
    font-size: 20px;
    font-weight: 500;
    line-height: 23.48px;
    color: #FFFFFF;   
    padding: 15px 30px;
    background: #BB9366; 

}
.logo{
    background: #F2F2F2;
    padding: 20px 0;
}
.logo_img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.logo_img img{
    width: auto;
}
.program{
        padding: 60px 0px;
    position: relative;
    background: #fff !important;
}
.program_head{
    text-align: center;
}
.program_head h3{
    font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color: #BB9366;
    color: #BB9366;
}
.program_main{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:60px;
    width: 80%;
    margin: 60px auto 0;
}
.program_div{
    text-align: center;
}
.program_div img{
    width: auto;
    margin: 0 auto 20px;
}
.program_div h3{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #443939;    
}
.program_div p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #443939;  
    margin: 20px 0;  
}
.program_div a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #BB9366;    
}
.program_main_new{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:20px;
    margin-top: 60px;
    position: relative;
}
.recent{
    padding:60px 0px;
    /*background: #F2F2F2;*/
}
.program_head p{
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.8px;
    color: #443939;
}
.recent_main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    margin-top: 60px;
}
.recent_div{
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 3fr;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius:10px;
    overflow: hidden;
}
.recent_div img{
        height: 100%;
    object-fit: cover;
}
.recent_content{
    padding: 20px;
    display: grid;
}
.recent_content p{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33.8px;
    color: #443939;    
}
.recent_content a{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.78px;
    color: #BB9366;    
    margin-top: 20px;
}
.header_logo img{
    width: 100%;
}
.logo_img img:first-child{
    width: 300px;
}
















.contact {
    padding: 60px 0px;
}
.contact_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    /*align-items: center;*/
}
.contact_div h3{
    font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color: #BB9366;
    color: #BB9366;
    border-bottom: 2px solid #BB9366;
    width: fit-content;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.contact_para img{
    width: 30px;
}
.contact_para {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.contact_div p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;  
}
.contact_div p a{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;  
}
.map{
    margin-top: 30px;
}
.social ul{
    display: flex;
    margin-top: 20px;
   gap: 60px;
    padding: 0;
}
.social ul li a img{
    width: auto;
} 
.message p{
    font-family: var(--font);
font-size: 24px;
font-weight: 500;
line-height: 28.18px;
color: #443939;
margin-bottom: 30px;
}
.message_input{
    margin-bottom: 30px;
}
.message_input input{
   width: 100%;
   height: 54px;
   border: 1px solid #BB9366;
        border-radius: 8px !important;
    font-family: var(--font);
    font-size: 16px; 
    font-weight: 500;
    line-height: 18.78px;
    color: #443939B5;
    padding: 15px;
    background-color: #fff0 !important;
}
.message_input input::placeholder{
    color: #443939B5;
}
.message_input select{
   width: 100%;
   height: 54px;
   border: 1px solid #BB9366;
        border-radius: 8px !important;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939B5;
    padding: 15px;
    background-color: #fff0 !important;
}
.message_input select::placeholder{
    color: #000;
}
.message_input textarea{
    width: 100%;
   height:150px;
   border: 1px solid #BB9366;
    border-radius: 8px;
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    color: #443939B5;
    padding: 15px;
}
.message_input textarea::placeholder{
    color: #443939B5;
}
.message_btn a{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 23.48px;
    color: #FFFFFF;
    padding: 15px 60px;
    background: #BB9366;
    border-radius: 5px;
}
.message_btn button{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 23.48px;
    color: #FFFFFF;
    padding: 15px 60px;
    background: #BB9366;
    border-radius: 5px;
}
.foot {
    padding: 0px 0 20px;
    background: #D9D9D9;
}
.foot_man {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
}
.foot_left a img {
    width: 180px;
    margin-bottom: 30px;
}
.foot_left p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.foot_left p img{
    width: 25px;
}
.foot_left p a{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: #000000;
}
.foot_sec h3{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    margin-top: 40px;
}
.foot_sec ul{
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}
.foot_sec ul li a{
    font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}
.foot_sus p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
    margin-top: 40px;
}
.foot_sus_form{
    display: flex;
    margin-top: 30px;
}
.foot_sus_form input{
    width: 100%;
    height: 60px;
    border: 1px solid #000000;
    padding: 15px;
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.foot_sus_form input::placeholder{
    color: #000;
}
.foot_sus_form button{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #981B1E;
    border-radius: 0 8px 8px 0;
}
.foot_sus_form button img{
    width: 20px;
}
.copy{
    /*margin-top: 40px;*/
    padding-top: 20px;
    text-align: center;
    /*border-top: 1px solid #0000001c;*/
}
.top_bar{
     border-top: 1px solid #0000001c;
     margin-top: 40px;
}
.left_bar{    
    position: relative;
     
}
.left_bar:before{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right:-50px;
    border-right: 1px solid #0000001c;
}
.copy p{
        font-family: var(--font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
}
.facilities{
    padding: 60px 0px;
    position: relative;
    z-index: 1;
        background: #F2F2F2;
}
.facilities::before{
    content: '';
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F2F2F2;
    z-index: -1;
}
.facilities_main{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    align-items: center;
}

.facilities_left h3{
    font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color: #BB9366;
    border-bottom: 2px solid #BB9366;
    width: fit-content;
    padding-right: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.facilities_left p {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;
    padding: 30px 0px;
}
.facilities_left_btn a {
    font-family: var(--font);
    font-size: 18px;
    font-weight: 500;
    line-height: 23.48px;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #BB9366;
        text-transform: uppercase;
            border-radius: 5px;
}
.facilities_div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}
.facilities_sec{
    display: grid;
    grid-template-columns: 1fr;
    gap:30px
}
.mt_100{
    margin-top: 100px;
}
.facilities_content:hover .ds_hov{
    display: none;
    transition: 0.3s ease-in-out;
}
.facilities_content .ds_hov_none{
    display: none;
    transition: 0.3s ease-in-out;
}
.facilities_content:hover .ds_hov_none{
    display: block;
    transition: 0.3s ease-in-out;
}
.facilities_content img{
    width: 120px;
}
.facilities_content h3{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #443939;
    margin: 20px 0;
    transition: 0.3s ease-in-out;
}
.facilities_content:hover h3{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.facilities_content p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500; 
    line-height: 1.6;
    color: #443939;
    transition: 0.3s ease-in-out;
}
.facilities_content p a{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;
    transition: 0.3s ease-in-out;
        margin-top: 20px;
} 
.facilities_content:hover p{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.facilities_content:hover p a{
    color: #fff;
    transition: 0.3s ease-in-out;
}
.facilities_content{
    background: #fff;
    border: 1px solid #80808080;
    transition: 0.3s ease-in-out;
    padding: 30px;
    border-radius: 15px;
}
.facilities_content:hover{
    background: #BB9366;
    border: 1px solid #80808080;
    transition: 0.3s ease-in-out;
}
span.bann_6 {
    position: absolute;
    z-index: -1;
    top: 16px;
    left: -45px;
}
span.bann_6 img{
    width: 96px;
}
span.bann_33 {
    position: absolute;
    bottom: 27%;
    left: 30%;
}
span.bann_33 img{
    width: 35px;
}
span.bann_7{
    position: absolute;
    bottom: -10%;
    z-index: -1;
}
span.bann_7 img{
    width: 245px;
}
span.bann_5 img{
    width:58px;
}
span.bann_3 img{
    width: 40px;
}
span.bann_4 img{
    width: 58px;
}
.bann_img {
    position: relative;
}
span.bann_5 {
    position: absolute;
    left: -91px;
    top: 10%;
}
span.bann_3 {
    position: absolute;
    top: 54%;
    left: -13%;
}
span.bann_4 {
    position: absolute;
    top: 90%;
}
.face_1 img{
    width: 198px;
}
.face_1 {
    position: absolute;
    right: 0;
    top: -60px;
    z-index: -1;
}
.gall_2{
    position: absolute;
    right: -60px;
    top: -40px;
    z-index: -1;
}
.gall_2 img{
    width: 119px;
}
span.gall_1{
    position: absolute;
    bottom: -116px;
    z-index: -1;
}
span.gall_1 img{
    width: 200px;
}
header.bg-color .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #F2F2F2;
    padding:0 0 10px 0;
}
.header_logo{
    width:38%;
}
header.bg-color .header .header_logo img {
    width: 100%;
}
.header_menu ul li a.active{
    border-bottom:2px solid #000;
}

/*.inn_bann_image img{*/
/*    height: 400px;*/
/*}*/
.inn_bann_man {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
        width: 100%;
}
.inn_bann_sec {
    margin-top: 0px;
}
.inn_bann_sec h1{
    font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color: #fff;
}
.inn_bann_sec ul{
        padding: 0;
}
.inn_bann_sec ul li a{
        font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.inn_bann_sec ul li{
        font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
section.inn_bann {
    position: relative;
}

.program_main_new_sec {
    margin-top: 0;
    position: relative;
    width: 100%;
        grid-template-columns: 1fr 1fr;
}

section.about {
    padding: 60px 0 0;
}
.about_main {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.about_left h3{
        font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color: #BB9366;
        margin-bottom: 30px;
}
.about_left p{
        font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #443939;
        margin-bottom: 10px;
}
.team p{
        margin: 0px 0;
}
.team a{
    text-decoration: underline;
}
.team_main_new_sec{
        margin-top: 0;
    position: relative;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    justify-content: center;
}
.mt_60{
     margin-top: 60px;
}
.anu {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 80px;
}
.message_input label {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    color: #BB9366;
        margin-bottom: 10px;
}
.message_input_grid{
        grid-template-columns: 1fr 1fr;
    gap: 20px;
    display: grid;
}
.message_new {
    width: 60%;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #80808080;
    border-radius: 15px;
    background: #fff;
}
.input-group-append button {
    font-family: var(--font);
    font-size: 16px;
    font-weight: 500;
    line-height: 23.48px;
    color: #FFFFFF;
    padding: 15px 15px;
    background: #BB9366;
    border-radius: 15px;
}
.input-group{
    gap: 10px;
}

.inner_page .header{
    position: relative;
    padding: 0px 0px;
}
.inner_page .header_logo img {
    width: 100%;
}
.grid_4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_3{
    grid-template-columns: 1fr 1fr 1fr;
}

.career_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 21px;
}
.career_time ul li img{
    width: 16px;
}
.career_box {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 32px;
    height: fit-content;
}
.career_box h3{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-weight: 600;
    color: #000000;
    margin-bottom: 5px;
}
.career_box p{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;    
}
.career_time ul li{
        font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
}
.career_time {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}
.career_time a{
    width: 35px;
    height: 35px; 
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #50B948;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
     font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-weight: blod;
    color: rgb(0 0 0 / 70%); 
}
.career_time a img{
    width: 20px;
}
.career_time ul{
    display: grid; 
    gap: 5px;
    padding: 0px;
}
.career_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-body button.btn-close{
        width: 40px;
    height: 40px;
    position: absolute;
    right: -20px;
    max-width: 40px;
    padding: 0;
    display: flex;
    z-index: 99;
    top: -20px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 46px;
    opacity: 1;
    background: #000;
    color: #fff;
}

.modal-body .message_input_grid {
    row-gap: 0;
}
.modal-body .message_input {
    margin-bottom: 20px;
}
.gr_new{
grid-template-columns: 1fr 2fr;
}
.mt_40{
     margin-top: 60px;
}
.mt_20{
     margin-top: 20px;
}
.pb_60{
        padding-bottom: 60px !important;
}
.sub_menu {
    position: absolute;
    padding: 20px;
    background: #fff;
    background: #fff;
    border: 1px solid #80808080;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
}
.sub_menu ul {
    display: grid;
    gap: 10px;
}
.sub_menu_new:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    transition: 0.3s ease-in-out;
}
.foot_sus {
    margin-top: 128px;
}
.career_div_new {
    display: grid;
    grid-template-columns: 1fr;
    gap: 21px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}
.bd_new{
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.gallery_slider .owl-nav button img{
        width: 20px !important;
}
.gallery_slider .owl-nav button {
        width: 40px !important;
    height: 40px !important;
    background: #fff !important;
    border-radius: 50% !important;
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.gallery_slider .owl-nav{
    position: absolute !important;
    width: 100% !important;
    top: 44% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    left: 0px !important;
}
.modal-body {
    padding: 0 !important;
}
button.btn-close {
        position: absolute !important;
    right: 0 !important;
    z-index: 99999;
    background: #fff !important;
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    right:30px !important;
    top:30px !important;
}
button.btn-close:before {
        content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    background: #BB9366;
    left: 10px;
    top: 17px;
    transform: rotate(45deg);
    }
button.btn-close:after {
        content: '';
    position: absolute;
    width: 20px;
    height: 3px;
    border-radius: 30px;
    background: #BB9366;
    left: 9px;
    top: 17px;
    transform: rotate(311deg);
    }
.modal-content{
    background: #fff0;
}
.gallery_img img{
            width: auto !important;
    max-width: 50vw !important;
    height: 90vh !important;
        height: 90vh !important;
    object-fit: contain !important;
}
.gallery_img {
    height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.gallery {
    padding: 0px 0;
}
.gr_new_ds{
    grid-template-columns: 1fr ;
}





.faci{
    padding: 80px 0;
    background:#F2F2F2;
}
.faci_head {
    text-align: center;
    margin-bottom: 40px;
}
.faci_head h3{
    font-family: var(--font);
    font-size: 40px;
    font-weight: 600;
    line-height: 46.96px;
    color:#BB9366;
    margin-bottom: 20px;
}
.faci_head p{
    font-family: var(--font);
    font-size: 16px;
    font-weight: 400;
    line-height: 22.08px;
    text-align: center;
    color:#000;
}
.faci_main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.faci_div {
    padding: 10px;
    background: #FFF;
    border-radius: 15px;
box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
}
.faci_sec {
    padding: 20px 0;
}
.faci_sec h3{
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color:#000000;
    margin-bottom:9px;
}
.faci_sec p{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color:#000000;
    margin-bottom: 0px;
}
/*.facilities_left_btn.whte a{*/
/*        background: #fff;*/
/*    color: #BB9366;*/
/*}*/

.table>:not(caption)>*>* {
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color:#000000 !important;
}

.testi-main .owl-dots button span{
        width: 40px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: #BB9366 !important;
    display: flex !important;
      
opacity: 0.5;
}
.testi-main .owl-dots button.active span{
    background: #BB9366 !important;
    opacity: 1;
}
.testi-main .owl-dots {
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    gap: 10px !important;
      position: absolute;
    width: 100%;
    bottom: 35px;
}
.aabo_plus {
    position: absolute;
    background: #BB936600;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
        cursor: pointer;
        align-items: center;
}
.aabo_plus img{
    width: 55px;
    background: rgb(53 2 107 / 50%);
    padding: 11px;
    border-radius: 35px;
}
.about_img {
    position: relative;
}
.about_img:hover .aabo_plus{
     opacity: 1;
    visibility: visible;
    transition: 0.5s ease-in-out;
}
.faci_sec a {
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    line-height: 18.78px;
    color: #BB9366;
    margin-top: 20px;
}
.testi-main .owl-nav {
    position: absolute !important;
    width: 100% !important;
    top: 50% !important;
    display: flex !important;
    padding: 0 40px !important;
    justify-content: space-between !important;
}
.testi-main .owl-nav button{
    width: 40px !important;
    height: 40px !important;
    background: #fff !important;  
    border-radius: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.testi-main .owl-nav button img{
    width:20px !important;
    
}
.about_img a img{
    border: 2px solid #BB9366;
    border-radius: 8px;
    outline: 2px solid #BB9366;
    outline-offset: 6px;
}
.about_img a .aabo_plus img{
     border: none;
   
    border-radius: 35px;
    outline: none;
    outline-offset: 6px;
}
.loader {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader img{
        width: 300px;
}
.dex_none{
    display:none !important;
}
.mb_none{
    display:block !important;
}
.top_header_left .contact_para img {
    width: 20px;
}
.fees{
    padding:60px 0px;
}
.fees_hed h3{
    font-family: "Lato", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.6
}
.fees_hed p{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color:#000;
}
.fees_hed {
    text-align: center;
}
.fees_div {
    background: linear-gradient(90deg, #F8D5AE -33.43%, #BB9366 81.47%);
    padding: 40px 0 80px;
    text-align: center;
    margin-top: 40px;
    border-radius: 9px;
}
.fees_div h3{
     font-family: "Lato", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.6;
    color:#fff;
}
.fees_div p{
     font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color:#fff;
}
.fees_table{
    box-shadow: 0px 4px 30px 0px #5839171A;
    padding: 40px;
    border-radius: 8px;
    background: #fff;
}
.mt_40_top{
     margin-top: -40px;
}
.fees_sec{
    width:90%;
    margin:0 auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
    text-align: left;
    padding: 12px 30px;
    border: 2px solid #ffffff87;
}
th{
     font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color:#fff;
}
td{
     font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color:#2C2C2C;
}
td a{
     font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color:#2C2C2C;
     text-decoration: underline !important;
}
tr:nth-child(even) {background-color: #F7F7F7;}
tr:nth-child(odd) {background-color: #E7E7EB;}
tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
     border-left:none;
}
tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right:none;
}

tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
     border-left:none;
}
thead tr{
    background: linear-gradient(90deg, #1E1C34 0%, #44415E 100%);
}
.dark_tb thead tr{
    background: #878689 !important;
}
tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
     border-right:none;
}
.fee_note_main h3{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color:#000000;
}
.fee_note_main ul li{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color:#000000;
    list-style: disc !important;
}
.fee_note_main ul {
    padding-left: 14px;
    list-style: disc !important;
}
.fee_note {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-top: 25px;
    margin-bottom: 10px;
}
.fee_con {
    border-top: 1px solid #E4DEDE;
    padding-top: 60px;
}
.fee_con_main h3{
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color:#000000;
    text-align:center;
}
.fee_con_div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top:40px;
}
.fee_con_sec {
    padding: 20px 0px;
    border-right: 1px solid #C8BDBD;
        text-align: center;
}
.fee_con_sec img{
    width:auto;
}
.fee_con_div .fee_con_sec:first-child{
    padding-left:0;
}
.fee_con_div .fee_con_sec:last-child{
    padding-right:0;
    border-right:none;
}
.fee_con_sec p{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color:#000000;
    margin-top:20px;
}
.fee_con_sec p a{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color:#000000;
        text-decoration: underline !important;
}
.fees_table h3{
    font-family: "Lato", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color:#000000;
    margin-bottom:20px;
}
.fees_table h4{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color:#000000;
    margin-bottom:20px;
}
.fees_main_gird{
    display:grid;
    gap:30px;
}
.fees_table hr{
    margin: 40px 0;
    border-bottom: 1px solid #36334F;
}
.aff h3{
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin:0;
}
.top_header_soc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}
.stiky_icon {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99999;
}
.stiky_icon ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.stiky_icon ul li a{
    width:40px;
    height:40px;
        display: flex;
    align-items: center;
    justify-content: center;
        border-radius: 27px;
        cursor: pointer;
}
.stiky_icon ul li a img{
    width:40px;
    background: #fff;
    border-radius: 50%;
}
.website-counter{
    /*background: #BB9366;*/
    /*width: fit-content;*/
    /*padding: 10px 20px;*/
    /*border-radius: 19px;*/
    font-size: 14px;
    color: #000;
    /*position: fixed;*/
    /*bottom: 30px;*/
    /*right: 100px;*/
    /* z-index: 99999;*/
}
.copy_div {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        background: #fff0;
                margin: 0 !important;
    }
}
