@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800&display=swap);
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2rem
}
h3 {
    margin-bottom: 1.7rem
}
.h1,
h1 {
    font-size: 4.2rem;
    font-weight: 700
}
.page-title {
    font-size: 4.2rem
}
.h2,
h2 {
    font-size: 3.6rem;
    font-weight: 700
}
.h3,
h3 {
    font-size: 2.6rem;
    font-weight: 600
}
.h4,
h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1.2rem
}
.h5,
h5 {
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 1.2rem
}
.h6,
h6 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 1rem
}
p {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem
}
.about-section .about-img {
    padding-right: 2.6rem
}
.about-section .about-desc {
    padding-left: 2.6rem
}
.about-section .about-btn {
    margin-top: 5rem
}
.banner-section {
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left bottom, right top, from(#3069f3), color-stop(#275ae6), color-stop(#204ad9), color-stop(#193bcc), to(#122abe));
    background: -o-linear-gradient(left bottom, #3069f3, #275ae6, #204ad9, #193bcc, #122abe);
    background: linear-gradient(to right top, #3069f3, #275ae6, #204ad9, #193bcc, #122abe);
    background-size: cover;
    position: relative;
    padding-top: 7rem
}
@media only screen and (max-height:500px) {
    .banner-section {
        height: 600px;
        width: 100%;
    }
}
.banner-section .container {
    height: 100%
}
.banner-section .banner-desc {
    padding-right: 3rem
}
.banner-section .banner-desc h2 {
    color: #fff;
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: .5rem;
    margin-bottom: 0
}
.banner-section .banner-desc h2.second {
    line-height: 5rem;
    font-size: 4.5rem;
    letter-spacing: .1rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: .4rem
}
.banner-section .banner-desc .h1 {
    font-weight: 700;
    font-size: 6rem;
    color: #fff;
    line-height: 7.2rem;
    margin-bottom: 2rem;
    letter-spacing: 0
}
.banner-section .banner-desc h1 {
    font-weight: 700;
    font-size: 6rem;
    color: #fff;
    line-height: 7.2rem;
    margin-bottom: 2rem;
    letter-spacing: 0
}
.banner-section .banner-desc p {
    color: #fff;
    padding-right: 2.5rem
}
.banner-section .banner-btn {
    padding-top: 2.5rem
}
.banner-section.banner-layout1 .banner-shape-inner.shape1 {
    position: absolute;
    width: 0;
    height: 0;
    background: url(../../media/banner/banner-shape.png) no-repeat center top;
    background-size: cover;
    left: 0;
    top: -20rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.feature-section {
    background: url(../../media/background/grey-shape.png) no-repeat center top
}
.contact-section {
    background: url(../../media/background/grey-shape.png) no-repeat center top;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.feature-section.sec2-space120 {
    padding-bottom: 8rem
}
.feature-section .feature-wrap {
    padding: 1rem 1.5rem 2.5rem;
    width: 100%;
    border: .1rem solid #f7f7f7;
    background: #fff;
    border-top: none;
    border-radius: 0 0 .5rem .5rem;
    -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, .05);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    border-radius: .6rem;
    margin-bottom: 2rem;
    height: 100%;
}
.feature-section .feature-wrap .feature-icon {
    width: 6rem;
    height: 6rem
}
.feature-section .feature-wrap .feature-icon i {
    height: 6rem;
    line-height: 6rem
}
.feature-section .feature-wrap .feature-icon i:before {
    font-size: 6rem;
    color: #0a4c84
}
.feature-section .feature-wrap .feature-title {
    font-size: 2.2rem;
    margin-top: 2rem;
    margin-bottom: 2.1rem;
    font-weight: 600;
    border-bottom: .1rem solid #e4e0e1;
    position: relative;
    padding-bottom: 2.2rem
}
.feature-section .feature-wrap .feature-title:after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    bottom: 0;
    background: #0a4c84;
    height: 2px;
    width: 0;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s
}

.feature-section .feature-wrap .feature-title a {
    color: #333;
    text-decoration: none;
}

.feature-section .feature-wrap .feature-title a:hover {
    opacity: .9;
    color: #1A3868
}

.feature-section .feature-wrap .feature-desc {
    margin-bottom: 0
}

.feature-section .feature-wrap:hover {
    -webkit-box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, .08)
}

.feature-section .feature-wrap:hover .feature-title:after {
    width: 100%;
    left: 0;
    right: auto
}


.transition-delay-3500 {
    -webkit-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s
}
.skill-section {
    padding-bottom: 8.6rem;
    padding-top: 120px;
}
.skill-section .section-title {
    max-width: 45rem
}
.skill-section .section-title .title {
    margin-bottom: 2rem
}
.skill-section .skill-type {
    padding-top: 1.6rem
}
.skill-section .skill-type .skill-item .skill-icon {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, .09);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .09);
    background: #fff;
    border-radius: 100%;
    width: 8.5rem;
    height: 8.5rem;
    line-height: 8.5rem;
    text-align: center;
    float: left;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    margin-top: 1rem
}

.skill-section .skill-type .skill-item .skill-icon i:before {
    font-size: 3.5rem
}
.skill-section .skill-type .skill-item .skill-icon.icon-one {
    color: #0a4c84
}
.skill-section .skill-type .skill-item .skill-icon.icon-two {
    color: #ff2c54
}
.skill-section .skill-type .skill-item .skill-icon.icon-three {
    color: #4f6def
}
.skill-section .skill-type .skill-item .short-desc {
    float: left;
    width: calc(100% - 8.5rem);
    padding-left: 2rem;
    padding-bottom: .4rem;
    padding-right: 1rem
}
.skill-section .skill-type .skill-item .short-desc .skill-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
    font-family: Poppins, sans-serif;
    margin-bottom: .8rem
}

