@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    transition: all 0.4s ease-in-out;
}
body{
    background: #F7F7F7;
}

.fa-envelope:before {
    content: "\f0e0";
    position: relative;
    top: 5px;
    color: white;
}

.timesss{
    margin-top:10px;
}

.foters{
        display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.iframefooter p{
    color:white;
    
}

.iframefooter a {
    color: white;
    text-decoration: none;
}
.fa-phone:before {
    content: "\f095";
    color: white;
    margin-top: 10px;
    position: relative;
    top: 5px;
}

.timess{
           display: flex;
 
    gap: 10px; 
}

.timess fa{
    color:white;
}

main{
    overflow: hidden;
}


.nav-link:focus, .nav-link:hover {
    color:white !important;
}

p{
    font-size: 16px;
    color:#5F6E78;
    font-family: "DM Sans", sans-serif;
}
a{
   font-size: 16px; 
   font-family: "DM Sans", sans-serif;
}
li{
    font-family: "DM Sans", sans-serif;
}
label{
    font-family: "DM Sans", sans-serif;
}
section{
    padding: 0px 6%;
}
header {
    border-bottom: 1px solid #101518;
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #101518;
}
.navbar-collapse a {
    color: white;
}


.navbar-nav{
    gap:30px;
}
h2{
       font-family: "Bodoni Moda", serif;
       font-size: 40px;
       
}

img{
    width: 100%;
}



.backbanner-back{
    padding: 40px;
    width: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.backbanner-back h2{
    color: white;
    font-family: "Bodoni Moda", serif;
    font-size: 34px;
    font-weight: 600;
}


.backbanner-back p{
    color: white;
    font-family: sans-serif;
}


.home-about-banner h2{
    font-weight: 600;
    color:#60534B;
}


.sub-heading-services h2{
    color:#60534B;
}
.contact-ready-stydu .sub-heading-services h2{
    color:white;
}


.contact-ready-stydu .sub-heading-services p{
    color:white;
}
section{
    padding-top: 100px;
}

.about-know a {
    padding: 10px 20px;
    color: white;
    background: #254D59;
    text-decoration: none;
}



.about-know a:hover{
    box-shadow: 2px 2px 0px 0px #101518;
        color: #101518;
    background: #f7f7f7;
}
.home-about-knows{
    margin-top: 40px;
}


.home-about-banner img{
    height: 500px;
    object-fit: contain;
    border-radius: 5px;
}


.home-about .row{
    align-items: center;
    justify-content: center;
}

.vanacha .home-about-banner img{
    height:auto;
}

.about-know a{
    border-radius: 0px;
}

.sub-heading-services{
    text-align: center;
    margin-bottom: 40px;
}



.services-cards {
    position: relative;
}


.services-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 0px 2px 0px #10151838;
}


    .swipersec{
        overflow:hidden;
    }
 

.services-img img{
    border-radius: 5px;
}

.services-inner-box {
    position: absolute;
    z-index: 9;
    bottom: -40px;
    text-align: center;
    width: 80%;
    background: #7F8C94;
    height: auto;
    margin-left: 10%;
    padding: 20px;
}
.services-inner-box h4{
    color:white;
}
.services-inner-box p{
    color:white;
}
iframe {
    border-radius: 5px;
    width: 90% !important;
    height: 150px;
    margin-top: 30px;
}
.follow-links fa{
   color: #254d59;
    font-size:24px;
}
.core .row{
    row-gap:30px
}

.pic {
    font-weight: 600;
    margin-top: 10px;
}

.powerd {
    text-align: center;
    border-top: 1px solid;
    background: #101518;
    padding-top: 10px;
    padding-bottom: 10px;
}
.powerd p{
    font-size:12px;
    margin:0px;
    color:white;
}
.thises .row{
    row-gap:60px;
}
 


.follow-links a {
    color: #254d59;
    border: 1px solid;
    padding: 10px;
    background: white;
}

.quick-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.quick-links a {
    color: white;
    text-decoration: none;
}

.topic-read-more a{
    padding: 10px 20px;
    color: white;
    background: #254D59;
    text-decoration: none;
   
}



.core-img img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
    
    
}


