/* css-custom.css */
@import url(../fonts/style.css);

* {
    font-family: 'Josefin Sans';
}

img {
    width: 100%;
}

.noPadding,
ul {
    padding: 0
}

a:focus,
a:hover,
body,
h2 {
    color: #393939
}

h3 {
    color: #000
}

h5,
ul {
    margin: 0 0 20px
}

.theme_btn {
    display: inline-block
}

a,
a:focus,
a:hover {
    text-decoration: none
}

ul.dropdown,
ul.dropdown li,
ul.dropdown li a {
    width: 100%
}

.navbar-toggler {
    color: #1c1c1c;
}

.text-right {
    text-align: right;
}

/* header .topBar {
    padding: 15px 0;
}

header .topBar .header_logo .logo img {
    max-width: 150px;
}

header .topBar ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
}

header .topBar ul li {
    padding: 0 10px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .topBar ul li img {
    max-width: 30px;
    margin-right: 15px;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    margin-top: 7px;
}

header .topBar ul li:first-child {
    border-right: 1px solid #5A5A5A;
}

header .topBar ul li label {
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5A5A5A;
}

header .topBar ul li label span,
header .topBar ul li label a {
    display: block;
    color: #5A5A5A;
}

header .topBar .h-right a {
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    border-color: #707070;
    font-size: 20px;
    padding: 10px 20px;
    background: #001A57;
    animation: 1s bounce linear infinite;
    border-radius: 10px;
}

header .topBar .h-right a:hover {
    animation: none;
    background: #fff;
    color: #001A57;
} */

@keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* header .main-header .menuSec ul {
    list-style: none;
}

header .main-header .menuSec ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}

header .main-header .menuSec ul.menu li {
    position: relative;
}

header .main-header .menuSec ul.menu li>ul {
    position: absolute;
    display: none;
    float: left;
    min-width: 250px;
    padding: 5px 10px;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 1000;
    left: 0;
    text-align: left;
    top: 60px;
    overflow: hidden;
}

header .main-header .menuSec ul.menu li:hover>ul {
    display: block;
}

header .main-header .menuSec {
    background: #001A57;
    position: relative;
    border-radius: 0;
    margin-bottom: -53px;
    z-index: 9;
    padding: 10px 0;
}

header .main-header .menuSec ul.menu>li {
    position: relative;
    padding: 30px 10px;
}

header .main-header .menuSec ul.menu>li>a {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
}

header .main-header .menuSec ul.menu>li:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 1px;
    background: #ddd;
    right: -5px;
    transform: rotate(30deg);
    top: 0;
    bottom: 0;
    margin: auto;
} */
/* header .main-header .menuSec ul.menu>li:nth-child(even) {
    color: #fff;
    transform: rotate(35deg);
}

header .main-header .menuSec ul.menu>li:last-child:before {
    display: none;
}

header .main-header .menuSec .social_icons ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

header .main-header .menuSec .social_icons ul li {
    padding: 0 10px;
}

header .main-header .menuSec .social_icons ul li a {
    color: #C9C9C9;
    transition: ease all 0.25s;
}

header .main-header .menuSec .social_icons ul li a:hover {
    color: #fff;
}

header .main-header .menuSec ul.menu li>ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

header .main-header .menuSec ul.menu li>ul li a {
    font-size: 18px;
    color: #000F32;
    font-weight: 600;
    padding: 5px;
    display: block;
    transition: ease all 0.25s;
    position: relative;
    z-index: 1;
}

header .main-header .menuSec ul.menu li>ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: ease all 0.25s;
    z-index: -1;
}


header .main-header .menuSec ul.menu li>ul li a:hover:before {
    right: 0;
} */
.header-main {
    position: absolute;
    padding: 0 0 0 0;
    top: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.header-main.fixed {
    position: fixed;
    background: #fff
}

.header-main.fixed .main-menu>ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-main.fixed .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #2c2c2c
}

.header-main.fixed .logo {
    width: 100%
}

.header-main .countryFlag {
    padding: 0;
    position: absolute;
    width: 60px;
    color: #fff
}

.inner-pages .header-main .countryFlag {
    color: #000
}

.header-main.fixed .countryFlag {
    color: #000
}

.inner-pages .header-main .logo img.black {
    display: block
}

.inner-pages .header-main .logo img.white {
    display: none
}

.inner-pages .header-main .main-menu>ul>li>a {
    text-transform: capitalize;
    color: #2c2c2c
}

.inner-pages .header-main .btn-main {
    color: #fff !important
}

.header-main .main-menu>ul>li:hover a {
    color: #001A57
}

.header-main .main-menu>ul>li.active>a {
    color: #001A57 !important
}

.header-main.fixed .main-menu>ul>li.active>a {
    color: #001A57 !important
}

.nav-area-full {
    padding: 10px 0;
    width: 100%
}

