* {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #08AB9A;
    --secondary-color: #FF10FD;
    --text-light: #272727;
    --bg-color: #efefef;
}

body {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.77;
    color: #000;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    color: #000000;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;

}

/* .wrapper {
    height: 100vh;
} */

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin-bottom: 21px;
    line-height: 1.46;
    color: #111;
    letter-spacing: -0.5px;
    
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.25rem;
    font-weight: 700;
}

@media (min-width: 768px) {

    h1 {
        font-size: 42px;
    
    }
    
    h2 {
        font-size: 30px;
    }
    
    h3 {
        font-size: 24px;
    }
    
    h4 {
        font-size: 22px;
    }
    
    body {
		font-size: 16px;
	}
 
}

.hide {
    display: none;
}

.green-text {
    color: #25BCA0;
}

.green-bg {
    background-color: #25BCA0;
}

.green-light {
    background: #9FCAA3;
}

.yellow-light {
    background: #F2C560;
}

.red-light {
    background: #E27373;
}

.btn-gen {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    line-height: 1.8;
    font-size: 13px;
    padding: .5rem 1rem;
    text-transform: uppercase;
    
}

@media (min-width: 1200px) {
    .btn-gen {
        font-size: 15px;
        padding: 1rem 3.125rem;
    }

    .navbar-collapse {
        order: unset;
    }
    h2 {
        font-size: 36px;
    }
  
}

.btn-gen:hover,
.btn-gen:focus {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: none;
}

.section-mt-large {
    margin-top: 2.5rem;
}

.section-mt-big {
    margin-top: 2.25rem;
}

.section-mt {
    margin-top: 2rem;
}

.section {
    padding: 2rem 0;
}

@media (min-width: 768px) {
    .section {
        padding: 3.5rem 0;
    }

    .btn-gen {
        padding: 10px 28px;
    }
}

@media (min-width: 1366px) {
    .section-mt-large {
        margin-top: 7.5rem;
    }
    h1 {
        font-size: 56px;
    
    }
    
    h2 {
        font-size: 42px;
    }
    
    
    .section-mt-big {
        margin-top: 6.25rem;
    }
    
    .section-mt {
        margin-top: 5rem;
    }

    .section {
        padding: 5.25rem 0;
    }
}

@media (min-width: 1920) {
    .section {
        padding: 8.75rem 0;
    }
}

/* =============================
# Header Top Styles
================================*/
.top-header {
    background-color: var(--primary-color);
    color: #fff;
    position: relative;
}

.top-header .top-left-navbar .navbar-collapse {
    margin-bottom: 4px;
}

/* Header Top Search Styles */
.navbar-form-search {
    position: relative;
}



@media (min-width: 576px) {
    .top-header .top-left-navbar .navbar-collapse {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .navbar-form-search {
        position: relative;
    }

}

@media (min-width: 1200px) {
    .navbar-form-search {
        padding-left: .5rem;
    }

    #search-button {
        padding-right: 0;
    }
}
  .navbar-form-search .form-control {
    width: calc(100% - 42px);
  }
  
  .navbar-form-search .btn {
    border: 0;
    background: transparent;
    font-size: 0.75rem;
  }

  .navbar-form-search .btn.search-btn {
    font-size: 1rem;
    background: var(--secondary-color);
    color: #fff;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 48px;
    text-align: center;
}
.main-header .navbar-light .navbar-nav li li a {
    margin: 0!important;
}
.navbar-form-search .btn.search-btn:hover,
.navbar-form-search .btn.search-btn:focus {
    background-color: #00559B;
    color: #fff;
}
  
  .navbar-form-search .btn:active,
  .navbar-form-search .btn:hover,
  .navbar-form-search .btn:focus {
    color: #000;
    outline: none;
    box-shadow: none;
  }

  .navbar-form-search .search-form-container .search-input-group .form-control {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    border-radius: 0;
}
  
  .navbar-form-search .search-form-container {
    text-align: right;
    position: absolute;
    width: 274px;
    overflow: hidden;
    background: #25BCA0;
    right: 12px;
    top: 100%;
    z-index: 9;
    height: auto;
    opacity: 1;
    transition: all .3s ease-in-out;
  }

  .navbar-form-search .search-form-container.hdn {
    top: 0;
    height: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
  }

  .navbar-form-search.open .search-form-container.hdn {
    top: calc(100% + 17px);
    height: auto;
    opacity: 1;
    transition: all .3s ease-in-out;
  }
  
  @media (min-width: 576px) {
    .navbar-form-search .search-form-container {
        right: 0;
        width: 200px;
    }

    .navbar-form-search.open .search-form-container.hdn {
        top: calc(100% + 4px);
    }
  }

  @media (min-width: 1200px) {
    .navbar-form-search.open .search-form-container.hdn {
        top: calc(100% + 35px);
    }
  }

  ul.nav.top-right-nav {
      justify-content: space-between;
}

ul.nav.top-right-nav .top-header-social {
    position: absolute;
    right: 24px;
    top: 14px;
}

.top-header .navbar-light .navbar-nav .nav-link,
.top-header-social > li > a {
    color: #fff;
}

.top-header .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.top-header-social > li > a {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

@media (min-width: 768px) {
    .top-header .navbar-expand-sm .navbar-nav .nav-link {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

@media (min-width: 1200px) {
    .top-header-social > li > a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.top-header .navbar-light .navbar-nav .nav-link:hover,
.top-header .navbar-light .navbar-nav .nav-link:focus,
.top-header-social > li > a:hover,
.top-header-social > li > a:focus {
    color: var(--secondary-color);
}

.top-header .navbar-nav li,
.top-intro,
.top-header-social li a > i {
    font-size: 0.875rem;
}

.top-header .dropdown-menu {
    z-index: 9999;
    border-radius: 0;
}
.dropdown-menu {
    width: 100p%!important;
}

.top-header .navbar-toggler-icon {
    width: 1em;
}

.top-header .navbar-toggler {
    padding: 0.1rem 0.5rem;
    margin-top: .75rem;
    margin-bottom: .75rem;
}

.top-header .navbar-toggler:focus,
.main-header .navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.main-header .navbar-light .navbar-toggler:focus,
.top-header .navbar-light .navbar-toggler:focus {
    border-color: #F58334;
    color: #F58334;
}

  @media (min-width: 576px) {

    .navbar-form-search .form-control {
        width: 257px;
      }

    .navbar-form-search .search-form-container,
    .navbar-form-search .search-form-container .search-input-group {
        width: 300px;
    }

    ul.nav.top-right-nav .top-header-social {
        position: static;
    }
  }

  @media (min-width: 992px) {
    .main-header .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
     }
  }

  @media (min-width: 1200px) {
      .top-header .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: 1.125rem;
        padding-right: 1.125rem;
    }
  }
 
  
  .navbar-form-search .search-form-container .search-input-group .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--secondary-color);
  }
  
  #hide-search-input-container {
      float: left;
       -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
  }

  #hide-search-input-container i {
      color: #fff;
  }
  
  #hide-search-input-container:hover i {
      color: #1cf6aC;
  }
  
  form.navbar-form.navbar-right.navbar-form-search #search-button {
      color: #000000;
      font-size: 1rem;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
  }

  #search-button {
      width: 40px;
  }

  .navbar-form-search i.fa-close,
  .navbar-form-search.open #search-button i.fa-search {
      display: none;
  }

  .navbar-form-search.open i.fa-close {
      display: inline-block;
  }
  
  
  form.navbar-form.navbar-right.navbar-form-search #search-button:hover,
  form.navbar-form.navbar-right.navbar-form-search #search-button:hover i {
      color: #F58334;
  }

