/* Lemon/Milk Font */
@font-face {
    font-family: 'Lemon/Milk Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk Regular'), url('../fonts/lemon-milk/LemonMilk.woff') format('woff');
}
@font-face {
    font-family: 'Lemon/Milk Regular italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk Regular italic'), url('../fonts/lemon-milk/LemonMilkitalic.woff') format('woff');
}
@font-face {
    font-family: 'Lemon/Milk light italic';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk light italic'), url('../fonts/lemon-milk/LemonMilklightitalic.woff') format('woff');
}
@font-face {
    font-family: 'Lemon/Milk Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk Bold'), url('../fonts/lemon-milk/LemonMilkbold.woff') format('woff');
}
@font-face {
    font-family: 'Lemon/Milk Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk Bold'), url('../fonts/lemon-milk/LemonMilkbolditalic.woff') format('woff');
}
@font-face {
    font-family: 'Lemon/Milk light Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Lemon/Milk light Regular'), url('../fonts/lemon-milk/LemonMilklight.woff') format('woff');
}
/* Poppins font */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
:root {
  --primary: #1172BA;
  --sacandory: #FFE501;
  --heading: #000000;   
  --text: #2F2F2F;
  --stroke: #D0D0D0;
}
.container {
    max-width: 1224px !important;
}
.color-blue {
    color: var(--primary);
}
.color-yellow {
    color: var(--sacandory);
}
.color-text {
    color: var(--text);
}
.heading {
    color: var(--heading);
}
body {
    color: var(--text);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .heading {
    font-family: 'Lemon/Milk Regular', sans-serif;
    color: #000000;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 28px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 14px;
}
/* global css close here */


/* header start here */
.top-header {
    background: var(--primary);
    padding-top: 8px;
    padding-bottom: 8px;
}
.top-header * {
    font-size: 15px;
}
.top-head-col-left a {
    border-bottom: 1px solid white;
    margin-left: 3px;
    transition: .4s;
}
.top-head-col-left a:hover {
    opacity: .8;
}
.top-head-info a {
    display: flex;
    align-items: center;
    line-height: 20px;
    transition: .3s;
}
.top-head-info a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 5px;
}
.top-head-info a:last-child {
    margin-left: 20px;
    border-left: 1px solid #ffffff52;
    padding-left: 20px;
}
.top-head-info a:hover {
    opacity: .8;
}
.top-head-info a img.call-icon {
    width: 15px;
    height: 14px;
    position: relative;
    top: -1px;
}
.site-logo {
    display: block;
}
.site-logo img {
    width: 145px;
}
.bottom-header {
    padding-top: 13px;
    padding-bottom: 13px;
}
.lg-head-nav-item a {
    color: var(--heading);
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}
.lg-head-nav-item a:hover, .lg-head-nav-item a:focus {
    color: var(--primary);
}
.lg-head-nav-item a.active {
    font-weight: 500;
}
.lg-head-nav {
    gap: 32px;
}
.btn-color-yellow {
    background: var(--sacandory);
    color: #000;
}
.btn-color-blue {
    background: var(--primary);
    color: white;
}
.cus-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    border-radius: 8px;
    padding: 8.5px 21px;
    display: inline-block;
    overflow: hidden;
}
.cus-btn:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translateX(-100%);
    transition: .5s;

}
.btn-color-yellow::before{
    background: #e7d001;
}
.btn-color-blue::before{
    background: #0b5892;
}
.cus-btn:hover:before {
    transform: translateX(0px);
}
.cus-btn span {
    position: relative;
}
.btn-with-arrow img {
    margin-left: 9px;
    transition: .4s;
}
.btn-with-arrow span {
    display: flex;
    align-items: center;
}
.btn-with-arrow:hover img {
    transform: translateX(5px);
}
.she-header {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 9999;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 999;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.she-header .top-header {
    display: none;
}
.she-header .bottom-header {
    background: #ffffffe8 !important;
    backdrop-filter: blur(5px);
}
.webg-header {
    position: relative;
    height: 127px;
}
.site-header {
    position: absolute;
    width: 100%;
}
/* header close here */

/* home page start here */
.hero-slider {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}
.hero-slider .swiper-slide {
    overflow: hidden;
}
.hero-slider .swiper-container {
    width: 100%;
    height: 650px;
    /* position: absolute; */
    left: 0;
    top: 0;
}
.hero-slider .slide-inner {
    width: 100%;
    height: 650px;
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: left;
}
.hero-style {
    transition:all .4s ease;
}
.hero-slider .slide-inner .container {
    position: relative;
    z-index: 1;
}
.hero-slider .slide-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #06101bd4;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: -webkit-grabbing;
}
.hero-content-box h1 {
    color: white;
    font-size: 42px;
    line-height: 56px;
    max-width: 570px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.sub-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: uppercase;
}
.cus-btn-groups {
    gap: 15px;
}
.hero-slider  .row {
    height: 100%;
}
.hero-banner-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-banner-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 60px;
}
.banner-slider-arrow {
    background-image: none !important;
    background: transparent;
    transition: .4s;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px !important;
    height: 38px !important;
    border-radius: 8px;
    opacity: .8;
    right: 3% !important;
    left: auto !important;
}
.hero-slider .swiper-button-prev.banner-slider-arrow img {
    transform: rotate(-180deg);
}
.hero-slider .swiper-button-prev.banner-slider-arrow {
    transform: none !important;
    top: calc(50% - 25px)!important;
}
.hero-slider .swiper-button-next.banner-slider-arrow {
    bottom: auto !important;
    top: calc(50% + 25px) !important;
}
.banner-slider-arrow img {
    transition: .4s;
    width: 20px;
}
.banner-slider-arrow:hover img {
    filter: invert(1);
}
.banner-slider-arrow:hover {
    background: white !important;
    opacity: 1;
}
.banner-slider-pagination span.swiper-pagination-bullet {
    background: white;
    opacity: 1;
    width: 12px;
    height: 12px;
}
.banner-slider-pagination .swiper-pagination-bullet-active {
    background: var(--primary) !important;
}
.hero-banner-img img {
    display: block;
    width: 83%;
    object-fit: contain;
    object-position: bottom center;
    max-height: 92%;
}
.abt-us {
    padding-top: 70px;
    padding-bottom: 70px;
}
.divider-border {
    border-top: 1px solid #D0D0D0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.counter-section {
    text-align: center;
}
.counter {
    color: #000;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 10px;
}
.counter-label {
    color: #000;
}
.why-choose {
    background: url(../images/Why-Choose-Background-Image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
}
.why-choose .container {
    position: relative;
    z-index: 1;
}
.why-choose:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #05101C;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .84;
}
.why-choose-content .sub-title {
    margin-bottom: 20px;
}
.why-choose-content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.teams {
    padding-top: 80px;
    padding-bottom: 65px;
}
.team-member-info p {
    margin-bottom: 0px;
}
.team-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 55px;
}
.team-header {
    position: relative;
}
.team-header a {
    display: block;
    position: relative;
    overflow: hidden;
}
img.team-member-img {
    height: 280px;
    border-radius: 10px;
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
span.member-detail-icon {
    background: white;
    position: absolute;
    bottom: 15px;
    right: 15px;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    box-shadow: 3px 4px 10px #0000001f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}
span.member-detail-icon img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(99%) saturate(947%) hue-rotate(176deg) brightness(93%) contrast(89%);
    transform: rotate(322deg);
    transition: .4s;
}
.team-member-info {
    margin-top: 11px;
}
.team-member-info h3 a {
    color: #000000;
    font-family: 'Poppins';
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    transition: .4s;
}
.team-member-info h3 {
    margin-bottom: 3px;
}
.team-card:hover span.member-detail-icon {
    background: var(--primary);
    transform: rotate(38deg);
}
.team-card:hover span.member-detail-icon img {
    filter: none;
}
.team-card:hover .team-member-info h3 a {
    color: var(--primary);
}
.team-slider .swiper-pagination {
    bottom: 0;
}
.team-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
}
.testi-wrapper {
    margin-top: 45px;
    overflow: hidden;
}
.testi-header {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}  
.testi-image-col img {
    display: block;
    width: 100%;
    border-radius: 14px;
    height: 445px;
    object-fit: cover;
}
.testi-image-col {
    padding-right: 45px;
}
.testimonials {
    padding-bottom: 90px;
}
.testimonial-slider {
    position: relative;
    overflow: hidden;
}
.testi-content-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.rating-star {
    width: 110px;
    margin-bottom: 18px;
}
.testi-info-wrapper {
    border-top: 1px solid #D0D0D0;
    padding-top: 32px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}
