/* Website: Ardra MOSC
Author: Weberge by ipsr 
Style.css*/

/********** CSS **********/
:root {
    --primary: #C10118;
    --secondary: #D75363;
    --dark: #0A1D33;
    --light:#606E7D;
    --bg-light: #FFEDEF;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Jost", sans-serif;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 7px;
}


::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5px;
}


/************************ Common ************************/

section {
    padding: 60px 0px;
}

.text-primary {
    color: var(--primary) !important;
}
.text-secondary {
    color: var(--secondary) !important;
}
.text-dark {
    color: var(--dark) !important;
}
.text-light {
    color: var(--light) !important;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
}


h1 {
    font-size: 48px;
    font-weight: 600;
}

h2 {


}

h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 17px;
    font-weight: 400;
    color: var(--light);
    line-height: 24px;
    margin-bottom: 20px;
}

a, i {
    /* font-size: 17px; */
    color: var(--dark);
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;

}

a:hover {
    color: var(--secondary);
}

img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.border10{
    border-radius: 10px;
}
.border25{
    border-radius: 25px;
}

/* Content Styles */
.content {
    /* display: none; */
    /* Hide content initially */
}
.section-title{
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 600;
}

.section-title-white{
    font-size: 40px;
    margin-bottom: 20px;
}

/*** Link ***/