.logo {
    margin: 0;
    float: left;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.logo a {
    display: block
}

.top-area {
    display: inline-block;
    width: 100%
}

.main-menu {
    width: 100%;
    display: inline-block;
    float: right;
    margin: 0
}

.main-menu>ul {
    float: right;
    margin: 0
}

.main-menu>ul>li {
    padding: 0 12px;
    float: left;
    position: relative
}

.main-menu>ul>li:last-child {
    padding-right: 0
}

.main-menu>ul>li:before {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #71787e;
    left: 0;
    top: 30%
}

.main-menu>ul>li:first-child:before {
    display: none
}

.main-menu>ul>li>a {
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize
}

.main-menu>ul>li.active>a,
.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active,
.main-menu>ul>li>a:focus {
    color: #001A57
}

.dropdown {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    padding: 0;
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 5px solid #001A57;
}

.main-menu>ul>li:hover .dropdown {
    visibility: visible;
    opacity: 1;
    left: 0
}

.dropdown>ul {
    list-style: none
}

.dropdown>ul>li:before {
    display: none
}

.dropdown>ul>li+li {
    border-top: 1px dotted #001A57
}

.dropdown>ul>li>a {
    color: #160d15 !important;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 10px 8px 15px;
    display: block
}

.dropdown>ul>li>a:hover {
    color: #000;
    background: none
}

.dropdown>ul>li>a:hover:before {
    display: none
}

.double-drop {
    width: 400px !important
}

.dropdown>ul>li>ul {
    display: none
}

.dropdown>ul>li.level2:hover>ul {
    display: block
}

.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto
}

.stickyheader .logo img {
    width: 80px
}

.stickyheader .logo {
    margin: 5px 0
}

.stickyheader .navbar-inverse {
    margin: 10px 0 0 0
}

.stickyheader .top-info-list ul {
    margin: 5px 0
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -155px;
    top: 180px;
    width: 200px;
    display: none;
    z-index: 999
}

.sticky li {
    border-radius: 5px;
    list-style-type: none;
    background-color: #333;
    color: #efefef;
    height: 45px;
    padding: 0;
    margin: 0 0 0 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer
}

.sticky li:hover {
    margin-left: -115px
}

.sticky li img {
    float: left;
    border-radius: 5px 0 0 5px;
    margin: 0;
    margin-right: 10px
}

.sticky li p {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 45px;
    color: #fff
}

.sticky li a {
    border-radius: 5px;
    color: #fff
}

.slider-wrapper {
    width: 100%;
    position: relative
}

section.homeBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

section.homeBanner .homeSlider {
    outline: none;
    margin: 0;
}

section.homeBanner .homeSlider .sliderItem {
    padding: 50px 0;
    background-size: cover !important;
    background-position: center bottom !important;
    height: 700px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-bottom: 250px; */
}

section.homeBanner .homeSlider .sliderItem:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

section.homeBanner .homeSlider .sliderItem.serviceMain:before {
    background: rgba(0, 0, 0, 0.7);
}

section.homeBanner .homeSlider .sliderItem p {
    font-size: 20px;
    margin: 0;
    color: #fff;
    text-align: center;
}

section.homeBanner .homeSlider .sliderItem h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 1;
}

section.homeBanner .homeSlider ul.slick-dots {
    bottom: 0;
    top: 0;
    left: 10vh;
    height: fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    width: -webkit-fit-content;
    height: -moz-fit-content;
    width: -moz-fit-content;
    margin: auto;
    display: block;
}

section.homeBanner .homeSlider ul.slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.homeBanner .homeSlider ul.slick-dots li button {
    border: 1px solid #001A57;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    transition: ease all 0.25s;
    margin: auto;
}

section.homeBanner .homeSlider ul.slick-dots li button:hover,
section.homeBanner .homeSlider ul.slick-dots li.slick-active button {
    background: #001A57;
}

section.homeBanner .homeSlider ul.slick-dots li button:before {
    display: none;
}

section.homeBanner .homeForm {
    /* position: absolute;
    z-index: 9;
    bottom: 150px;
    width: 100%;
    left: 0;
    right: 0; */
    margin-top: 50px;
}

section.homeBanner .homeForm .customRow {
    display: flex;
    justify-content: space-evenly;
    background: rgba(0, 0, 0, 0.19);
    padding: 10px;
    width: 100%;
    margin: auto;
    border-radius: 15px;
    border: 1px solid #2f2f2f;
    box-shadow: 0px 0px 40px -10px rgba(255, 255, 255, 0.4);
}

section.homeBanner .homeForm .customRow .formField {
    padding: 0 5px;
    position: relative;
}

section.homeBanner .homeForm .formField input.form-control {
    border-radius: 15px;
    background: #F1F5F8;
    padding: 10px 30px;
    border: 1px solid #001A57;
    color: #001A57;
    font-size: 20px;
    box-shadow: none !important;
    outline: none !important;
}

section.homeBanner .homeForm .formField i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    color: #001A57;
}