h5.testi-name {
    margin-bottom: 3px;
    font-size: 19px;
    font-family: 'Poppins';
    font-weight: 600;
}
.testi-user-info p {
    font-size: 15px;
}
.testi-content-box {
    padding-left: 15px;
    padding-top: 18px;
}
.testimonial-slider .swiper-pagination {
    display: none;
}
.testi-arrow {
    background: #F0F0F0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px !important;
    height: 45px !important;
    border-radius: 10px;
    transition: .4s;
    top: auto !important;
    bottom: 35px !important;
}
.testi-arrow img {
    filter: invert(1);
    transition: .3s;
}
.testi-arrow:hover {
    background: var(--primary) !important;
}
.testi-arrow:hover img {
    filter: none;
}
.swiper-button-next.testi-arrow {
    left: calc(50% + 70px);
    right: auto;
}
.swiper-button-prev.testi-arrow {
    left: calc(50% + 15px);
}
.swiper-button-prev.testi-arrow img {
    transform: rotate(180deg);
}
.our-services {
    background: #F3F3F3;
    padding-top: 70px;
    padding-bottom: 70px;
}
.services-wrapper {
    margin-bottom: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: white;
    border: 1px solid #d0d0d0b0;
    border-bottom: none;
}
.services-col {
    width: 50%;
    border-bottom: 1px solid #d0d0d0b0;
    display: flex;
    align-items: center;
    gap: 23px;
    padding: 32px 32px 34px 32px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}