.learn-more{
    text-align: center;
    background: var(--secondary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.learn-more:hover{
    background: var(--primary);
    color: white;
}
.read-more {
    font-weight: 500 !important;
    color: var(--secondary);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}


.read-more i{
    font-size: 17px;
    padding-left: 3px;
    top: 2px;
    color: var(--secondary);
    position: relative;

}
.read-more:hover, .read-more:hover i{
    color: var(--primary);
}

.read-more-link i{
    position: absolute;
    font-size: 16px;
    padding-left: 7px;
    top: 7px;
    color: var(--primary);
}
.read-more-link:hover i {
  transform: translateX(4px); 
  color: var(--secondary);
}

/************************ Header************************/
header {
}
.main-menu-sec {
    padding: 5px 50px;

}
/* ------- Top-Sec ------ */
.top-links{
    justify-content: end;
}
.top-links li a{
    color: white;
    text-transform: capitalize;
}
.top-links li a:hover{
    color: var(--secondary) !important;
}
.contact-top {
    /* display: flex;
    justify-content: end; */
    align-items: center;
    padding: 0px 50px;
}

.contact-top ul {
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
}
.contact-top li{
    list-style: none;
}
.contact-top i {
    padding-right: 10px;
    margin-right: 5px;
    color: white;
}

.contact-top a {
    color: white;
    font-weight: 500;
    font-size: 14px;
}

.contact-top a:hover, .contact-top nav ul li a:hover {
    /* color: var(--secondary) !important; */
    opacity: 0.8;
    color: white;
}

.contact-top a:hover i {
    /* color: var(--secondary); */
    opacity: 0.8;
    color: white;
}
.top-bar .quote h4{
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}
.social1{
    justify-content: end;
}
ul.social-top{
    display: flex !important;
    padding: 0;
    margin: 0;
    gap: 0;
}
ul.social-top li{
    list-style: none;
    padding: 8px 10px;
}
ul.social-top i{
    color: white;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
ul.social-top i:hover{
    /* color: var(--secondary); */
    opacity: 0.8;
    color: white;
}
/* ---------------------------- */
.logo {
    padding: 0;
}

.logo img {
    height: 90px;
    width: auto;
    margin-bottom: 0;
    border-radius: 0px;
}


/* ------------- custom nav --------------- */

.custom-nav a {
    font-size: 16px;
    color: var(--dark);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-weight: 500;
}

.custom-nav .submenu {
    position: absolute;
    display: block;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    top: 20px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    padding: 10px 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.custom-nav .submenu.open {
    opacity: 1;
    /* top: 35px; */
    pointer-events: all;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.custom-nav .navbar {
    gap: 25px;
}
nav ul {
    margin-bottom: 0;
    padding: 0px;
}
nav ul li {
    list-style: none;
    position: relative;

}
nav ul li.active a {
    color: var(--primary);
}

.custom-nav ul li a:hover {
    color: var(--primary) !important;
}

.custom-nav .submenu .submenu {
    left: 100%;
    top: 0;
}

.custom-nav .navbar .has-child>a::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.custom-nav .navbar .has-child:hover::after {
    color: var(--primary) !important;
}


.custom-nav .navbar .submenu a {
    padding: 10px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}
.top-nav a{
    color: white !important;
}
.top-nav .navbar{
    padding: 0;
}
nav.custom-nav {
    display: flex;
    justify-content: end;
    /* background-color: var(--primary); */
    padding: 5px 0px !important;
    color: white;
}

nav.custom-nav .navbar>li:nth-last-child(-n+2) .submenu {
    left: auto;
    right: 0;
}
.nav-btn1{
    gap: 10px;
}
/* .topNav-btn,
.mainNav-btn{
    display: none;
} */
.mainNav-btn{
    display: none;
}


.mainNav-btn {
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: none;
    margin-right: 10px;
    color: #fff;
    outline: none;
    padding: 0 !important;
}


.menu-overlay {
    display: none;
}

.menu-overlay {
    display: block;
    width: 0%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 0;
}

.menu-open .menu-overlay {
    width: 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    opacity: 1;
}


.submenu a {
    color: var(--dark) !important;
}


/************************ Banner ************************/
.banner {
    padding: 0px;
    position: relative;
    /* height: calc(100vh - 120px); */
    height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner1 {
    position: relative;
    height: 100vh;
    background-size: cover;
    object-fit: cover;
    background-position: top;
}
.banner1 .overlay {
    /* background: linear-gradient(#000000e0, #00000000); */
    background: #00000033;
    content: '';
    display: block;
    position: absolute;
    /* opacity: 0.2; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.banner-content {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 8%;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: end;
    display: flex;
    z-index: 999;
    color: white;
    text-align: end;
}

.banner h1 {
    color: white;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 50px;
}
.banner-content .learn-more{
    text-align: center;
    background: var(--secondary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: capitalize;
}
.banner-content .learn-more:hover{
    color: var(--primary);
}

/************************ Features ************************/
.features{
    position: relative;
    margin-top: -140px;
    z-index: 9;
}
.features1{
    padding: 20px 20px;
    gap: 20px;
}
.features-sec:first-child{
    background-image: url(../img/ardra-society-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.features-sec:last-child{
    background: white;
}
.features1 img {
    margin-bottom: 20px;
    height: 50px !important;
    width: auto !important;
}
.features1 h3 {
   font-size: 24px;
   font-weight: 500;
}

.features1 p {
    color: white;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.features .read-more{
    opacity: 0.8;
}
/************************ Welcome ************************/
.welcome{
}
.welcome-content{
    position: relative;
    margin-top: 70px;
}
.welcome p{
    margin-bottom: 30px;
}
.welcome .abt-img-sec img{
    height: 480px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    margin: 0;
}
.abt-img-sec{
    position: relative;
    /* padding: 0; */
}
.abt-img-sec1{
    position: relative;
}
.welcome .abt-img-sec1::before{
    background: #D75363;
    opacity: 0.4;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
}
 .welcome .founder-img-sec{
    position: absolute;
    bottom: 0;
    z-index: 99;
 }
 .welcome .founder-img-sec img{
    height: 220px;
    width: auto;
    margin: 0;
 }
  .welcome .founder{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: end;
    bottom: 0;
    background: var(--secondary);
    color: white;
    /* width: 95.7%; */
    width: 100%;
    z-index: 9;
    padding: 15px 25px 15px 0;
 }
 .welcome .founder h3{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    padding: 2px 2px;
    color: var(--primary);
    background: white;
    border-radius: 3px;
    width: 110px;
    text-align: center;
    right: -50px;
    position: relative;
 }
 .welcome .founder h4{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding-right: 5px;
 }

 .welcome .abt-content{
    padding-left: 45px;
 }
 .welcome .abt-content::before {
    position: absolute;
    background-image: url(../img/abt-bg.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    content: '';
    width: 450px;
    height: 450px;
    top: 0;
    right: 20%;
    z-index: -9;
}
 .abt1{
    gap: 20px;
 }
 .welcome .abt-content .abt-icon{
    background: #D75363;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .welcome .abt-content .abt-icon img{
    height: 25px;
    width: 25px;
    margin: 0;
 }
 .welcome .abt-content h3{
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
 }
  .welcome .abt-content .read-more{
    padding-left: 65px;
  }
 
/************************ News ************************/

.news-main{
    position: relative;
}
 .news-main::before {
    position: absolute;
    background-image: url(../img/bg1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    bottom: 30px;
    left: 0;
    z-index: -9;
}
 .news-main::after {
    position: absolute;
    background-image: url(../img/bg2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    top: 30px;
    right: 30px;
    z-index: -9;
}
.news-main .item {
    background-color: white;
    /* padding: 20px; */
    position: relative;
    border-radius: 5px;
}

.news-main img {
    height: 200px;
    object-fit: cover;
    /*background-position: center;*/
    object-fit: cover;
    object-position: top;
    position: relative;
    margin: 0;
}
.news-info {
    padding: 15px 15px 25px;
    /* min-height: 85px; */
    background: var(--bg-light);
}
.news-info h3{
    font-size: 23px;
    color: var(--dark);
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-main h6{
    font-size: 15px;
    color: var(--secondary);
    font-weight: 400;
}
.news-main h6 i{
    color: var(--secondary);
    padding-right: 3px;
}
.news-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-info .read-more, .news-info .read-more i{
    color: var(--dark);
}
.news-info .read-more:hover, .news-info .read-more:hover i{
    color: var(--primary);
}

/************************ Awards ************************/
.awards {
    padding-bottom: 85px;
    background: var(--linear);
    position: relative;
    background-image: url(../img/awards-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0px;
    position: relative;
}

.awards img {
    height: 400px;
    object-fit: cover;
    /* background-position: center; */
    /*object-fit: cover;*/
    /*object-position: top;*/
    /*position: relative;*/
    /*margin: 0;*/
}
.awards .read-more, .awards .read-more i{
    color: white;
}
.awards .read-more:hover, .awards .read-more:hover i{
    color: var(--bg-light);
}

.awards .news-info .read-more, .awards .news-info .read-more i{
    color: var(--dark);
}
.awards .news-info .read-more:hover, .awards .news-info .read-more:hover i{
    color: var(--primary);
}
/************************ Trustees ************************/
.trustees{
    position: relative;
}
 .trustees::before {
    position: absolute;
    background-image: url(../img/bg3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    bottom: 30px;
    left: 0;
    z-index: -9;
}
.trustees h4 {
    font-size: 20px;
    color: var(--dark);
    font-weight: 500;
    margin: 15px 0 10px;
}
.trustees h5 {
    font-size: 16px;
    color: var(--light);
    font-weight: 500;
    margin: 0px 0 15px;
    line-height: 21px;
}
.trustees .item{
    padding: 20px 20px 15px;
}
.trustees img{
    height: 300px;
    object-fit: cover;
    object-position: top;
}
/************************ Gallery ************************/
.gallery{
    position: relative;
}
 .gallery::after {
    position: absolute;
    background-image: url(../img/bg4.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    bottom: 20px;
    right: 20px;
    z-index: 9;
}
.gallery-grid-container {
    display: grid;
    gap: 10px;
        grid-template-areas:
        'photo1 photo2 photo3'
        'photo1 photo4 photo4';
    /* grid-template-columns: 33% 33% 31%; */
}
.photos{
    position: relative;
    border-radius: 5px;
    position: relative;
  }
  .photos img{
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: top;
    margin: 0;
  }

 .photos:first-child{
    grid-area: photo1;
  }
  .photos:nth-child(2){
    grid-area: photo2;
  }
  .photos:nth-child(3){
    grid-area: photo3;
  }
  .photos:last-child{
    grid-area: photo4;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  .photos:first-child img{
    width: auto;
    height: 520px;
  }

 .photos:last-child a{
    position: absolute;
    z-index: 9999;
    background: var(--primary);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
 } 
 .photos:last-child a i{
    color: white;
 }
  .photos:last-child a:hover{
    background: var(--secondary);
  }

/************************ Owl Carousel - carousel controls - All ************************/


.news-carousel .owl-dots, .trustees-carousel .owl-dots{
    display: flex !important;
    gap: 7px;
    justify-content: center;
    margin-top: 20px;
}
.news-carousel .owl-dot span, .trustees-carousel .owl-dot span{
    background-color: var(--primary);
    opacity: 0.3;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 10px;
}
.news-carousel .owl-dot.active span, .trustees-carousel .owl-dot.active span{
    background-color: var(--primary);
    opacity: 1;
}

 .awards-carousel .owl-dots{
    display: flex !important;
    gap: 7px;
    justify-content: center;
    margin-top: 20px;
}
.awards-carousel .owl-dot span{
    background-color: transparent;
    border: 1px solid white;
    /* opacity: 0.3; */
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 10px;
}
.awards-carousel .owl-dot.active span{
    background-color: white;
    /* opacity: 0.5; */
}
 

/************************ Footer ************************/
footer{
    position: relative;
    padding: 60px 0px 20px;
    background-image: url(../img/awards-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    color: white;
    z-index: 99;
}
footer .footer-logo img{
    height: 90px;
    width: auto;
    border-radius: 0;
}
footer h5{
    font-size: 21px;
    font-weight: 600;
    color: white;
    margin-bottom: 20px;
    text-transform: capitalize;
}
footer p{
    margin-bottom: 0;
}

footer p,
footer a,
footer ul li {
    color: #ffffffc2;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
footer .social ul{
    margin: 0;
    gap: 10px;
}
footer .social ul li a{
    border-radius: 5px;
    color: white;
    border: 1px solid;
    /* display: inline-block; */
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 15px;
    font-weight: 400;

}

footer .address i{
    color: white;
    width: 35px;
    height: 35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 15px;
}

footer a:hover, footer li:hover{
    color: white;
}
.address ul{
    align-items: center;
    display: flex;
}
.address li{
    font-size: 20px;
    margin: 0 !important;
}

footer ul {
    padding: 0px;
    margin: 0;
}
footer .footer-links{
    column-count: 2;
}
footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.copyright {
    border-top: 1px solid #C2C8CD;
}

.copyright p {
    font-size: 15px;
    padding: 0px;
}

.ipsr img {
    height: 25px;
    margin: 0;
    border-radius: 0;
}

.ipsr img:hover {
    opacity: 0.5;
}

.ipsr p,
.ipsr a {
    padding: 0px;
    margin: 0;
}

.ipsr p,
.ipsr a {
    font-size: 8px !important;
    line-height: 2;
}

/* -------------------------------------------------- Responsive -------------------------------------------------- */

@media (max-width: 1200px) {
   .welcome .founder-img-sec img{
      height: 160px;
 }
}


@media (max-width: 992px) {

  .banner{
    height: 70vh;
  }
   .section-title {
    font-size: 30px;
    line-height: 32px;
  }

  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .welcome .abt-content{
    padding-left: 0px;
 }

.copyright p{
  text-align: center;
}
.ipsr p{
  text-align: end;
}
.gallery::after {display:none;
    
}
}

@media (max-width: 768px) {
  .welcome .abt-img-sec img {
    height: 360px;
  }
  .welcome .abt-content::before {
    right: 0;
    left: 0;
  }
      .welcome .founder-img-sec img {
        height: 160px !important;
    }
    .news-main::before, .news-main::after {
    width: 65px;
    height: 65px;
}
      .gallery-grid-container {
  display: grid;
  grid-template-areas: 
      'photo1 photo1' 'photo2 photo3' 
      'photo4 photo4';
      grid-template-columns: auto;
}
.photos:first-child img{
  height: 250px;
  width: 100%;
}

.section-title-view-all {
  display: block !important;
  margin-bottom: 30px;
}
.section-title-view-all .section-title{
  margin-bottom: 20px;
}
footer .footer-links{
    column-count: 1;
    margin-bottom: 20px;
}
.address-sec{
  margin-bottom: 30px;
}
.copyright img{
    margin: 0 auto !important;
    display: block;
    margin-top: 10px !important;
}
.ipsr p{
  text-align: center;
}

}
@media (min-width: 576px) {
    .abt-img-sec{
    padding: 0;
}
}
@media (max-width: 576px) {
  .welcome .founder {
    width: 95%;
  }
    .welcome .founder-img-sec img {
        height: 130px !important;
    }
  .trustees img {
      height: 550px;
  }
}
@media (max-width: 450px) {
     .welcome .abt-content::before {
    width: 400px;
    height: 400px;
  }
  .welcome .founder {
    width: 94%;
  }
}
@media (max-width: 400px) {
    .welcome .founder-img-sec img {
        height: 100px !important;
    }
    
}

/************************ Menu ************************/
/* responsive menu */

@media (max-width: 1400px) {
  .main-menu-sec {
    padding: 5px 40px;
  }
  .custom-nav .navbar {
    gap: 13px;
  }
  .custom-nav a{
    font-size: 14px;
  }
}


@media (max-width: 1200px) {

  .menu{
    padding: 0;
  }
  .custom-nav .navbar{
    gap: 15px;
  }
  .custom-nav .navbar a, .contact-top a{
    font-size: 13px;
  }

  #mainNav {
    background: var(--primary);
    position: fixed;
  }
  body.menu-open{
    overflow: hidden;
  }

  .custom-nav.open {
    left: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .custom-nav {
    width: 100%;
    max-width: 300px;
    height: 100vh;
    position: absolute;
    left: -350px;
    top: 0;
    overflow: scroll;
    z-index: 99999;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }


  .custom-nav .navbar {
    display: block;
    float: initial;
    margin-top: 30px;
    width: 100%;
  }

  .custom-nav .submenu {
    position: inherit !important;
    height: 0;
    padding: 0 0;
    top: initial;
    top: 0 !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: none;
    margin: initial !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }
  .custom-nav a {
    padding: 10px 30px;

    font-weight: 400 !important;
    color: #fff !important;
  }
.custom-nav ul li a:hover {
    color: #FFCA00 !important;
}
  .custom-nav .submenu a {
    color: var(--dark) !important;
    padding: 5px 15px;
    white-space: initial !important;
  }

  .custom-nav .submenu.open {
    height: fit-content;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
  }

  .mainNav-btn{
      display: block;
  }

  .custom-nav .submenu .submenu {
    left: initial !important;
    background: rgba(0, 0, 0, 0.05) !important;
  }
} 

@media (max-width: 992px) {

  .logo img{
    height: 75px;
  }
  .contact-top {
    padding: 5px 20px 10px;
}
.social1{
    justify-content: center;
}
ul.social-top {
    gap: 5px;
}
 ul.social-top li {
    padding: 5px 10px;
    border-radius: 5px;
 } 
}

@media (max-width: 768px) {
  .top-bar1 ul, .top-links{
    justify-content: center !important;
  }

}

@media (max-width: 576px) {
  .main-menu-sec {
    padding: 5px 25px;
}
.logo img{
    height: 100px;
  }

}
@media (max-width: 450px) {
    .contact-top {
        padding: 5px 5px 10px;
    }
}


/* -------------------------------------------------- Sub Pages -------------------------------------------------- */

.subpage-banner{
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    background-position: center;
    object-fit: cover;
    /* background-attachment: fixed; */
    /* z-index: 99; */
}
.subpage-banner::before {
    background: rgba(0, 0, 0, 0.58);
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.subpage-banner::after {
}

.sub-banner-content{
    color: var(--dark);
    z-index: 99;
        justify-content: center;
    display: flex;
    align-items: center;
}
.sub-banner-content h2{
    font-weight: 500;
    color: white;
    font-size: 40px;
}
.sub-page-content-area{
    margin-bottom: 50px;
}
.sub-page-content p{
    margin-bottom: 30px;
    text-align: justify;
}
/* ------------- Breadcrumbs ------------- */

.breadcrumbs{
    /* justify-content: center; */
    display: flex;
}
.breadcrumbs ul{
    /* background-color: white;
    border-radius: 20px; */
}
.breadcrumbs ul li{
    color: white;
    font-weight: 400;
    position: relative;
    padding: 0px 33px;
    font-size: 22px;
}
.breadcrumbs ul li::before{
        content: '\f101' !important;
    font-family: "fontAwesome";
    font-size: 15px;
    position: absolute;
    left: -22px;
    color: var(--secondary) !important;
    top: 5px;
}
.breadcrumbs ul li:first-child{
    padding-left: 0;
}
.breadcrumbs ul li:last-child{
    padding-right: 0;
    padding-left: 0;
}
.breadcrumbs ul li:first-child::before{
    content: none !important;

}
.breadcrumbs ul li a{
    color: white;
    font-weight: 400;
    opacity: 0.7;
}
.breadcrumbs ul li a:hover{
    color: var(--secondary);
}

/* ------------- Content ------------- */

.sub-page-content{
    padding: 60px 0px;
    position: relative;
}
.sub-page-content::before{
    position: absolute;
    background-image: url(../img/bg1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    top: 30px;
    left: 0;
    z-index: -9;
}
.sub-page-content::after{
    position: absolute;
    background-image: url(../img/bg3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
    content: '';
    width: 125px;
    height: 125px;
    bottom: 30px;
    right: 0;
    z-index: -9;
}
.sub-page-content img{
    object-fit: cover;
    max-width: 100%;
}
.blog img {
    object-fit: cover;
    width: 100% !important;
    height: 250px;
    margin-bottom: 0px;
}


/* ------------- List ------------- */

ul.vision-sub{
    padding-left: 0px;
    position: relative;
}
ul.vision-sub li{
    list-style: none;
    padding: 5px 0px;
    color: var(--dark);
    padding-left: 40px;
     line-height: 26px;
}

ul.vision-sub li::before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 900;
    color: var(--primary);
}
/* ------------- Table ------------- */

table{
    margin-bottom: 20px;
}
table, th, td{
    border: 1px solid var(--primary);
    padding: 7px 5px;
    
}
th{
    background: var(--primary);
    color: white;
    font-weight: 500;
}
td{
    padding: 7px 5px;
    color: var(--dark_blue);
}

/* ------------- Side menu ------------- */

.quick-links-sub{
    height: auto;
    margin-bottom: 30px;
}

.quick-links-sub ul{
    padding-left: 0px;
    margin-bottom: 0px;

}

.quick-links-sub li{
    background-color: var(--secondary);
    /* border-bottom: 1px solid #ccccccc9; */
    padding: 20px 20px;
    list-style: none;
    margin-bottom: 5px;
    border-radius: 10px;
    position: relative;

    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.quick-links-sub li:hover{
    padding: 20px 30px;
}
.quick-links-sub li:hover a{
    color: var(--primary);
}
.quick-links-sub li:last-child{
    border-bottom: none;
}
.quick-links-sub li a{
    color: white;
    /* color: white; */
    font-weight: 700;
}
.quick-links-sub li a:hover{
    color: var(--primary);
}
.quick-links-sub ul li.active{
    /* background-color: rgba(255, 255, 255, 13%); */
    background-color: var(--primary);
}
.quick-links-sub ul li.active a{
    color: white;
    /* font-weight: 500; */
}

@media (min-width: 992px){
    .sub-page-side-menu{
        position: sticky;
        top: 120px;
        height: fit-content;
    }
}
/* ------------- Contact form ------------- */
.contact1{
    padding: 40px 30px;
    border-radius: 10px;
}
.contact-page{

}
.contact-details{
    margin-bottom: 40px;
}
.contact-page h5{
    font-size: 28px;
    font-weight: 600;
}
.contact-page p{
    margin-bottom: 5px;
}
.contact-details a{
    color: var(--light);
}
.contact-details a:hover{
    color: var(--secondary);
}
.contact-page .contact-icon{
    border: 1px solid var(--light);
    width: 110px;
    height: 110px;
    border-radius: 100px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-page .contact-icon img{
    height: 50px;
    width: auto;
    object-fit: cover;
    border-radius: 0;
    margin: 0;
}
.contact-sub-form::after{
    /* display: none; */
}
.contact-sub-form{
    /* background-color: var(--bg-light); */
}
.contact-form{
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-sub input[type=text],contact-sub input[type=tel],contact-sub input[type=email], .contact-sub textarea {
    width: 100%; 
    padding: 12px 20px;
    /* margin: 8px 0; */
    /* display: inline-block; */
    border: 1px solid #ccc !important;
    border-radius: 8px;
    box-sizing: border-box;
    height: 50px;
    z-index: 99;
    margin-bottom: 15px;
}

.contact-sub input[type=submit] {
    background-color: var(--primary);
    color: white;
    padding: 12px 20px;
    margin: 0px 5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    height: 50px;
    z-index: 99;
    text-transform: capitalize;
    margin: 7px 0px;
}
.contact-sub input[type=submit]:hover{
    background: var(--secondary);
}

.contact-sub input[type=text]:focus{
    border: none !important;
    outline: none !important;
}
.contact-sub input[type=text],.contact-sub input[type=tel],.contact-sub input[type=email], .contact-sub textarea  {
    width: 100%; 
    padding: 12px 20px;
    /* margin: 8px 0; */
    /* display: inline-block; */
    border: 1px solid #ccc !important;
    border-radius: 20px;
    box-sizing: border-box;
    height: 50px;
    z-index: 99;
    margin-bottom: 15px;
}
.contact-sub textarea{
	height: 170px;
}
/* .contact-sub input[type=submit] {
    background-color: var(--secondary);
    color: white;
    padding: 12px 20px;
    margin: 0px 5px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    height: 50px;
    z-index: 99;
    text-transform: capitalize;
    margin: 7px 0px;
    float: left;
} */
.contact-sub input[type=submit]:hover{
    background: var(--primary);
}

.contact-sub input[type=text]:focus{
    border: none !important;
}

.address-sub{
    padding: 20px 5px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 180px;
    border-radius: 5px;
}
.connect{
    padding: 0px 15px;
}
.address-sub i{
    color: var(--primary);
    /* background: #F6F6F6;
    border-radius: 50%;
    height: 35px;
    width: 35px; */
    text-align: center;
    /* align-items: center;
    justify-content: center;
    display: flex; */

    margin: 0 auto;
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}
.address-sub p{
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
}
.address-sub a{
    margin-top: 7px;
    font-weight: 400;
    color: var(--dark);
    font-size: 15px;

}
.address-sub a:hover{
    color: var(--primary);
}
.address-sub h4{
    font-size: 22px;
}
.connect p span{
    /* color: var(--light); */
    font-weight: 400;
}
.contact-sub-form{
    /* padding: 50px 0px; */
}
.contact-top-sub{
    background: var(--primary);
    color: white;
}
.address-sub ul{
    padding: 0;
}
.address-sub ul li{
    list-style: none;
    line-height: 30px;
}
.contact-sub input:focus,
.contact-sub textarea:focus {
    border: none; /* Remove border on focus */
    /* You can also adjust other border properties here */
    outline: none !important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 1px solid #ccc !important;
    outline: 0;
    /* box-shadow: none !important; */
}
.map-main{
    /* padding: 0px; */
    background: white;
    position: relative;
    z-index: 99;
}
.map-main p{
    margin-bottom: 30px;
}
.map-main h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-sub-form h4{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}