.top-header .navbar-user .nav-link,
form.navbar-form.navbar-right.navbar-form-search #search-button,
.search-form-container.hdn #search-button,
.search-form-container.hdn .form-control,
.top-left-navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.top-right-nav .nav-item a i.fa,
.top-right-nav .nav-item a i.fa-solid {
    margin-right: .5rem;
    color: #fff;

}

/* =============================
# Header Styles
================================*/
.container-fluid {
    padding: 0 25px;
}
/* .main-header{
    background-color:#EBEBEB ;
} */
.main-header .navbar-nav li a {
    color: #25BCA0;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-light .navbar-toggler {
    order: 3;
}
.navbar-collapse {
    order: 4;
}
.navbar-form-search {
    position: relative;
    margin-right: 7px;
    margin-left: 145px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border: none;
    padding: 0;
}
.main-header .navbar-nav li a:not(.dropdown-menu li a) {
    padding: 12px 0;
    border-top: 1px solid #ddd;
}
.navbar-nav {
    padding: 10px 0;
}
@media (min-width: 992px) {
    .main-header .navbar-nav li a {
        padding: 0 5px;
    }
}

.main-header .navbar-light .navbar-toggler-icon {
    filter: none;
}

.main-header .navbar-nav .nav-item {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
}
.dropdown-toggle::after {
    position: absolute;
    right: 0;
    top: 18px;
}

.main-header .navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

.main-header .navbar-light .navbar-nav .nav-link:not(.dropdown-menu li .nav-link) {
    text-transform: uppercase;
}

.main-header .navbar-nav li a:hover,
.main-header .navbar-nav li a:focus,
.main-header .navbar-nav .current-menu-item a,
.main-header .navbar-light .navbar-nav .current .nav-link,
.main-header .navbar-light .navbar-nav .nav-link:hover,
.main-header .navbar-light .navbar-nav .nav-link:focus {
    color: var(--primary-color);
}

.main-logo img {
    max-width: 150px;
}
@media (min-width: 1200px)
{
.navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    padding-left: 56px;
}
}


/* Collapsed Nav Styles */
.navbar-light .navbar-toggler-icon {
    filter: invert(1) sepia(1) saturate(5) hue-rotate(175deg);
}

@media (min-width: 768px) {

    .main-logo img {
        max-width: 100px;
    }

    .main-header .navbar-nav li a img {
        margin-left: auto;
        margin-right: auto;
    }
    
}

@media (min-width: 992px) {
    .main-logo img {
        max-width: 170px;
    }

    .main-header .navbar-nav .nav-link,
    .main-header .navbar-nav li a:not(.dropdown-menu li a) {
        padding: 0.75rem 0.9rem;
    }

    .main-header .navbar-nav .nav-link span {
        position: relative;
    }

    .main-header .navbar-nav .nav-link span:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -33px;
        width: 0;
        height: 0.375rem;
        background-color: #25BCA0;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .main-header .navbar-nav .nav-link:hover span:before,
    .main-header .navbar-nav .nav-link:focus span:before {
        width: 100%;
        right: auto;
    }
}

@media (min-width: 1200px) {
    .main-logo img {
        max-width: 137px;
    }

    .main-header .navbar {
        padding-top: 0;
    }

    .navbar-collapse {
        order: unset;
    }
    .dropdown-toggle::after {
        position: relative;
        right: auto;
        top: auto;
    }
}
.navbar {
    position: relative;
    display: inherit;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0;
}


.top-menu-list{
    display: flex;
    align-items: center;
    padding-left: 70px;
    border-left: 1px solid #EBEBEB;
    margin-bottom: 0;
}
.top-menu-list li {
    margin-right: 30px;
    padding: 15px 0;
}
.top-menu-list li a{
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.kl-logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.bottom-nav{
    display: flex;
    align-items: center;
    justify-content:end

}
.navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    align-items: center;
}
.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    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;
}
.nav-item i{
    margin-left: 8px;
}
@media (max-width:1200px){
    .top-menu-list{
        padding-left: 0;
        border-left: 0;
        justify-content: center;
    }
    .top-menu-list li a{
        font-size: 10px;
        font-weight: 600;
    }
    .top-menu-list li{
        margin-right: 15px;
    }
    .bottom-nav{
        display: unset;
        align-items: unset;
        background-color: #fff;

    }
    .navbar-form-search{
        position: absolute;
        top: 110px;
        right: 0;
    }
    .right-nav{
        padding-bottom: 8px;
    }
    .nav-item i{
        float: right;
    }
}
/* =============================
# Content Styles
================================*/

/* Top Banner Section Styles */
.banner .slick-slide img {
    width: 100%;
}

.img-wrap {
    position: relative;
    overflow: hidden;
}

.img-wrap .container {
    padding-bottom: 1rem;
}

.caption {
    margin-top: 1.5rem;
    max-width: 541px;
    width: 100%;
}

.caption h3 {
    margin-bottom: 0.9rem;
    padding-bottom: 5px;
    line-height: 1.5;
}

.caption h3 {
    text-transform: capitalize;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.125;
    max-width: 541px;
}

.caption p {
    color: #555;
    max-width: 476px;
}

.caption .btn-wrap {
    margin-top: 1.75rem;
}

.caption .btn-wrap .btn-outline-warning {
    text-transform: uppercase;
    border: 2px solid var(--primary-color);
    border-radius: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.86;
}

.caption .btn-wrap .btn-outline-warning:hover,
.caption .btn-wrap .btn-outline-warning:focus {
    background-color: var(--primary-color);
    box-shadow: none;
}

.banner .img-wrap img {
    min-height: 140px;
    object-fit: cover;
}


.main-banner .slick-prev.slick-arrow,
.main-banner .slick-next.slick-arrow,
.testimonial-wrap .slick-prev.slick-arrow,
.testimonial-wrap .slick-next.slick-arrow {
    border: none;
    width: 45px;
    height: 45px;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0, .5);
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.main-banner .slick-prev.slick-arrow,
.main-banner .slick-next.slick-arrow {
    top: 17%;
}

@media (min-width: 768px) {
    .main-banner .slick-prev.slick-arrow,
    .main-banner .slick-next.slick-arrow {
        top: 50%;
    }
}

@media (min-width: 1366px) {
    .main-banner .slick-prev.slick-arrow,
    .main-banner .slick-next.slick-arrow,
    .testimonial-wrap .slick-prev.slick-arrow,
    .testimonial-wrap .slick-next.slick-arrow {
        width: 60px;
        height: 60px;
    }
}

.main-banner .slick-prev.slick-arrow:before,
.main-banner .slick-next.slick-arrow:before,
.testimonial-wrap .slick-prev.slick-arrow:before,
.testimonial-wrap .slick-next.slick-arrow:before,
.business-entry-wrap .slick-prev.slick-arrow:before,
.business-entry-wrap .slick-next.slick-arrow:before,
.brand-carousel .slick-prev.slick-arrow:before,
.brand-carousel .slick-next.slick-arrow:before {
    color: #fff;
    font-family: "Font Awesome 5 Free" !important;
    font-size: 1rem;
    font-weight: 900;
    height: auto;
    line-height: 1;
    width: 20px;
}