.services-col:nth-child(even) {
    border-left: 1px solid #d0d0d0b0;
}
.services-img-box {
    padding-bottom: 17px;
    min-width: 62px;
}
.services-content-box p {
    margin-bottom: 0px;
    line-height: 25px;
    transition: .4s;
}
.services-content-box h4 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    transition: .4s;
}
.services-img-box img {
    width: 63px;
    height: 63px;
    object-fit: contain;
    transition: .4s;
}
.services-icon-box a {
    display: flex;
    background: #F3F3F3;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    transition: .4s;
}
.services-icon-box {
    min-width: 50px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.services-content-box {
    width: 100%;
}
.services-icon-box a img {
    transition: .4s;
    width: 17px;
}
.services-header {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.services-btns {
    margin-top: 40px;
}
.services-icon-box a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
.services-col:hover {
    background: var(--primary);
}
.services-col:hover .services-icon-box a {
    background: white;
}
.services-col:hover .services-img-box img {
    filter: invert(1);
}
.services-col:hover .services-content-box h4 {
    color: white;
}
.services-col:hover .services-content-box p {
    color: white;
}
.team-header a {
    position: relative;
}
.team-header a span {
    z-index: 2;
}
.team-header a img {
    position: relative;
}
.team-header a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0f243475;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    border-radius: 10px;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
.team-card:hover .team-header a:before {
    visibility: visible;
    opacity: 1;
}
.client-logo-slider {
    width: 100%;
    overflow: hidden;
}
.client-logo-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo-slider img {
    max-height: 65px;
    width: auto;
    object-fit: contain;
}
.client-logo-slider .swiper-wrapper{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important; 
}
section.partners {
    padding: 62px 0px 50px 0px;
}
.partner-logo-col:before {
    content: "";
    z-index: 5;
    opacity: 1;
    background-image: linear-gradient(90deg, #fff 15%, #fff0);
    width: 137px;
    height: 100%;
    position: absolute;
}
.partner-logo-col:after {
    content: "";
    z-index: 5;
    opacity: 1;
    background-image: linear-gradient(90deg,#fff0,#fff 85%);
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
}
.partner-logo-col {
    position: relative;
    width: 70%;
} 
.partner-text-col {
    width: 30%;
} 
/* home page close here */
/* sidebar popup start here */
.quick-bubble {
    writing-mode: vertical-rl;
    white-space: nowrap;
    user-select: none;
    background: white;
    color: #000 !important;
    align-items: center;
    padding: 19px 7px 19px 11px !important;
    position: relative;
    border-radius: 8px !important;
    font-weight: 500 !important;
    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
    transition: .4s;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
    border: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 15px;
}
.show-bubble {
    visibility: visible;
    opacity: 1;
}
.quick-bubble img {
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    position: relative;
    right: 3px;
}
a.side-popup-logo img {
    width: 190px;
}
.side-popup-wrapper {
    position: fixed;
    z-index: 99999;
    background: #0000008a;
    top: 0px;
    width: 100%;
    height: 100vh;
    /* backdrop-filter: blur(5px); */
    overflow: hidden;
    transition: .4s;
    visibility: hidden;
    opacity: 0;
}
.side-popup-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}
.popup-content-outer {
    width: 410px;
    background: white;
    height: 100%;
    overflow-y: auto;
    min-width: 410px;
    transition: .5s;
    transform: translateX(100%);
}
.side-popup-inner {
    position: relative;
    padding: 40px;
}
.side-popup-inner p {
    line-height: 24px;
    font-size: 15px;
}
.side-popup-close-col {
    width: 100%;
    cursor: url('../images/close-cursor-icon.png'), auto;
}
.side-close-btn {
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    position: absolute;
    right: 15px;
    top: 15px;
}
.side-close-btn img {
    width: 20px;
}
a.side-popup-logo {
    display: block;
    margin-bottom: 25px;
    margin-left: -8px;
}
a.side-popup-logo img {
    width: 135px;
}
.side-popup-inner h3 {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 8px;
}
.form-field {
    margin-bottom: 14px;
}
.form-field input, .form-field textarea {
    border-radius: 8px;
    padding: 10px 17px !important;
    color: #000;
    font-size: 15px;
}
.form-field textarea {
    height: 100px;
}
.form-field button {
    border: none;
    background: var(--sacandory);
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 25px;
    border-radius: 10px;
    margin-top: 15px;
    transition: .3s;
}
.form-field button:hover {
    background: #e7d001;
}
form.popup-con-form {
    margin-top: 25px;
}
.side-popoup-active .side-popup-wrapper {
    visibility: visible;
    opacity: 1;
}
.side-popoup-active .side-popup-wrapper .popup-content-outer {
    transform: translate(0px);
}
/* sidebar popup close here */

/* footer start here */
.footer-top {
    background: var(--primary);
    padding-top: 44px;
    padding-bottom: 40px;
}
.top-foo-cta {
    padding-left: 50px;
}
.top-foo-cta a {
    color: white;
    text-decoration: none;
    font-size: 40px;
    font-weight: 600;
    border-left: 1px solid rgba(255, 255, 255, 0.459);
    padding-left: 50px;
    line-height: 50px;
    transition: .4s;
}
.top-foo-cta a img {
    margin-right: 11px;
}
.top-foo-cta a:hover {
    opacity: .8;
}
.footer-bottom {
    background: #F3F3F3;
}
.foo-info-row {
    padding-top: 60px;
    border-bottom: 1px solid #afafaf91;
    padding-bottom: 60px;
}
.foo-copywrite p {
    margin: 0px;
}
.foo-copywrite {
    padding-top: 28px;
    padding-bottom: 28px;
}
.foo-abt-col {
    border-left: 1px solid #afafaf91;
    border-right: 1px solid #afafaf91;
}
.foo-col-29 {
    width: 29%;
}
.foo-col-42 {
    width: 42%;
}
.foo-logo img {
    width: 170px;
}
.foo-logo {
    display: block;
    margin-bottom: 20px;
}
.foo-abt-col {
    padding-left: 40px;
    padding-right: 40px;
}
.foo-title {
    font-size: 21px;
    margin-bottom: 25px;
}
.foo-links a {
    text-decoration: none;
    color: #2F2F2F;
    transition: .4s;
    max-width: 238px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}
.foo-links a:hover {
    color: var(--primary);
}
.foo-links li {
    margin-bottom: 7px;
}
.foo-links a span {
    font-weight: 600;
}
.foo-copywrite a {
    color: #2F2F2F;
    text-decoration: none;
    border-bottom: 1px solid #2f2f2f47;
    transition: .4s;
}
.foo-copywrite a:hover {
    color: var(--primary);
    border-bottom-color: var(--primary);
}
#back-to-top {
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: none;
    font-size: 24px;
    background: #1172ba;
    color: #FFF;
    padding: 5px 13px 9px 13px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    transition: background 0.3s, opacity 0.3s;
    box-shadow: 0 1px 20px 0 rgb(32 33 36 / 28%) !important;
}
#back-to-top:hover{
    background: var(--primary);
}
#back-to-top img {
    filter: invert(1);
    width: 15px;
}
.foo-address-list {
    margin-top: 10px;
    display: block;
    margin-bottom: 0px !important;
}
ul.foo-links {
    margin-bottom: 0px;
}
/* footer close here */


/* team page start here */
.page-breadcrumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.page-breadcrumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #06121be6 44%, #FFFFFF00 100%);
}
.site-title {
    position: relative;
    max-width: 580px;
}
.site-title h1 {
    color: white;
    line-height: 50px;
    margin-top: 18px;
    margin-bottom: 0px;
}
.out-team-section {
    padding-top: 65px;
    padding-bottom: 45px;
}
.teams-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -4px;
    margin-right: -4px;
}
.teams-member-col {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 35px;
}
/* team page close here */

