@font-face {
    font-family: 'Socicon';
    src:  url('../fonts/socicon.eot');
    src:  url('../fonts/socicon.eot#iefix') format('embedded-opentype'),
    url('../fonts/socicon.woff2') format('woff2'),
    url('../fonts/socicon.ttf') format('truetype'),
    url('../fonts/socicon.woff') format('woff'),
    url('../fonts/socicon.svg#socicon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --primary: #ff7a41;
    --secondary: #913bff;
    --blue: #004ab8;
    --blue-dark: #010d4c;
    --purple: #713274;
}
html,
body {
    font-family: Be Vietnam Pro;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    position: relative;
}

.text-justify{
    text-align: justify;
}

.left-border{
    border-left: 5px solid var(--purple);
}

.text-primary{
    color: var(--primary) !important;
}
.text-black{
    color: var(--blue-dark) !important;
}
.text-black{
    color: var(--blue-dark) !important;
}
.text-purple{
    color: var(--purple) !important;
}
.display-1 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 5.3rem;
    line-height: 1.17;
}

.display-2 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 3.75rem;
    line-height: 1.31;
}

.display-4 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 1.5rem;
    line-height: 1.4;
}

.display-5 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 25px;
    line-height: 1.4;
}

.display-7 {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .display-1 {
        font-size: 4.24rem;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 3.71rem;
        font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.17 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-2 {
        font-size: 3rem;
        font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.31 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-4 {
        font-size: 1.2rem;
        font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-5 {
        font-size: 1.5rem;
        font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
    }
    .display-7 {
        font-size: 0.9rem;
        font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
        line-height: calc( 1.6 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
    }
}

.border-success{
    border-color: var(--primary) !important;
}

img{
    display: block;
    width: 100%;
}


.counter-section .card {
    background-color: transparent;
    border: none;
}

.card-box {
    width: 100%;
}

.text-success {
    color: var(--primary) !important;
}

a {
    transition: color 0.6s;
}

.container {
    padding-left: 12px;
    padding-right: 12px;
}

.container .row {
    margin-left: -12px;
    margin-right: -12px;
}

.container .row > [class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

/*=====================================
    Buttons
=======================================*/

.btn {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-sm {
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

.btn-success{
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-success:hover{
    color: #ffffff !important;
    background-color: #e94600 !important;
    border-color: #e94600 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger{
    background-color: #ec2016 !important;
    border-color: #ec2016 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-danger:hover{
    color: #ffffff !important;
    background-color: #9e140d !important;
    border-color: #9e140d !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-success-outline {
    background-color: transparent !important;
    border-color: transparent;
    color: var(--primary);
}

.btn-success-outline:hover{
    color: #e94600 !important;
    background-color: transparent!important;
    border-color: transparent!important;
    box-shadow: none!important;
}

.btn {
    min-height: 48px;
    padding: 8px 40px;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    position: relative;
}

.btn::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    transform: scale(0);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.cmn-btn {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
    font-size: 0;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.btn-sm {
    font-weight: 600;
    letter-spacing: 0px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .cmn-btn {
        display: flex;
        flex-wrap: wrap;
    }
    .cmn-btn .btn {
        width: 100%;
    }
}

.cmn-btn .btn-primary:hover {
    background-color: #0066ff !important;
    color: #ffffff !important;
}

.cmn-btn .btn-success:hover::before,
.cmn-btn .btn-danger:hover::before{
    transform: scale(1);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


/*! Full-screen */

.mbr-fullscreen .mbr-overlay {
    min-height: 100vh;
}

.mbr-fullscreen {
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.carousel-control {
    z-index: 10;
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    margin: auto;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
}

.carousel-indicators li{
    list-style-type: none;
}


.mt-4 {
    margin-top: 2rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .row {
        margin-left: -16px;
        margin-right: -16px;
    }
    .row > [class*=col] {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.card-wrapper,
.item-wrapper {
    overflow: hidden;
}

section {
    background-color: transparent;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}

a {
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

a, a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 500;
}

b,
strong {
    font-weight: bold;
}

/*
section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
*/
}

.hidden {
    visibility: hidden;
}

/*===============================
        Header Menu
=================================*/

.header-menu .container-fluid {
    width: 90% !important;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    border-bottom: 0.5px solid var(--purple);
    border-left: 0.5px solid var(--purple);
    border-right: 0.5px solid var(--purple);
}

.header-menu nav.navbar{
    padding: 0 !important;
}

.navbar-dropdown {
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease;
    z-index: 1030;
}


.nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out;
}

.nav-dropdown .link.dropdown-toggle {
    margin-right: 2.583em;
}

.nav-dropdown .link.dropdown-toggle::after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
}

.nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin: 0;
    padding: 0.667em 3.263em  0.667em 1.667em;
}

.nav-dropdown .link::after{
    color: inherit;
}
.nav-dropdown .link.active{
    color: var(--primary) !important;
}

.nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.header-menu nav.navbar {
    position: fixed;
}

.header-menu .nav-dropdown .link {
    padding: 0 0.3em !important;
    margin: 0.667em 1em !important;
}

.header-menu .nav-link {
    position: relative;
}

.header-menu .container {
    display: flex;
    margin: auto;
}

@media (min-width: 992px) {
    .header-menu .container {
        flex-wrap: nowrap;
    }
}

.header-menu .nav-item:focus,
.header-menu .nav-link:focus {
    outline: none;
}

.header-menu .navbar {
    min-height: 71px;
    transition: all 0.4s ease-out;
    position: absolute;
    padding: 35px 40px !important;
    box-sizing: content-box;
    box-shadow: none !important;
}


.header-menu .navbar.collapsed {
    justify-content: center;
}

.header-menu .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.header-menu .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

@media (max-width: 991px) {
    .header-menu .navbar .nav-item .nav-link::before {
        display: none;
    }

    .header-menu .navbar ul.navbar-nav li {
        margin: auto;
    }

    .header-menu .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 2rem;
        width: 90%;
    }
    .header-menu .navbar .navbar-brand a img {
        width: 90%;
    }

    .header-menu .navbar .navbar-toggler {
        flex-basis: auto;
    }
}

.header-menu .navbar-brand {
    min-height: 70px;
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
}


.header-menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

nav .cmn-btn {
    margin-left: 0rem;
    margin-right: 0rem;
}

.header-menu button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.header-menu button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
}

.header-menu button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.header-menu button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.header-menu button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.header-menu button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.header-menu nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.header-menu nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.header-menu nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.header-menu nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.header-menu a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header-menu .navbar {
        height: 70px;
    }

    .header-menu .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

@media (min-width: 992px) {
    .header-menu .container-fluid {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .header-menu .container-fluid .show {
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .header-menu .navbar-nav {
        margin-right: auto;
        margin-left: 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .header-menu .navbar-nav {
        margin-left: 40px;
    }

}

@media (min-width: 1400px) {
    .header-menu .navbar-nav {
        margin-left: 145px;
    }
}

.header-menu .nav-item a:hover {
    color: #ffffff !important;
}

.header-menu .nav-item .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--primary);
    left: 0;
    bottom: 0;
    transform: scale(0, 1);
    transform-origin: 0 100%;
    opacity: 0;
    transition: transform 0.3s ease-in-out;
}

.header-menu .nav-item .nav-link:hover {
    color: var(--primary) !important;
}

.header-menu .nav-item .nav-link:hover:before{
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 991px) {
    .header-menu .nav-item .show {
        padding-bottom: 0;
    }
}

.header-menu .call-us {
    transition: 0s all !important;
}

@media (min-width: 992px) {
    .header-menu .call-us {
        margin-right: 48px;
        margin-left: auto;
        order: 49;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-menu .call-us {
        display: none;
    }
}

.header-menu .call-us-text {
    color: var(--blue-dark);
    opacity: 0.8;
    margin-bottom: 0;
    word-break: normal;
    font-weight: 500;
}

@media (max-width: 991px) {
    .header-menu .call-us-text {
        text-align: center !important;
    }
}

.header-menu .call-us-text a {
    opacity: 1;
    text-decoration: underline;
}

.header-menu .cmn-btn {
    display: flex;
}

@media (max-width: 991px) {
    .header-menu .cmn-btn {
        justify-content: center;
        margin-top: 60px;
    }
}
@media (min-width: 992px) {
    .header-menu .cmn-btn {
        max-width: 35%;
        order: 50;
    }
}

.header-menu .cmn-btn .btn:hover:before {
    display: none;
}

.header-menu .navbar-toggler:before {
    content: '';
    position: absolute;
    right: -7px;
    top: -10px;
    width: 44px;
    height: 38px;
    background-color: var(--purple);
    border-radius: 0.25rem;
}

.header-menu .navbar-brand {
    display: -webkit-flex;
}


@media (max-width: 991px) {
    .header-menu .navbar-collapse {
        max-height: 93.5vh;
    }
    .header-menu .navbar-collapse.show {
        overflow: auto;
    }
}

@media (min-width: 992px) {

    .header-menu .collapsed .navbar-collapse {
        max-height: 93.5vh;
    }
    .header-menu .collapsed .navbar-collapse.show {
        overflow: auto;
    }
}

@media (max-width: 767px) {
    .header-menu .navbar-collapse {
        max-height: 80vh;
    }
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.dropdown {
    color: #000;
    cursor: pointer;
    height: 37px;
    line-height: 50px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    transform: perspective(1000px);
}

.dropdown-menu {
    min-width: 15rem;
    background-color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 1.5rem;
    position: absolute;
    left: 0;
    opacity: 1;
    top: 0;
    z-index: -99999;
    transition: all .5s ease;
}

.dropdown-menu a.nav-link{
    justify-content: start !important;
}

.dropdown-menu a {
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    background: #fff;
    opacity: 1;
    display: block;
    top: 100%;
    width: 100%;
}

/*====================================
    Home Slider
======================================*/

.home-section-first {
    padding-top: 15rem;
    padding-bottom: 10rem;
    background-color: rgba(247,140,75,0.1);
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .home-section-first {
        padding-bottom: 0rem;
    }
}

.home-section-first .container,
.home-section-first .container-fluid {
    position: static;
}

@media (min-width: 1400px) {
    .home-section-first .text-wrapper {
        padding-right: 48px;
    }
}

.home-section-first .label-text {
    width: 100%;
    color: var(--primary);
    margin-bottom: 20px;
}

.home-section-first .label-text span {
    padding: 8px 18px;
    background-color: #f0e4ff;
    border-radius: 15px;
    color: inherit;
}

.home-section-first .home-section-title {
    color: var(--blue-dark);
    margin-bottom: 0;
}

.home-section-first .home-section-text {
    color: #00284E;
    opacity: 0.8;
    margin-bottom: 15px;
    margin-top: 20px;
}

.home-section-first .cmn-btn {
    margin-top: 6px;
}

.home-section-first .image-wrapper {
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.home-section-first .image-wrapper img {
    max-width: 100%;
    margin-left: auto!important;
}

@media (min-width: 768px) {
    .home-section-first .image-wrapper {
        position: absolute;
        z-index: 2;
        top: 100px;
        width: 32.7%;
        padding-top: 10rem;
        right: 7%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-section-first .image-wrapper {
        width: 40%;
        right: 1%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home-section-first .image-wrapper {
        width: 40%;
        top: 0;
        right: 1%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-section-first .image-wrapper {
        width: 40%;
        top: 8%;
        right: 1%;
    }
}

@media (max-width: 767px) {
    .home-section-first .image-wrapper {
        max-width: 474px !important;
        margin: 80px auto 0;
    }
}

.home-section-first .bg-round {
    position: absolute;
    top: -55%;
    padding: 0;
    padding-top: 10rem;
}

.home-section-first .bg-round svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    margin-top: 100px;
}

@media (min-width: 768px) {
    .home-section-first .bg-round {
        width: 56%;
        right: 0;
        transform: scale(-1, 1);
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .home-section-first .bg-round {
        width: 44%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-section-first .bg-round {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .home-section-first .bg-round {
        display: none;
    }
}

.home-section-first .col-text {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .home-section-first .col-text {
        margin-right: auto;
    }
}

.home-section-first .home-section-text,
.home-section-first .cmn-btn {
    color: #000000;
}


/*===================================
    Our Services
=====================================*/

.our-services-section {
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #ffffff;
}

.our-services-section .row {
    align-items: center;
    display: flex;
}

@media (max-width: 991px) {
    .our-services-section .row {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .our-services-section .col-text {
        padding-top: 30px;
    }
}

.our-services-section .our-services-title {
    color: var(--primary);
}

.our-services-section .our-services-subtitle {
    color: var(--blue-dark);
}

.our-services-section .our-services-text {
    color: #000000;
    opacity: 0.8;
}

.our-services-section .colored-text {
    color: var(--secondary);
    line-height: inherit;
    text-decoration: underline;
    text-decoration-thickness: 4px;
}


/*========================================
    Our Services Card Section
==========================================*/

.our-services-card-section {
    padding-top: 0rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.our-services-card-section .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.our-services-card-section .card-title {
    color: var(--blue-dark);
    margin-bottom: 26px;
}

@media (max-width: 991px) {
    .our-services-card-section .card-title {
        margin-bottom: 18px;
    }
}

.our-services-card-section .card-title a {
    font-weight: 700;
}

.our-services-card-section .card-title a:hover {
    color: var(--secondary) !important;
}

.our-services-card-section .icon-box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .our-services-card-section .icon-box {
        margin-bottom: 20px;
    }
}

.our-services-card-section .icon-box i {
    font-size: 40px;
    color: var(--primary);
}

.our-services-card-section p {
    color: #00284E;
    opacity: 0.8;
    margin-bottom: 20px;
}

.our-services-card-section .icon-link-box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.our-services-card-section .icon-link-box i {
    font-size: 28px;
    color: var(--blue-dark);
    transition: all 0.3s ease-in-out;
}

.our-services-card-section .icon-link-box i:hover {
    color: var(--primary) !important;
}

.our-services-card-section .col-card {
    margin-top: 30px;
}

.our-services-card-section .card-wrapper {
    padding: 20px 10px 10px 20px;
    background-color: transparent;
    border-radius: 15px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}
.our-services-card-section .card-wrapper-2 {
    padding: 50px 5px 22px 35px;
    background-color: transparent;
    border-radius: 15px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 30px 80px rgba(90, 144, 225, 0.1);
}

@media (max-width: 991px) {
    .our-services-card-section .card-wrapper {
        padding: 15px 5px 15px 20px;
    }
}

.our-services-card-section .card-wrapper:hover {
    transform: translateY(-8px);
}

/*=============================================
    About Us Section
===============================================*/

.about-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url("../images/background1.png");
    overflow: hidden;
    position: relative;
}

.about-section .container,
.about-section .container-fluid {
    position: static;
}

.about-section .label-text {
    width: 100%;
    color: var(--primary);
    margin-bottom: 20px;
}

.about-section .about-title {
    color: var(--blue-dark);
    margin-bottom: 25px;
}

.about-section .cmn-btn {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .about-section .cmn-btn {
        margin-top: 30px;
    }
}

.about-section .cmn-btn .btn:before {
    display: none;
}

.about-section .cmn-btn .btn:hover:before {
    display: none;
}

.about-section .image-wrapper {
    max-height: 100%;
}

.about-section .image-wrapper img {
    max-width: 100%;
    margin-right: auto!important;
}

@media (min-width: 768px) {
    .about-section .image-wrapper {
        position: absolute;
        top: 14%;
        width: 37.13%;
        z-index: 2;
        left: 4%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .about-section .image-wrapper {
        width: 44%;
        top: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about-section .image-wrapper {
        width: 37.13%;
        top: 26%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about-section .image-wrapper {
        top: 26%;
        right: 1%;
    }
}

@media (max-width: 767px) {
    .about-section .image-wrapper {
        max-width: 474px !important;
        margin: 80px auto 0;
    }
}

.about-section .image-wrapper:before {
    content: '';
    position: absolute;
    width: 918px;
    height: 918px;
    top: -28%;
    z-index: -1;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 6px 73px 62px rgba(0, 38, 174, 0.02);
    box-sizing: border-box;
    left: -17%;
}

@media (max-width: 1399px) {
    .about-section .image-wrapper:before {
        width: 750px;
        height: 750px;
    }
}

@media (max-width: 1199px) {
    .about-section .image-wrapper:before {
        width: 580px;
        height: 580px;
    }
}

@media (max-width: 991px) {
    .about-section .image-wrapper:before {
        width: 455px;
        height: 455px;
    }
}

@media (max-width: 767px) {
    .about-section .image-wrapper:before {
        display: none;
    }
}

.about-section .col-text {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .about-section .col-text {
        margin-left: auto;
    }
}

.about-section .cmn-btn {
    color: #000000;
}

/*===========================================
    What We Do Section
=============================================*/

.how-we-can-help-section {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem;
    overflow: hidden;
/*
    background-color: var(--purple);
*/
}

.how-we-can-help-section .row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.how-we-can-help-section .card-title {
    color: var(--blue-dark);
    margin-top: 30px;
}

.how-we-can-help-section .card-title a {
    font-weight: 700 !important;
}

.how-we-can-help-section .card-title a:hover {
    text-decoration: underline;
}

.how-we-can-help-section .icon-box {
    display: flex;
    justify-content: flex-start;
}

.how-we-can-help-section .icon-box i {
    font-size: 45px;
    color: var(--primary);
}

.how-we-can-help-section p {
    color: #00284E;
    opacity: 0.8;
    margin-top: 16px;
}

.how-we-can-help-section .card-wrapper {
    padding: 52px 40px 45px 50px;
    height: 100%;
}

@media (max-width: 1199px) {
    .how-we-can-help-section .card-wrapper {
        padding: 40px 20px 20px;
    }
}

@media (min-width: 768px) {
    .how-we-can-help-section .card-1 {
        padding-left: 0;
        margin-right: 8px;
    }
}

/*==================================
    SEO Solutions Section
====================================*/

.telephone-surveys-section {
    background-image: url("../images/background1.png");
}

.telephone-surveys-section .row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.telephone-surveys-section .label-text {
    width: 100%;
    color: var(--primary);
    margin-bottom: 8px;
}

.telephone-surveys-section h1 {
    color: var(--blue-dark);
    margin-bottom: 8px;
}

.telephone-surveys-section p {
    color: #00284E;
    opacity: 0.8;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 0;
}

.telephone-surveys-section .cmn-btn {
    margin-top: 20px;
}

.telephone-surveys-section .cmn-btn .btn-secondary:hover,
.telephone-surveys-section .cmn-btn .btn-primary:hover {
    color: #ffffff !important;
    background-color: var(--primary) !important;
}

.telephone-surveys-section .cmn-btn .btn {
    min-height: 55px;
    padding: 10px 45px;
}

.telephone-surveys-section .cmn-btn .btn:before {
    display: none;
}

.telephone-surveys-section .cmn-btn .btn:hover:before {
    display: none;
}

@media (max-width: 767px) {
    .telephone-surveys-section .image-wrapper {
        margin-top: 40px;
    }
}

.telephone-surveys-section .image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 992px) {
    .telephone-surveys-section .image-wrapper img {
        padding-right: 5%;
    }
}

/*=========================================
    Counter Section
===========================================*/

.counter-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.counter-section .text-wrapper {
    display: flex;
    padding: 30px 0 35px;
    border-radius: 30px;
    background: var(--primary);
    box-shadow: -20px 20px 50px rgba(14, 100, 215, 0.04);
    width: 100%;
}

@media (max-width: 1199px) {
    .counter-section .text-wrapper {
        padding: 10px 0 20px;
    }
}

.counter-section .cards-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.counter-section .card {
    padding: 30px 12px 20px;
}

.counter-section .card-title {
    color: #ffffff;
    margin-bottom: 0;
}

.counter-section .card-text {
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 0;
}

/*====================================
    What our client say Section
======================================*/

.what-our-client-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--purple);
}

.what-our-client-section .col-title {
    margin-bottom: 70px;
}

.what-our-client-section h1 {
    color: #ffffff;
    margin-bottom: 0;
}

.what-our-client-section .carousel,
.what-our-client-section .carousel-inner {
    display: flex;
    align-items: center;
}

.what-our-client-section .item-wrapper {
    width: 100%;
    overflow: visible !important;
}

@media (min-width: 1400px) {
    .what-our-client-section .item-wrapper {
        padding: 0 1.5rem;
    }
}

.what-our-client-section .carousel-caption {
    bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    padding: 45px 85px 40px;
    margin-bottom: 114px;
    background: #fff;
    box-shadow: 0 35px 70px rgba(0, 42, 190, 0.04);
    border-radius: 30px;
    text-align: center;
}

@media (max-width: 1199px) {
    .what-our-client-section .carousel-caption {
        padding: 25px 15px 25px;
    }
}

.what-our-client-section .carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
    .what-our-client-section .container .carousel-control {
        margin-bottom: 0;
    }
    .what-our-client-section .content-slider-wrap {
        width: 100% !important;
    }
}

.what-our-client-section .container .carousel-indicators {
    margin-bottom: 3px;
}

.what-our-client-section .carousel-control {
    display: none !important;
}

.what-our-client-section .carousel-indicators {
    position: absolute;
    z-index: 11;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

.what-our-client-section .carousel-indicators li {
    max-width: 10px;
    height: 10px;
    width: 10px;
    max-height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    opacity: 0.2;
    transition: all 0.3s;
}

.what-our-client-section .carousel-indicators li.active,
.what-our-client-section .carousel-indicators li:hover {
    opacity: 1;
}

.what-our-client-section .carousel-indicators li::after,
.what-our-client-section .carousel-indicators li::before {
    content: none;
}

.what-our-client-section .carousel-indicators.ie-fix {
    left: 50%;
    display: block;
    width: 60%;
    margin-left: -30%;
    text-align: center;
}

.what-our-client-section .icon-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.what-our-client-section .icon-box i {
    font-size: 75px;
    color: var(--blue-dark);
}

.what-our-client-section h5 {
    color: var(--blue-dark);
    opacity: 0.8;
    margin: 25px 0 38px;
}

.what-our-client-section p {
    color: var(--blue-dark);
    margin-bottom: 0;
}

.what-our-client-section .carousel-inner {
    overflow: visible !important;
}
.what-our-client-section .carousel-inner .item-menu-overlay {
    display: none !important;
    transition: 0s !important;
}

/*========================================
    Why Choose us Section
==========================================*/

.quantitative-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

.quantitative-section .container,
.quantitative-section .container-fluid {
    position: static;
}

.quantitative-section .label-text {
    width: 100%;
    color: var(--primary);
    margin-bottom: 20px;
}

.quantitative-section h1 {
    color: var(--blue-dark);
    margin-bottom: 15px;
}

.quantitative-section .cards-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.quantitative-section .card {
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding: 25px 25px 25px 95px;
    background: #ffffff;
    box-shadow: -20px 20px 50px rgba(0, 40, 99, 0.05);
    border-radius: 10px;
}

.quantitative-section .card:hover .card-number {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #ffffff;
}

.quantitative-section .card-number {
    width: 45px;
    height: 45px;
    border: 1px solid #CECECE;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    font-size: 18px;
    color: var(--primary);
    position: absolute;
    top: 27px;
    left: 25px;
    transition: all 0.3s ease-in-out;
}

.quantitative-section .card-title {
    color: var(--blue-dark);
    margin-bottom: 8px;
}

.quantitative-section .card-text {
    color: #000000;
    opacity: 0.8;
}

.quantitative-section .cmn-btn {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .quantitative-section .cmn-btn {
        margin-top: 30px;
    }
}

.quantitative-section .cmn-btn .btn:before {
    display: none;
}

.quantitative-section .cmn-btn .btn:hover:before {
    display: none;
}

.quantitative-section .image-wrapper {
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.quantitative-section .image-wrapper img {
    max-width: 100%;
    margin-left: auto!important;
}

@media (min-width: 768px) {
  .quantitative-section .image-wrapper {
        position: absolute;
        z-index: 2;
        top: 24%;
        width: 38.65%;
        right: 6%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .quantitative-section .image-wrapper {
        top: 37%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .quantitative-section .image-wrapper {
        top: 31%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quantitative-section .image-wrapper {
        top: 42%;
        right: 1%;
    }
}

@media (max-width: 767px) {
    .quantitative-section .image-wrapper {
        max-width: 474px !important;
        margin: 80px auto 0;
    }
}

.quantitative-section .bg-round {
    position: absolute;
    top: -14%;
    padding: 0;
}

.quantitative-section .bg-round svg {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 768px) {
    .quantitative-section .bg-round {
        width: 56%;
        right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .quantitative-section .bg-round {
        width: 56%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quantitative-section .bg-round {
        width: 68%;
    }
}

@media (max-width: 767px) {
    .quantitative-section .bg-round {
        top: auto;
        bottom: -10%;
    }

    .quantitative-section .bg-round svg {
        height: 100%;
    }
}

.quantitative-section .col-text {
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .quantitative-section .col-text {
        margin-right: auto;
    }
}

/*============================================
    Footer Section
==============================================*/

.footer-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--purple);
}

.footer-section .footer-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer-section .footer-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer-section .btn-outline-primary{
    color: #fff;
    border-color: #fff !important;
}

.text-blue-dark{
    color: var(--blue-dark);
}

.footer-section .btn:hover {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.btn-square{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.btn-square {
    width: 50px;
    height: 50px;
}
.footer-section .footer-link:hover {
  color: var(--primary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer-section-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    overflow: hidden;
}
.footer-section-bottom a{
    color: #2979ff;
}
.footer-newsletter {
  padding: 50px 0;
  background: rgba(247,140,75,0.1);
  text-align: center;
  font-size: 15px;
}

/*=====================================
    Inner Page
=======================================*/

.page-title {
    padding: 130px 0 50px;
    background-color:rgba(247,140,75,0.1);
}

@media (max-width: 768px) {
    .page-title {
        text-align: center;
    }
    ol.breadcrumb{
        text-align: left;
        display: inline-block;
    }
}
.page-title .container {
    margin-top: 110px;
}
.page-title h1 {
    color: var(--primary);
}
.page-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 20%;
    background-image: url(../images/graphic.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 9;
    height: 70vh;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb li, .breadcrumb a {
    color: var(--blue-dark);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin: 0 10px;
}

.breadcrumb li{
    color: var(--primary);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin: 0 10px;
}

.breadcrumb {
    list-style: none;
}

.breadcrumb a {
    position: relative;
}

.breadcrumb a::before {
    position: absolute;
    content: "/";
    right: -17px;
    height: 12px;
}


/*===============================
    Blockquote Section
=================================*/

.blockquote-section .display-5 {
    font-size: 34px;
}

.blockquote-content {
    background: url(../images/parallax-bg.png) center center no-repeat;
    background-size: auto, auto;
    background-size: cover;
}

.news-letter-section .container-fluid{
    background-color: #fafbfd;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

#back-to-top .btn {
    padding: 8px 15px;
}
#back-to-top .btn-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

#particles-js {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}






/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-wrap {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.clients .client-logo {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff;
    height: 120px;
}

.clients .client-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
}

.clients .client-logo:hover img {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.2);
}

.clients img {
    transition: all 0.4s ease-in-out;
}


.how-we-can-help-section span::before {
    content: '';
    display: block;
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 70%;
    transform: skew(0deg, 10deg);
    z-index: -1;
    background: var(--blue-dark);
}
.how-we-can-help-section .background-clip::before {
    content: '';
    display: block;
    position: absolute;
    top: 430px;
    left: 0;
    background: var(--purple);
    width: 100%;
    height: 90%;
    transform: skew(0deg, 10deg);
}