.core-teams{
        cursor: pointer;
}

.core-img img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
    
    
}


.topic-read-more a:hover{
    box-shadow: 2px 2px 0px 0px white;
}

 .topic-read-more{
    margin-top: 40px;
 }


.core-teams {
    position: relative;
    box-shadow: 0px 0px 10px 0px #1015180f;
    border-radius: 5px;
    overflow: hidden;
}
 .core-teams img{
    border-radius: 5px;
 }

.core-teams-desc {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background: linear-gradient(45deg, #101518, transparent);
}


.core-teams-desc h4{
    color: white;

}
.core-teams-desc p{
    color: white;
}


.thises{
    margin-bottom: 40px;
}


.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.swiper-slide{
  width: 300px;
}


.awards-section .home-about-banner img{
    border: 2px solid #101518;
}

.awards-section .container{
    overflow:hidden;
    
}


.awards-section .swiper-container{
    padding-top:0px;
}
.bloges-read{
    margin-top:40px;
}

.blogs-cardsss img{
    width:100%;
    height:auto;
}


.contact-ready {
    background: linear-gradient(#000000c9, #000000a6), url(../imges/money-banner.jpg);
    padding-top: 40px;
    margin-top: 80px;
    padding-bottom:40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-ready{
    position:relative;
}
.navbar-toggler {
    background:#F7F7F7;
    
}


form label{
    color:white;
}


.contact-ready-stydu .sub-heading-services{
    margin-bottom:0px;
    
}

input{
    border-radius:0px;
}



footer{
    background: #101518;
    padding:20px;
    margin-top:40px;
    
}

.footer-h4 h4{
    color: white;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    font-family: 'Bodoni Moda';
        display: inline-block;
}




.contact-ready-row {
    padding: 40px;
    width: 80%;
    margin: auto;
    background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
    
}

.contact-ready-row h2{
    color:white;
}
.contact-ready-row p{
    color:white;
}

.contact-ready-row .sub-heading-services{
        margin-bottom: 20px;
}
.designbtn{
    padding: 10px 20px;
    color: white;
    background: #254D59;
    text-decoration: none;
    border-radius:0px;
}


.designbtn:hover {
    box-shadow: 2px 2px 0px 0px #101518;
    color: #101518;
    background: #f7f7f7;
}
.sub-head-h2{
    text-align: center;
    margin: 60px 0px;
}


.blogs-card-main {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.blogs-cards-dec{
    position: relative;
    bottom: 0px;
    padding: 20px;
    background: linear-gradient(46deg, #101518, transparent);

}

.fons{
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
}

.blogs-bloper .row{
        align-items: center;
    background: #7f8d9136;
    border-radius: 5px;
    overflow: hidden;
}

.blogs-cards-dec p{
    color:white;
}


.services-banner h2 {
    color: white;
    text-align: left;
}



.services-banner .sub-head-h2{
        text-align: start;
    margin: auto;
}


.blogs-container {
    padding-top: 0px;
}

.fon {
    margin-bottom: 0px;
    font-size: 22px;
    color: white;
    font-weight: 600;
}

.blogs-container .row{
    row-gap:40px;
}

.services-banner{
    background: linear-gradient(#000000c9, #000000a6), url(../imges/sevices-banner.jpg);
    padding:120px 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.services-fund-banner{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    
    
}

.spacer{
    display: flex;
    flex-direction: column;
    row-gap:30px;
    margin-top:30px;
}

.services-fund-serhead {
    /*height: 600px;*/
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /*min-height: 300px;*/
    padding:40px 40px;
    padding-left: 120px;
    
    color:white;
    
    
        background: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    
    
    
}

.services-fund-serhead h2{
    
     text-align:left;
    
}
.services-fund-serhead p{
    color:white;
    text-align:left;
}

.warch {
        padding: 20px;
    border: 2px solid;
    margin: 0px;
}
 
.warch p{
    margin: 0px;
}



.video-section{
    margin-top:80px;
}
.video-seccc{
    
}
.video-section .row{
    row-gap:30px;
}

.video-seccc iframe {
    width: 100% !important;
    height: 200px;
    margin-top: 0px;
}





















