section.homeBanner .homeForm .customRow .button {
    text-align: center;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.homeBanner .homeForm .button input {
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    background: #001A57;
    border: 1px solid #001A57;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: ease all 0.25s;
}

section.homeBanner .homeForm .button input:hover {
    color: #001A57;
    background: #fff;
}

section.aboutPoints {
    overflow: hidden;
}

section.aboutPoints .customRow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

section.aboutPoints .customRow .customCol {
    width: 25%;
    position: relative;
}

section.aboutPoints .customRow .customCol:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: calc(100% - 5px);
    background: #001A57;
    z-index: 9;
    height: 5px;
    transition: ease all 0.25s;
    opacity: 0;
}

section.aboutPoints .customRow .customCol:hover:before {
    opacity: 1;
}

section.aboutPoints .customRow .customCol .pointWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px;
    height: 100%;
}

section.aboutPoints .customRow .customCol:nth-child(1) .pointWrapper {
    background: #FAFAFA;
}

section.aboutPoints .customRow .customCol:nth-child(2) .pointWrapper {
    background: #F6F6F6;
}

section.aboutPoints .customRow .customCol:nth-child(3) .pointWrapper {
    background: #EFEFEF;
}

section.aboutPoints .customRow .customCol:nth-child(4) .pointWrapper {
    background: #E9E9E9;
}