.skill-section .skill-type .skill-item:hover .skill-icon {
    background: #ff2c54;
    color: #fff
}

.skill-section .skill-type .skill-item:hover .skill-icon.icon-one {
    background: #0a4c84;
    color: #fff
}

.skill-section .skill-type .skill-item:hover .skill-icon.icon-two {
    background: #ff2c54;
    color: #fff
}

.skill-section .skill-type .skill-item:hover .skill-icon.icon-three {
    background: #4f6def;
    color: #fff
}
.testimonial-section{
    background-image: url(/media/background/grey-shape.png);
}

.testimonial-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.testimonial-card {
    width: 359px;
    height: 360px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #ddd;
}
.nav-menu li a.active {
    color: #0a4c84 !important;  /* Example active color */
    font-weight: bold;
}

.testimonial-card .quote-icon {
    font-size: 24px;
    color: #555;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.testimonial-card .author-info h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0a4c84;
}

@media (max-width: 768px) {
    .testimonial-card {
        width: 100%;
    }
}
.counter-section {
    background: #0a4c84;
    background-size: cover;
    position: relative;
    color: #fff
}
.counter-section .left-shape {
    position: absolute;
    width: 38.5rem;
    height: 7.8rem;
    background-size: cover;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
@media only screen and (max-width:480px) {
    .counter-section .left-shape {
        width: 25rem;
        height: 5.1rem
    }
}
.counter-section .right-shape {
    position: absolute;
    width: 26.7rem;
    height: 7.2rem;
    background-size: cover;
    right: 9.5rem;
    top: 60%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.counter-section .section-title.center-style p {
    margin-bottom: 4rem
}

.counter-section .section-title .title {
    color: #fff
}

.counter-section .count-number {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 5rem
}
.counter-section .count-title {
    font-size: 1.8rem;
    font-weight: 600
}
#loader-wrapper {
    background-color: #2554e1;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    z-index: 9999999
}
.spinner {
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}
.spinner>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}
.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}
.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}
.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.primary-btn {
    background: #fff;
    border-color: #fff;
    color: black;
    display: inline-block;
    font-size: 1.4rem;
    padding: 1.4rem 3rem 1.3rem;
    position: relative;
    vertical-align: middle;
    z-index: 9;
    font-weight: 500;
    text-align: center;
    font-family: Poppins, sans-serif;
    letter-spacing: .1rem;
    line-height: 2.1rem;
    border-radius: 0;
    border-width: .2rem;
    border-style: solid;
    border-radius: 7px;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #666;
    font-family: "Open Sans", sans-serif;
    vertical-align: baseline;
    font-weight: 400;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #0a4c84;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-decoration: none;
    outline: 0
}


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

[class*=" flaticon-"]::before {
    margin-left: 0
}
.height-full {
    height: 100%
}

.push-left {
    padding-right: 50px;
    padding-left: calc(calc(100% - 1140px)/ 2)
}
.overflow-hidden {
    overflow: hidden
}

.display-table {
    display: table;
    height: 100%;
    width: 100%
}
.table-cell {
    display: table-cell;
    vertical-align: middle
}
.clear-fix {
    clear: both
}
.spaser-70 {
    height: 7rem;
    clear: both
}
.sec-spacer {
    padding: 10rem 0
}
.sec-color {
    background-color: #f9f9f9
}
.section-title .sub-title {
    color: #666;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
    font-family: "Open Sans", sans-serif
}
.section-title .title {
    color: #333;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.8rem
}

.section-title .title.sm-bottom {
    margin-bottom: 2rem
}

.section-title.center-style {
    text-align: center;
    max-width: 72rem;
    margin: 0 auto
}

.section-title.center-style .title {
    margin-bottom: 1.8rem
}

.section-title.center-style p {
    margin-bottom: 5.4rem
}

.section-title.center-style2 {
    text-align: center;
    max-width: 53rem;
    margin: 0 auto
}

.section-title.center-style2 .title {
    margin-bottom: 1.4rem
}

.section-title.center-style2 p {
    margin-bottom: 5.4rem
}

.section-title.center-style3 {
    text-align: center;
    max-width: 64rem;
    margin: 0 auto;
    position: relative;
    padding-top: 1.7rem
}

.section-title.center-style3:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 40px;
    border-radius: 20px;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background: #ff2c54
}

.section-title.center-style3 .title {
    margin-bottom: .7rem;
    font-weight: 700
}

.section-title.center-style3 p {
    margin-bottom: 5rem
}

.section-title.title-style2 .sub-title {
    margin-bottom: .9rem
}

.section-title.title-style2 .title {
    margin-bottom: 4rem
}

.section-title.title-style2 .title.sm-bottom {
    margin-bottom: 2rem
}
.sec10-space120 {
    padding-top: 111px;
    padding-bottom: 112px
}

@media only screen and (max-width:991px) {
    .sec10-space120 {
        padding-top: 9.6rem;
        padding-bottom: 9.7rem
    }
}

@media only screen and (max-width:767px) {
    .sec10-space120 {
        padding-top: 8.6rem;
        padding-bottom: 8.7rem
    }
}

@media only screen and (max-width:575px) {
    .sec10-space120 {
        padding-top: 7.6rem;
        padding-bottom: 7.7rem
    }
}

.sec-space {
    padding-top: 180px;
    padding-bottom: 150px
}

@media only screen and (max-width:991px) {
    .sec-space {
        padding-top: 10.5rem;
        padding-bottom: 10.5rem
    }
}

@media only screen and (max-width:767px) {
    .sec-space {
        padding-top: 9.5rem;
        padding-bottom: 9.5rem
    }
}

@media only screen and (max-width:575px) {
    .sec-space {
        padding-top: 8.5rem;
        padding-bottom: 8.5rem
    }
}


.fluxio-logo{
    width:135px !important;
}

.header .main-menu-area.sticky .header-bottom .mainmenu {
    float: none
}