.main-banner .slick-prev.slick-arrow:hover:before,
.main-banner .slick-prev.slick-arrow:focus:before,
.main-banner .slick-next.slick-arrow:hover:before,
.main-banner .slick-next.slick-arrow:focus:before {
    color: #000;
}

.main-banner .slick-next.slick-arrow:before,
.testimonial-wrap .slick-next.slick-arrow:before,
.business-entry-wrap .slick-next.slick-arrow:before,
.brand-carousel .slick-next.slick-arrow:before {
    content: "\f054";
}

.main-banner .slick-prev.slick-arrow:before,
.testimonial-wrap .slick-prev.slick-arrow:before,
.business-entry-wrap .slick-prev.slick-arrow:before,
.brand-carousel .slick-prev.slick-arrow:before {
    content: "\f053";
}

.testimonial-wrap .slick-prev.slick-arrow {
    left: -19px;
}


.testimonial-wrap .slick-next.slick-arrow {
    right: -20px;
}


@media (min-width: 768px) {
    .testimonial-wrap .slick-prev.slick-arrow {
        left: -50px;
    }
    
    .testimonial-wrap .slick-next.slick-arrow {
        right: -50px;
    }

}

@media (min-width: 1920px) {
 

    .main-banner .slick-next.slick-arrow {
        right: 24px;
    }

    .main-banner .slick-prev.slick-arrow,
    .main-banner .slick-next.slick-arrow {
        width: 80px;
        height: 80px;
    }

    .main-banner .slick-prev.slick-arrow:before,
    .main-banner .slick-next.slick-arrow:before {
        font-size: 1.5rem;
    }
}

.main-banner .slick-next.slick-arrow {
    right: 0;
}

.main-banner .slick-prev.slick-arrow:hover,
.main-banner .slick-prev.slick-arrow:focus,
.main-banner .slick-next.slick-arrow:hover,
.main-banner .slick-next.slick-arrow:focus {
    background-color: #fff;
    color: #000;
}

@media (min-width: 768px) {
    .caption {
        position: absolute;
        margin-top: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .caption h3 {
        color: #ffffff;
        font-size: 42px;
    }

    .img-wrap img {
        height: 620px;
        height: 75vh;
        object-fit: cover;
    }

    .img-wrap .container {
        padding-bottom: 0;
    }

    .caption p {
        font-size: 20px;
        color: #fff;
    }

    .caption .btn-wrap {
        margin-top: 35px;
    }

    .caption .btn-wrap .btn-outline-warning {
        padding: 10px 28px;
        color: #fff;
    }
}

/* Truested Section Styles Start */
.light-bg {
    background-color: #F5F5F5;
}

figure.trusted-img {
    display: inline-block;
    border-radius: 25px;
    margin-bottom: 0;
    overflow: hidden;
}

figure.trusted-img {
    max-width: 550px;
}

.circle-overlay {
    position: relative;
}

figure.circle-overlay:before {
    content: "";
    background: url('../images/company-half-circle.svg') no-repeat top center;
    position: absolute;
    width: 163px;
    height: 163px;
    left: 20px;
    top: 20px;
    transform: rotate(70deg);
    transition: all 2s;
    filter: invert(60%) sepia(90%) saturate(5514%) hue-rotate(149deg) brightness(104%) contrast(94%);
}
.animated figure.circle-overlay:before {
    transform: rotate(0deg);
}
figure.trusted-img.circle-overlay:before {
    top: 20%;
    left: 20px;
}

figure.trusted-img.ceo-img.circle-overlay:before {
    top: unset;
    left: unset;
    right: -48px;
    bottom: -44px;
    z-index: 1;
    background-size: 44%;
    transition: all 3s;
    transform: rotate(180deg);
}
.testi-content {
    padding-right: 42px;
}
.animated figure.trusted-img.ceo-img.circle-overlay:before {
    transform: rotate(0deg);
}
@media (min-width: 1024px) {
    figure.trusted-img.ceo-img.circle-overlay:before {
        top: unset;
        left: unset;
        right: 1%;
        bottom: 5%;
        z-index: 1;
        background-size: 100%;
    }
}

.ceo-img:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: rgba(0, 85, 155, .85);
    bottom: 0;
    width: 30%;
    height: 100%;
    z-index: 0;
}

figure.trusted-img img {
    border-radius: 25px;
    overflow: hidden;
    max-width: 300px;
    margin-bottom: 21px;
    height: 635px;
    object-fit: cover;
}
.message-section .ceo-img img {
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 21px;
    height: 425px;
    object-fit: cover;
}

.trusted-content > h2 {
    /* max-width: 521px; */
    margin-bottom: 14px;
    margin-top: 21px;
    font-size: 42px;
    color:var(--primary-color);
}

.trusted-content .btn-gen {
    margin:21px 0 35px;
}

.mission-list {
    margin-top: 32px;
}
.mission-list h3 {
    margin-bottom: 7px;
}
.mission-list li:not(:last-child) {
    margin-bottom: 21px;
}

.mission-content p {
    font-size: 1rem;
}

.icon-wrap {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 28px;
    width: 128px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease 0s;
}

.mission-list li:hover .icon-wrap {
    box-shadow: none;
}

.icon-wrap img {
    width: 40px;
    height: 50px;
    filter: invert(60%) sepia(90%) saturate(5514%) hue-rotate(149deg) brightness(104%) contrast(94%);
}
/* Truested Section Styles End */

/* Message Section Styles Start */
.message-section {
    position: relative;
}

p.owner-detail {
    font-weight: 700;
    margin-bottom: 0;
}

.owner-detail.pos{
    font-weight: 400;
}
.message-section:before {
    content: "Message";
    font-size: 40px;
    position: absolute;
    left: 0%;
    top: 4%;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color:rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all 2s;
    font-weight: 700;
    display: none;
}
.animated.message-section:before {
    left: 7%;
}
.trusted-content {
    position: relative;
    z-index: 99;
}
.message-section.legacy-section:before {
    content: "";
    right: 10%;
    left: auto;
}
.message-section.history-section:before {
    content: "";
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    color: #f5f5f5;
}

.ceo-msg.message-section.history-section:before {
    content: "Message";
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    color: #f5f5f5;
}


@media (min-width: 992px) {
    figure.trusted-img img {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .message-section:before {
        font-size: 120px;
    }
    .message-section:before {
        display: block;
    }
    .container-fluid {
        padding: 0 50px;
        padding-right: 0;
    }
    .main-header .navbar-nav li a:not(.dropdown-menu li a) {
        border-top: none;
    }
    .dropdown-menu {    
        width: 305px!important;
    }
    .animated.message-section:before {
        left: 5%;
    }
    .message-section:before {
        top: 1%;
    }
    
}

/* Testimonila Carousel Styles */
.testi-img {
    width: 200px;
    margin-right: 10px;
    overflow: hidden;
}

.testi-img  img {
    width: 200px;
    height: auto;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .testi-img {
        width: 210px;
        margin-right: 32px;
    }

    .testi-img  img {
        width: 210px;
        height: auto;
        border-radius: 20px;
    }

}



.testi-content a.more-link,
.blog-entry-block .card-block a.more-link {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--secondary-color);
    position: relative;
    margin-top: 21px;
}

