
@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular.woff2') format('woff2'),
        url('../fonts/Unbounded-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-SemiBold.woff2') format('woff2'),
        url('../fonts/Unbounded-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold.woff2') format('woff2'),
        url('../fonts/Unbounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('./fonts/WorkSans-Regular.woff2') format('woff2'),
        url('./fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Work Sans';
    src: url('./fonts/WorkSans-Bold.woff2') format('woff2'),
        url('./fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;}

@font-face {
    font-family: 'Work Sans';
    src: url('./fonts/WorkSans-SemiBold.woff2') format('woff2'),
        url('./fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;}





body{ color: #fff;
    background-color: #000;
   font-family: 'Unbounded';
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6{
  padding: 0px;
  margin: 0px;
}
button:focus, button:active, .btn-check:focus+.btn{
    outline: none;
    box-shadow: none !important;

}
a{
text-decoration: none;}
li, ul, ol{
list-style: none;}
button, button:focus, button:hover, button:active{
    outline: none;
}

img {max-width:100%;}

.navbar a.nav-link {
    color: #fff; font-size: 18px;
}

img {max-width:100%;}

.clr-theme { color: #F39C0E;}


.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link, .navbar-nav .nav-link:hover {
    color: #F39C0E;
}

.navbar-brand img { width:250px; height:100%; }

    h1 { font-weight:bold;}

    .logo-company  li {
    display: inline-block; margin: 0px 10px;
 }


 .logo-company ul {
    text-align: center;
    margin-top: 40px;
}

.mid-body-wrapper {
    margin-top: 40px;
}

.coherent-services h2 {   font-weight: bold; }

.coherent-services ul li { background-repeat:no-repeat; text-align: center; height: 300px; display: inline-block; margin: 0;}

.services-wrapper {
    position: relative;
}

.overlay-text {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
}
.yellow-clr{
    color:#F39C0E;
    cursor: pointer;
}
.coherent-services { margin-top:50px; }

footer { margin:30px 0px; } 

footer span { color:#F39C0E; font-weight: bold;}

.heding-cmn h2 { font-weight: bold; margin-bottom:20px;  }
.heding-cmn p{  margin-top:20px;}

.abt-img {  
    border-radius: 15px;}

.col-board h2, .founder-name h2 { font-weight: bold; margin-bottom:10px; margin-top:15px; font-size:20px;  font-family: 'Work Sans'; }
.founder-name h2{
    font-size: 34px; 
}
a.btn.calndey-btn {
    color: #f39c0e;
    padding: 10px 26px;
    border-radius: 50px;
    margin-left: 9px;
    border: 1px solid #f39c0e;
    transition: all .2s linear;
}

a.btn.calndey-btn:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.member-row { margin-bottom:40px; }

.text-founder { margin-top:20px; }

.col-board {
    background-color: #343434;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}
.col-board img { border-radius: 8px; }

.advisory-hero img {
    border-radius: 20px;
    opacity: 0.3;
}

.advisory-hero { position:relative; margin-top:20px; margin-bottom:20px; }

.advisory-hero h1 {
    position: absolute;
    top: 50%;
    left: 50%; color: #F39C0E;
    transform: translate(-50%, -50%);
}
.abt-cohrent-group img {  border-radius: 20px;}
.abt-cohrent-group h2 { font-weight:bold; margin-bottom: 10px; margin-top: 15px;}

.abt-cohrent-group {
    margin-top: 40px;
}

.gallery-wrapper img { border-radius:10px; margin-bottom:20px;  }

.gallery-wrapper { margin-top:30px; }

.founder-col{
    display: flex;
    align-items: center;
    column-gap: 20px;
}

/* .founder-name {
    margin-top: -118px;
    margin-bottom: 40px;
    background-color: #000;
    z-index: 9999;
    position: relative;
    padding: 16px 50px;
    border-radius: 10px;
    width: fit-content; border: 2px solid #5e3b00;
} */

.col-founder.two .founder-name { margin-left:167px; }

.partner-image{
    margin-top: 20px;}

.navbar-toggler-icon {
    background-image: url(../images/menu.png);
}
.mrmain-section{
    margin-top: 90px;
}

.col {
    flex: 1 0 30%;
    max-width: 20%;
    margin-bottom: 30px;
}
.aboutus-img {
    border-radius: 10px;
}
.partner-image {
    background-color: rgb(255 255 255 / 8%);
    text-align: center;
    padding: 35px;
    transition: all 0.3s linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.partner-image img{
    filter: brightness(0) invert(1);
}

.partner-image.gokul img{
    filter: none ;
}

/* .name-data {
    display: flex;
    align-items: center;
    column-gap: 20px;
} */

.social-media {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 20px;
}

#more, #more2 {display: none;}
/* timeline */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #F39C0E;
    border-radius: 0px;
    padding: 15px 47px;
    font-size: 20px;
    font-weight: 600;
}
.nav-pills .nav-link {
    color: white;
    border-radius: 0px;
    padding:15px 47px;
    font-size: 20px;
    background: #492F04;
    font-weight: 600;
}
.memories-data-section{
    overflow: hidden;
}
.timeline-section .owl-stage {
    display: flex;
}
.memories-data-section .year {
    font-size: 50px;
    line-height: 116px;
    font-weight: bold;
}
.memories-data-section h3 {
    font-size: 22px;
    margin: 16px 0px 10px 0px;
    font-weight: 600;
}

.owl-nav button.owl-prev::after {
    content: "\f053";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: transparent;
    background: #F39C0E;
    border: 2px solid #F39C0E;
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    line-height: 40px;
    margin-right: 5px;
}
.owl-nav button.owl-next::after {
    content: "\f054";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F39C0E;
    border: 2px solid #F39C0E;
    color: transparent;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    line-height: 40px;
}
.owl-carousel .owl-item img {
    border-radius: 20px;
    max-width: 100%;
    width: auto;
}
.owl-nav button span{
    display: none;
}
.owl-next.disabled::after, .owl-prev.disabled::after{
    background: #F39C0E;
    border: none;
}
.memories-data-section {
    position: relative;
}
.memories-data-section .owl-nav{
    position: absolute;
top: 5%;
right: 0;
}
button.owl-prev, button.owl-next  {
    background:none;
    border: none;
}


.timeline-section  {
padding: 60px 0px;
background-color: rgb(255 255 255 / 8%);
}
.botom-section{
    padding: 10px 0px;
    background-color: white;
}
.botom-section ul{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 83px;
}
.media-wrapper{
    margin-top: 20px;
}



.calendly-popup {
    background-color: #fff;
    border-radius: 24px;
}

.calendly-popup-close {
    position: absolute;
    top: 15% !important;
    right: 25% !important;
    background-color: black !important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer;
    background-size: auto !important;
    z-index: 9999;
    background-position: center !important;
    border-radius: 100%;
}
.social-media-data{
    margin: 25px 0px ;
}
.social-media-icon ul{
     display: flex;
     margin-top: 10px;
     justify-content: center;
     align-items: center;
     column-gap: 15px;
}
.resimg1{
    display: none;
}

.col-board p{  font-family: 'Work Sans';}