.header .main-menu-area.sticky .header-bottom .mainmenu .nav-menu>li>a {
    color: #fff
}
.header .main-menu-area.sticky .header-bottom .quote-section {
    float: right
}
.header .main-menu-area.sticky .header-bottom .logo-area {
    height: 9rem;
    line-height: 8.4rem;
    float: left
}
.header .main-menu-area.sticky .header-bottom .logo-area img {
    max-width: 26rem
}
.header .main-menu-area.sticky .two-icons li.search .seach_bar i {
    color: #fff
}
.header .main-menu-area.sticky .two-icons li.sign-btn a {
    border-color: #fff
}
.header .main-menu-area.sticky .logo .dark-logo {
    display: none
}
.header .main-menu-area .right-btn {
    position: absolute;
    right: 5rem;
    top: 2.2rem
}
.header .main-menu-area .right-btn a {
    min-width: 19.5rem;
    padding: 1.2rem 2.5rem;
    border-radius: 3rem;
    -webkit-box-shadow: none;
    box-shadow: none
}
.header .main-menu-area .right-btn a:before {
    border-radius: 3rem
}
.header .main-menu-area .two-icons {
    text-align: right
}
.header .main-menu-area .two-icons li {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 2rem 0
}
.header .main-menu-area .two-icons li.sign-btn {
    padding-left: 3.5rem
}
.header .main-menu-area .two-icons li.sign-btn a {
    color: #fff
}
.header .main-menu-area .navbar {
    margin-bottom: 0;
    border: 0;
    font-family: "Open Sans", sans-serif
}
.header .main-menu-area .navbar ul {
    margin: 0;
    padding: 0;
    text-align: left
}
.header .main-menu-area .navbar ul li {
    height: 5.3rem;
    line-height: 5.3rem;
    position: relative;
    display: inline-block;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}
.header .main-menu-area .navbar ul li+li {
    margin-left: 3.5rem
}
.header .main-menu-area .navbar ul li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: .1rem;
    font-weight: 600;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-transform: uppercase
}
.header .main-menu-area .navbar ul li>a i {
    margin-left: .5rem
}
.header .main-menu-area .navbar ul li>a:after {
    content: '';
    position: absolute;
    height: .3rem;
    width: 0;
    background-color: #2554e1;
    -webkit-transition: .5s ease width;
    -o-transition: .5s ease width;
    transition: .5s ease width;
    left: 0;
    bottom: 0
}

.header .header-bottom .mainmenu {
    float: none
}
.header .header-bottom .quote-section {
    float: right
}

.header .header-bottom .logo-area {
    height: 9rem;
    line-height: 8.4rem;
    float: left
}

.header .header-bottom .logo-area img {
    max-width: 26rem
}

.em-menu {
    clear: both;
    float: left;
    font-size: 0;
    height: 100%;
    width: 100%;
    z-index: 9999
}

.em-menu li {
    display: inline-block;
    font-size: 1.4rem;
    position: relative;
    vertical-align: top
}

.em-menu li:hover>ul.mega-menu>li>ul {
    position: relative
}