section.aboutPoints .customRow .customCol .pointWrapper .desc h3 {
    font-size: 30px;
    color: #001A57;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}

section.aboutPoints .customRow .customCol .pointWrapper .desc h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.aboutPoints .customRow .customCol .pointWrapper .desc p {
    color: #303233;
    font-size: 20px;
}

section.aboutOurCompanySect {
    padding: 100px 0;
}

section.aboutOurCompanySect .imgWrapper {
    text-align: center;
}

section.aboutOurCompanySect .desc h4 {
    color: #303233;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

section.aboutOurCompanySect .desc p {
    color: #303233;
    font-size: 14px;
    text-align: center;
}

section.aboutOurCompanySect .iconMainWrapper {
    border-top: 1px solid #707070;
    padding-top: 20px;
}

section.aboutOurCompanySect .col-4:nth-child(2) {
    padding: 0;
}

section.aboutOurCompanySect .iconWrapper {
    padding: 0 20px;
    text-align: center;
}

section.aboutOurCompanySect .col-4:nth-child(2) .iconWrapper {
    border-left: 3px dashed #c9c9c9;
    border-right: 3px dashed #c9c9c9;
}

section.aboutOurCompanySect .iconWrapper img {
    height: 40px;
    width: auto;
    max-width: auto;
}

section.aboutOurCompanySect .iconWrapper h5 {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
}

section.ourServices {
    padding: 20px 0;
}

section.ourServices .headDesc h4 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.ourServices .headDesc h4:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.ourServices .headDesc p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}

section.ourServices .serviceItem {
    border: 1px solid #D2D2D2;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: ease all 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 25, 87, 0.5);
}

section.ourServices .serviceItem:hover {
    transform: translateY(-3px);
    border-color: #001A57;
    box-shadow: 0px 10px 10px 0px rgba(0, 25, 87, 0.5);
}

section.ourServices .serviceItem .imgWrapper img {
    object-fit: cover;
    height: 100px;
}

.justify-space-around {
    justify-content: space-around;
}

section.ourServices .serviceItem .desc {
    padding: 10px 0;
}

section.ourServices .serviceItem .imgWrapper img {
    width: 100%;
}

section.ourServices .serviceItem .desc {
    padding: 5px 15px 10px;
}

section.ourServices .serviceItem .desc h4 {
    color: #303233;
    font-size: 18px;
    font-weight: 700;
}

section.ourServices .serviceItem .desc p {
    color: #303233;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

section.ourServices .serviceItem .desc a {
    color: #001A57;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

section.ourServices .serviceItem .desc a i {
    font-size: 15px;
}

section.ourServices .ctaBtn {
    text-align: center;
    padding: 50px 0 100px;
}

section.ourServices .ctaBtn a {
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 20px;
    background: #001A57;
    border: 1px solid #001A57;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: ease all 0.25s;
}

section.ourServices .ctaBtn a:hover {
    background: #fff;
    color: #001A57;
}

section.counterSect {
    background: #001A57;
    padding: 50px 0;
}

section.counterSect .counterWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

section.counterSect .counterWrapper .iconWrapper {
    max-width: 70px;
    display: block;
    margin-bottom: 20px;
}

section.counterSect .counterWrapper .iconWrapper img {
    width: 100%;
}

section.counterSect .col-lg-3:not(:last-child) .counterWrapper {
    border-right: 2px dashed #6b6b6b;
}

section.counterSect .counterWrapper .desc h3 {
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.counterSect .counterWrapper .desc h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.counterSect .counterWrapper .desc p {
    color: #a1a1a1;
    font-size: 20px;
}

section.cta {
    padding: 30px 0;
}

section.cta .desc h5 {
    font-size: 30px;
    color: #303233;
    text-align: center;
    font-weight: 600;
}

.gradient-blue-to-light-blue {
    background: linear-gradient(45deg, #001A57, #2a488f);
    z-index: 1;
}

section.cta.gradient-blue-to-light-blue .desc p,
section.cta.gradient-blue-to-light-blue .desc a,
section.cta.gradient-blue-to-light-blue .desc h5,
section.cta.bg-dark .desc p,
section.cta.bg-dark .desc a,
section.cta.bg-dark .desc h5 {
    color: #fefefe;
}

section.cta.gradient-blue-to-light-blue {
    position: relative;
}

section.cta.gradient-blue-to-light-blue:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: url(../images/linesBg.webp);
    background-size: contain;
    mix-blend-mode: multiply;
    z-index: -1;
    opacity: 0.1;
}

section.cta .desc a,
section.cta .desc p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    transition: ease all 0.25s;
    position: relative;
    vertical-align: middle;
}

section.cta .desc a:before {
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0%;
    background: #001A57;
    transition: ease all 0.25s;
    z-index: -1;
}

section.cta.gradient-blue-to-light-blue .desc a {
    color: #303233;
}

section.cta.gradient-blue-to-light-blue .desc a:before {
    background: #fff;
}

section.cta .desc a:hover:before {
    top: 100%;
    height: 0%;
}

section.cta.gradient-blue-to-light-blue .desc a:hover {
    color: #fff;
}

section.cta .desc a:hover {
    color: #303233;
}

section.reviewsSect {
    padding: 100px 0 50px 0;
    /* background: url(../images/reviewbg.jpg);
    background-size: cover;
    min-height: 700px;
    background-position: center center; */
    position: relative;

}

section.reviewsSect:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: #000F32;
}

section.reviewsSect .headDesc h3 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.reviewsSect .headDesc h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.reviewsSect .reviewSlider {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    position: relative;
    padding-bottom: 60px;
}

section.reviewsSect .reviewSlider:before {
    position: absolute;
    content: '';
    right: -10px;
    top: 20%;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 25px solid white;
    transform: rotate(45deg);
}

section.reviewsSect .reviewSlider .slick-dots {
    bottom: 20px;
    width: calc(100% - 80px);
}

section.reviewsSect .reviewSlider .slick-dots li button {
    border: 1px solid #001A57;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    transition: ease all 0.25s;
    margin: auto;
}

section.reviewsSect .reviewSlider .slick-dots li button:hover,
section.reviewsSect .reviewSlider .slick-dots li.slick-active button {
    background: #001A57;
}

section.reviewsSect .reviewSlider .slick-dots li button:before {
    display: none;
}

section.reviewsSect .reviewSlider p {
    font-size: 18px;
    text-align: center;
}

section.reviewsSect .reviewSlider p {
    font-size: 18px;
    text-align: center;
}

section.reviewsSect .reviewSlider .reviewerName {
    position: relative;
    z-index: 1;
}

section.reviewsSect .reviewSlider .reviewerName:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    opacity: 0.2;
    top: -30px;
    bottom: -30px;
    z-index: -1;
    background: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: center center;
}

section.reviewsSect .reviewSlider .reviewerName h5 {
    color: #000F32;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    margin: 0;
}

section.reviewsSect .reviewSlider .reviewerName p {
    color: #000F32;
    font-size: 14px;
}

section.footerForm {
    background: #F1F5F8;
    padding: 50px 0;
}

section.footerForm .FormWrapper {
    text-align: center;
    max-width: 70%;
    margin: 0 auto;
}

section.footerForm .FormWrapper h4 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.footerForm .FormWrapper h4:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.footerForm .FormWrapper .form-control {
    border-radius: 15px;
    background: #F1F5F8;
    padding: 10px 30px;
    border: 1px solid #001A57;
    color: #001A57;
    font-size: 20px;
    box-shadow: none !important;
    outline: none !important;
}

section.footerForm .FormWrapper i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    color: #001A57;
}

section.footerForm .FormWrapper .footer-form-submit {
    text-align: center;
}

section.footerForm .FormWrapper .footer-form-submit input {
    border-radius: 10px;
    padding: 10px 50px;
    font-size: 20px;
    background: #001A57;
    border: 1px solid #001A57;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: ease all 0.25s;
}

section.footerForm .FormWrapper .footer-form-submit input:hover {
    color: #001A57;
    background: #fff;
}

section.footerForm .FormWrapper .footer-form-input,
section.footerForm .FormWrapper .footer-form-textarea {
    margin-bottom: 15px;
}

footer {
    padding: 50px 0 20px;
}

footer .footerLogo {
    max-width: 200px;
}

footer ul.contactMenu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-end;
}