.testi-content a.more-link:after,
.blog-entry-block .card-block a.more-link:after {
    content: "";
    border-bottom: 2px solid var(--secondary-color);
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
}

.testi-content a.more-link:hover,
.testi-content a.more-link:focus,
.blog-entry-block .card-block a.more-link:hover,
.blog-entry-block .card-block a.more-link:focus {
    color: #000;
}

.testi-content a.more-link:hover:after,
.testi-content a.more-link:focus:after,
.blog-entry-block .card-block a.more-link:hover:after,
.blog-entry-block .card-block a.more-link:focus:after {
    border-bottom: 2px solid #000;
}

.testi-content .post {
    font-style: italic;
    color: #999;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .testi-content {
        padding-right: 2rem;
    }

}

@media (min-width: 1366px) {
    .testimonial-wrap {
        margin-top: 5rem !important;
    }
    .caption h3 {
        color: #ffffff;
        font-size: 56px
    }
}

.testimonial-wrap .slick-prev.slick-arrow,
.testimonial-wrap .slick-next.slick-arrow,
.business-entry-wrap .slick-prev.slick-arrow,
.business-entry-wrap .slick-next.slick-arrow,
.brand-carousel .slick-prev.slick-arrow,
.brand-carousel .slick-next.slick-arrow {
    height: 45px;
    width: 45px;
    border: 1px solid #CACACA;
    background-color: transparent;
    z-index: 1;
}

.testimonial-wrap .slick-arrow:hover,
.business-entry-wrap .slick-arrow:hover,
.brand-carousel .slick-arrow:hover {
    background-color: var(--primary-color);
}

.testimonial-wrap .slick-prev.slick-arrow:before,
.testimonial-wrap .slick-next.slick-arrow:before,
.business-entry-wrap .slick-prev.slick-arrow:before,
.business-entry-wrap .slick-next.slick-arrow:before,
.brand-carousel .slick-prev.slick-arrow:before,
.brand-carousel .slick-next.slick-arrow:before {
    color: #000;
}

.testimonial-wrap .slick-prev.slick-arrow:hover:before,
.testimonial-wrap .slick-next.slick-arrow:hover:before,
.business-entry-wrap .slick-prev.slick-arrow:hover:before,
.business-entry-wrap .slick-next.slick-arrow:hover:before,
.brand-carousel .slick-prev.slick-arrow:hover:before,
.brand-carousel .slick-next.slick-arrow:hover:before {
    color: #fff;
}
/* Message Section Styles End */

/* Counter Section Styles Start */
.counter-section {
    background: url('../images/office.jpg') no-repeat fixed top center #00223F;
    background-size: cover;
}
.counter-section.section .counter {
    margin: 14px 0;
}
.counter-heading {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 34px;
    margin-bottom: 7px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    -webkit-text-fill-color: transparent;
}

.counter p {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    max-width: 276px;
}

.counter-txt {
    animation-duration: 1s;
    animation-delay: 0s;
  }
/* Counter Section Styles End */

/* Business Section Styles Start */
.business-entry {
    position: relative;
    padding: 20px;
    margin-top: 30px;
}
.brands-section .business-entry {
    position: relative;
    padding: 15px;
    margin-top: 30px;
}
.business-section p.description {
    margin-bottom: 0;
    max-width: 476px;
    margin-top: 21px;
}
.business-entry-wrap {
    margin-top: 42px;
}
.business-entry h5 {
    margin-bottom: 0;
    line-height: 1.56;
    font-size: 14px;
    width: 100%!important;
    min-height: 50px;
    text-align: center;
}
@media (min-width: 640px) {
    .business-entry h5 {
        font-size: 18px;
    }
    .brands-section .business-entry {
        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .business-section p.description {
        margin-bottom: 28px;
    }
    .counter-heading {
        font-size: 56px;
    }
}

.business-entry {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09);
    transition: all 0.4s ease 0s;
    /* height: 200px; */
    border: 1px solid var(--primary-color);
    transition: all 1s ease;
}



.business-entry-wrap .slick-slide {
    padding: 0 15px;
}

/* the parent */
.business-entry-wrap .slick-list {
    margin: 0 -15px;
}


/* .business-cards:hover .business-entry,
.business-entry:hover {
    background-color: unset;
    box-shadow: none;
} */


.business-entry a.stretched-link {
    text-decoration: none;
}



.icon-img {
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.business-cards .icon-img {
    border-radius: 10px;
    background-color: rgba(251, 125, 4, .1);
    width: 60px;
    height: 60px;
    align-items: center;
    padding: 14px;
    margin-bottom: 21px;
}

.business-cards:hover .business-entry .icon-img,
.business-entry:hover .icon-img {
    background-color: rgba(255, 255, 255, 0.1);
}

.business-entry-wrap .slick-arrow,
.brand-carousel .slick-arrow {
    font-size: 0;
    position: absolute;
    top: -100px;
}

.business-entry-wrap .slick-arrow {
    top: -27px;
}

@media (min-width: 1200px) {
    .business-entry-wrap .slick-arrow {
        top: -100px;
    }
}

.business-entry-wrap .slick-arrow.slick-next {
    right: 0;
}

.business-entry-wrap .slick-arrow.slick-prev {
    right: 60px;
}
/* Business Section Styles End */

/* Network Section Styles Start */
.network-section {
    background: url('../images/network-bg.jpg') no-repeat fixed top center #00223F;
}

.network-section h2,
.ofc-detail h3 {
    color: #fff;
}

.gallery-tabs .nav-link,
.ofc-location-tab.nav-tabs .nav-link {
    width: 100%;
    border: 1px solid #00559B;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.866666666666667;
    border-radius: 0;
}

.ofc-location-tab-wrap .tab-content {
    color: #fff;
    margin-top: 72px;
}
.gallery-tabs .nav-link.active,
.gallery-tabs .nav-link.hover,
.ofc-location-tab.nav-tabs .nav-item.show .nav-link,
.ofc-location-tab.nav-tabs .nav-link.active,
.ofc-location-tab.nav-tabs .nav-link:hover {
    background-color: #00559B;
    color: #fff;
}
.gallery-tab.nav-tabs,
.ofc-location-tab.nav-tabs {
    border-bottom: 0;
}
.gallery-tabs .nav-link {
    width: auto;
    color: #00559B;
}
.gallery-tabs .nav-link:hover,
.gallery-tabs .nav-link.active {
    border: 1px solid #00559B;
}
.gallery-tabs {
    display: flex;
    justify-content: center;
    border: none!important;
}
.ofc-detail h3 {
    margin-bottom: 21px;
    line-height: 1.75;
}
.gallery-tabs div#nav-tabContent {
    margin-top: 21px;
}
.ofc-detail-list li:not(:last-child) {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 2px dotted #00559B;
}

.ofc-detail-list li {
    position: relative;
    padding-left: 35px;
}

.ofc-detail-list li i {
    color: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 8px;
}

.ofc-detail-list li a {
    color: var(--secondary-color);
    text-decoration: none;
}

.ofc-detail-list li a:hover,
.ofc-detail-list li a:focus {
    color: #fff;
}

/* == Map Styles == */

.map-wrap {
    position: relative;
    height: 200px;
    background: url(../images/nepal-map.png) no-repeat top center;
    background-size: contain;
    margin-top: 21px;
}