.em-menu li i {
    font-size: 1.6rem;
    margin-right: 1rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.em-menu a {
    -webkit-tap-highlight-color: transparent;
    color: #4a4a4a;
    display: block;
    font-weight: 400;
    padding: 1.6rem
}

.em-menu .row {
    float: left;
    position: relative;
    width: 100%
}

.em-menu .row .col-12 {
    width: 100%
}

.em-menu .row .col-11 {
    width: 91.45833333333334%
}

.em-menu .row .col-10 {
    width: 82.91666666666667%
}

.em-menu .row .col-9 {
    width: 74.375%
}

.em-menu .row .col-8 {
    width: 65.83333333333334%
}

.em-menu .row .col-7 {
    width: 57.29166666666667%
}

.em-menu .row .col-6 {
    width: 48.75%
}

.em-menu .row .col-5 {
    width: 40.208333333333336%
}

.em-menu .row .col-4 {
    width: 31.666666666666668%
}

.em-menu .row .col-3 {
    width: 23.125%
}

.em-menu .row .col-2 {
    width: 14.583333333333334%
}

.em-menu .row .col-1 {
    width: 6.041666666666667%
}

.em-menu ul {
    text-align: center
}

.em-menu ul ul {
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    z-index: 99;
    padding: 0;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    border-bottom: .3rem solid #0a4c84;
    -webkit-box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1rem 4rem 0 rgba(0, 0, 0, .08)
}

.em-menu ul ul li a {
    color: #333;
    font-weight: 400
}

.em-menu ul ul li a:hover {
    background: #0a4c84;
    color: #fff !important
}

.em-menu ul ul li:last-child {
    border-bottom: 0
}

.em-menu ul ul a {
    font-size: 1.5rem;
    text-align: left;
    width: 20rem
}

.em-menu ul ul li>ul {
    left: 100%
}

.em-menu ul ul ul {
    top: 0
}

.em-menu ul ul.visible {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 17
}

.em-menu ul .em-mega-menu ul.visible ul.sub-menu {
    display: block;
    z-index: 17
}

.em-menu ul li a:hover {
    color: #074d84 !important;
}

.em-menu img {
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

.em-menu h2 {
    font-size: 2.5rem;
    font-size: 2rem;
    line-height: 1.2em;
    line-height: 1.2em
}

.em-menu h3 {
    font-size: 2rem;
    font-size: 3.3rem
}

.em-menu h4 {
    font-size: 1rem;
    font-size: 2.8rem
}

.em-menu h1 {
    font-size: 3.2rem;
    line-height: 1.2em
}

.em-menu .row[class*=col-] {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    float: left !important;
    margin-left: 0 !important;
    margin-left: 2.5%;
    margin-right: 0 !important;
    min-height: .5rem;
    width: 100%;
    width: 100% !important
}

.em-menu .row[class*=col-]:first-child {
    margin-left: 0 !important
}

.em-menu ul>li>a {
    padding: 3.7rem 0;
    position: relative
}

.mobile-menu {
    margin-top: -4.6rem
}

.mobile-menu .em-menu {
    margin-top: 1.5rem;
    float: none
}

.mobile-menu .em-menu li {
    display: block;
    margin-right: 0
}

.mobile-menu .em-menu ul {
    background: #1d49d0
}

.mobile-menu .em-menu ul>li>a {
    color: #fff;
    padding: 10px;
    text-align: center;
}

.mobile-menu .em-menu ul li a:hover {
    color: #074d84 !important
}

.mobile-menu .em-menu ul .sub-menu li a {
    padding-left: 5rem;
    border-bottom: .1rem solid rgba(255, 255, 255, .15)
}

.mobile-menu .em-menu ul .sub-menu li a:hover {
    color: #074d84 !important
}

.mobile-menu .em-menu ul .sub-menu li.active>a {
    color: #074d84 !important
}

.mobile-menu .em-menu ul .sub-menu .sub-menu a {
    padding-left: 7.5rem
}

.em-menu a,
.em-menu div,
.em-menu i,
.em-menu li,
.em-menu p,
.em-menu ul {
    border: 0;
    margin: 0;
    padding: 0
}

.em-menu>ul>li:last-child {
    margin-right: 0
}

.em-menu .sub-menu li {
    line-height: inherit
}

.em-menu .sub-menu li a {
    padding: 8px 14px
}

.nav-menu>li>a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
.em-mega-menu .services-details img {
    margin-right: 1rem
}

.nav-menu li .mega-menu li a {
    display: inline-block;
    padding: 0;
    width: auto
}

.nav-menu .em-mega-menu {
    position: relative;
    position: static
}

.nav-menu .em-mega-menu a {
    padding-right: 2.4rem
}

.nav-menu .em-mega-menu a:after {
    float: right;
    margin: 0 -1.6rem 0 0;
    position: static
}





.nav-menu ul {
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-menu .menu-item-has-children>span {
    display: none
}


.nav-menu span.em-menu-parent i {
    color: #fff;
    margin: 0
}

.nav-menu>.menu-item-has-children>a span:after {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    margin: .2rem 0 0 .5rem
}

#map {
    height: 50rem
}



.em-menu>ul>li {
    margin-right: 3rem
}

.em-menu>ul>li:hover a:before {
    width: 100%
}

.em-menu>ul>li.current-menu-item>a:before {
    width: 100%
}

.em-menu>ul>li.current_page_item>a:before {
    width: 100%
}

.nav-menu>li:last-child>a {
    border-bottom: none
}

.nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.em-menu-parent {
    -webkit-tap-highlight-color: transparent;
    border-left: .1rem solid rgba(0, 0, 0, .05);
    cursor: pointer;
    display: block;
    line-height: 1.5rem;
    padding: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999
}

@media only screen and (max-width:991px) {
    .em-menu ul {
        background: #45484a
    }
    .em-menu .row [class*=col-] {
        float: left !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .nav-menu>li>a {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        color: #fff;
        text-align: left
    }
    .nav-menu>li:last-child>a {
        border-bottom: none
    }


    .em-menu .sub-menu {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px rgba(0, 0, 0, .15)
    }
    .header .main-menu-area {
        padding: 1.3rem 0
    }
    .header .logo {
        margin-top: 0;
        padding: 10px;
    }

    .em-menu ul ul li {
        border-color: #ececec
    }
    .em-menu ul ul li a {
        background: #fff;
        color: #101010
    }
    .em-menu ul li a:hover,
    .em-menu ul ul li a:hover {
        color: #eea303
    }
    .em-menu {
        display: none
    }
}

@media only screen and (max-width:1080px) {
    .nav-menu>li>a i {
        display: none
    }
}



.menu-toggle {
    position: relative;
    float: right;
    height: 4.5rem;
    width: 5rem;
    cursor: pointer;
    overflow: hidden
}

.menu-toggle .menu-icon {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.menu-toggle .menu-icon .menu-line {
    position: absolute;
    left: 0;
    background-color: #c4ae91;
    height: 3px;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
    background-color: #eee;
    height: 2px
}

.menu-toggle .menu-icon .menu-line.menu-line--1 {
    -webkit-transition: width .2s ease-in-out .4s;
    -o-transition: width .2s ease-in-out .4s;
    transition: width .2s ease-in-out .4s;
    top: 0
}

.menu-toggle .menu-icon .menu-line.menu-line--2 {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: width .2s ease-in-out .3s;
    -o-transition: width .2s ease-in-out .3s;
    transition: width .2s ease-in-out .3s
}

.menu-toggle .menu-icon .menu-line.menu-line--3 {
    -webkit-transition: width .2s ease-in-out .2s;
    -o-transition: width .2s ease-in-out .2s;
    transition: width .2s ease-in-out .2s;
    bottom: 0
}

.menu-toggle .menu-icon .menu-line.menu-line--4 {
    -webkit-transform: rotate(45deg) translate3d(-30px, 0, 0);
    transform: rotate(45deg) translate3d(-30px, 0, 0);
    transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
    -webkit-transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
    -o-transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s
}

.menu-toggle .menu-icon .menu-line.menu-line--5 {
    -webkit-transform: rotate(-45deg) translate3d(30px, 0, 0);
    transform: rotate(-45deg) translate3d(30px, 0, 0);
    transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.menu-toggle .menu-icon .menu-line.menu-line--4,
.menu-toggle .menu-icon .menu-line.menu-line--5 {
    opacity: 0;
    top: 8.5px
}

.menu-toggle.open {
    margin-bottom: 1rem
}

.menu-toggle.open .menu-icon .menu-line.menu-line--1 {
    width: 0;
    -webkit-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out
}

.menu-toggle.open .menu-icon .menu-line.menu-line--2 {
    width: 0;
    -webkit-transition: width .2s ease-in-out .1s;
    -o-transition: width .2s ease-in-out .1s;
    transition: width .2s ease-in-out .1s
}

.menu-toggle.open .menu-icon .menu-line.menu-line--3 {
    width: 0;
    -webkit-transition: width .2s ease-in-out .2s;
    -o-transition: width .2s ease-in-out .2s;
    transition: width .2s ease-in-out .2s
}

.menu-toggle.open .menu-icon .menu-line.menu-line--4 {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
    -webkit-transition: opacity .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
    -o-transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s;
    transition: opacity .2s ease-in-out .2s, transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s
}

.menu-toggle.open .menu-icon .menu-line.menu-line--5 {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transition: opacity .2s ease-in-out .4s, -webkit-transform .2s ease-in-out .4s;
    -webkit-transition: opacity .2s ease-in-out .4s, -webkit-transform .2s ease-in-out .4s;
    -o-transition: opacity .2s ease-in-out .4s, transform .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s, transform .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s, transform .2s ease-in-out .4s, -webkit-transform .2s ease-in-out .4s
}
.menu-toggle {
    z-index: 99
}

.mobile-menu {
    position: relative;
    z-index: 99
}

.header.header-layout2 .menu-toggle .menu-icon .menu-line {
    background-color: #333
}

.header.header-layout2 .header-bottom .mainmenu {
    float: none
}

.header.header-layout2 .header-bottom .mainmenu .nav-menu>li>a {
    color: #333
}
.header.header-layout2 .main-menu-area .two-icons li.search .seach_bar i {
    color: #959696
}

.header.header-layout2 .main-menu-area .two-icons li.sign-btn a {
    background: #0a4c84;
    border-color: #fff;
    color: #fff;
    border-radius: 4px;
    text-decoration: none; 
}

.header.header-layout2 .main-menu-area.sticky {
    background: #fff;
    position: fixed !important;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header.header-layout2 .main-menu-area.sticky .two-icons li.sign-btn a {
    border-color: #074d84;
    color: #fff;
    background: #074d84;
    border-radius: 4px;
}

.header.header-layout2 .main-menu-area.sticky .header-bottom .mainmenu .nav-menu>li>a {
    color: #333
}


.header.header-layout2 .mobile-menu .mainmenu .em-menu {
    margin-top: 24px;
    float: none
}

.header.header-layout2 .mobile-menu .mainmenu .em-menu li {
    display: block;
    margin-right: 0
}

.header.header-layout2 .mobile-menu .mainmenu .em-menu.em-menu-close {
    margin-top: 0
}

.header.header-layout2 .mobile-menu .mainmenu .em-menu ul {
    background: #ccc
}



.header.header-layout2 .mobile-menu .mainmenu .em-menu ul .sub-menu li {
    border-bottom: .1rem solid rgba(255, 255, 255, .15)
}

.header.header-layout2 .mobile-menu .mainmenu .em-menu ul .sub-menu li a {
    padding-left: 5rem
}



.header.header-layout2 .mobile-menu .mainmenu .em-menu ul .sub-menu li:last-child {
    border-bottom: none
}





@media only screen and (min-width:1200px) and (max-width:1279px) {
    .skill-section .push-left {
        padding-left: 1.5rem
    }
}


.banner-share-slider-container {
    position: absolute;
    bottom: -7rem;
    left: 240px;
    z-index: 99
}


  @media (min-width: 768px) {
    .form-container,
    .map-container {
      flex: 1 1 48%; /* 48% width for side-by-side layout on larger screens */
    }
  }

  .map-container iframe {
    width: 100%;
    height: 408px;
    border: 0;
  }






.main_content.opened.left {
    padding-left: 330px;
    overflow: hidden
}


.main_content {
    width: 100%;
    height: auto;
    clear: both;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}









header.absolute {
    position: absolute;
    margin-bottom: 0
}


header.zindex {
    z-index: 1 !important
}





#main_content::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .75);
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

#main_content.opened::before,
#main_content.opened {
    position: relative;
    width: 100%
}


@media only screen and (max-width:991px) {
    header {
        position: static
    }
}


.logo a {
    font-weight: 600;
    color: #eee;
    font-size: 18px
}


.logo a {
    font-weight: 600;
    color: #eee;
    font-size: 18px
}




.header .main-menu-area.sticky,
.main-menu-area.menu-sticky {
    z-index: 999999
}

@media only screen and (max-width:1199px) {
    .push-left {
        padding-right: 1.5rem;
        padding-left: calc(calc(100% - 930px)/ 2)
    }

    .header-icons .two-icons {
        display: none
    }
    .header .header-bottom .mainmenu .nav-menu {
        text-align: right
    }
    .section-title .line-break {
        display: initial
    }

    .section-title .sub-title {
        font-size: 1.8rem
    }
    .section-title .title {
        font-size: 3.2rem
    }
    .newsletter .news-form {
        max-width: 27rem
    }

    .banner-section {
        height: 70rem
    }
    .about-section .about-btn .arrow-link {
        margin-left: 2rem
    }
    .portfolio-layout2 .section-title {
        max-width: 45rem
    }
    .experience-wrap {
        padding-bottom: 4rem
    }
    .col-lg-hide {
        display: none
    }


}

@media only screen and (min-width:992px) and (max-width:1199px) {
 

    .about-section.about-us-three {
        padding-bottom: 8rem
    }

    .portfolio-details-section .project-info {
        padding: 1rem 1rem 1rem 1.6rem
    }

    .feature-section .feature-wrap {
        padding: 6rem 3.2rem 5.2rem
    }
    .style-arrow:hover .owl-nav .owl-prev {
        left: -3rem !important
    }
    .style-arrow:hover .owl-nav .owl-next {
        right: -3rem !important
    }
    .feature-section.layout2 .feature-type .feature-item .feature-icon {
        width: 3.5rem;
        margin-top: 0
    }
    .feature-section.layout2 .feature-type .feature-item .short-desc {
        width: calc(100% - 35px)
    }
    .feature-section.layout2 .feature-type .feature-item .feature-icon i::before {
        font-size: 3.5rem
    }
    .feature-section.layout2 .feature-type .feature-item .short-desc .feature-title {
        font-size: 2rem
    }

    .chatbox-section .chatbox-area {
        padding-left: 3rem
    }
   
    .about-us-three {
        margin-top: -25rem
    }
}

@media only screen and (min-width:992px) {

    .menu-toggle {
        display: none
    }
    .nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.em-menu-parent {
        padding: 1.3rem;
        border-left: none
    }
    .nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children span.em-menu-parent i {
        color: #333
    }
    .nav-menu>.menu-item-has-children .sub-menu .active span.em-menu-parent i,
    .nav-menu>.menu-item-has-children .sub-menu .menu-item-has-children:hover span.em-menu-parent i {
        color: #ddd
    }
    .about-section.about-us-three .about-btn {
        padding-bottom: 4rem
    }
    .chatbox-area .section-title {
        margin-top: 4.2rem
    }
    .min992-pl--30 {
        padding-left: 2rem
    }
}

@media only screen and (max-width:991px) {
 
    .ipad-pt--50 {
        padding-top: 5rem
    }

    .ipad-pt--30 {
        padding-top: 3rem
    }

    .counter-area .counter-wrap.last-counter {
        margin-bottom: 0
    }
    .contact-info-section#contact-us .contact-form {
        padding-top: 3rem
    }

    .ipad-mb--30 {
        margin-bottom: 3rem
    }
    .mobile-menu .mainmenu .em-menu {
        max-height: 50rem;
        overflow-y: scroll
    }
    .header.header-layout6 .main-menu-area .header-contact {
        padding-right: 0
    }

    .banner-section.banner-layout1 .banner-shape-inner.shape1.shape-loaded {
        width: 100%
    }
    .banner-section.banner-layout1 .item-figure {
        display: none
    }
    .banner-section.banner-layout1 .banner-desc p {
        max-width: 60rem
    }
  


    .contact-info-section .our-contact {
        padding-left: 0
    }

    .push-left {
        padding-right: 1.5rem;
        padding-left: calc(calc(100% - 690px)/ 2)
    }
    .skill-section .skill-img img {
        max-width: 68rem;
        padding-left: 1.5rem;
        margin: 0 auto;
        display: block;
        width: 100%
    }


    .feature-section.layout3 {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        padding-top: 10.5rem;
        padding-bottom: 1rem;
        overflow: visible
    }
    .portfolio-details-section .project-info .item-heading {
        margin-bottom: 1.5rem
    }
    .portfolio-details-section .project-info {
        padding: 4rem 3rem 4rem 3.5rem
    }
    .about-us-three {
        margin-top: 0;
        padding-bottom: 8rem
    }


    .partner-section.partner-layout2 {
        padding-bottom: 3rem
    }
    .skew-wrap {
        margin-bottom: 4rem
    }
    .banner-layout1.banner-section {
        height: auto;
        padding: 11.2rem 0 11rem
    }
    .banner-section {
        height: 60rem;
        padding-top: 0
    }

    .banner-section .banner-desc h2 {
        font-size: 3rem
    }
    .banner-section .banner-desc h2.second {
        font-size: 4rem;
        margin-bottom: 0
    }
    .banner-section .banner-desc .h1,
    .banner-section .banner-desc h1 {
        font-size: 5rem
    }


    .banner-section .banner-btn {
        padding-top: 2rem
    }




    .section-title .title {
        font-size: 3rem
    }
    .about-section .about-desc {
        padding-left: 0
    }
    .what-we-do .about-btn {
        margin-bottom: 0
    }
    .who-are-section .about-btn {
        margin-bottom: 1.8rem
    }


    .cta-section h3 {
        font-size: 2rem;
        margin-bottom: 0
    }
    .cta-section h2 {
        font-size: 3rem
    }

    .about-section .about-img {
        padding-right: 0
    }
    .about-section.about-layout5 .about-img {
        padding-top: 7rem
    }
    .video-section {
        height: 40rem
    }
    .header .main-menu-area {
        position: static !important;
        background: #2554e1;
        -webkit-animation: none;
        animation: none
    }
    .header.header-layout4 .main-menu-area {
        background: 0 0;
        position: absolute !important
    }
    .header .main-menu-area.sticky {
        position: fixed !important;
        padding: 1.3rem 0
    }

    .header.header-layout2 .main-menu-area,
    .header.header-layout2 .main-menu-area.sticky {
        background: #fff
    }
    .header-menu .header-bottom {
        text-align: right
    }
    .header.header-inner .header-bottom .mainmenu .nav-menu li.current_page_item>a::after,
    .header.header-inner .header-bottom .mainmenu ul>li>a:hover::after {
        display: none
    }
    .mobile-menu .em-menu ul ul {
        visibility: visible;
        opacity: 1;
        position: static;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: none
    }
    .mobile-menu .em-menu ul ul.sub-menu {
        display: none
    }
    .mobile-menu .em-menu ul ul li a {
        background: #1d49d0;
        width: 100%;
        color: #fff
    }
    .what-we-do .pr--0 {
        padding-right: 1.5rem
    }
    .what-we-do .pl--0 {
        padding-left: 1.5rem
    }
    .header.header-layout2 .logo .dark-logo {
        display: none
    }



    .col-md-hide {
        display: none
    }
    .header .main-menu-area.sticky,
    .header.header-layout6 .main-menu-area {
        background: #fff
    }

    .details-feature-section .max-width {
        margin: 0 auto;
        padding-bottom: 4rem
    }
    .page-banner .breadcrumbs-area ul li {
        font-size: 1.6rem
    }
    .header .logo img {
        position: relative;
        z-index: 9;
        width:87px;
        margin-left: -123px;
    }
    .contact-form-section .contact-form {
        max-width: 69.5rem;
        padding: 9rem 1.5rem 8rem;
        margin: 0 auto
    }
    .contact-info-section {
        padding-top: 8rem
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .what-we-do.sec8-space120 {
        padding-bottom: 9rem
    }



}

@media only screen and (max-width:767px) {
    .ipad-sm-pt--50 {
        padding-top: 5rem
    }
    .ipad-sm-pr--70 {
        padding-right: 7rem
    }
    .ipad-sm-pt--40 {
        padding-top: 4rem
    }
    .ipad-sm-pt--30 {
        padding-top: 3rem
    }
    .ipad-sm-mt--50 {
        margin-top: 5rem
    }
    .ipad-sm-mt--40 {
        margin-top: 4rem
    }
    .ipad-sm-mt--30 {
        margin-top: 3rem
    }
 
    .contact-info-section#contact-us {
        padding-top: 6.8rem;
        padding-bottom: 8rem
    }


 
    .service-layout4.skew-wrap {
        padding-top: 9rem;
        padding-bottom: 8rem;
        margin-top: 8rem
    }


    .who-are-section.banner-below {
        margin-top: 0
    }
    .feature-section.layout2 .feature-btn {
        padding-top: 1.5rem
    }
    .who-are-section .about-btn {
        margin-top: 4rem
    }

    .about-section .about-btn {
        margin-top: 4rem
    }
    .section-title.center-style p {
        margin-bottom: 4.4rem
    }
    .error-section .error-content-box p {
        padding: 0
    }

    .partner-section .display-table {
        height: 8rem
    }
    .what-we-do .service-wrap {
        text-align: center
    }
    .what-we-do .pdf-btn .btn-wrap {
        display: block;
        text-align: center
    }
 
    .container-fluid.landing-priview {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .banner-section.banner-light .banner-desc .line-break {
        display: inline
    }
    .error-section .error-img {
        width: 35rem;
        height: 22.4rem
    }
    .error-section .error-img img {
        max-width: 22rem
    }
    .error-section .error-content-box {
        margin-top: 3rem
    }

    .banner-section .banner-desc h2 {
        letter-spacing: .3rem
    }

    .testimonial-section.style1 {
        padding-bottom: 5.5rem
    }
    .style-arrow .owl-nav {
        display: none
    }
    .what-we-do .service-wrap.first-service {
        margin-top: 0
    }
    .what-we-do .service-wrap.fourth-service {
        margin-top: 0
    }
    .banner-layout1.banner-section .item-figure {
        display: none
    }
    .banner-landing.banner-section .item-figure {
        display: none
    }
    .banner-layout1.banner-section {
        height: auto;
        padding: 9.5rem 0 10rem
    }
    .push-left {
        padding-right: 1.5rem;
        padding-left: calc(calc(100% - 510px)/ 2)
    }
    .error-section .error-content-box h2 {
        font-size: 3rem
    }



    .header.header-layout6 .header-right {
        margin-top: -4.6rem
    }

    .term-conditon.text-right {
        text-align: left !important
    }


    .chatbox-section .chatbox-area {
        padding: 0 1.5rem
    }

    .feature-section.layout2 .feature-type .feature-item {
        margin-bottom: 3rem
    }


    .what-we-do .service-wrap.mt--80 {
        margin-top: 0
    }
    .who-are-section .service-wrap.second-service,
    .who-are-section .service-wrap.third-service {
        margin-top: 0
    }
    .banner-section.banner-light {
        background-position: bottom right -30rem;
        height: 50rem
    }
    .video-section {
        height: 30rem
    }
    .pricing-section .pricing-wrap .single-pricing {
        border-right: none;
        border-bottom: .1rem solid #ebebeb;
        padding-bottom: 4.3rem
    }
    .pricing-section .pricing-wrap .single-pricing:last-child {
        padding-bottom: 0;
        border-bottom: none
    }
    .pricing-section .pricing-wrap {
        padding-top: 2.2rem
    }
    .pricing-section .pricing-wrap .single-pricing,
    .pricing-section .pricing-wrap .single-pricing.popular-item {
        padding-top: 4rem
    }
    .pricing-section .pricing-wrap .single-pricing .features {
        margin-bottom: 4rem
    }
    .section-title.title-style2 .title {
        margin-bottom: 2.2rem
    }


    .team-section.team-style2 {
        margin-top: 0
    }

    .style-arrow:hover .owl-nav .owl-prev {
        left: -3rem !important
    }
    .style-arrow:hover .owl-nav .owl-next {
        right: -3rem !important
    }
    .portfolio-masonry .project-content img {
        width: 100%
    }
    .counter-section .count-title {
        margin-bottom: 2rem
    }
    .banner-section {
        height: 50rem
    }
    .banner-section .banner-desc h2 {
        font-size: 2rem
    }
    .banner-section .banner-desc h2.second {
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin-bottom: .4rem
    }
    .banner-section .banner-desc .h1,
    .banner-section .banner-desc h1 {
        font-size: 3.5rem;
        line-height: 4rem
    }
    .banner-section.banner-light .banner-desc h2 {
        font-size: 2.5rem;
        line-height: 3.5rem
    }
    .banner-section.banner-light .banner-desc .h1,
    .banner-section.banner-light .banner-desc h1 {
        font-size: 3rem;
        line-height: 5rem
    }
    .banner-section .banner-btn {
        padding-top: 1.5rem
    }

    blockquote {
        padding-left: 4rem;
        padding-right: 3.5rem
    }
    blockquote::before {
        left: 1rem
    }
}



@media only screen and (max-width:575px) {
  
    .what-we-do.sec8-space120 {
        padding-bottom: 5.5rem
    }
    .analyze-section {
        padding-bottom: 8rem
    }

    .grid-masonry-3 .project-content {
        max-width: 36rem;
        margin: 0 auto
    }
    .testimonial-section.style1 {
        padding-bottom: 4.5rem
    }
    .error-section .error-content-box h1 {
        font-size: 2.5rem
    }

    .push-left {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }




    .primary-btn {
        font-size: 1.3rem;
        padding: 1.3rem 2.8rem 1.2rem
    }
    .secondary-btn {
        font-size: 1.3rem;
        padding: 1.4rem 2.8rem 1.3rem
    }
    .primary-btn.btn-lg {
        font-size: 1.5rem;
        padding: 1.4rem 3rem 1.2rem
    }
    .secondary-btn.btn-lg {
        font-size: 1.5rem;
        padding: 1.4rem 3rem 1.2rem
    }
}
.footer {
    padding: 40px 0;
    background-color: #0a4c84;
}
.footer .quick-menu a {
    color: #aaa;
    text-decoration: none;
    font-size: 16px !important;
}
.footer .quick-menu a:hover {
    text-decoration: underline;
}

.footer-copyright {
    bottom: 0;
    width: 100%;
    background-color: #0a4c84;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
    border-top: 2px solid #fff;
}
/* General Mobile Styles */
@media (max-width: 768px) {
    .footer {
        padding: 20px 10px;
        text-align: center;
    }

    .footer .quick-menu,
    .footer .contact-info {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer img {
        width: 200px;
        margin: 0 auto;
    }

    .footer h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer p,
    .footer a {
        font-size: 14px;
    }

    .footer ul {
        padding: 0;
        list-style-type: none;
    }

    .footer ul li {
        margin-bottom: 10px;
    }
}

.partner-img {
    width: 68%; /* Ensures the image fills the column width */
    height: 150px; /* Fixed height for uniformity */
    object-fit: contain; 
    padding: 5px; /* Optional padding for a cleaner look */
  }
  
  .carousel-inner {
    display: flex;
    align-items: center;
  }
  
  .carousel-item {
    text-align: center;
  }
  .carousel-control-prev {
    left: -4px !important;
    /* right: 37px; */
}
.carousel-control-next {
    right: -118px !important;
}
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Styling for visibility */
    border-radius: 50%;
  }
  
.form-control::placeholder {
    color: black;
    font-size: 15px;
}

.submit-btn{
    background-color: #0a4c84 !important;
    color: white !important;
    border: 10px !important;
    width: 35% !important;
    font-size: 15px !important;
    box-shadow: none;
} 
.submit-btn:hover{
    background-color: #0a4c84 !important;
    color: white !important;
    border: 10px !important;
    width: 35% !important;
    font-size: 15px !important;
    box-shadow: none;
} 
.form-group {
    position: relative;
    margin-bottom: 20px;
    width: 80%; /* Ensure consistent width */
}

.input-form {
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px !important;
    color: black;
    width: 100%;
    padding: 10px 5px; 
    background: none;
    box-shadow: none !important;
    background-color: #f9f9f9 !important;
}

.input-form:focus {
    outline: none;
    border-bottom: 1px solid #0a4c84;
    box-shadow: none;
}

.input-label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 15px;
    color: gray;
    transition: all 0.3s ease;
    pointer-events: none; 
}

.input-form:focus + .input-label,
.input-form:not(:placeholder-shown) + .input-label {
    top: -8px; 
    font-size: 15px; 
    color: #0a4c84;
    box-shadow: none;
    left: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .container {
        padding: 15px; /* Reduce padding */
    }

    .contact-section {
        flex-direction: column; /* Stack columns vertically */
        align-items: center;
    }

    .col-md-6 {
        width: 100%;
        padding: 0; 
    }

    h1 {
        font-size: 24px; 
        text-align: center; 
        margin: 0 0 20px 0;
    }

    .form-group {
        width: 100%; /* Full width on mobile */
    }

    .d-flex {
        margin-left: 0 !important; /* Reset margin for mobile */
    }

    .submit-btn {
        width: 100% !important; /* Full width on mobile */
    }

    .map-container iframe {
        width: 100%; /* Ensure the map is responsive */
        height: 250px; /* Adjust height for mobile */
    }
}
/* Error message styling */
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  

  .team-section .team-card {
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    max-width: 100%;
    width: 263px; 
  }
  
  .team-section .team-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: filter 0.3s ease-in-out;
  }  
  .team-section .team-card:hover {
    transform: scale(1.05);
  }
  .team-head{
    font-size: 18px;
  }
  .team-head-p{
    font-size: 15px;
  }
@media (max-width: 576px) {
    .carousel-item {
      text-align: center; 
    }
    .carousel-inner .row {
      flex-direction: column; 
    }
    .carousel-control-prev, .carousel-control-next {
      display: none; 
    }
  }
  @media (max-width: 768px) {
    .carousel-inner .row {
      display: flex;
      justify-content: space-between;
    }
    
    .carousel-inner .col-12 {
      flex: 1 0 auto;
    }
  }
  .carousel-control-next {
    right: 0 !important;
}
#tact-testimonial .author-info {
    display: flex;
    justify-content: center; 
    align-items: center;      
}

#tact-testimonial .author-info .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
}

#tact-testimonial .author-info .avatar img {
    width: 250px;  /* Adjust as needed */
    height: 150px; /* Adjust as needed */
    object-fit: contain;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
    #tact-testimonial .author-info {
        justify-content: center; 
        text-align: center;      
    }
}

