@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");



:root {
    --logo-color-yellow: #b37c04;
    --logo-color-blue: #172f75;
}

body {
    overflow-x: hidden;
}

a:hover,
.footer-menu ul li a::before {
    color: var(--logo-color-yellow);
}

textarea {
    min-height: 80px !important;
}

.footer-menu ul li a::before {
    content: "#";
}

.contact-form-box {
    padding: 30px 50px 10px;
    border-radius: 10px;
}

.top_bg {
    background: var(--logo-color-yellow);
    border: none;
    padding: 5px 0;
}
.sticky-social-icons {
  position: fixed;
  left: 25px;
  top: 68%;
  transform: translate(0, 0%);
  width: 60px;
  z-index: 1000;
}

.sticky-social li {
  display: block;
}

#whatsapp {
  background: #52cd60;
}

.sticky-social li a i {
  font-size: 40px;
  line-height: 1.35;
}

.sticky-social li a {
  width: 55px;
  height: 55px;
  display: inline-block;
  margin: 8px 0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  position: relative;
  left: 0;
  transition: all .2s ease;
  line-height: 75px;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
  animation: shockwaveJump 1s ease-out infinite;
}

.btn--shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
  animation: shockwave 1s .65s ease-out infinite;
}

.btn--shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
  animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  50% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  55% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  60% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }

  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }

  100% {
    -webkit-transform: scale(2.25);
    transform: scale(2.25);
  }
}

.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
  animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }

  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }
}
	

.ltn__top-bar-menu>ul>li>a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.03rem;
}

.ltn__header-top-area i {
    color: #fff;
}

.container-fluid {
    width: 94%;
}

h1.logo-title {
    margin: 0;
    font-size: 34px;
    color: #22397b;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.site-logo a {
    display: flex;
    flex-direction: column;
}

.site-logo>a>img {
    width: 110px;
}

.ltn__main-menu>ul>li>a {
    font-size: 21px;
}

.top_icon {
    background: #000;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 33px;
}

.padd-60 {
    padding: 60px 0;
}


h1.section-title.about_title {
    font-family: 'Nunito Sans', sans-serif;
}

.section-title {
    font-size: 44px;
    font-weight: 400;
}

span.line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: var(--logo-color-yellow);
    border-radius: 30px;
}

.ltn__secondary-color {
    color: var(--logo-color-yellow) !important;
}

.section-title-area p {
    margin-bottom: 0;
    max-width: 100%;
    font-family: 'Poppins', sans-serif;
    line-height: 2;
}

.theme-btn-1 {
    background-color: var(--logo-color-blue) !important;
}

.servics-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #fff;
    transition-duration: .5s;
    margin: 0.75rem 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    flex-direction: column;
    border-radius: 40px 0 40px 0;
    min-height: 300px;
    margin-bottom: 30px;
}

.servics-icon {
    display: inline-block;
    font-size: 42px;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition-duration: .2s;
    margin: 0.75rem 0;
}

.servics-text {
    margin-left: 5px;
}

.servics-text h2 {
    font-size: 20px;
}

.servics-text p {
    margin: 0;
}

.servics-box:hover {
    transition-duration: .2s;
    background: #fff;
}

.servics-box:hover .servics-icon {
    background: #fff;
    border: none;
    color: #000;
    transition-duration: .2s;
}

/* .servics-box:hover .servics-icon i {
    animation: rotate 2s forwards;
    transition-duration: .2s;
} */

.slick-dots li.slick-active {
    background-color: #cb9000 !important;
}


.solutions-content-wrap>h2+ul {
    margin-top: .9375rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.solutions-list>li {
    padding: 1.5625rem 0 .75rem 2.5rem;
    position: relative;
    border-bottom: 1px solid #ecedef;
}

.solutions-list>li>i {
    position: absolute;
    left: 0;
    top: 1.5625rem;
    height: 1.5625rem;
    width: 1.5625rem;
    line-height: 1.5625rem;
    font-family: Open Sans;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color1);
    background-color: #ecedef;
    text-align: center;
}

.solutions-list>li>h4 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ef9b08;
}

.solutions-list>li>h4+p {
    margin-top: 1.25rem;
    color: #fff;
}


.bg_whyus {
    background: url("../images/why-us-bg.jpg")no-repeat;
    background-size: cover;
}

.bg_whyus::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000000e3;
}


.ltn__banner-style-4::before {
    opacity: 0.5;
}

.partnersblock-img {
    /* border: 1px solid #172f75; */
}


/* Carouser */

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -30px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #00469d;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}


