* {
    margin: 0;
    padding: 0;
}

body {
   font-family: "JetBrains Mono", monospace;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
@font-face {
    font-family: 'proxima_novabold';
    src: url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novamedium';
    src: url('../fonts/proxima_nova_medium_regular-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_medium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novaextrabold';
    src: url('../fonts/proximanova-extrabld-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-extrabld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'beyond_the_mountainsregular';
    src: url('../fonts/beyond_the_mountains-webfont.woff2') format('woff2'),
         url('../fonts/beyond_the_mountains-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.main-btn{
    text-align: center;
    font-size: 18px;
    font-family: 'proxima_novaregular';
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 26px;
    background: #43687C;
    padding: 12px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 232px;
}
.main-btn:hover{
background: #6892AB;
}
.main-btn.bg-white:hover{
background:  #90C1D8 !important;
}
.main-text{
    font-size: 18px;
color: #FFF;
  font-family: 'proxima_novaregular';
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}
.main-text.font-bold{
    font-weight: 700;
}
.title{
    font-size: 40px;
    color:  #6892AB;
    font-family: 'beyond_the_mountainsregular';
font-style: normal;
font-weight: 400;
line-height: normal;
}
.title.blue-dark{
    color: #43687C;
}
.navbar,
.navbar-brand{
    padding: 0;
    margin: 0;
}
.nav-link{
    margin: 0;
    padding: 0 !important;
}
.nav-link:hover{
    color: #90C1D8;
}
.navbar{
    align-items: flex-start;
}
.navbar-nav{
    gap: 80px;
    margin-right: 60px;
}
.navbar-main{
    margin-top: 17px;
    display: flex;
    align-items: center;
}
.navbar-collapse {
    justify-content: flex-end;
}
.hero-main{
    position: relative;
}

header{
    position: absolute;
    top: 20px;
    z-index: 99;
    left: 0;
    width: 100%;
    padding-inline: 13px;
        display: flex;
    align-items: center;
        transition: all ease-in-out 0.5s;
}
.tag{
    color:  #43687C;
   font-family: 'proxima_novamedium';
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
background: #fff;
padding: 5px 16px;
display: inline-flex;
align-items: center;
border-radius: 4px;
}
.hero-main h1{
    font-size: 64px;
    color:  #FFF;
    font-family: 'proxima_novaextrabold';
font-style: normal;
font-weight: 800;
line-height: 103.3%; /* 66.112px */
padding-bottom: 5px;
}
.hero-main p{
    font-size: 32px;
    color:  #FFF;
    font-family: 'proxima_novabold';
font-style: normal;
font-weight: 700;
line-height: normal;
padding-bottom: 16px;
}
.hero-right-bottom{
    padding-top: 48px;
}
.hero-right-bottom p{
    font-size: 24px;
    color:  #FFF;
  font-family: 'proxima_novaregular';
font-style: normal;
font-weight: 400;
line-height: normal;
max-width: 545px;
width: 100%;
}
.hero-right-bottom ol{
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-right{
        max-width: 545px;
    width: 100%;
    margin-left: auto;
}
.swiper-button-next, .swiper-button-prev{
        position: static;
    height: auto;
    margin: 0;
    border-radius:  6px;
background: rgba(67, 104, 124, 0.29);
width: 20px;
height: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.hero-bottom{
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 36px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    justify-content: center;
    gap: 44px;
    z-index: 1;
}
.swiper-pagination{
    position: static;
    width: auto !important;
}
.swiper-pagination-bullet{
    margin: 0 8px !important;
    background: rgba(255, 255, 255, 0.8);
    width: 12px;
    height: 12px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
 background: #43687C;   
}
.who-right-box{
    border-radius: 16px;
    background: #EBECF6;
    padding: 31px 30px;
    margin-top: -26px;
}
.who-left img{
    border-radius: 50%;
}
.who-main{
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.who-right{
    flex: 1;
}
.who-sec{
    padding: 50px 0;
}
.who-right-box ol li span{
    font-weight: 700;
}
.who-right-box ol li{
    padding-bottom: 24px;
}
.who-right-box ol li:last-child{
    padding-bottom: 0;
}
.who-right .title{
    padding-left: 30px;
}
.skill-sec .title{
    color: #43687C;
    text-align: center;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
}
.skill-top h3{
    font-size: 20px;
    color:  #FFF;
text-align: center;
    font-family: 'proxima_novabold';
font-style: normal;
font-weight: 700;
line-height: normal;
padding: 14px 0;
min-width: 252px;
}
.skill-top {
    background: #6892AB;
}
.skill-inner{
    background: #EBECF6;
    padding-bottom: 50px;
}
.skill-top h3{
    background: #90C1D8;
}
.skill-top h3.text2{
    background: #77AAC2;
}
.skill-top h3.text3{
    background: #6892AB;
}
.skill-top h3.text4{
    background: #43687C;
}
.skill-box span{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin-bottom: 24px;
}
.skill-box ol {
    list-style-type: disc;
    padding-left: 30px;
    padding-bottom: 24px;
}
.skill-box{
    padding-inline: 12px;
    border-right: 1.5px solid #DADDDF;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-between;
}
.skill-box1 .main-btn{
    background: #90C1D8;
}
.skill-box .main-btn:hover{
    background: #6892AB;
    color: #fff;
}
.skill-box2 .main-btn{
    background: #77AAC2;
}
.skill-box3 .main-btn{
    background: #6892AB;
}
.skill-box3 .main-btn:hover{
    background: #90C1D8;
}
.skill-box4 .main-btn{
    background: #43687C;
}
.skill-box4 .main-btn:hover{
    background: #6892AB;
}
.skill-box .main-btn{
        margin: 0 auto;
}
.skill-top-main{
    background: #6892AB;
}
.my-journey .title{
    text-align: center;
}
.my-journey{
    padding: 50px 0;
    padding-top: 40px;
}
.journey-left h4{
    font-size: 24px;
    color: #000;
    font-family: 'proxima_novabold';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 2px;
}
.journey-left ol {
    list-style-type: disc;
    padding-left: 27px;
}
.journey-left ol li{
    color: #000;
}
.journey-list{
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 24px;
}
.journey-list span{
    border-radius: 50%;
background:  #F1F1F7;
display: flex;
width: 71px;
height: 71px;
justify-content: center;
align-items: center;
}
.journey-left ol li a{
    color: #47B5FF;
    text-decoration: underline;
}
.info-sec .title{
    text-align: center;
}
.info-sec{
    padding-top: 38px;
    padding-bottom: 44px;
    background: #EBECF6;
}
.location-top{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    padding-bottom: 7px;
}
.location-boxes{
    border-radius: 16px;
background:  #43687C;
padding: 22px;
margin-bottom: 24px;
}
.location-top .location-icon-span{
    border-radius: 50%;
background:  #FFF;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.location-boxes h4{
    font-size: 24px;
    color:  #FFF;
font-family: 'proxima_novabold';
font-style: normal;
font-weight: 700;
line-height: normal;
}
.location-boxes p{
    font-size: 18px;
    color:  #FFF;
font-family: 'proxima_novaregular';
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}
.info-btn{
    border-radius: 26px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 33px;
    color: #000;
}
.info-btn:hover{
    background: #90C1D8;
}
.location-top-info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-map p{
    padding-bottom: 10px;
    max-width: 240px;
    width: 100%;
}
.location-map{
    padding-left: 50px;
}
.location-map iframe{
    width: 100%;
}
.location-boxes.bg-white h4{
    color: #43687C;
}
.location-boxes.bg-white .location-icon-span{
    background: #43687C;
}
.location-boxes.bg-white .location-top-info{
    align-items: flex-start;
}
.location-boxes.bg-white p{
    font-weight: 500;
}
.location-boxes.bg-white .info-btn{
    background: #43687C;
    color: #fff;
}
.location-boxes.bg-white .info-btn:hover{
    background: #6892AB;
}
.location-bottom{
    border-radius: 16px;
background:  #43687C;
padding: 22px;
}
.location-bottom .location-right h4{
    font-size: 24px;
    color: #FFF;
font-family: 'proxima_novabold';
font-style: normal;
font-weight: 700;
line-height: normal;
}
.location-bottom .location-top{
    padding-bottom: 16px;
}
.location-bottom-list ol li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.location-bottom-list{
    padding-left: 50px;
}
.location-bottom.bg-white .location-right h4{
    color: #43687C;
}
.location-bottom.bg-white .location-icon-span{
    background: #43687C;
}
.location-bottom{
        min-height: 153px;
}
.appoinment-inner{
    text-align: center;
}
.appoinment-sec{
    padding: 88px 0;
}
.appoinment-sec .main-btn{
        padding: 10px 0;
}
.appoinment-inner p{
    padding-bottom: 16px;
}
footer{
    background: #43687C;
    padding: 40px 0;
}
.footer-inner a{
    display: inline-flex;
    align-items: center;
}
.footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-right p{
    text-align: right;
}
.footer-right p a{
    color: #90C1D8;
}
.sticky-active {
        background: #fff;
    padding: 0 0;
    transition: all ease-in-out 0.5s;
    height: 80px;
}
.sticky-active .nav-link{
    color: #43687C;
}
.sticky-active .navbar-brand img{
    height: 120px;
}
.sticky-active .navbar-brand{
         position: absolute;
    top: 0;
    left: 0;
}
.sticky-active .navbar-main{
    margin-top: 0;
}
section {
  scroll-margin-top: 70px;
}
 .slide-img-main img{
    width: 100%;
    height: 650px;
    object-fit: cover;
 }
.skill-box-wrap{
    width: 100%;
}
.fixed-top{
    right: auto;
}
.swiper-content{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}