footer ul.contactMenu li {
    padding: 0 15px;
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer ul.contactMenu li:nth-child(2) {
    width: 40%;
}

footer ul.contactMenu li:nth-child(3) {
    width: 27%;
}

footer ul.contactMenu li img {
    max-width: 30px;
    margin-right: 15px;
}


footer ul.contactMenu li:not(:last-child) {
    border-right: 1px solid #5A5A5A;
}


footer ul.contactMenu li label {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5A5A5A;
}


footer ul.contactMenu li label span,

footer ul.contactMenu li label a {
    display: block;
    color: #5A5A5A;
}

footer .social_icons ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

footer .social_icons ul li {
    padding: 0 10px;
}

footer .social_icons ul li a {
    font-size: 20px;
    color: #001A57;
}

section.homeBanner .chatBtn p {
    font-size: 22px;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 400;
    font-weight: 700;
    color: #001A57;
}

section.homeBanner .chatBtn a {
    color: #7e7e7e;
    outline: none !important;
    border: 1px solid #FFF;
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse2 2s infinite;
    transition: ease all 0.25s;
}

section.homeBanner .chatBtn a:hover {
    animation: none;
    transform: scale(1.05)
}

section.cta a {
    color: #5A5A5A;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #707070;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.chatBtn a {
    text-transform: capitalize;
}

.chatBtn a .active {
    display: inline-block;
    content: '';
    clear: both;
    position: relative;
    bottom: 0px;
    height: 12px;
    width: 12px;
    background: rgb(0, 219, 117);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 rgba(0, 219, 117, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 219, 117, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 219, 117, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 219, 117, 0);
    }

}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 219, 117, 0);
    }

}

@keyframes pulseDark {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 219, 117, 0);
    }

}

section.ourProcess {
    padding: 50px 0;
    counter-reset: section;
    background: #fbfbfb;
}

section.ourProcess .headDesc h3 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.ourProcess .headDesc h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.ourProcess .headDesc p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
}

section.ourProcess .itemWrapper {
    position: relative;
}

section.ourProcess .itemWrapper .desc {
    max-width: 250px;
    margin: auto;
}

section.ourProcess .itemWrapper .desc h4 {
    font-size: 20px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.ourProcess .itemWrapper .desc h4:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 40px;
    margin: auto;
}

section.ourProcess .itemWrapper .desc p {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalizel
}

section.ourProcess .itemWrapper .desc ul {
    list-style: none;
}

section.ourProcess .itemWrapper .desc ul li {
    position: relative;
    padding: 0 25px;
}

section.ourProcess .itemWrapper .desc ul li:before {
    content: '\f0a3';
    position: absolute;
    color: #001A57;
    font-size: 6px;
    left: 10px;
    top: 2px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

section.ourProcess .itemWrapper .iconWrapper {
    max-width: 150px;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid;
    padding: 25px;
    position: relative;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}

section.ourProcess .itemWrapper .iconWrapper:before {
    position: absolute;
    counter-increment: section;
    content: counter(section);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    left: -20px;
    font-size: 20px;
    font-weight: 700;
    top: 0;
    color: #fff;
    border-radius: 100%;
    border: 1px solid #fff;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
}

section.ourProcess .col-md-4:nth-child(1) .itemWrapper .iconWrapper:before {
    background: #f47b6e;
}

section.ourProcess .col-md-4:nth-child(2) .itemWrapper .iconWrapper:before {
    background: #9d2cff;
}

section.ourProcess .col-md-4:nth-child(3) .itemWrapper .iconWrapper:before {
    background: #5bb695;
}

/* Inner pages */

.inner-banner {
    min-height: 750px;
}

.serviceBanner {
    background: url(../images/serviceBanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 200px 0 50px;
}

.header-main.fixed .main-menu>ul>li>a.btn {
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    border-color: #707070;
    font-size: 18px;
    padding: 10px 20px;
    background: #001A57;
    animation: 1s bounce linear infinite;
    border-radius: 10px;
}

.header-main.fixed .main-menu>ul>li>a.btn:hover {
    animation: none;
    background: #fff;
    color: #001A57;
}

.header-main.fixed .main-menu>ul>li>a.phn {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    padding: 5px;
}

.header-main.fixed .main-menu>ul>li>a.phn:hover {
    color: #fff;
}

.header-main.fixed .main-menu>ul>li>a.phn:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: calc(100% - 2px);
    bottom: 0;
    background: #001A57;
    transition: ease all 0.25s;
    z-index: -1
}

.header-main.fixed .main-menu>ul>li>a.phn:hover:before {
    top: 0;

}

@keyframes bounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.serviceBanner .bgOverlay {
    position: absolute;
    z-index: -2;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.serviceBanner .bgOverlay video {
    object-fit: fill;
    object-position: center;
    width: 100%;
    height: 100%;
}

.serviceBanner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #07112a;
    opacity: 0.9;
    z-index: -1;
}

.inner-banner-content h1.n {
    color: #fff;
    padding-bottom: 25px;
    font-size: 20px !important;
    border-bottom: unset;
    margin-bottom: initial;
    font-weight: initial;
    letter-spacing: initial;
    text-shadow: none;
    line-height: initial;
    float: initial
}

.inner-banner-content h1.n:after {
    display: none
}

.inner-banner-content h5 {
    color: #fff;
    padding-bottom: 25px;
    font-size: 20px
}

.inner-banner-content h1,
.inner-banner-content h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    padding: 0
}