.owl-carousel .owl-nav button.owl-prev {
    left: 0.8em;
    padding-left: 35px;
    background: url('../images/prev.png') left 50% no-repeat;
    background-size: 1.3em 1em;
}


.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 0.8em;
    padding-right: 35px;
    background: url('../images/next.png') right 50% no-repeat;
    background-size: 1.3em 1em;
}


.form_bg {
    background: url('../images/bg_call_back.jpg')no-repeat;
    background-size: cover;
}


section.form_bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(4deg, #206da3, #094168b8);
}


.owl-dots {
    display: none !important;
}

.owl-stage {
    margin-bottom: 30px;
}

/* Services */

.services_wrapper>.s_content {
    padding: 10px;
    border-left: 5px solid var(--logo-color-yellow);
    padding-left: 30px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services_wrapper>.s_content>h2 {
    background: #fff;
    font-size: 20px;
    margin: 0;
    font-family: 'Nunito Sans', sans-serif;
}

.services_wrapper {
    background: #fff;
    padding-bottom: 20px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    margin: 0.75rem 0;
}

.s_more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #172f75;
    text-align: center;
    color: #ffff;
    border-radius: 50%;
    font-size: 25px;
}

/* Company Over View */

.text-primary {
    color: var(--logo-color-blue) !important;
}

.bg-primary {
    background: var(--logo-color-blue) !important;
}


.ltn__header-5 .ltn__header-middle-area {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fream-style_01::before {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 200px;
    height: 200px;
    content: '';
    border: 5px solid #d49100;
    z-index: -1;
}

.fream-style_01::after {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    content: '';
    border: 5px solid #d49100;
    z-index: -1;
}

.about-us-img-wrap img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.s_imges img {
    min-height: 280px;
}

.why_res_img>img {
    width: 80%;
}

.why_res_img {
    position: relative;
    top: 2.5625rem;
}

/* Testimonials */

.ltn__testimonial-item-7 .ltn__testimoni-info p {
    font-size: 16px !important;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
}

.ltn__testimoni-name-designation h2 {
    font-size: 18px !important;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}

.ltn__testimoni-name-designation h6 {
    font-weight: 500;
    font-size: 13px;
}

/* Inner Page */

.ltn__breadcrumb-area {
    padding: 60px 0 !important;
    margin: 0;
}

.ltn__breadcrumb-list>ul>* {
    color: #fff !important;
}

.ltn__breadcrumb-inner>.page-title {
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
}

.inner--pages :is(h1, h2, h3, h4, h5, h6) {
    font-family: 'Nunito Sans', sans-serif;
}

.inner--pages p {
    font-family: 'Poppins', sans-serif;
}

.inner--pages>* {
    color: #000;
}

.inner--pages ul li {
    margin: 0;
}

/* Inner Quick Link */

.inner-qlink {
    background: #ffffff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #d59200;
}

.inner-qlink h2 {
    font-size: 22px;    
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #130639;
    padding-bottom: 8px;
}

.inner-qlink ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-qlink ul li {
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    margin: 6px 0;
    background: #f8f9fa;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.inner-qlink ul li::before {
    content: "#";
    color: #130639;
    font-size: 14px;
}

.inner-qlink ul li:hover {
    background: #e9f0ff;
    color: #130639;
    transform: translateX(5px);
    cursor: pointer;
}

.ltn__blog-item-3 .ltn__blog-img + .ltn__blog-brief{
    margin-top: 0;
}


@media screen and (max-width: 1400px) {
    .site-logo>a>img {
        width: 80px;
    }

    h1.logo-title {
        font-size: 22px;
    }

    .ltn__main-menu>ul>li {
        margin-right: 10px;
    }

    .ltn__main-menu>ul>li>a {
        font-size: 16px;
    }

    .section-title {
        font-size: 34px;
        font-weight: 400;
    }

    .why_res_img>img {
        width: 100%;
    }

    .s_imges img {
        min-height: auto;
    }

    .why_res_img {
        top: -2.5625rem;
    }
}

@media screen and (max-width: 576px) {
    .site-logo-wrap .site-logo {
        flex-direction: column;
    }

    .s_imges img {
        min-height: auto;
    }

    .col---.ltn__header-options.ltn__header-options-2 {
        position: relative;
        top: 70px;
        left: 10px;
    }

    .res_heder {
        text-align: center !important;
    }

    .why_res_img {
        top: 0;
    }

    h1.logo-title {
        font-size: 19px;
        font-weight: 700;
    }
}



.nice-select.swal2-select {
    display: none !important;
}