/* faq page start here */
.faq-adinfo-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/cta-vector-pattren.png");
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    z-index: 1;
    opacity: .5;
    background-position: right center;
}
.faqs {
    padding-top: 65px;
    padding-bottom: 70px;
}
.faq-adinfo-box {
    background: #0B1F39;
    border-radius: 13px;
    padding: 34px 40px 43px 40px;
    position: relative;
}
.faq-adinfo-box h3 {
    line-height: 34px;
}
.faq-adinfo-box a {
    display: flex;
    align-items: center;
    width: max-content;
}
.faq-adinfo-box a img {
    margin-right: 8px;
    width: 18px;
}
.faqs-wrapper {
    padding-left: 45px;
}
.faq-col-left {
    position: sticky;
    top: 100px;
    height: min-content;
}
.faq-info-content {
    position: relative;
    z-index: 1;
}
#faq-accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ccccccbd;
    border-radius: 10px;
    overflow: hidden;
}
#faq-accordion .accordion-item .accordion-button {
    padding: 10px 20px;
    background: #cccccc1f;
    box-shadow: none !important;
}
#faq-accordion .accordion-item button.accordion-button[aria-expanded="true"]:after {
    filter: brightness(0) saturate(100%) invert(33%) sepia(85%) saturate(985%) hue-rotate(177deg) brightness(90%) contrast(95%);
}
/* faq page close here */

/* about page start here */
.journey {
    background: url(../images/abt-page-img-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
}
.journey:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #05101C;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: .84;
}
.journey .container{
    position: relative;
}
.abt-vffs {
    padding-top: 110px;
    padding-bottom: 70px;
    display: block;
    position: relative;
}
.abt-vffs-img {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding-right: 45px;
}
.abt-vffs-img img {
    display: block;
    width: 50%;
    height: 475px;
    object-fit: cover;
}
.check-list {
    margin-bottom: 30px;
    list-style: none;
    padding: 0px;
}
.check-list img {
    width: 19px;
    margin-right: 6px;
    margin-top: 5px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(91%) saturate(1091%) hue-rotate(181deg) brightness(94%) contrast(91%);
}
.check-list li:not(:last-child) {
    margin-bottom: 5px;
}
.check-list li {
    display: flex;
    align-items: flex-start;
}
.abt-vffs-content {
    padding-left: 30px;
}
.abt-col-img-1 {
    margin-top: -45px;
}
.journey-content {
    max-width: 945px;
    margin-left: auto;
    margin-right: auto;
}
.abt-mission-imgs img {
    width: 100%;
    display: block;
}
.abt-mission {
    padding-top: 80px;
    padding-bottom: 80px;
}
.abt-mission-imgs {
    padding-left: 75px;
}
.abt-mission-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    border-bottom: 1px solid #E7E7E7;
    padding-top: 25px;
    padding-bottom: 25px;
}
.abt-mission-img {
    box-shadow: 7px 5px 30px 0px rgba(71.99999999999994, 72.99999999999993, 120.99999999999991, 0.15);
    border-radius: 100px;
    padding: 25px;
}
.abt-mission-img img {
    display: block;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.abt-mission-content p {
    margin-bottom: 0px;
}
.abt-mission-content h4 {
    font-size: 18px;
    margin-bottom: 8px;
}
.abt-mission-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.mission-sec-img {
    display: block;
    height: 585px;
    object-fit: cover;
}
/* about page close here */

/* Team single page start here */
.team-single {
    padding-top: 70px;
    padding-bottom: 70px;
}
.member-persent-box img {
    display: block;
    width: 100%;
}
.member-img-col {
    padding-right: 30px;
    position: sticky;
    top: 100px;
    height: min-content;
}
.member-persent-box {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.single-team-info {
    padding: 20px;
}
.team-social {
    margin: 0px;
    gap: 5px;
}
.single-team-info p {
    margin-bottom: 11px;
}
.team-social a {
    transition: .3s;
    display: flex;
    text-decoration: none;
    background: var(--sacandory);
    color: #000;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-size: 14px;
}
.team-social a:hover {
    background: var(--sacandory);
}
.member-content-col {
    padding-left: 25px;
}
.member-content-col h3 {
    margin-bottom: 18px;
}
/* Team singe page close here */

/* Contact page start here */
.contact-section {
    padding-top: 70px;
    padding-bottom: 70px;
}
.con-content-col {
    padding-left: 60px;
    padding-bottom: 40px;
}
.con-from-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10196078431372549);
    padding: 37px 45px 45px 45px;
    border-radius: 10px;
}
.con-form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con-field-half {
    width: 48.5%;
}
.con-field-full {
    width: 100%;
}
.contat-form {
    margin-top: 25px;
}
.contact-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.con-form-row .form-field {
    margin-bottom: 18px;
}
.submit-btn button.cus-btn {
    margin-top: 0px;
}
.con-form-row .form-field input, .con-form-row .form-field textarea {
    padding: 11px 17px !important;
}
.submit-btn {
    margin-bottom: 0px !important;
}
.con-icon-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    text-decoration: none;
}
.box-title {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.con-icon-squre {
    background: #022641;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transition: .3s;
}
.con-icon-squre img {
    width: 18px;
    transition: .3s;
}
.con-content-col p {
    margin-bottom: 34px;
}
.con-icon-box:hover span.con-icon-squre {
    background: var(--sacandory);
}
.con-icon-box:hover span.con-icon-squre img {
    filter: invert(1);
    transform: rotateY(360deg);
}
.map-section iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}
.map-section {
    padding-bottom: 60px;
}
/* Contact page close here */

