body{
    font-family: "Jost", sans-serif;
}
p {
    font-family: "Jost", sans-serif;
    margin: 0 0 18px 0;
    line-height: 1.75;
    font-size: 16px;
}
.somi{
    padding: 0;
    margin: 0;
}
.img_res{
    width: 100%;
}
.menu-top {
    background-color: #0F2239;
    padding: 10px 0;
}

.menu-top .container .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* HEADER LINKS (LEFT SIDE) */
.header-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #202c3c;
    text-decoration: none;
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
}

.header-link:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

/* ICON BUTTON CIRCLES */
.menu-top .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0D5EF4;
    color: #fff;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    flex-shrink: 0;
}

/* SOCIAL ICONS (RIGHT SIDE) */
.th-social a {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    transition: color 0.3s;
}

.th-social a:first-child {
    margin-left: 0;
}

.th-social a:hover {
    color: #0D5EF4;
}
.carousel-caption {
    position: absolute;
    left: 0!important;
    width: 100%;
    height: 100%;
}
.banner-text{
    position: absolute;
    top: 20%;
    /* left: 0; */
    text-align: left;
    max-width: 60%;
}
.navbar-default {
    background-color: #2f489a;
    border-color: #2f489a;
    margin-bottom: 0;
    min-height: 80px;
    border: none;
    border-radius: 0;
}
.banner-subtitle{
    font-size: 18px;
    font-weight: 600;
}
.banner-title {
    font-size: 45px;
    font-weight: 600;
}
.banner-des {
    font-size: 18px;
    font-weight: 400;
}
.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #0D5EF4;
    color: #fff;
    border-radius: 5px;
    min-width: 200px;
    height: 40px;
    margin-top: 2em;
}
.section-gap {
    padding-top: 120px;
    padding-bottom: 120px;
}
.text-theme {
    color: #0D5EF4 !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fs-40 {
    font-size: 40px;
}
.somi-title {
    font-size: 45px;
    font-weight: 600;
    color: #000;
}
.somi-title-sm {
    font-size: 25px;
    font-weight: 600;
}
.bannner-t {
    max-width: 60%;
    padding-left: 15px;
    padding-top: 19%;
    margin: 0;
}
.radius-10 {
    border-radius: 10px;
}
.feature-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px 20px;
}
.widget-background{
    background: url(../images/bg-1-final.jpg);
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    background-position: center top;
}
.color-white{
    color: #fff!important;
}
.footer{
    background: url(../images/footer-bg.png);
    color: #fff;
    padding-top: 50px;
}
.footer-logo{
    max-width: 150px;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul li {
    padding-bottom: 8px;
}
.footer ul li a{
    color: #fff!important;
    text-decoration: none!important;
}
.footer-bottom{
    background-color: #000;
    margin-top: 50px;
}
.footer-bottom p {
    margin-bottom: 7px;
    margin-top: 7px;
}
.menu-logo{
    width: 150px;
    z-index: 22;
    position: relative;
}
.navbar-brand {
    padding: 4px 15px;
}
@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.navbar-brand::before{
    content: "";
    position: absolute;
    width: 25%;
    background-color: #fff;
    height: 100px;
    z-index: 0;
    left: 0;
    top: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: transparent;
}
.feature-box_text {
    padding-top: 14px;
}
.box-layout{
    text-align: center;
    border-radius: 10px;
    border: 1px solid #D0DBE9;
    background: #fff;
    min-height: 310px;
    margin-bottom: 30px;
}
.service-card-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #0D5EF4;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
}
.service-card-icon img {
    -webkit-filter: brightness(99);
    filter: brightness(99);
    width: 45px;
}
.mg-bottom-1 {
    margin-bottom: 1em;
}
.box-layout:hover{
    background: #0D5EF4;
    color: #fff;
}
.box-layout:hover > .service-card-icon{
    background: #0F2239;
}
.section-gap-sm {
    padding-top: 65px;
    padding-bottom: 65px;
}
.google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.become-instructor-wrap {
    border-radius: 10px;
    background: var(--white-color);
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / .07);
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    gap: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.bg11{
    background: url(../images/bg11.webp);
    background-size: cover;
    min-height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.bg22{
    background: url(../images/bg22.webp);
    background-size: cover;
    min-height: 300px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.cstm-block{
    display: flex;
    flex-direction: row;
    justify-content: center;
}






@media only screen and (max-width: 690px) {
  .menu-top {
    display: none;
  }
  .navbar-toggle {
    margin-top: 23px;
}
.navbar-brand::before {
    height: 65px;
}
.menu-logo {
    width: 124px;
    z-index: 22;
    position: relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 16px;
}
.section-gap-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.banner-text {
    max-width: 100%;
}
.banner-title {
    font-size: 28px;
    font-weight: 600;
}
.somi-title {
    font-size: 30px;
}
.section-gap {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mob-hide{
    display: none;
}
.fs-40 {
    font-size: 30px;
}
.cstm-block{
    display: block;
    flex-direction: row;
    justify-content: center;
}
.navbar-brand::before {
    width: 50%;
}
.box-layout {
    min-height: auto;
}
}