.inner-banner h1 {
    float: none;
    border: none;
    font-size: 42px !important;
    color: #fff;
    padding: 0;
    text-shadow: none;
    margin: 0px;
    letter-spacing: 0;
}

.inner-banner h1:after {
    display: none;
}

/* .inner-banner-content h2 span {
    color: #a5c0ff;
    font-size: 36px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.inner-banner-content h2 span:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background: #001a57;
    mix-blend-mode: difference;
} */

.inner-banner-content p {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    padding-bottom: 40px;
    font-weight: 400
}

.inner-banner-content p.para2 {
    padding-bottom: 20px
}

.inner-banner-content a {
    background: #fff;
    margin-bottom: 60px;
    padding: 16px 40px;
    border-radius: 5px;
    display: inline-block;
    color: #001A57;
    animation: pulse2 2s infinite;
    font-weight: 700;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.inner-banner-content a:hover {
    display: inline-block;
    transform: translateY(-.625rem);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.inner-banner .banner-form {
    background: #fff;
    padding: 30px;
    width: 100%;
    border-radius: 4px;
}

.inner-banner .banner-form h3 {
    font-size: 30px;
    text-align: center;
}

.inner-banner .banner-form .formField {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.inner-banner .banner-form .formField i {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    height: fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    width: -webkit-fit-content;
    margin: auto;
    z-index: -1;
}

.inner-banner .banner-form .formField.msg i {
    bottom: auto;
    top: 10px;
}

.inner-banner .banner-form .formField textarea,
.inner-banner .banner-form .formField input {
    width: 100%;
    margin: 0;
    border: 1px solid #e5e5e5;
    background: rgba(255, 255, 255, 0);
    padding: 10px 20px 10px 15px;
    color: gray;
    font-size: 13px;
    border-radius: 5px;
    height: 40px;
    font-weight: 400;
    outline: none !important;
}

.inner-banner .banner-form .formField textarea {
    height: auto;
    resize: none;
}

.inner-banner .banner-form .button {
    text-align: center;
}

.inner-banner .banner-form .button input {
    color: #ffffff;
    outline: none !important;
    box-shadow: none !important;
    border-color: #707070;
    font-size: 20px;
    padding: 10px 20px;
    background: #001A57;
    border-radius: 10px;
    transition: ease all 0.25s;
}

.inner-banner .banner-form .button input:hover {
    animation: none;
    background: #fff;
    color: #001A57;
}

.banner2Sect {
    display: block
}

.banner2Sect ul {
    display: inline-flex;
    width: 100%;
    margin-bottom: -6px
}

.banner2Sect ul li {
    width: 20%;
    float: left;
    padding: 30px;
    list-style: none;
    background: url(../images/bg43.jpg);
    border-right: 1px solid #606060;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner2Sect ul li .desc p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.banner2Sect ul li .desc h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.banner2Sect ul li .desc h3 span {
    font-size: 16px;
    font-weight: 300;
}

.banner2Sect ul li .desc {
    text-align: center;
}

/* .banner2Sect ul li:nth-child(1) {
    background: #023cc4
}

.banner2Sect ul li:nth-child(2) {
    background: #01309c
}

.banner2Sect ul li:nth-child(3) {
    background: #03276d
} */

.banner2Sect ul li a:hover {
    color: #fff
}

.banner2Sect ul li a figure {
    float: left;
    width: 17%;
    margin-bottom: 0
}

.banner2Sect ul li a figure img {
    max-width: 64px
}

.banner2Sect ul li a .wrap {
    width: 75%;
    float: right;
    color: #fff;
    font-size: 22px
}

.approach-module {
    padding: 50px 0 50px 0;
    background: #efefef;
    z-index: 1;
    position: relative;
}

.approach-module::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/approachBgDesignElem.webp);
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.15;
}


.approach-module h2 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.approach-module h2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

.approach-module .approach-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 50px;
}

.approach-module .approach-items .approach-item {
    width: 20%;
    position: relative;
}