.map-location{
	position: absolute;
}


.map-location-details {
	display: none;
	background: #fff;
	padding: 2rem;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0px 20px rgba(0,0,0,0.1);
    color: #000;
}

@media (min-width: 1920px) {
    .map-location-details {
        padding: 3rem;
    }
}

.map-point{
	display: inline-block;
	position: absolute;
	top: -10px;
	left: -10px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}

.nyc1{
	top: 66%;
    left: 60%;
}


.nyc2{
    top: 53%;
    left: 50%;
}

.nyc3{
    top: 60%;
    left: 42%;
}

.map-location-details .btn-gen {
    background-color: #00559B;
    padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
    .map-location-details .btn-gen {
        padding: 10px 28px;
    }
    .map-wrap {
        height: 270px;
        background: url(../images/nepal-map.png) no-repeat top center;
        background-size: contain;
        margin-top: 21px;
    }
}


.map-location-details .btn-gen:hover {
    background-color: var(--secondary-color);
}

.nyc1 .map-point {
    box-shadow: 0 0px 15px 5px rgb(255 255 255 / 80%);
}
/* == Map Styles End == */
/* Network Section Styles End */

/* Press Section Styles Start */
.blog-entry-block {
    overflow: hidden;
}

.blog-entry-block .card-block {
    padding: 21px;
}
.search-post-lists .blog-entry-block .card-block {
    padding: 0 35px;
}
.search-post-lists .post-content .btn-outline-warning {
    margin-top: 0;
}
.search-post-lists .blog-entry-block {
    border-radius: 0;
}
.search-post-lists .image {
    border-radius: 8px;
    overflow: hidden;
}
.blog-entry-img {
    overflow: hidden;
}

.blog-entry-img img {
    transition: all 0.4s ease 0s;
}

.blog-entry-img:hover img {
    transform: scale(1.1);
}

.blog-entry-block .card-title {
    line-height: 1.59;
    margin-bottom: 14px;
}

.blog-entry-block .card-title a {
    text-decoration: none;
}

.entry-meta ul li:not(:last-child) {
    margin-right: 30px;
}

.entry-meta ul li {
    font-size: 13px;
}

.entry-meta ul li a {
    text-decoration: none;
    color: #888;
}

.entry-meta ul {
    margin-bottom: 21px;
}

.entry-meta ul li a:hover,
.entry-meta ul li a:focus {
    color: #000;
}

.entry-meta ul li a > img {
    margin-right: 10px;
}
/* Press Section Styles End */

/* Brand Carousel Styles Start */

.blog-entry-wrap {
    margin-top: 28px;
}
.brand-carousel {
    padding: 0 40px;
}
@media (min-width: 768px) {
    .blog-entry-block .card-block {
        padding: 35px;
    }
}
@media (min-width: 1200px) {
    .blog-entry-wrap {
        margin-top: 66px;
    }
    .map-wrap {
        height: 376px;
        background: url(../images/nepal-map.png) no-repeat top center;
        background-size: contain;
        margin-top: 21px;
    }
}

.brand-carousel .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}

.brand-carousel .slick-arrow.slick-prev {
    left: 0;
}


.brand-carousel .slick-arrow.slick-next {
    right: 0;
}

.brand-carousel .slick-track {
    display: flex !important;
    align-items: center;
}

.brand-img img {
    margin-left: auto;
    margin-right: auto;
}
/* Brand Carousel Styles End */

/* Footer Styles */

.footer-contact-info {
    background: #707070;
    padding: 90px 0 76px;
}

.footer-contact-info h2,
.footer-contact-info p {
    color: #fff;
}

.social-icons a {
    color: #fff;
    font-size: 16px;
    padding: 0 5px;
}

.social-icons a:hover {
    color: #E3E3E3;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
}

/* Bottom Footer Bar Styles */
.main-footer {
    /* background: #00223F; */
    color: #fff;
    background-image: url(../images/bg.jpg);
}

.footer-wrap {
    padding: 35px 0;
}

@media (min-width: 992px) {
    .footer-wrap {
        padding: 40px 0;
    }
    .business-entry h5 {
        font-size: 18px;
    }
    .s-logo{
        display:none;
    }
}


.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.footer-links li a {
    padding: 15px 30px;
}

.footer-social {
    margin-top: 2rem;
}

.footer-social li a {
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.footer-social li a:hover,
.footer-social li a:focus {
    background-color: #fff;
    border-color: #fff;
    color: var(--secondary-color);
}

.footer-links li a:hover,
.footer-links li a:focus {
    color: var(--primary-color);
}

.footer-links {
    margin-top: 1.25rem;
}

.footer-links li a {
    padding-left: 22px;
    position: relative;
    font-size:14px;
}

.footer-links li a:before {
    content: "";
    display: inline-block;
    background-color: var(--primary-color);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 23px;
}


.footer-links li {
    font-size: 1rem;
}

.footer-links li:not(:last-child) {
    margin-bottom: 0.5rem;
}

h5.footer-heading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 21px;
    color: #fff;
}

.footer-social li:not(:last-child) {
    margin-right: 7px;
}

.footer-links-wrap p {
    font-size: 0.875rem;
}

.newsletter-form .btn-info {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0 10px 10px 0;
    border-color: var(--primary-color);
}

.newsletter-form .btn-info:hover,
.newsletter-form .btn-info:focus {
    background-color: #00559B;
    border-color: #00559B;
    box-shadow: none;
    color: #fff;
}

.newsletter-form input.form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
}

.newsletter-form input.form-control:focus {
    box-shadow: none;
    border-color: rgba(255, 255, 255, 1);
}

/* Footer Copyright Styles Start */
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 28px 0;
}

.footer-copyright ul li a,
.copyright-text {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.copyright-text,
.footer-copyright ul {
    margin-bottom: 0;
}

.footer-copyright ul li:not(:last-child) {
    margin-right: 30px;
}

.footer-copyright ul li a:hover,
.footer-copyright ul li a:focus {
    color: #00559B;
}

/** inner page css **/
.hero-section {
    position: relative;
}
.hero-section::before {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
    background: rgba(0, 0, 0, 0.56);
}
.hero-section * {
    color: #fff;
}
.banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
.business-cards {
    display: block;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    transition: all 0.4s ease 0s;
    overflow: hidden;
    text-decoration: none;
    margin-bottom: 35px;
}
.business-cards .business-entry {
    height: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
.business-entry.d-flex {
    margin: 0;
    align-items: center;
}
.business-cards .icon-img {
    margin: 0;
}
.business-cards .business-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 30px;

}
.business-cards:hover * {
    color: #fff;
}
.business-cards:hover .business-image img {
    margin-left: 0;
}
.business-cards .business-icon-wrap {
    width: 80px;
}
.business-cards .business-entry h5 {
    max-width: 100%;
    margin-bottom: 0;
    width: calc(100% - 80px);
    padding-left: 21px;
}
.business-cards .business-entry h5 {
    max-width: 100%;
    margin-bottom: 0;
    width: calc(100% - 60px);
    padding-left: 0;
}
ol.breadcrumb li a {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 14px 0;
    list-style: none;
    font-size: 13px;
}
.business-cards .business-image {
    position: relative;
}
.business-cards .business-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    content: '';
    opacity: 0.5;
    z-index: 9;
   background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(43,43,43,0.7791491596638656) 55%, rgba(0,0,0,1) 100%);
    
}
aside ul {
    background: #F5F5F5;
}
aside ul li a:hover {
    background: var(--primary-color);
    color: #fff;
}
aside ul li a {
    font-weight: 700;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 10px 21px;
}
aside h6 {
    border-top: 1px solid var(--primary-color);
    font-weight: bold;
    color: #333;
    padding: 22px 0;
    font-size: 18px;
}
section.breadcrumb-section {
    border-bottom: 1px solid #e8e8e8;
}