/* single service page start here */
.single-services {
    padding-top: 70px;
    padding-bottom: 70px;
}
.signe-ser-nav-item img {
    transition: .4s;
    width: 8px;
    margin-left: -17px;
}
.signe-ser-nav-item {
    transition: .4s;
    text-decoration: none;
    color: var(--text);
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    border-bottom: 1px solid #cccccc8c;
    padding: 11px 10px 11px 0px;
}
.single-ser-sidebar {
    padding-right: 50px;
}
.single-ser-widget {
    margin-bottom: 45px;
}
.single-ser-widget h3 {
    margin-bottom: 18px;
}
.signe-ser-nav-item span {
    transition: .4s;
}
.signe-ser-nav-item:hover img, .signe-ser-nav-item.active img {
    margin-left: 0px;
}
.signe-ser-nav-item:hover, .signe-ser-nav-item.active {
    color: var(--primary);
}
.single-ser-nav {
    overflow: hidden;
    position: relative;
}
.call-ser-widget-box {
    background: var(--primary);
    padding: 30px;
    border-radius: 10px;
}
.call-ser-widget-box img {
    margin-bottom: 20px;
}
.call-ser-widget-box h4 {
    color: white;
}
.call-ser-widget-box  .side-con-anchors {
    margin-bottom: 25px;
    margin-top: 15px;
}
.call-ser-widget-box .side-con-anchors a {
    color: #ffffffe0;
    text-decoration: none;
    display: block;
}
.single-ser-content h3 {
    margin-bottom: 20px;
}
.single-ser-content h3:not(.single-ser-content h3:first-child) {
    margin-top: 60px;
}
.sr-inner-col-img {
    width: 97%;
    margin-left: auto;
    display: block;
    border-radius: 10px;
    height: 387px;
    object-fit: cover;
}
.sr-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}
.sr-checklist li img {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(32%) sepia(74%) saturate(1365%) hue-rotate(181deg) brightness(92%) contrast(89%);
    margin-top: 8px;
}
.sr-checklist li:last-child {
    margin-bottom: 0px;
}
.single-sr-accordians .accordion-button {
    box-shadow: none !important;
    padding: 10px 20px !important;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    overflow: hidden;
    border-top-right-radius: 10px;
}
.accordion-item:last-of-type {
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.accordion-button:not(.collapsed) {
    background: #1172ba1f;
    color: var(--primary);
    border-bottom: 1px solid #dee2e6;
}
/* single service page close here */

/* services main page start here */
.sermain-wrapper {
    background: #F3F3F3;
    padding-top: 70px;
    padding-bottom: 70px;
}
.srv-outer-box {
    background: white;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
}
.srv-header {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px 25px 18px 25px;
    position: relative;
}
.srv-header h3 {
    font-size: 18px;
    margin-bottom: 0px;
}
.srv-header img {
    width: 44px;
}
.srv-body-content {
    padding: 20px 25px 0px 25px;
    line-height: 26px;
}
.srv-go-btn a {
    display: block;
    text-align: center;
    background: #0B1F39;
    text-decoration: none;
    padding: 12px;
    color: white;
    font-weight: 500;
    transition: .4s;
}
.srv-go-btn a img {
    width: 19px;
    margin-left: 3px;
    filter: invert(1);
    transition: .4s;
}
.srv-go-btn {
    margin-top: 25px;
}
.srv-header:before {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.srv-body-content p {
    margin-bottom: 0px;
}
.srv-outer-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 18px 0px rgb(0 0 0 / 24%) !important;
}
.srv-outer-box:hover .srv-go-btn a {
    background: #1172ba;
}
.srv-outer-box:hover .srv-go-btn a img {
    transform: translateX(8px);
}
/* services main page close here */
/* policies page start here */
.policies-content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.policies-content h3:not(.policies-content h3:first-child) {
    margin-top: 50px;
}
.policies-content h4:not(.policies-content h4:first-child) {
    margin-top: 50px;
}
.policies-content h3, .policies-content h4 {
    margin-bottom: 12px;
}
.policies-content a {
    text-decoration: none;
}
/* policies page close here */



























@media screen and (min-width: 1025px) {
    /* header start here */
    .hide-min-tab {
        display: none !important;
    }
    /* header close here */
}

@media screen and (max-width: 1025px) {
    /* header start here */
    .top-header * {
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap;
    }
    .top-head-info a img {
        width: 14px;
        height: 14px;
    }
    .top-head-info a img.call-icon {
        width: 12px;
        height: 12px;
    }
    .site-logo {
        margin-left: -5px;
    }
    .site-logo img {
        width: 110px;
    }
    .hide-max-tab {
        display: none !important;
    }
    .nav-toggle-btn {
        border: none;
        padding: 12px 11px 12px 11px;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 1px;
        background: var(--primary);
        transition: .2s;
    }
    .nav-toggle-btn img {
        width: 22px;
        filter: invert(1);
    }
    .header-right-btn {
        margin-left: 12px !important;
    }
    .cus-btn {
        font-size: 14px;
        padding: 7.5px 18px;
    }
    .nav-toggle-btn:hover {
        background: #065897 !important;
    }
    .she-header .nav-toggle-btn {
        background: var(--primary);
    }
    .nav-toggle-btn {
        border: none;
        padding: 12px 11px 12px 11px;
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 1px;
        background: var(--primary);
        transition: .2s;
    }
    .nav-toggle-btn img {
        width: 22px;
        filter: invert(1);
    }
    .header-right-btn {
        margin-left: 12px !important;
    }
    .cus-btn {
        font-size: 14px;
        padding: 7.5px 18px;
    }
    .nav-toggle-btn:hover {
        background: #d9d9d9;
    }
    .she-header .nav-toggle-btn {
        background: var(--primary);
    }
    .sm-nav-wrapper {
        text-align: center;
        position: fixed;
        z-index: 999;
        background: #F3F3F3;
        width: 100%;
        height: 100svh;
        top: 0px;
        transform: translateY(-100%);
        overflow: hidden;
        transition: .4s;
    }
    .sm-nav-close {
        background: var(--primary);
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 100px;
        width: 30px;
        height: 30px;
    }
    .sm-nav-close img {
        filter: invert(1);
        width: 11px;
    }
    .sn-nav-inner {
        position: relative;
        padding: 40px;
    }
    .sm-nav {
        margin-top: 28px;
        margin-bottom: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }
    .sm-nav .sm-head-nav-link {
        font-size: 18px;
        text-decoration: none;
        color: #000;
    }
    .sm-nav li {
        margin-bottom: 14px;
    }
    img.nav-quote-img {
        width: 32px;
        transform: rotate(180deg);
    }
    .sn-nav-inner p {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    a.sm-nav-btn {
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        background: #FFE501;
        display: inline-block;
        padding: 10px 25px;
        border-radius: 9px;
        transition: .3s;
        font-size: 16px;
    }
    li.sm-nav-btn {
        margin-top: 25px;
    }
    a.sm-nav-btn:hover {
        background: #e7d001;
    }
    .sm-nav-active .sm-nav-wrapper {
        transform: translateY(0px);
        overflow-y: auto;
    }
    .webg-header {
        height: 106px;
    }
    /* header close here */
    /* home page start */
    .hero-content-box h1 {
        font-size: 30px;
        line-height: 44px;
    }
    .hero-slider .slide-inner, .hero-slider .swiper-container {
        height: 475px;
    }
    .banner-slider-arrow {
        right: 15px !important;
    }
    .abt-left-col {
        text-align: center;
        margin-bottom: 8px;
    }
    .abt-right-col {
        text-align: center;
    }
    .abt-right-col .cus-btn-groups {
        justify-content: center;
        padding-top: 20px;
    }
    .abt-us {
        padding-top: 60px;
    }
    .services-col {
        padding: 18px 17px 24px 20px;
        gap: 15px;
    }
    .services-img-box img {
        width: 50px;
        height: 50px;
    }
    .services-img-box {
        min-width: 50px;
    }
    .services-icon-box a {
        width: 32px;
        height: 32px;
    }
    .services-icon-box a img {
        width: 14px;
    }
    .services-icon-box {
        min-width: 38px;
    }
    .services-content-box h4 {
        font-size: 17px;
        margin-bottom: 7px;
    }
    .services-content-box p {
        font-size: 14px;
        line-height: 21px;
    }
    .testi-image-col {
        padding-right: 20px;
    }
    .testi-content-box p {
        -webkit-line-clamp: 20;
        line-clamp: 20;
    }
    .testi-arrow {
        bottom: 0px !important;
    }
    .testi-info-wrapper {
        padding-top: 22px;
        margin-top: 22px;
    }
    .testi-quote-icon img {
        width: 48px;
    }
    .testi-content-box {
        padding-bottom: 50px;
    }
    /* home page close */

    /* footer start */
    .testi-content-box {
        padding-bottom: 50px;
    }
    .top-foo-cta {
        padding-left: 0px;
    }
    .top-foo-cta a {
        font-size: 28px;
        display: flex;
        line-height: 31px;
        padding-left: 25px;
        align-items: center;
    }
    .foo-logo img {
        width: 150px;
    }
    .foo-title {
        font-size: 18px;
    }
    .foo-abt-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* footer close */

    /* team page start */
    .teams-member-col {
        width: 33.33%;
    }
    /* team page close */

    /* faq page start here */
    .faqs-wrapper {
        padding-left: 0;
    }
    .faq-adinfo-box {
        padding: 20px 22px 35px 22px;
    }
    .faq-adinfo-box h3 {
        font-size: 18px;
        line-height: 27px;
    }
    /* faq page close here */

    /* about page start here */
    .abt-vffs-content {
        padding-left: 0px;
    }
    .abt-vffs-img {
        padding-right: 40px;
        gap: 10px;
    }
    .abt-vffs-img img {
        height: 350px;
    }
    .abt-mission-content p {
        line-height: 22px;
    }
    .abt-mission-imgs {
        padding-left: 65px;
    }
    .mission-sec-img {
        height: 420px;
    }
    .abt-mission-img img {
        width: 35px;
        height: 35px;
    }
    .abt-mission-img {
        padding: 20px;
    }
    .abt-mission-item {
        gap: 15px;
    }
    .abt-mission-content h4 {
        font-size: 16px;
    }
    /* about page close here */
    /* team single page start here */
    .member-content-col {
        padding-left: 0px;
    }
    .member-content-col h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .single-team-info {
        padding: 15px;
    }
    .single-team-info h4 {
        font-size: 16px;
    }
    .team-social a {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .team-single {
        padding-top: 50px;
    }
    /* team single page close here */
    /* contact page start here */
    .con-content-col {
        padding-left: 35px;
    }
    .con-from-wrapper {
        padding: 30px 32px 40px 32px;
    }
    /* contact page close here */
    /* single service page start here */
    .single-ser-sidebar {
        padding-right: 10px;
    }
    .call-ser-widget-box {
        padding: 20px;
    }
    .single-services h3 {
        font-size: 20px;
    }
    .single-sr-accordians .accordion-button {
        font-size: 15px;
        padding: 7px 20px !important;
    }
    /* single service page close here */
}

@media screen and (max-width: 767px) {
    /* global css start here */
    body {
        font-size: 14px;
        line-height: 22px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 18px;
        line-height: 29px;
    }
    h3 {
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    h5 {
        font-size: 12px;
    }
    h6 {
        font-size: 9px;
    }
    .hide-on-sm {
        display: none;
    }
    /* global css close here */

    /* header start here */
    .top-head-col-right {
        display: none !important;
    }
    .top-header * {
        white-space: inherit;
        text-align: center;
    }
    .top-head-col-left p, .top-head-col-left p a {
        font-size: 12px !important;
    }
    .top-head-col-left p a {
        display: block;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        line-height: 16px !important;
    }
    .top-header {
        padding: 7px 10px 10px 10px !important;
    }
    .top-head-col-left p {
        line-height: 14px !important;
    }
    .site-logo img {
        width: 95px;
    }
    .cus-btn {
        font-size: 12px;
        padding: 10.5px 13px;
        line-height: 16px !important;
        border-radius: 7px !important;
    }
    .btn-with-arrow img {
        width: 14px;
        margin-left: 6px !important;
    }
    .header-right-btn {
        margin-left: 8px !important;
    }
    .nav-toggle-btn img {
        width: 19px;
    }
    .nav-toggle-btn {
        padding: 11px 9px 11px 9px;
        border-radius: 6px;
        top: 0px;
    }
    .sm-nav .sm-head-nav-link {
        font-size: 17px;
    }
    a.sm-nav-btn {
        padding: 10px 22px;
        font-size: 15px;
    }
    .sn-nav-inner p {
        max-width: 288px !important;
    }
    .webg-header {
        height: 112px;
    }
    /* header close here */

    /* footer start here */
    .foo-info-row {
        flex-wrap: wrap;
    }
    .foo-abt-col {
        width: 100%;
        order: -1;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #afafaf91;
        padding-bottom: 20px;
        margin-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .foo-col-29 {
        width: 50%;
    }
    .foo-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .foo-links li {
        margin-bottom: 6px;
    }
    .foo-links a {
        font-size: 12px;
        line-height: 18px;
    }
    .foo-info-col {
        border-left: 1px solid #afafaf91;
    }
    .foo-copywrite p {
        font-size: 12px;
        margin-left: auto;
        margin-right: auto;
    }
    .foo-copywrite {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .foo-abt-col p {
        font-size: 13px;
        line-height: 21px;
    }
    .foo-logo img {
        width: 135px;
    }
    .foo-info-row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top-foo-cta a {
        border-left: none;
        padding-left: 0px;
        justify-content: center;
        font-size: 22px;
    }
    .top-foo-cta a img {
        width: 40px;
        margin-right: 8px;
    }
    .top-heading h2 {
        text-align: center;
        margin-bottom: 13px !important;
    }
    .footer-top {
        padding-top: 28px;
        padding-bottom: 25px;
    }
    #back-to-top img {
        width: 11px;
    }
    #back-to-top {
        bottom: 10px;
        right: 10px;
        padding: 4px 12px 8px 12px;
    }
    /* footer close here */

    /* sidebar popup start here */
    .quick-bubble img {
        width: 18px;
        height: 18px;
        margin-bottom: 5px;
    }
    .quick-bubble {
        padding: 14px 5px 17px 8px !important;
        font-size: 13px;
        right: 10px;
    }
    .popup-content-outer {
        width: 300px;
        min-width: 300px;
    }
    a.side-popup-logo img {
        width: 90px;
    }
    .side-popup-inner h3 {
        font-size: 16px;
        line-height: 27px;
        margin-bottom: 6px;
    }
    .side-popup-inner p {
        line-height: 21px;
        font-size: 13px;
    }
    .side-close-btn img {
        width: 14px;
    }
    .side-popup-inner {
        padding: 24px;
    }
    .form-field input, .form-field textarea {
        font-size: 13px;
        padding: 8px 13px !important;
        border-radius: 7px;
    }
    .form-field {
        margin-bottom: 9px;
    }
    .form-field button {
        font-size: 13px;
        padding: 8px 18px;
        border-radius: 6px;
    }
    /* sidebar popup close here */

    /* home page start here */
    .sub-title {
        font-size: 13px;
        margin-bottom: 0px !important;
    }
    .abt-left-col .mt-3 {
        margin-top: 8px !important;
        margin-bottom: 0px;
    }
    .cus-btn-groups {
        gap: 7px;
    }
    .counter {
        font-size: 22px;
        margin-bottom: 7px;
    }
    .counter-label {
        font-size: 13px;
        line-height: 18px;
    }
    .abt-right-col .cus-btn-groups {
        padding-top: 10px;
    }
    .abt-us {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .services-header h2 {
        margin-top: 10px;
    }
    .services-wrapper {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .services-col {
        width: 100%;
    }
    .services-col:nth-child(even) {
        border-left: none;
    }
    .services-content-box h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .services-content-box p {
        font-size: 13px;
        line-height: 18px;
    }
    .services-img-box img {
        width: 40px;
        height: 40px;
    }
    .services-img-box {
        min-width: 40px;
    }
    .services-icon-box a img {
        width: 11px;
    }
    .services-icon-box a {
        width: 26px;
        height: 26px;
    }
    .services-icon-box {
        min-width: 26px;
    }
    .services-col {
        padding: 15px 15px 15px 15px;
    }
    .services-btns {
        margin-top: 25px;
    }
    .our-services {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .why-choose-content h2 {
        margin-top: 10px;
    }
    .why-choose {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .team-section {
        padding-top: 13px;
    }
    .teams {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .team-member-info h3 a {
        font-size: 15px;
    }
    .team-member-info p {
        font-size: 12px;
        line-height: 17px;
    }
    .team-member-info {
        margin-top: 8px;
    }
    img.team-member-img {
        height: 195px;
    }
    span.member-detail-icon img {
        width: 14px;
    }
    span.member-detail-icon {
        bottom: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
    }
    .testi-wrapper {
        margin-top: 25px;
    }
    .testi-header h2.mt-3 {
        margin-top: 10px !important;
    }
    .testi-image-col img {
        height: 250px;
        border-radius: 8px;
    }
    .rating-star {
        margin-top: 5px;
        margin-bottom: 13px;
    }
    .testi-user-info p {
        text-align: left;
        font-size: 14px;
    }
    h5.testi-name {
        margin-bottom: 3px;
        font-size: 17px;
    }
    .swiper-button-prev.testi-arrow {
        left: 0px !important;
    }
    .testi-arrow img {
        width: 16px;
    }
    .testi-arrow {
        width: 38px !important;
        height: 38px !important;
        border-radius: 6px;
    }
    .swiper-button-next.testi-arrow {
        left: 49px !important;
    }
    .testi-content-box {
        padding-bottom: 45px;
    }
    .testi-quote-icon img {
        width: 40px;
    }
    .testimonials {
        padding-bottom: 50px;
    }
    .hero-content-box h1 {
        font-size: 23px;
        line-height: 36px;
        margin-top: 13px;
        margin-bottom: 19px;
    }
    .hero-banner-img {
        display: none;
    }
    .banner-slider-pagination {
        display: none;
    }
    .hero-content-box {
        text-align: center;
    }
    .hero-content-box .cus-btn-groups {
        justify-content: center;
    }
    .banner-slider-arrow img {
        width: 15px;
    }
    .banner-slider-arrow {
        width: 35px !important;
        height: 32px !important;
        border-radius: 7px;
        top: auto !important;
    }
    .hero-slider .swiper-button-prev.banner-slider-arrow {
        top: auto !important;
        bottom: 20px !important;
        left: calc(50% - 40px) !important;
    }
    .hero-slider .swiper-button-next.banner-slider-arrow {
        top: auto !important;
        bottom: 20px !important;
        right: calc(50% - 40px) !important;
    }
    .hero-slider .slide-inner, .hero-slider .swiper-container {
        height: 470px;
    }
    .hero-banner-content {
        padding-bottom: 100px;
    }
    .partner-text-col {
        width: 100%;
    }
    .partner-logo-col {
        width: 100%;
        margin-top: 20px;
        margin-left: -12px;
        margin-right: -12px;
    }
    section.partners {
        padding: 45px 0px 40px 0px;
    }
    .client-logo-slider img {
        width: 100%;
        max-height: 40px;
    }
    /* home page close here */

    /* team page start here */
    .site-title h1 {
        line-height: 34px;
        margin-top: 10px;
        font-size: 22px;
    }
    .page-breadcrumb {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .teams-member-col {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 25px;
    }
    .out-team-section {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .teams-grid {
        margin-left: -5px;
        margin-right: -5px;
    }
    .site-title {
        max-width: 320px;
    }
    /* team page close here */
    
    /* faq page start here */
    .faq-col-left {
        position: static;
        order: 2;
    }
    .faqs-wrapper {
        padding-left: 10px;
    }
    .faqs {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .faq-adinfo-box h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .faq-adinfo-box a img {
        width: 13px;
    }
    .faq-adinfo-box {
        padding: 20px 22px 28px 22px;
    }
    #faq-accordion .accordion-item .accordion-button {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 14px;
    }
    #faq-accordion .accordion-item .accordion-button::after {
        background-size: 18px;
        background-position: center right;
    }
    #faq-accordion .accordion-body {
        padding: 12px 14px;
    }
    /* faq page close here */

    /* about us page start here */
    .abt-vffs {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .abt-vffs-img {
        order: 2;
    }
    .abt-vffs-content {
        padding-left: 12px;
        margin-bottom: 60px;
    }
    .abt-vffs-img img {
        height: 220px;
    }
    .abt-col-img-1 {
        margin-top: -35px;
    }
    .journey {
        padding-top: 55px;
        padding-bottom: 65px;
    }
    .abt-mission-content h4 {
        font-size: 15px;
    }
    .abt-mission-content p {
        line-height: 21px;
    }
    .abt-mission {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .abt-mission-imgs {
        padding-left: 12px;
        margin-top: 40px;
    }
    .mission-sec-img {
        height: 280px;
    }
    /* about us page close here */
    /* team single page start here */
    .member-img-col {
        padding-right: 12px;
        position: static;
    }
    .member-persent-box img {
        height: 270px;
        object-fit: cover;
    }
    .team-single {
        padding-top: 40px;
    }
    .member-content-col {
        padding-left: 12px;
        margin-top: 30px;
    }
    /* team single page close here */

    /* contact page start here */
    .contact-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .contact-section h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .con-from-wrapper {
        padding: 24px 23px 31px 23px;
    }
    .con-content-col {
        margin-top: 40px;
        padding-left: 12px;
        padding-bottom: 0px;
    }
    .box-title {
        font-size: 16px;
    }
    .con-icon-squre img {
        width: 15px;
    }
    .con-icon-squre {
        width: 40px;
        height: 40px;
    }
    .map-section iframe {
        height: 300px;
    }
    .submit-btn button.cus-btn {
        padding: 11px 18px;
    }
    /* contact page close here */
    /* single service page start here */
    .single-services {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .single-ser-sidebar {
        order: 1;
        margin-top: 45px;
    }
    .single-services h3 {
        font-size: 17px;
    }
    .single-ser-content h3 {
        margin-bottom: 12px;
    }
    .single-ser-content h3:not(.single-ser-content h3:first-child) {
        margin-top: 35px;
    }
    .sr-inner-col-img {
        width: 100%;
        height: 250px;
        margin-top: 15px;
    }
    .sr-checklist li {
        margin-bottom: 8px;
    }
    .single-sr-accordians .accordion-button {
        font-size: 13px;
        padding: 7px 14px !important;
    }
    /* .accordion-button::after {
        transform: scale(.8);
        transform-origin: right center;
    } */
    .single-sr-accordians {
        margin-top: 20px;
    }
    .single-ser-widget h3 {
        margin-bottom: 10px;
    }
    .single-ser-widget:last-child {
        margin-bottom: 0px;
    }
    .sr-checklist li img {
        width: 15px;
    }
    .signe-ser-nav-item img {
        width: 6px;
    }
    .signe-ser-nav-item {
        gap: 7px;
        padding: 8px 10px 8px 0px;
    }
    .signe-ser-nav-item img {
        margin-left: -13px;
    }
    /* single service page close here */
    /* services page start here */
    .sermain-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .srv-header h3 {
        font-size: 15px;
    }
    .srv-header img {
        width: 38px;
    }
    .srv-body-content {
        line-height: 24px;
    }
    .srv-outer-box {
        margin-bottom: 18px;
    }
    /* services page close here */
    /* policies page start here */
    .policies-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .policies-content h3, .policies-content h4 {
        margin-bottom: 8px;
    }
    .policies-content h3:not(.policies-content h3:first-child), .policies-content h4:not(.policies-content h4:first-child) {
        margin-top: 32px;
    }
    /* policies page close here */
}