.approach-module .approach-items .approach-item:before {
    position: absolute;
    content: '';
    top: 45%;
    left: 95%;
    background: url(../images/arrow-right.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* 
.approach-module .approach-items .approach-item:nth-child(odd):before {
    transform: rotateX(180deg);
    top: inherit;
    bottom: 100%;
} */

.approach-module .approach-items .approach-item .approach-inner {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
    border: 1px solid #272B34;
    color: #fff;
    animation: pulseDark 2s infinite;
    transition: ease all 0.25s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.approach-module .approach-items .approach-item .approach-inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/patternImg.webp);
    background-size: cover;
    background-position: center;
    mix-blend-mode: difference;
    opacity: 0.05;
    z-index: -1;
}

.approach-module .approach-items .approach-item .approach-inner:hover {
    transform: scale(1.1);
}

.approach-module .approach-items .approach-item:last-child:before {
    display: none;
}

.approach-module .approach-items .approach-item .approach-inner span.approach-title {
    font-weight: 700;
    font-size: 18px;
}

.approach-module .approach-items .approach-item:nth-child(1) .approach-inner {
    background: #001F3F;
}

.approach-module .approach-items .approach-item:nth-child(2) .approach-inner {
    background: #023971;
}

.approach-module .approach-items .approach-item:nth-child(3) .approach-inner {
    background: #044f9c;
}

.approach-module .approach-items .approach-item:nth-child(4) .approach-inner {
    background: #024991;
}

.approach-module .approach-items .approach-item:nth-child(4) .approach-inner {
    background: #0136b1;
}

.approach-module .approach-items .approach-item:nth-child(5) .approach-inner {
    background: #023cc4;
}

section.serviceListingSect {
    padding: 50px 0;
}

section.serviceListingSect .headDesc h3 {
    font-size: 34px;
    color: #333;
    font-weight: 700;
    position: relative;
}

section.serviceListingSect .headDesc h3 span {
    position: relative;
    font-weight: 700;
}

/* section.serviceListingSect .headDesc h3 span:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background: #FFFF00;
    z-index: -1;
} */

section.serviceListingSect .headDesc p {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
}

.bg-light {
    background: #ededed;
}

section.ourProcessSteps {
    padding: 50px 0;
}

section.ourProcessSteps .headDesc h3 {
    font-size: 33px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

section.ourProcessSteps .headDesc h3:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.ourProcessSteps .stepsWrapper>.row {
    align-items: center;
    padding: 15px 0;
}

section.ourProcessSteps .stepsWrapper>.row:nth-child(even) {
    flex-direction: row-reverse;
}

section.ourProcessSteps .stepsWrapper .desc h3 {
    font-size: 25px;
    color: #001A57;
    font-weight: 700;
    position: relative;
}

section.ourProcessSteps .stepsWrapper .desc h3 span {
    position: relative;
    font-weight: 700;
    z-index: 1;
}

section.ourProcessSteps .stepsWrapper .desc p {
    font-size: 18px;
    color: #333;
    text-align: left;
}

section.statisticalSect {
    padding: 50px 0;
    background: #EDEDED;
}

section.statisticalSect .desc h3 {
    font-size: 50px;
    color: #001A57;
    font-weight: 900;
    position: relative;
    font-style: italic;
    margin-bottom: 20px;
}

section.statisticalSect .desc p {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    font-weight: 400;
}

section.statisticalSect .desc p.extendedCont {
    margin-right: -40%;
    margin-bottom: 30px;
}

section.statisticalSect .imgWrapper {
    right: -100px;
    position: relative;
}

section.serviceListingSect .chatBtn p {
    margin-top: 15px;
}

section.serviceListingSect .chatBtn p a {
    color: #5A5A5A;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #707070;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 18px;
}

section.whatWeDo {
    background: url(../images/whatWeDoBanner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

section.whatWeDo:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 13, 28, 0.75);
    z-index: -1;
}

section.whoWeAreSect,
section.whatWeDoDescSect {
    padding: 50px 0;
}

section.whoWeAreSect .headDesc h3,
section.whatWeDoDescSect .desc h3 {
    font-size: 34px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

section.whoWeAreSect .headDesc p,
section.whatWeDoDescSect .desc p {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 0;
}

section.whoWeAreSect .headDesc h3:before,
section.whatWeDoDescSect .desc h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 50px;
    margin: auto;
}

section.whatWeDoDescSect .col-lg-4 {
    margin-bottom: 20px;
}

section.whatWeDoDescSect .ticketWrapper {
    border: 1px solid #001A57;
    display: block;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 100%;
    padding: 20px;

}

section.whatWeDoDescSect .ticketWrapper .ticketHead h4 {
    font-size: 20px;
    color: #001A57;
    font-weight: 700;
    position: relative;
}

section.whatWeDoDescSect .ticketWrapper .desc p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

section.whoWeAreSect .WwasDesc .itemWrapper:nth-child(even) .row {
    flex-direction: row-reverse;
}

section.whoWeAreSect .WwasDesc .itemWrapper {
    padding: 30px 0;
}

section.whoWeAreSect .WwasDesc .itemWrapper .img {
    border-radius: 10px;
    overflow: hidden;
}

section.whoWeAreSect .WwasDesc .itemWrapper .desc h4 {
    font-size: 20px;
    color: #001A57;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}

section.whoWeAreSect .WwasDesc .itemWrapper .desc h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    right: 0;
    margin: auto;
}

section.whoWeAreSect .WwasDesc .itemWrapper .desc p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
    margin: 0;
}

/* mobile menu */
.navSideBar {
    position: fixed;
    width: 100%;
    height: 0%;
    overflow-y: scroll;
    top: -80%;
    right: 0;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    /* overflow: hidden; */
    background: #e9e9e9;
}


header.header-main .menuSec .navSideBar ul.menu {
    display: block;
    text-align: left;
    padding: 50px;
}

header.header-main .menuSec .navSideBar ul.menu li:before {
    display: none;
}

header.header-main .menuSec .navSideBar ul.menu li a {
    color: #000;
}

header.header-main .menuSec .navSideBar ul.menu li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

header.header-main .menuSec .navSideBar ul.menu li>ul {
    display: block;
    position: relative;
    width: auto;
    float: none;
    min-width: inherit;
    max-width: inherit;
    background: none;
    box-shadow: none;
    border: none;
    top: inherit;
    padding: 0px 10px;
    margin: 0;
    height: 0;
    transition: ease all 0.25s;
}

header.header-main .menuSec .navSideBar ul.menu li:hover>ul,
header.header-main .menuSec .navSideBar ul.menu li:focus>ul {
    height: 400px;
}

header.header-main .menuSec .navSideBar ul.menu li>ul li {
    padding: 0;
}

header.header-main .menuSec .navSideBar ul.menu li>ul li a {
    font-weight: 300;
    font-size: 16px;
}

header.header-main .menuSec .contactHeaderBtn {
    color: #7e7e7e;
    outline: none !important;
    border: 1px solid #FFF;
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse2 2s infinite;
    transition: ease all 0.25s;
    text-transform: capitalize;
    font-weight: 700;
}

header.header-main .menuSec .contactHeaderBtn:hover {
    animation: none;
    transform: scale(1.05);
}

header.header-main .menuSec .contactHeaderBtn .active {
    display: inline-block;
    content: '';
    clear: both;
    position: relative;
    bottom: 0px;
    height: 12px;
    width: 12px;
    background: rgb(0, 219, 117);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 0 rgba(0, 219, 117, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

.navSideBar i.fa-close {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: ease all 0.25s;
    cursor: pointer;
}

.navSideBar i.fa-close:hover {
    transform: rotate(90deg);
}

.mobileQuote a {
    color: #7e7e7e;
    outline: none !important;
    border: 1px solid #FFF;
    display: inline-block;
    background: #fff;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    animation: pulse3 2s infinite;
    transition: ease all 0.25s;

}

.mobileQuote a:hover {
    animation: none;
    transform: scale(1.05)
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 219, 117, 0);
    }

}

/* mobile menu */
section.caseStudyBanner {
    background: #f1f1f1;
    padding: 100px 0 0px;
}

section.caseStudyBanner .heading h1 {
    font-size: 34px;
    color: #001A57;
    font-weight: 700;
    position: relative;
}

section.caseStudyBanner .heading ul {
    padding: 10px 20px;
    margin: 0;
}

section.caseStudyBanner .heading ul li h4 {
    font-size: 20px;
    color: #001A57;
    font-weight: 700;
    position: relative;
}

section.caseStudyBanner .heading ul li p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

section.caseStudybrandOverView {
    padding: 50px 0;
}

section.caseStudybrandOverView .desc ul {
    margin: 0;
    padding: 0 20px;
}

section.caseStudybrandOverView h4 {
    color: #001A57;
    font-weight: 700;
    position: relative;
}

section.caseStudybrandOverView p {
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}

section.caseStudybrandOverView .desc ul.serviceDetailsWrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

section.caseStudybrandOverView .desc ul.serviceDetailsWrapper li {
    width: 30%;
}

section.contactUsBanner {
    background: #f1f1f1;
    padding: 100px 0;
}

section.contactUsBanner h1 {
    font-size: 40px;
    color: #001A57;
    text-align: center;
    font-weight: 800;
    line-height: 1;
}

/* Inner pages */

/* Back to top button */
#backToTop {
    display: inline-block;
    background-color: #001A57;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backToTop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#backToTop:hover {
    cursor: pointer;
    background-color: #333;
}

#backToTop:active {
    background-color: #555;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

/* Back to top button */

.terms h2.theme-h1 {
    font-size: 50px;
    color: #001A57;
    padding-bottom: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.terms h2.theme-h1:before {
    position: absolute;
    content: '';
    left: 15px;
    bottom: 0;
    height: 4px;
    border-radius: 15px;
    background: #C3C3C3;
    width: 150px;
    margin: auto;
}

.terms h1,
.terms h2,
.terms h3,
.terms h4,
.terms h5,
.terms h6 {
    color: #001A57;
    font-weight: 700;
    position: relative;
    font-size: 30px;
    margin: 0;
}

.terms p {
    font-size: 22px;
    margin-bottom: 40px;
    font-weight: 400
}

footer ul.footerLastLinks {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

footer ul.footerLastLinks li {
    padding: 0 10px;
    border-right: 2px solid #ddd;
}

footer ul.footerLastLinks li:last-child {
    border: none;
}

footer ul.footerLastLinks li a {
    color: #5A5A5A;
    font-weight: 400;
    font-size: 14px;
}