.site-card figcaption {
    color: #fff;
    background: #00559B;
    padding: 21px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.site-card {
    border-radius: 22px;
    overflow: hidden;
}
figure {
    margin: 0;
}
.site-title {
    margin-bottom: 21px;
}

.site-title h2{
    color: var(--primary-color);
}

.map-section iframe {
    width: 100%;
    display: block;
}
.contact-form-section {
    background: #fff;
    border-radius: 12px;
    padding: 42px 56px;
}
.contact-info {
    background: var(--primary-color);
    padding: 42px;
    border-radius: 12px;
    margin-bottom: 21px;
}
.contact-info * {
    color: #fff;
}
.secondary-contact-info .icon,
.contact-info .icon {
    margin-right: 14px;
    background: transparent;
    color: #fff;
    font-size: 18px;
}
.secondary-contact-info .icon i,
.contact-info .icon i {
    color: #fff;
}

.secondary-contact-info p.contact-wrap:last-child,
.contact-info p.contact-wrap:last-child {
    margin-bottom: 0!important;
}
.secondary-contact-info p.contact-wrap,
.contact-info p.contact-wrap {
    display: flex;
    margin: 10px 0;
}
.secondary-contact-info h3 {
    color: #00559B;
    font-size: 18px;
}
.secondary-contact-info:last-child {
    border: navajowhite;
    padding-bottom: 0;
}
.video-section {
    position: relative;
    /* margin: 70px 0; */
    width: 522px;
    float: right;
}

.video-section .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    transform: translate(-50%,-50%);
}
@media (min-width: 768px) {

    .video-section .video-icon {
        width: 80px;
    }
}
@media (min-width: 1400px) {

    .video-section .video-icon {
        width: 100px;
    }
}
.video-section .video-icon img {
    border: 12px solid #0000007d;
    border-radius: 50%;
    transition: all 1s;
}
.video-section .video-icon:hover img {
    border: 20px solid transparent;
    transform: scale(1.5);
}
.about-intro .site-content h4 {
    color: #111;
    line-height: 1.56;
    font-style: italic;
}

.inner-counter .counter p {
    color: #333;
}

.mv-section .site-image {
    position: relative;
}
.float-image img {
    width: 100%;
}

.mv-section .float-image {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: none;
    /* width: calc(100% + 25px); */
}
.mv-section .col-md-4:nth-child(2n) .float-image {
    top: auto;
    bottom: 50%;
}
.mv-section .site-image > img {
    position: relative;
    z-index: 9;
    max-width: 130px;
}
.mv-section .site-image {
    position: relative;
    margin: 30px 0 14px;
}
.mv-section .site-content {
    padding-right: 28px;
}
figure.ceo-inner-img {
    position: relative;
    padding: 42px 56px;
    background: #fff;
    border-bottom: 70px solid var(--primary-color);
    z-index: 99;
    float: right;
    box-shadow: 0 2px 6px #a4a0a082;
}
.ceo-inner-img img {
    width: 233px;
    height: 233px;
     border-radius: 50%; 
    object-fit: cover;
    margin: 0 auto 21px;
    display: flex;
}
.message-section h3 {
    font-size: 42px;
    color:var(--primary-color);
}
/*.history-section::after {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 30%;*/
/*    content: '';*/
/*    background: #123450;*/
/*}*/

figure.ceo-inner-img figcaption {
    text-align: center;
    color: #111;
    font-size: 20px;
}
figure.ceo-inner-img figcaption span {
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin-top: 10px;
}
.masonry, .masonry-2 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    margin: 1.5em 0;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.showcase-item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 18%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.4s;
    position: relative;
    z-index: 9;
}
.video-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 45px;
}

textarea.form-control,
input.form-control {
    border: 1px solid #DCDCDC;
    height: 48px;
}
textarea.form-control:focus,
input.form-control:focus {
    border: 1px solid #00559B;
    outline: none;
    box-shadow: none;
}
.contact-form .contact-wrap {
    margin-bottom: 22px;
}
.contact-wrap label {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 7px;
}
textarea.form-control {
    min-height: 240px;
}
.secondary-contact-info {
    padding: 21px 35px;
    border-bottom: 1px solid #dfdfdf;
}
p.contact-wrap {
    font-size: 16px;
    color: #000000;
}

.brands-section .business-cards .business-image:before {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(43 43 43 / 15%) 55%, rgb(0 0 0 / 22%) 100%);
}

.brands-section .business-cards .business-image img {
    transform: none;
    margin-left: 0;
    width: 100%;
}
.site-image.brand-hero img {
    border: 1px solid #ddd;
    margin-bottom: 14px;
}
a.brand-link {
    display: block;
    color: #F58334;
}
.brand-video-section .video-section {
    position: relative;
    margin: 10px 0;
}
.hero-video {
    transform: scale(1.08);
    margin-bottom: 50px;
}
.sm-videos .video-section  .video-icon {
    width: 60px;
}
h5.pdt-tagline {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin: -14px 0 21px;
}
.has-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: none!important;
}

/* Newsroom Page Styles Start */
.blog-post-list li:first-child .blog-entry-block {
    margin-top: 0 !important;
}

.articles-wrap .list-heading,
.news-wrap .list-heading {
    margin-top: 35px;
    margin-bottom: 0;
    padding-bottom: 21px;
    color: #000;
    position: relative;
}

.articles-wrap .list-heading:before,
.news-wrap .list-heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 0;
    border-bottom: 2px solid var(--secondary-color);
}

.sidebar-search input.form-control {
    padding: 10px 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 48px;
    background: transparent;
}

.sidebar-search .btn-secondary {
    background-color: #00559B;
    border-radius: 0;
    width: 48px;
    height: 48px;
    border: 0;
}
.top-filters select {
    height: 48px;
    width: 300px;
    max-width: 100%;
    background: transparent;
}
.sidebar-search .btn-secondary:hover,
.sidebar-search .btn-secondary:focus {
    background-color: var(--secondary-color);
    box-shadow: none;
}

.sidebar-search input.form-control:focus {
    border-color: var(--secondary-color);
}

aside .articles-wrap ul li a {
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 0;
    font-size: 16px;
    padding: 0;
    padding-left: 22px;
    position: relative;
}

aside .articles-wrap ul li a:hover,
aside .articles-wrap ul li a:focus {
    background-color: transparent;
    color: var(--secondary-color);
}

aside .articles-wrap .list-group-item {
    margin-top: 14px;
    padding: 0;
    border: 0;
    color: #555;
}

aside .articles-wrap .list-group-flush {
    background-color: transparent;
}

.articles-wrap ul li a:before {
    content: "";
    display: inline-block;
    background-color: var(--secondary-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.recent-posts-list,
.recent-posts-list .entry-meta ul {
    background-color: transparent;
}

.recent-posts-list > li {
    margin-top: 35px;
}

.recent-posts-list > li .image {
    margin-right: 24px;
}

.recent-posts-list > li .image .blog-entry-img {
    width: 76px;
}

.recent-posts-list > li .blog-entry-img img {
    width: 76px;
    height: 76px;
    object-fit: cover;
}

.recent-posts-list > li a {
    border: 0;
    text-transform: capitalize;
}

.recent-posts-list > li a:hover,
.recent-posts-list > li a:focus {
    color: var(--secondary-color);
}

.recent-posts-list > li a:hover {
    background-color: transparent;
}

.recent-posts-list > li .post-title {
    margin-bottom: 7px;
}

.recent-posts-list > li .post-title a {
    font-size: 18px;
}

.recent-posts-list > li .entry-meta > ul {
    margin-bottom: 0;
}

.recent-posts-list > li .entry-meta > ul li a {
    font-weight: 400;
    font-size: 13px;
    display: inline-block;
}

.post-content .btn-outline-warning {
    border-radius: 7px;
    border: 2px solid var(--secondary-color);
    color: #000;
    padding: 4px 28px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.post-content .btn-outline-warning:hover,
.post-content .btn-outline-warning:focus {
    background-color: var(--secondary-color);
    color: #fff;
    box-shadow: none;
}

.blog-post-list > li > .blog-entry-block {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-color: transparent;
    transition: all 0.4s ease 0s;
}

.blog-post-list > li > .blog-entry-block:hover {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
.srv-block.inner-block figure .pdt-image img {
    width: auto;
    height: 120px;
    object-fit: contain;
    margin-bottom: 21px;
}
@media (min-width: 1366px) {
    .blog-post-list .blog-entry-block .card-title {
        font-size: 2rem;
    }
    .business-entry h5 {
    font-size: 18px;
    font-weight: 500;
    }
    h5.pdt-tagline {
        font-size: 20px;
    }
    .brand-video-section .video-section {
        margin: 20px 0;
    }
    .business-entry {
        position: relative;
        padding: 27px;
        margin-top: 30px;
        /* height: 215px; */
    }
    .business-cards .icon-img {
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .business-cards .business-entry h5 {
        max-width: 100%;
        margin-bottom: 0;
        width: calc(100% - 80px);
        padding-left: 21px;
    }
    .blog-post-list .blog-entry-block .card-block {
        padding: 42px;
    }

    .post-content .btn-outline-warning {
        padding: 12px 30px;
    }

    .post-content .btn-outline-warning {
        margin-top: 40px;
    }
}

/* Pagination Styles */
.post-list-pagination .page-item .page-link {
    border: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 1.3;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.6);
}

.post-list-pagination .page-item.active .page-link,
.post-list-pagination .page-item .page-link:hover,
.post-list-pagination .page-item .page-link:focus {
    background-color: #00559B;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    color: #fff;
}

.post-list-pagination > ul {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 9px;
    max-width: fit-content;
}

.post-list-pagination {
    clear: both;
}
p.contact-wrap {
    font-size: 16px;
    color: #000000;
}
blockquote {
    color: #00559B;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    border-top: 3px solid var(--secondary-color);
    border-bottom: 3px solid var(--secondary-color);
    margin: 35px 0;
    padding: 21px 0;
}
.site-title.text-center {
    max-width: 900px;
    margin: 0 auto 42px;
}
button.btn.border-btn {
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
button.btn.border-btn:hover {
    background:var(--secondary-color);
    color: #fff;
}
td.job-title {
    font-weight: bold;
    padding-left: 21px!important;
}
.vacancy-table {
    max-width: 1000px;
    margin: 0 auto;
}
tr:last-child td {
    border: none;
}
.vacancy-table tr td:last-child {
    width: 140px;
}
.table>:not(caption)>*>* {
    padding: 1rem 0.5rem;
}
tr:hover {
    background: #00559B;
}
tr:hover * {
    color: #fff;
}

.custom-file-upload-hidden {
    display: none;
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }
  
  .custom-file-upload {
    display: block;
    width: auto;
    font-size: 16px;
  }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px;
  }
  
  .file-upload-wrapper {
    position: relative;
    margin-bottom: 5px;
  }
  
  .file-upload-input {
    width: 100%;
    color: #222;
    font-size: 16px;
    padding: 10px 17px;
    border: none;
    background-color: #fff;
    border:1px solid #DCDCDC;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    float: left;
    height: 40px;
    /* IE 9 Fix */
  }
  .file-upload-input:hover, .file-upload-input:focus {
    outline: none;
  }
  .modal-header .btn-close {
    padding: 0!important;
    margin: -0.5rem -0.5rem -0.5rem auto;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px!important;
}
  
  .file-upload-button {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding:0 20px;
    border: none;
    margin-left: 0;
    background-color: #e3e3e3;
    float: left;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #999;
    font-weight: 400;
    height: 40px;
    
    width: 180px;

  }
  .file-upload-button:hover {
    background-color: #00559B;
    color: #fff;
  }
.vacancy-modal input.form-control {
    border: 1px solid #DCDCDC;
    height: 40px;
    border-radius: 0;
}
.vacancy-modal .contact-form .contact-wrap {
    margin-bottom: 14px;
}
.file-upload-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
select {
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 16px;
}
.modal-body, .modal-header {
    padding: 1rem 2rem;
}

.vacancy-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0!important;
}
.vacancy-modal .modal-content {
    border: none;
    padding: 20px 0;
}
h5#exampleModalLabel {
    color: #111;
}
.vacancy-modal input.btn.btn-gen {
    font-size: 14px;
    border-radius: 0;
}
.srv-block.inner-block figure {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    background: #f5f5f5;
}
.srv-block.inner-block figure figcaption, .srv-block.inner-block figure img {
    width: 50%;
    height: auto;
}
.srv-block.inner-block figcaption {
    padding: 50px 42px;
}
.srv-block.inner-block:nth-child(even) figure {
    flex-direction: row-reverse;
}
.pdt-lists li {
    text-align: center;
    padding: 0 25px;
    border-right: 1px solid #ddd;
}
.pdt-lists li:last-child {
    border: none;
}
.pdt-details h6 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.pdt-details p {
    font-size: 16px;
    margin: 0 0 0;
}
/* Newsroom Page Styles End */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px !important;
    }
    .map-wrap {
        height: 420px;
        background: url(../images/nepal-map.png) no-repeat top center;
        background-size: contain;
        margin-top: 21px;
    }
}
@media (min-width: 1600px) {
    .main-header .navbar-light .navbar-nav .nav-link {
        margin-left: 14px;
    }
    .img-wrap img {
        height: 620px;
        height: 75vh;
        object-fit: cover;
    }

}
@media (min-width: 1200px) {
    .trusted-content > h2 {
        margin-top: 0;
    }

}
@media (min-width: 992px) {
    .mv-section .float-image {
        display: block;
        width: calc(100% + 25px);
    }
    .mv-section .site-image > img {
        max-width: 90%;
    }
    .mv-section .site-content {
        margin-top: 60px;
    }
    .mv-section .col-md-6:nth-child(2n) .float-image {
        top: auto;
        bottom: 50%;
    }
}
.inner-counter .counter {
    padding: 14px 0;
}
.inner-hero img {
    height: 455px;
    object-fit: cover;
}
.inner-hero .banner-content {
    text-align: center;
    max-width: 90%;
}
.inner-hero.hero-section * {
    width: 100%;
    color: #fff;
}

.footer-logo img{
    height: 105px;
}
.icon-img img{
    height: 195px;
}

.detail-social-link.footer-social li a {
    color: var(--primary-color);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.site-image img{
    height: 500px;
    object-fit: cover;
    border-radius:15px;
}

.sidebar-wrapper{
    position: sticky;
    top: 115px;
}

.web-link li a{
    text-decoration: none;
    margin-left: 15px;
}

.web-link i{
    color: var(--primary-color);
}
.feat-list li{
    margin-bottom: 15px;
}

.gallery-section img{
    height: 250px;
    width:100%;
    margin-bottom: 30px;
    object-fit: cover;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
    float: right;
}

.main-card{
    position: relative;
    margin-bottom: 15px;
}
.main-card:before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    left:0;
    right:0;
    background:#000;
    opacity:0.4;
}

.img-container{
    overflow: hidden;
}
.business-inner .img-container{
    float:right;
    padding-left:20px;
} 
.img-container img{
    transition: all 0.5s ease;
}
/*.main-card:hover .img-container img{*/
/*    transform: scale(1.08);*/
/*}*/

.text-overlay {
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    text-align:center;
    
    /*background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(8, 171, 154, 0));*/
    /*padding: 40px 15px 10px 15px;*/
    /*width: 100%;*/
}

.text-overlay h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    /*text-decoration: underline;*/
    white-space: nowrap;
}
.text-overlay p{
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}

.main.text-overlay h3{
    font-size: 33px;
}
.main.text-overlay p{
    font-size: 18px;
}
.more-btn{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-decoration: underline;
}
.more-btn i{
    font-size: 8px;
}

.more-btn:hover{
    color: #fff;
    text-decoration: underline;
}
.main-card a{
    text-decoration: none;
}

.img-container.inner img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius:15px;

}

/* Add a class to the main-header div when scrolling down */
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  
 
  /* Add transition effect for smoother appearance */
 

  .main-header{
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.15);
    /* height: auto; */

  }
  .small-logo {
    height: 80px; /* Adjust the height as per your requirement */
    transition: all 0.9s ease;
  }
 .c-box{
    padding: 45px 0;
 }

 .img-wrap::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
 }

.footer-contact li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size:14px;
}
 .footer-contact li i{
    margin-right: 9px;
 }
 .img-colarge {
    position: relative;
    height: 100%;
    margin-bottom: 80px;
}
.colarge-1 {
    position: relative;
    margin: 40px 30px 0px 40px;
    z-index: 1;
}
.colarge-1:before, .colarge-1:after {
    position: absolute;
    border: 15px solid var(--primary-color);
    content: '';
    width: 80%;
    height: 80%;
    z-index: -1;
}
.colarge-1:before {
    left: -40px;
    top: -40px;
}
.colarge-1:after {
    right: -30px;
    bottom: 0px;
}
.since-year-outer {
    position: relative;
}
.since-year {
    position: absolute;
    right: 0px;
    top: -30px;
    z-index: 1;
}
.since-year span {
    color: #00173c;
    font-size: 53px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    line-height: 0px;
    position: relative;
    bottom: -15px;
    padding-right: 10px;
}
.since-year strong {
    color: #fff;
    font-size: 65px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    background-color: var(--primary-color);
    line-height: 50px;
    padding: 15px 10px 15px 12px;
}
.site-list-style-one li {
    color: #00173c;
    font-size: 18px;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.site-list-style-one li:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 17px;
    width: 20px;
    height: 2px;
    background-color: var(--primary-color);
}
.site-text-primary h4{
    color: #000;
    margin-bottom: 7px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

.inner-section .site-content p{
    text-align: justify;
}
.contact.footer-social li a {
    color: var(--primary-color);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
/* .header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.main-title{
    position: relative;
}

.head-design h1{
    font-size: 120px;
    line-height: 1;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}   

.head-design {
    position: absolute;
    top: -109%;
    left: -10%;
    z-index: -1;
}

.sec.main-title .head-design{
    left:0;
}
.message-section figure.ceo-inner-img {
    position: relative;
    padding: 29px 56px;
    background: #fff;
    border-bottom: 70px solid var(--primary-color);
    z-index: 99;
    /*float: right;*/
    box-shadow: 0 2px 6px #a4a0a082;
}

.csr-wrapper img {
    border-radius:15px;
}
.sub-head {
    font-size: 18px;
    font-style: italic;
    line-height: 1.8;
}

.r-img img{
    height:193px;
    width:100%;
    object-fit:cover;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #dbd7d7;
}

.news-box {
    background: var(--primary-color);
    color: #fff;
    padding: 30px;
    border-radius: 15px;
}

.main-title h2{
    color:var(--primary-color);
}
.inner-logo img {
    height: 285px;
    width: 100%;
    margin-bottom: 10px;
}
h5.sub-title {
    font-size: 17px;
    line-height: 1.7;
    color: #343333;
}
.business-section h2{
    color:var(--primary-color);
}
.ab-h h2{
    color:var(--primary-color);
    font-size:30px;
}
.overview{
    margin-left:-25px;
}
.z-ins{
}
.inner-ab-img img{
    border-radius:15px;
}
.video-section img{
    border-radius:15px;
}

@media (max-width:767px){
    figure.trusted-img img {
        border-radius: 25px;
        overflow: hidden;
        max-width: 100%;
        margin-bottom: 21px;
        height: 406px;
        object-fit: cover;
    }
    .social-icons-list.top-header-social{
        margin-top: 20px;
    }
    .icon-img{
        padding: 0;
    }
    .main-logo img {
        max-width: 95px;
    }
    .right-nav {
        padding-bottom: 0px;
        position: relative;
        top: -58px;
    }
    .navbar-nav {   
        padding: 10px 0;
        margin-top: 63px;
    }
    .history-section::after {
        display: none;
    }
    figure.ceo-inner-img{
        float: none;
    }
    .img-wrap::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0;
    }
    .header-wrapper{
        display: unset;
    }
    .main-header{
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(5, 5, 5, 0.15);
        height: 102px;
    
      }
      .business-section p.description {
    max-width: 476px;
    margin-top: 0;
    margin-bottom: 20px;
}
.head-design{
    display:none;
}
.business-inner .img-container{
    padding-left:0;
    margin-bottom:18px;
}
.site-image img {
height:280px;
    
}
.inner-logo{
    display:none;
}
.overview{
    margin-left:0;
}
.since-year {
    position: absolute;
    right: unset;
    top: -25px;
    z-index: 1;
}
.colarge-1:before, .colarge-1:after {
    position: absolute;
    border: 5px solid var(--primary-color);
    content: '';
    width: 50%;
    height: 73%;
    z-index: -1;
}
.colarge-1{
    margin:0;
}
.since-year strong {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Teko', sans-serif;
    display: inline-block;
    background-color: var(--primary-color);
    line-height: 50px;
    padding: 1px 12px 1px 12px;
}
.since-year span {
    font-size:30px;
}
.colarge-1:before {
    left: -22px;
    top: -22px;
}
.colarge-1:after {
    right: -22px;
    bottom: -22px;
}
.video-section{
    width:100%;
}
.z-ins {
    width: 50%;
    z-index: 9999;
}
}


/* @media (min-width:767px){
    .w-50p{
        width: 50%;
    }
} */