/*============
Template Name: Nexigen  Business Consulting HTML5 Template
Author: https://themeforest.net/user/tezcoweb
Version: 1.0
============*/

/* Table of contents */
/*====================
01.Header Top CSS
02.Header Menu CSS
03.Hero CSS
04.Featured Company CSS
05.About Market CSS
06.About US CSS
07.Latest Project CSS
08.How We Work CSS
09.Our Services CSS
10.Our FAQ CSS
11.Coustomer Feedback CSS
12.Get In Touch CSS
13.Blog Single CSS
14.Footer CSS
15.Home V2 CSS
16.Our Testimonial V2 CSS
17.Frequenty Asked Question V2 CSS
18.Contact V2 CSS
19.Contact Us V2 CSS
20.Home V3 CSS
21.Services Page CSS
22.About US Page CSS
23.Our Team Page CSS
24.Team Single Page CSS
25.Faq Page CSS
26.Error Page CSS
27.Project Page CSS
28.Project Details Page CSS
29.Blog Page CSS
30.Contact Page CSS
31.Base CSS
32.Loading Window CSS
33.Search Form CSS
====================*/

/* ==========
    Base CSS
============ */
* {
    margin: 0;
    padding: 0;
    list-style: none;
}

html, body {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
}
img {
    max-width: 100%;
}
@-webkit-keyframes dance {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}
@keyframes dance {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}
@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.bounce-animate {
    -webkit-animation-name: float-bob;
            animation-name: float-bob;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px); }
    100% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px); } 
}
.heading-common h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #D37302;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.heading-common h2 {
    font-size: 48px;
    color: #0D083A;
    font-weight: 600;
    line-height: 57.6px;
    margin-bottom: 60px;
    text-align: center;
}
.heading-common.heading-common-left h4, .heading-common.heading-common-left h2 {
    text-align: left;
}
/* =====================
    Loading Window CSS
======================= */
.nexigen-loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #100D2C;
    z-index: 999;
}

.nexigen-loading .lds-ripple {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
  }
  @-webkit-keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    4.9% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 0;
    }
    5% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
/* ===================
    Search Form CSS
===================== */
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
         -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    left: auto;
    width: auto;
    height: auto;
    margin: 0px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    outline: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: #D37302;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    height: 70px;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 25px;
    padding-right: 65px;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: capitalize;
}

.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 26px;
    padding: 0;
    color: #D37302;
    -webkit-transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    color: #000;
}

.search-active .search-popup form {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
         -o-transition-delay: 1200ms;
            transition-delay: 1200ms;
}

.search-active .search-popup {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}

/* ===================
    Header Top CSS
===================== */
.header-top {
    background-color: #131415;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-top-left, .header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.header-top-left h4, .header-top-right a, .header-top.header-top-v2 .header-top-left a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 19px;
    position: relative;
    z-index: 1;
}

.header-top-left h4 span, .header-top-right a span {
    position: absolute;
    left: 0;
    top: 0;
}

.header-top-left h4:last-child, .header-top.header-top-v2 .header-top-left a {
    margin-left: 60px;
}

.header-top-left::after, .header-top-right::after {
    position: absolute;
    content: '';
    left: 39%;
    top: 50%;
    width: 0.5px;
    height: 37px;
    -webkit-transform: translateY(-50%) rotate(-20deg);
        -ms-transform: translateY(-50%) rotate(-20deg);
            transform: translateY(-50%) rotate(-20deg);
    background-color: #FFFFFF;
}

.header-top-right ul {
    margin: 0;
    padding: 0;
    padding-left: 30px;
    list-style: none;
}

.header-top-right ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-top-right ul li a {
    width: 14px;
    height: 14px;
    background-color: #4D4C50;
    display: inline-block;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    padding: initial;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-top-right ul li a:hover {
    background-color: #13bb65;
}

.header-top-right ul li:first-child {
    margin-left: 0;
}

.header-top-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header-top-right a, .header-top.header-top-v2 .header-top-left a {
    text-decoration: none;
    padding-right: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.header-top-right a:hover, .header-top.header-top-v2 .header-top-left a:hover {
    color: #13bb65;
}
.header-top-right::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    left: auto;
    right: 15.9%;
    top: -1px;
    height: 26px;
}

.header-top.header-top-on-menu {
    display: none;
}

/* ===================
    Header Menu CSS
===================== */
header {
    background-color: #100D2C;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
    z-index: 99;
}
.header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu ul li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.header-menu ul li a {
    text-decoration: none;
    color: #A6A6A8;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu ul li:first-child {
    margin-left: 0;
}

.header-menu ul li a:hover, .header-menu ul li.active a {
    color: #D37302;
}

.header-menu ul li a::before {
    position: absolute;
    content: '';
    left: -5px;
    bottom: -3px;
    width: 8px;
    height: 2px;
    background-color: #D37302;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-menu ul li a:hover::before, .header-menu ul li.active a::before {
    opacity: 1;
    visibility: visible;
    left: 0px;
}

.header-menu ul li .submenu {
    position: absolute;
    text-align: left;
    left: 0;
    top: 75px;
    min-width: 200px;
    background-color: #EFECFF;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.header-menu ul li .submenu li {
    display: block;
    margin: 0;
}

.header-menu ul li .submenu li a {
    padding: 5px 20px;
    display: inline-block;
    color: #131415;
}

.header-menu ul li .submenu li a::before {
    display: none;
}

.header-menu ul li .submenu li a:hover {
    color: #6140FF;
}

.header-menu ul li:hover .submenu {
    top: 35px;
    opacity: 1;
    visibility: visible;
}

.header-right {
    text-align: right;
}

.btn-primary {
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    background-color: #D37302;
    display: inline-block;
    padding: 20px 28px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover::before, .btn-secondary:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.btn-primary::before, .btn-secondary::before, .form-faq form button[type="submit"]::before, .btn-primary.btn-comment::before, .btn-primary.btn-contact::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #6140FF;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.btn-search {
    margin-right: 22px;
}

.appointment-mobile, .close-btn, .hamburger-menu {
    display: none;
}

/* ===================
    Hero CSS
===================== */
.hero {
    background-color: #100D2C;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.hero-animation .anim-hero-01, .hero-animation .anim-hero-02 {
    position: absolute;
    right: 50%;
}

.hero-animation .anim-hero-01 {
    top: 31%;
    right: 42%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.hero-animation .anim-hero-02 {
    bottom: 28%;
    right: 43%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}
.hero-left {
    padding-top: 38px;
}
.hero-left h4 {
    background-color: #3C345F;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    margin-bottom: 15px;
}

.hero-left h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    color: #EFECFF;
    display: inline-block;
    margin-bottom: 15px;
    word-break: break-word;
}

.hero-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    margin-bottom: 48px;
    padding-right: 70px;
}

.btn-secondary {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
    background-color: #6140FF;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 16px 36px;
    border-radius: 8px;
    border: none;
    display: inline-block;
}
.btn-secondary:hover::before {
    background-color: #D37302;
    border-radius: 8px;
}
.btn-video {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    color: #A6A6A8;
    position: relative;
    z-index: 1;
    padding-left: 53px;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-video span, .team-img span {
    height: 39px;
    width: 39px;
    background-color: #D37302;
    display: inline-block;
    text-align: center;
    line-height: 41px;
    font-size: 30px;
    border-radius: 50%;
    color: #100D2C;
    margin-top: 0px;
    position: absolute;
    left: 0;
    top: -50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-video span i, .team-img span i {
    margin-left: 4px;
}

.btn-video:hover {
    color: #fff;
}

.btn-video span:hover {
    background-color: #fff;
}

.hero-right {
    text-align: right;
}

/* =======================
    Featured Company CSS
======================= */
.company-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.company {
    background-color: #100D2C;
    padding-top: 50px;
    padding-bottom: 50px;
}

.company-prev img {
    cursor: pointer;
}


/* =======================
    About Market CSS
======================= */

.about-market {
    background-color: #FEF5E4;
    padding-top: 85px;
    padding-bottom: 60px;
}

.single-market-desc {
    margin-bottom: 25px;
    background-color: #FBF1E6;
    padding: 46px 30px;
    position: relative;
    z-index: 1;
}

.single-market-desc span {
    background-color: #D37302;
    border-radius: 8px;
    height: 56px;
    width: 56px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 26px;
}

.single-market-desc h4 {
    color: #0D083A;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    margin-bottom: 13px;
}

.single-market-desc p {
    color: #7A798B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.single-market-desc a {
    color: #D37302;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-market-desc a:hover {
    color: #6140FF;
}

.single-market-desc::before, .single-market-desc.active::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-market-desc:hover::before, .single-market-desc.active::before {
    left: 0;
    width: 100%;
}

/* =======================
    About US CSS
======================= */

.about-us {
    padding-top: 105px;
    padding-bottom: 105px;
}

.about-img-left img, .about-img-right img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.years-exp {
    background-color: #D37302;
    display: inline-block;
    padding: 47px 37px;
    border-radius: 4px;
    position: absolute;
    left: 58%;
    bottom: -3%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.years-exp h2 {
    font-size: 58px;
    color: #fff;
    font-weight: 700;
    line-height: 69.6px;
}
.years-exp h2 sup {
    margin-left: -12px;
    top: -18px;
}
.years-exp p {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    color: #fff;
    margin-bottom: 0;
}

.about-left {
    position: relative;
    z-index: 1;
}
.about-img-right img {
    height: 545px;
}
.about-right {
    padding-left: 60px;
}
.about-right h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #D37302;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-right h2 {
    font-size: 48px;
    color: #0D083A;
    font-weight: 600;
    line-height: 57.6px;
    margin-bottom: 17px;
}

.about-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 32px;
    padding-right: 40px;
}

.about-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-right ul li {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0D083A;
    position: relative;
    z-index: 1;
    padding-left: 30px;
}

.about-right ul li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
}

.about-right ul li:last-child {
    margin-bottom: 0;
}

.about-expert {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 16px;
    width: 330px;
    padding: 20px;
}

.about-expert-anim {
    position: relative;
    z-index: 1;
}

.about-expert-anim img {
    position: absolute;
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-expert-anim img:nth-child(2) {
    margin-left: 31px;
}

.about-expert-anim img:nth-child(3) {
    margin-left: 63px;
}
.about-expert-counts {
    padding-left: 9px;
}
.about-expert-counts h3 {
    color: #0D083A;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0px;
}

.about-expert-counts p, .about-expert-counts.about-expert-contact p {
    color: #7A798B;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    margin-bottom: 0;
    padding-right: 0;
}

/* =======================
    Latest Project CSS
======================= */

.single-project img {
    width: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 294px;
}

.single-project .project-title span img {
    width: 36px;
    height: 36px;
}

.single-project {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
}

.single-project .project-title {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: auto;
    padding: 24px 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}

.single-project .project-title a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    margin-bottom: 24px;
    font-size: 40px;
    color: #D37302;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
}
.single-project .project-title a:hover {
    color: #EFECFF;
}
.single-project .project-title h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #EFECFF;
    margin-bottom: 6px;
}

.single-project .project-title h3:last-child {
    margin-bottom: 0;
}

.single-project::before {
    position: absolute;
    content: '';
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #100D2C;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.single-project:hover::before {
    top: 0;
    opacity: 0.7;
    visibility: visible;
}

.single-project:hover .project-title {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* =======================
    How We Work CSS
======================= */
.how-its-work-anim .anim-work-01, .how-its-work-anim .anim-work-02, .how-its-work-anim .anim-work-03 {
    position: absolute;
}

.how-its-work-anim .anim-work-01 {
    left: 25%;
    top: 30%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.how-its-work-anim .anim-work-02 {
    left: 32%;
    top: 39%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}
.how-its-work-anim .anim-work-03 {
    right: 24%;
    top: 26%;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.how-we-work {
    padding-top: 105px;
    position: relative;
    z-index: 1;
}

.how-we-work-bg {
    background-color: #FEF5E4;
    padding-top: 85px;
    padding-bottom: 85px;
    margin-top: 68px;
}

.gater-info-bx {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    padding: 32px 48px;
    padding-left: 135px;
    width: 456px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.gater-info-bx.gater-info-bx-top {
    margin: 0 auto;
    margin-top: -155px;
    margin-bottom: 48px;
}
.gater-info-bx.gater-info-bx-left {
    margin: 0 0 0 auto;
    margin-right: 12px;
}

.gater-info-bx.gater-info-bx-right {
    margin-left: 12px;
}
.gater-info-left {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #EFECFF;
    padding: 16px 14px;
}

.gater-info-left h3 {
    color: #D37302;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    display: inline-block;
    margin-bottom: 0;
}

.gater-info-right h3 {
    color: #0D083A;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 600;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gater-info-right p {
    color: #7A798B;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.gater-info-bx::before, .single-service-v2::before, .single-expert::before, .service-box-v3::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #6140FF;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 4px;
}

.gater-info-bx:hover::before, .single-service-v2:hover::before, .single-expert:hover::before, .service-box-v3:hover::after {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
}

.gater-info-bx:hover .gater-info-right h3, .gater-info-bx:hover .gater-info-right p, .single-service-v2:hover h3, .single-service-v2:hover p {
    color: #fff;
}

/* =======================
    Our Services CSS
======================= */
.our-services {
    padding-top: 105px;
    padding-bottom: 70px;
}

.single-service-desc {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    padding: 18px 24px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    z-index: 4;
    position: relative;
}

.single-service-box img {
    width: 100%;
}
.single-service-top {
    position: relative;
    z-index: 1;
}

.single-service-top::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #100D2C;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-service-box:hover .single-service-top::after {
    opacity: 0.7;
    visibility: visible;
    left: 0;
    width: 100%;
}
.single-service-desc h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    color: #7A798B;
    margin-bottom: 6px;
}

.single-service-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A798B;
    margin-bottom: 20px;
}

.single-service-desc a {
    display: inline-block;
    text-decoration: underline;
    color: #6140FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-service-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-service-box:hover .single-service-desc a {
    color: #D37302;
}

/* =======================
    Our FAQ CSS
======================= */
.our-faq {
    background-color: #100D2C;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow-x: hidden;
}
.our-faq .heading-common.heading-common-left h2 {
    color: #F4F4F4;
    margin-bottom: 35px;
}
.faq-left .accordion-item .accordion-button {
    outline: none;
    background-color: #FBF1E6;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #0D083A;
    padding: 20px 25px;
    padding-right: 60px;
}

.faq-left .accordion-item {
    margin-bottom: 15px;
    border-radius: 4px;
    border: none;
}

.faq-left .accordion-item .accordion-header {
    border-bottom: none;
    border-radius: 0;
}

.faq-left .accordion-item .accordion-body {
    border: none;
    background-color: #fff;
    padding-right: 120px;
}
.faq-left .accordion-item .accordion-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A798B;
    margin-bottom: 0;
}
.faq-left .accordion-item:last-of-type .accordion-collapse, .faq-left .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.faq-left .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon-svg/minus.svg);
    background-size: 13px 20px;
    background-position: center center;
}

.faq-left .accordion-item .accordion-header .accordion-button::after {
    background-image: url(../images/icon-svg/plus.svg);
    background-size: 20px 13px;
    background-position: center center;
}
.faq-right {
    position: relative;
    left: 96px;
}

/* =======================
    Coustomer Feedback CSS
======================= */
.customer-feedback {
    padding-top: 110px;
    padding-bottom: 110px;
}

.customer-heading h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #212024;
    margin-bottom: 35px;
}

.customer-slider .single-custome-slide p {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    color: #4D4C50;
    text-align: center;
    margin-bottom: 42px;
}

.customer-slider .single-custome-slide .info-custom-des h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #212024;
    text-align: left;
    margin-bottom: 8px;
}

.customer-slider .single-custome-slide .info-custom-des h4 {
    text-align: left;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px;
    color: #4D4C50;
    margin-bottom: 0;
}

.info-customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.info-custom-des {
    padding-left: 25px;
}

.info-customer .info-customer-img img {
    width: 73px;
    height: 72px;
    -o-object-fit: cover;
       object-fit: cover;
}

.customer-slider .owl-nav div {
    position: absolute;
    left: -155px;
    top: 32%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #6140FF;
    background-color: transparent;
    font-size: 30px;
    border: 1px solid #6140FF;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.customer-slider .owl-nav div.owl-next {
    left: auto;
    right: -155px;
}

.customer-slider .owl-nav div:hover {
    background-color: #6140FF;
    color: #fff;
    border: 1px solid #6140FF;
}
/* =======================
    Get In Touch CSS
======================= */
.background-contact {
    background-image: url(../images/home/get-in-touch-bg.png);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 85px;
}

.get-contact-left form input[type="text"], .get-contact-left form input[type="email"], .get-contact-left form textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #D3D2D3;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7A798B;
    padding: 17px 25px;
    margin-bottom: 20px;
}

.get-contact-left form input[type="text"]::-webkit-input-placeholder, .get-contact-left form input[type="email"]::-webkit-input-placeholder, .get-contact-left form textarea::-webkit-input-placeholder {
    color: #7A798B;
    font-size: 16px;
}

.get-contact-left form input[type="text"]::-moz-placeholder, .get-contact-left form input[type="email"]::-moz-placeholder, .get-contact-left form textarea::-moz-placeholder {
    color: #7A798B;
    font-size: 16px;
}

.get-contact-left form input[type="text"]:-ms-input-placeholder, .get-contact-left form input[type="email"]:-ms-input-placeholder, .get-contact-left form textarea:-ms-input-placeholder {
    color: #7A798B;
    font-size: 16px;
}

.get-contact-left form input[type="text"]::-ms-input-placeholder, .get-contact-left form input[type="email"]::-ms-input-placeholder, .get-contact-left form textarea::-ms-input-placeholder {
    color: #7A798B;
    font-size: 16px;
}

.get-contact-left form input[type="text"]::placeholder, .get-contact-left form input[type="email"]::placeholder, .get-contact-left form textarea::placeholder {
    color: #7A798B;
    font-size: 16px;
}

.get-contact-left form textarea {
    resize: none;
    height: 165px;
    margin-bottom: 18px;
}

.get-contact-left {
    background-color: #fff;
    -webkit-box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
            box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
    padding: 45px 40px;
    border-radius: 20px;
}

.get-contact-left form label {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7A798B;
    margin-bottom: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.get-contact-left form label a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
    color: #6140FF;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-left: 5px;
}
.get-contact-left form label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #D3D2D3;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 14px;
}
.get-contact-left form label a:hover {
    color: #D37302;
}

.btn-secondary.btn-get-touch {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    padding: 16px 28px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
            box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
}

.btn-secondary.btn-get-touch:hover::before {
    border-radius: 4px;
}

.get-contact-right h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #EFECFF;
    margin-bottom: 25px;
    word-break: break-word;
}
.get-contact-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #EFECFF;
    margin-bottom: 0;
}
.get-contact-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 125px;
}
/* =======================
    Blog Single CSS
======================= */
.blogs {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.blog-card-desc .blog-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
}

.blog-card-desc {
    margin-top: 15px;
    padding-right: 100px;
}

.blog-category h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7A797C;
    margin-bottom: 0;
}

.blog-category {
    background-color: #EFECFF;
    padding: 6px 16px;
    border-radius: 2px;
}

.blog-publish-time h5, .blog-comment h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #4D4C50;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.blog-publish-time {
    margin-left: 25px;
}

.blog-publish-time h5 span, .blog-comment h5 span {
    margin-right: 5px;
}

.blog-card-desc h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    color: #0D083A;
    margin-bottom: 10px;
}

.blog-card-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 21px;
}

.blog-card-desc a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    color: #212024;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    z-index: 1;
}
.blog-card-desc a span {
    position: absolute;
    right: -35px;
}

.blog-img img {
    width: 100%;
}

.single-blog-info:hover .blog-card-desc a {
    color: #6140FF;
}

.blog-img {
    position: relative;
    z-index: 1;
}

.blog-img::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #100D2C;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.single-blog-info:hover .blog-img::after {
    opacity: 0.7;
    visibility: visible;
    left: 0;
    width: 100%;
}

.blog-bottom-slide .owl-stage-outer, .blog-bottom-slide-v3 .owl-stage-outer {
    overflow: visible;
}

.blog-bottom-slide .owl-stage-outer .owl-item, .blog-bottom-slide-v3 .owl-stage-outer .owl-item {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.blog-bottom-slide {
    position: relative;
    z-index: 1;
}

.blog-bottom-slide::after {
    position: absolute;
    content: '';
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* =======================
    Footer CSS
======================= */

.footer-main {
    background-color: #100D2C;
    padding-top: 70px;
}

.footer-newsletter h3, .footer-follow h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-newsletter form input[type="email"], .connected-v3-rs form input[type="email"] {
    width: 100%;
    height: 76px;
    background-color: #EFECFF;
    color: #a6a6a8;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    border-radius: 4px;
    padding: 18px 27px;
    padding-right: 80px;
}

.footer-newsletter form input[type="email"]::-webkit-input-placeholder, .connected-v3-rs form input[type="email"]::-webkit-input-placeholder {
    color: #a6a6a8;
}

.footer-newsletter form input[type="email"]::-moz-placeholder, .connected-v3-rs form input[type="email"]::-moz-placeholder {
    color: #a6a6a8;
}

.footer-newsletter form input[type="email"]:-ms-input-placeholder, .connected-v3-rs form input[type="email"]:-ms-input-placeholder {
    color: #a6a6a8;
}

.footer-newsletter form input[type="email"]::-ms-input-placeholder, .connected-v3-rs form input[type="email"]::-ms-input-placeholder {
    color: #a6a6a8;
}

.footer-newsletter form input[type="email"]::placeholder, .connected-v3-rs form input[type="email"]::placeholder {
    color: #a6a6a8;
}

.footer-newsletter form, .connected-v3-rs form {
    position: relative;
    z-index: 1;
}

.footer-newsletter form button, .connected-v3-rs form button {
    position: absolute;
    right: 0;
    border: none;
    background-color: #6140FF;
    display: inline-block;
    height: 76px;
    width: 76px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-newsletter form button:hover, .connected-v3-rs form button:hover {
    background-color: #D37302;
}

.footer-follow {
    text-align: center;
}
.footer-follow h3 {
    font-weight: 600;
}
.footer-follow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-follow ul li {
    display: inline-block;
    margin-left: 5px;
}

.footer-follow ul li a {
    height: 24px;
    width: 24px;
    background-color: #d9d9d9;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-follow ul li a span img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
       object-fit: contain;
}

.footer-follow ul li a:hover {
    background-color: #fff;
}

.footer-wrap {
    margin-top: 42.5px;
    padding-top: 42.5px;
    padding-bottom: 40px;
    border-top: 0.5px solid #4d4c5073;
}

.footer-left .footer-logo {
    margin-bottom: 25px;
}

.footer-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.footer-contact ul li {
    display: block;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

.footer-contact ul li a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-contact {
    border-top: 1px solid #D3D2D3;
}

.footer-contact ul li a:hover {
    color: #6140FF;
}

.footer-contact ul li a span {
    position: absolute;
    left: 0;
    top: 1px;
}

.footer-page-link h3, .footer-right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px;
}

.footer-page-link ul, .copyright-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-page-link ul li {
    display: block;
    margin-bottom: 10px;
}

.footer-page-link ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-page-link ul li:last-child {
    margin-bottom: 0;
}

.footer-page-link ul li a:hover {
    color: #6140FF;
}
.footer-project-img img {
    height: 92px;
    width: 92px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}
.footer-right {
    padding-left: 104px;
}
.footer-project-img {
    margin-bottom: 20px;
    margin-right: 6px;
    display: block;
}
.footer-v1-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.footer-v1-images div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    text-align: right;
}

.footer-v1-images div:last-child .footer-project-img {
    margin-right: 0;
}
.footer-copyright {
    border-top: 1px solid #A6A6A8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright-left p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    color: #EFECFF;
    margin-bottom: 0;
}

.copyright-right ul li {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #7A797C;
}

.copyright-right {
    text-align: right;
}

.copyright-right ul li a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.52px;
    color: #EFECFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copyright-right ul li a:hover {
    color: #6140FF;
}

.copyright-right ul li:first-child, .footer-copyright-v2 .copyright-right ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border: none;
}

/* =======================
    Home V2 CSS
======================= */
.hero-v2-bg, .services-v2-bg {
    background-color: #100D2C;
}
.header-top.header-top-v2 .header-top-left a {
    padding-left: 0;
}

.header-top.header-top-v2 .header-top-left::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
        -ms-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    left: 38.6%;
    width: 0.5px;
}

.btn-primary.btn-primary-v2 {
    border-radius: 36px;
}

.btn-primary.btn-primary-v2::before {
    border-radius: 36px;
}

.header-v2 {
    background-color: #FEF5E4;
}

.hero-v2 {
    background-color: #FEF5E4;
    padding-top: 87px;
    padding-bottom: 100px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: relative;
    z-index: 1;
}

.hero-v2-inner {
    text-align: center;
}

.hero-v2-inner h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    color: #0D083A;
    margin-bottom: 35px;
}

.hero-v2-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 47px;
}

.btn-secondary.btn-secondary-v2 {
    padding: 20px 48.3px;
    border-radius: 30px;
}

.btn-secondary.btn-secondary-v2::before {
    border-radius: 30px;
}

.hero-v2-play {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.hero-v2-play::before {
    position: absolute;
    content: '\F4F4';
    font-family: 'bootstrap-icons';
    left: 0;
    top: 12px;
    width: 100%;
    height: 64px;
    background-color: #100D2C99;
    color: #D37302;
    line-height: 63px;
    border-radius: 84px;
    font-size: 30px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hero-v2-play:hover::before {
    color: #fff;
}
.hero-v2-play img {
    height: 64px;
    width: 159px;
    border-radius: 84px;
    -o-object-fit: cover;
       object-fit: cover;
}

.hero-provide-ser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
}

.hero-provide-ser h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: #0D083A;
}

.hero-provide-ser h4:nth-child(2) {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
}

.hero-provide-ser h4:nth-child(2)::before, .hero-provide-ser h4:nth-child(2)::after {
    position: absolute;
    content: '';
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #FCB009;
    border-radius: 50%;
}

.hero-provide-ser h4:nth-child(2)::after {
    left: auto;
    right: 20px;
}

.herov2-animation .anim-hero-v2-01, .herov2-animation .anim-hero-v2-02, .herov2-animation .anim-hero-v2-03 {
    position: absolute;
    z-index: -1;
}

.herov2-animation .anim-hero-v2-01 {
    left: 16%;
    top: 10%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.herov2-animation .anim-hero-v2-02 {
    bottom: 5%;
    left: 20%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.herov2-animation .anim-hero-v2-03 {
    right: 18%;
    bottom: 25%;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.company.company-v2 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.our-services-v2 {
    background-color: #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    padding-top: 85px;
}

.single-service-v2 {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 8px;
    padding: 50px 65px;
    padding-top: 75px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    text-align: center;
    position: relative;
    z-index: 1;
}

.services-v2-icon {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.single-service-v2::after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/service-shape.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 160px;
    z-index: -1;
}
.single-service-v2::before {
    border-radius: 8px;
}
.single-service-v2 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #4D4C50;
    margin-bottom: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service-v2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A798B;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service-v2:hover .services-v2-icon img:first-child {
    display: none;
}

.single-service-v2 .services-v2-icon img:last-child {
    display: none;
}

.single-service-v2:hover .services-v2-icon img:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.services-v2-icon img {
    height: 64px;
    width: 64px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about-us-v2 {
    padding-top: 70px;
}

.about-us-v2-left {
    position: relative;
    padding-top: 30px;
    z-index: 1;
}

.years-exp.years-exp-v2 {
    left: 40%;
    bottom: 0%;
    border-radius: 12px;
    padding: 24px 34px;
}
.rounde-bubble {
    position: absolute;
    right: 5%;
    top: 12%;
    z-index: -1;
    -webkit-animation: rotation 12s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

.latest-project.latest-project-v2 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.single-project-v2 img {
    width: 100%;
    height: 294px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 8px;
}

.single-project-v2 {
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-project-v2:hover .project-title-v2 {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.project-title-v2 {
    background-color: #6140FF;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 4px;
    width: 262px;
    padding: 37px 30px;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.project-title-v2:hover {
    background-color: #D37302;
}
.project-title-v2 span {
    color: #fff;
    font-size: 38px;
    margin-bottom: 8px;
    display: inline-block;
}

.project-title-v2 h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #EFECFF;
    margin-bottom: 0;
}

.single-project-v2:hover .project-title-v2 h3 {
    color: #fff;
}

/* =======================
    Meet Our Experts CSS
======================== */
.our-experts {
    background-color: #FEF5E4;
    padding-top: 100px;
    padding-bottom: 75px;
}

.single-expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    padding: 25px 25px;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-expert-img img {-o-object-fit: cover;object-fit: cover;}

.single-expert-detail h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #0D083A;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-expert-detail h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #7A798B;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-expert-detail p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #4D4C50;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-expert-detail ul {
    margin: 0;
    margin-top: 25px;
    padding: 0;
    list-style: none;
}

.single-expert-detail ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-expert-detail ul li a {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-color: #4D4C50;
    text-align: center;
    line-height: 11px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-expert-detail ul li:last-child {
    margin-right: 0;
}

.single-expert-img {-ms-flex-preferred-size: 37%;flex-basis: 37%;}

.single-expert-detail {-ms-flex-preferred-size: 64%;flex-basis: 64%;padding-left: 25px;}

.single-expert:hover .single-expert-detail h4, .single-expert:hover .single-expert-detail h5, .single-expert:hover .single-expert-detail p {
    color: #fff;
}
.single-expert:hover .single-expert-detail ul li a {
    background-color: #D37302;
}

/* =========================
    Our Testimonial V2 CSS
=========================== */
.our-testimonial-v2 {
    background-color: #100D2C;
    padding-top: 100px;
    padding-bottom: 162px;
    overflow-x: hidden;
}
.heading-common.heading-testimonial {
    position: relative;
    z-index: 2;
    background-color: #100D2C;
    padding-bottom: 60px;
}
.heading-common.heading-testimonial h4, .heading-common.heading-testimonial h2 {
    text-align: left;
}

.heading-common.heading-testimonial h2 {
    color: #EFECFF;
    margin-bottom: 15px;
}

.heading-common.heading-testimonial p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.single-v2-testimonial p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
}

.info-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.testimonial-custom-des h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #EFECFF;
    margin-bottom: 8px;
}

.testimonial-custom-des h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #D3D2D3;
    margin-bottom: 0;
}

.testimonial-custom-des {
    padding-left: 15px;
}

.testimonial-slider-v2 {
    padding-top: 72px;
}

.single-v2-testimonial {
    position: relative;
    z-index: 1;
}

.single-v2-testimonial::before {
    position: absolute;
    content: '';
    left: -20px;
    top: -28px;
    width: 100%;
    height: 100%;
    background-image: url(../images/icon-svg/quote.svg);
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-slider-v2 .owl-stage-outer, .feedback-v3-slide .owl-stage-outer {
    overflow: visible;
}

.testimonial-slider-v2 .owl-stage-outer .owl-item, .feedback-v3-slide .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.testimonial-slider-v2 .owl-stage-outer .owl-item.active, .feedback-v3-slide .owl-stage-outer .owl-item.active {
    opacity: 1;
}

.testimonial-slider-v2 .owl-nav div, .feedback-v3-slide .owl-nav div {
    position: absolute;
    left: 0;
    margin-left: 30px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    bottom: -90px;
    font-size: 20px;
    color: #fff;
    height: 38px;
    width: 38px;
    background-color: #7A798B;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider-v2 .owl-nav div {
    margin-left: 0px;
}

.testimonial-slider-v2 .owl-nav div.owl-next, .feedback-v3-slide .owl-nav div.owl-next {
    left: 63px;
}

.testimonial-slider-v2 .owl-nav div:hover, .feedback-v3-slide .owl-nav div:hover {
    background-color: #6140FF;
}

/* ====================================
    Frequenty Asked Question V2 CSS
=================================== */
.frequenty-v2 {
    padding-top: 125px;
    padding-bottom: 90px;
    background-color: #EFECFF;
}
.heading-common.heading-faq-v2 h2 {
    margin-bottom: 30px;
}
.faq-v2 .accordion-item, .faq-v2 .accordion-header .accordion-button, .faq-v2 .accordion-header {
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.faq-v2 .accordion-item {
    border-bottom: 1px solid #D3D2D3;
}

.accordion-header .accordion-button {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
    color: #212024;
    padding-top: 35px;
    padding-bottom: 22px;
}

.faq-v2 .accordion-body p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #4D4C50;
    margin-bottom: 0;
}

.faq-v2 .accordion-button::after {content: '\F4FE';font-family: 'bootstrap-icons';background-image: none;color: #fff;font-size: 22px;font-weight: 500;height: 23.8px;width: 23.8px;background-color: transparent;border: 1.3px solid #6140FF;color: #6140FF;text-align: center;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.faq-v2 .accordion-button:not(.collapsed)::after {
    content: '\F2EA';
    background-color: #6140FF;
    color: #fff;
}

.faq-v2 .accordion-body {
    padding: 0;
    padding-bottom: 20px;
}

/* ================
    Contact V2 CSS
================ */
.contact-v2 {
    position: relative;
    z-index: 1;
    padding-top: 120px;
}
.contact-v2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 77%;
    background-image: url(../images/home/get-in-touch-bg-v2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.contact-v2-left h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #EFECFF;
    margin-bottom: 25px;
}

.contact-v2-left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    margin-bottom: 34px;
}

.about-expert.about-expert-v2 {
    margin: 0;
}

.about-expert-counts.about-expert-contact p {
    margin-bottom: 0;
}

.contact-v2-bx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 8px;
    padding: 50px 33px;
    margin-top: 140px;
}

.contact-v2-bx-lf a, .contact-v2-bx-rf a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #7A798B;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-v2-bx-lf a:hover, .contact-v2-bx-rf a:hover {
    color: #6140FF;
}

.contact-v2-bx-lf a span, .contact-v2-bx-rf a span {
    height: 36px;
    width: 36px;
    background-color: #D37302;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.contact-v2-bx-lf a span img, .contact-v2-bx-rf a span img {
    height: 17px;
    width: 17px;
}

.contact-v2-bx-lf, .contact-v2-bx-rf {
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.contact-v2-bx-rf {
    margin-left: 25px;
}
.contact-v2-animation .anim-conv2-01 {
    position: absolute;
    left: 36%;
    bottom: 37%;
    z-index: -1;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.our-blog-v2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-blog-info-v2 .blog-card-desc {
    padding-right: 0;
}

.single-blog-info-v2 .blog-img img {
    border-radius: 8px;
    height: 243px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}

.single-blog-info-v2 .blog-img::after {
    border-radius: 8px;
}

.single-blog-info-v2 .blog-img {
    border-radius: 8px;
}

.single-blog-info-v2 .blog-card-desc .blog-card-top {
    margin-bottom: 30px;
}

.single-blog-info-v2 .blog-card-desc h3 {
    margin-bottom: 30px;
}

/* Contact Us V2 CSS */
.contactv2 {
    padding-bottom: 100px;
}
.contactv2-inner {
    background-image: url(../images/home/wave01.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #100D2C;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 55px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}
.contactv2-inner .heading-common h2 {
    color: #EFECFF;
    margin-bottom: 50px;
}
.contact-circle {
    background-color: #6140FF;
    color: #fff;
    height: 70px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    font-size: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact-circle:hover {
    background-color: #D37302;
}

.footer-main.footer-main-v2 {
    padding-top: 0;
    background-color: #FEF5E4;
}

.footer-main.footer-main-v2 .footer-wrap {
    margin-top: 0;
    padding-top: 48px;
    border-top: none;
}

.footer-main-v2 .footer-left p {
    color: #7A798B;
    margin-bottom: 30px;
}

.footer-main-v2 .footer-contact ul li a {
    color: #7A798B;
}

.footer-main-v2 .footer-page-link h3, .footer-main-v2 .footer-right h3 {
    color: #0D083A;
}

.footer-main-v2 .footer-page-link ul li a {
    color: #7A798B;
}

.footer-main-v2 .footer-contact ul li a:hover, .footer-main-v2 .footer-page-link ul li a:hover {
    color: #D37302;
}

.footer-main-v2 .footer-contact ul {
    margin-top: 30px;
}

.footer-v2-newsletter h3 {
    color: #0D083A;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 700;
}

.footer-v2-newsletter form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #4d4c5030;
    background-color: transparent;
    outline: none;
    color: #7A798B;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    padding: 13px 0;
}

.footer-v2-newsletter form button {
    position: absolute;
    right: 0;
    top: 2px;
    border: 0;
    background-color: #6140FF;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    padding: 16px 19px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer-v2-newsletter form {
    position: relative;
    z-index: 1;
}

.footer-v2-newsletter {
    padding-bottom: 55px;
}

.footer-project-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.footer-project-flex a {
    margin-right: 16px;
}
.footer-project-flex a img {
    height: 60px;
    width: 60px;
}
.footer-v2-newsletter form button:hover {
    background-color: #D37302;
}

.footer-copyright-v2 .copyright-left p {
    color: #4D4C50;
}

.footer-copyright-v2 .copyright-right {
    text-align: center;
}

.footer-copyright-v2 .copyright-right ul li a {
    color: #7A797C;
}

.footer-copyright-v2 .copyright-right ul li {
    border-left: none;
    margin-left: 0;
    padding-left: 20px;
}

.copyright-social {
    text-align: right;
}

.copyright-social a img {
    width: 13px;
    height: 13px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.copyright-social a img:hover {
    -webkit-transform: scale(1.25) rotate(-12deg);
        -ms-transform: scale(1.25) rotate(-12deg);
            transform: scale(1.25) rotate(-12deg);
}
.copyright-social a {
    margin-left: 12px;
}

.footer-copyright-v2 .copyright-right ul li a:hover {
    color: #D37302;
}

.footer-main-v2 .footer-left {
    padding-right: 75px;
}

.footer-v2-newsletter form button img {
    width: 12px;
    height: 12px;
}
.contactv2-animation .anim-contactv2-01, .contactv2-animation .anim-contactv2-02 {
    position: absolute;
}
.contactv2-animation .anim-contactv2-01 {
    bottom: 21%;
    left: 32%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.contactv2-animation .anim-contactv2-02 {
    right: 20%;
    top: 30%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

/* ================
    Home V3 CSS
================ */
.header-v3 {
    background-color: #fff;
}

.hero-v3 {
    padding-top: 85px;
    padding-bottom: 150px;
    overflow: hidden;
}

.hero-top-animation img {
    position: absolute;
    left: 0;
}

.hero-top-animation img:nth-child(1) {
    left: 10%;
    top: -5%;
}

.hero-top-animation img:nth-child(2) {
    bottom: -45%;
    left: 0;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.hero-top-animation img:nth-child(3) {
    left: auto;
    right: -27%;
    bottom: -40%;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.hero-top-animation img:nth-child(4) {
    right: -8%;
    left: auto;
    top: -14%;
}
.hero-v3-left {
    padding-top: 55px;
    position: relative;
    z-index: 2;
}
.hero-v3-left h4 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #6140FF;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.hero-v3-left h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    color: #0D083A;
    margin-bottom: 15px;
    word-break: break-all;
}

.hero-v3-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 47px;
}

.btn-video.btn-video-v3 span, .team-img span {
    color: #fff;
}

.btn-video.btn-video-v3 span:hover {
    background-color: #6140FF;
}

.btn-video.btn-video-v3 {
    color: #7A797C;
}

.btn-video.btn-video-v3:hover {
    color: #6140FF;
}

.hero-v3-right {
    text-align: right;
    position: relative;
    z-index: 1;
}
.hero-v3-right img {
    margin-right: 55px;
}

.btn-video.btn-video-v3 span::before, .team-img span::before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 49px;
    height: 49px;
    background: transparent;
    border-right: 2px solid #6140FF;
    border-top: 2px solid #6140FF;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.btn-video.btn-video-v3 span:hover::before, .team-img span:hover::before {
    border-bottom: 2px solid #6140FF;
    border-left: 2px solid #6140FF;
}

.service-v3-overview {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}

.service-v3-overview::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #FBF1E6;
    z-index: -1;
}

.service-box-v3 {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 30px;
    padding-bottom: 12px;
    padding-right: 12px;
    position: relative;
    z-index: 1;
}
.service-box-v3::before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/service-shape02.png);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}
.service-box-v3 h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #4D4C50;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-v3 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A798B;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-v3 div:first-child {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    padding-bottom: 20px;
}

.service-box-v3 div:last-child {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    text-align: right;
}
.service-box-v3:hover h3, .service-box-v3:hover p {
    color: #fff;
}
.service-box-v3::after {
    background: #6140FF;
    z-index: -1;
}
.service-box-v3:hover .btn-go {
    background-color: #D37302;
}
.btn-go {
    background-color: #6140FF;
    color: #fff;
    height: 38px;
    width: 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-go i {
    margin-top: 1px;
}
.btn-go:hover {
    background-color: #D37302;
}

.about-v3 {
    background-color: #FBF1E6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.about-v3-left {
    padding-right: 30px;
}
.about-v3-slide img {
    width: 100%;
    border-radius: 4px;
}

.about-v3-exp {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: calc(100% - 30px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    z-index: 1;
}

.about-v3-exp div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}

.about-v3-exp h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28.6px;
    color: #4D4C50;
}

.about-v3-exp h3 span {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    color: #D37302;
}

.about-v3-left {
    position: relative;
    z-index: 1;
}

.about-right.about-right-v3 ul {
    padding-bottom: 50px;
}

.about-v3-exp h3 sup {
    font-size: 22px;
    font-weight: bold;
    color: #D37302;
}

.latest-project.latest-project-v3 {
    padding-top: 100px;
}
.single-project.single-project-v3 {
    border-radius: 8px;
}
.single-project.single-project-v3 .project-title {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.single-project.single-project-v3 .project-title h3 {
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 0;
}

.single-project.single-project-v3:hover::before {opacity: 0.5;}

.why-choose-v3 {
    padding-top: 120px;
    padding-bottom: 100px;
}

.why-v3-left .heading-common h2 {
    margin-bottom: 18px;
}

.why-v3-left p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 32px;
}

.have-ques {
    position: relative;
    z-index: 1;
    padding-left: 72px;
}

.have-ques img {
    position: absolute;
    left: 0;
    top: 0;
}

.have-ques h4 {
    font-size: 22px;
    line-height: 35.2px;
    font-weight: 500;
    color: #212024;
    margin-bottom: 0;
}

.click-faq p {
    display: inline-block;
    color: #212024;
    font-size: 22px;
    line-height: 35.2px;
    font-weight: 600;
    margin-bottom: 0;
}

.click-faq {
    margin-top: 33px;
}

.click-faq p a {
    font-weight: 500;
    color: #6140FF;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 14px;
}

.click-faq p a:hover {
    text-decoration: none;
}

.why-v3-left {
    position: relative;
    z-index: 1;
    padding-right: 200px;
}

.why-v3-left .indicate-v3 {
    position: absolute;
    right: 40%;
    bottom: 5px;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

/* ===========================
    Why Choose US Home 3 CSS
============================ */
.why-v3-right {
    position: relative;
    z-index: 1;
}
.team-img {
    position: relative;
    z-index: 1;
}
.team-img img {
    border-radius: 5px;
    width: 100%;
}
.team-img span {
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.waves {
    position: absolute;
    bottom: -60px;
    left: -60px;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}
.team-count {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 16px;
    display: inline-block;
    width: 165px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: -20px;
    padding: 15px 15px;
    z-index: 2;
}

.team-count h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #0D083A;
    margin-bottom: 0px;
}

.team-count p {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    color: #7A798B;
    margin-bottom: 0;
}

/* ===========================
    Our Services Home 3 CSS
============================ */
.services-v3 {
    padding-top: 50px;
}
.single-consulting {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 312px;
}
.single-consulting::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(90.43deg, #100D2C 0.42%, rgba(45, 41, 77, 0.12) 36.69%);
    background: linear-gradient(359.57deg, #100D2C 0.42%, rgba(45, 41, 77, 0.12) 36.69%);
    z-index: -1;
}
.single-consulting01 {
    background-image: url(../images/home/consulting-01.png);
}
.single-consulting02 {
    background-image: url(../images/home/consulting-02.png);
}
.single-consulting03 {
    background-image: url(../images/home/consulting-03.png);
}
.single-consulting04 {
    background-image: url(../images/home/consulting-04.png);
}

.single-consulting h4 {
    position: absolute;
    bottom: 30px;
    left: 10px;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 26.4px;
    color: #fff;
}

.single-consulting-wrap a {
    text-decoration: none;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    color: #6140FF;
    display: inline-block;
    padding-top: 25px;
}

.single-consulting-wrap a span {
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-consulting-wrap a span::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border-right: 1px solid #6140FF;
    border-top: 1px solid #6140FF;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: -1;
}

.single-consulting-wrap a span:hover::before {
    border-bottom: 1px solid #6140FF;
    border-left: 1px solid #6140FF;
    background-color: #6140FF;
}


.single-consulting-wrap a span:hover {
    color: #fff;
}


.team-v3 {
    padding-top: 105px;
    padding-bottom: 100px;
}

.single-team-v3 img {
    width: 100%;
    border-radius: 4px;
}
.info-team-v3 .team-v3-right, .info-team-v3 .team-v3-left {
    padding-bottom: 22px;
}
.team-v3-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.team-v3-left ul li {
    display: inline-block;
    margin-right: 11px;
}
.team-v3-left ul li:last-child {
    margin-right: 0;
}
.team-v3-left ul li a {
    background-color: #EFECFF;
    width: 14px;
    height: 14px;
    display: inline-block;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-v3-left ul li a:hover {
    background-color: #fff;
}
.team-v3-left ul li a span img {
    width: 8px;
    height: 8px;
}

.single-team-v3 {
    position: relative;
    z-index: 1;
    display: block;
}
/* ===========================
    Info Team Home 3 CSS
============================ */
.info-team-v3 {
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.info-team-v3 .team-v3-left {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    z-index: 1;
}

.info-team-v3 .team-v3-right {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    z-index: 1;
    padding-left: 13px;
    text-decoration: none;
}
.info-team-v3 .team-v3-right:hover h3, .info-team-v3 .team-v3-right:hover h4 {
    color: #131415;
}
.team-v3-right h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 6px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-v3-right h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #EFECFF;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.info-team-v3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background-image: url(../images/home/rectangle.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

.single-team-v3::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.single-team-v3:hover::before {
    opacity: 0.2;
    visibility: visible;
    height: 100%;
    top: 0;
}

/* ===========================
    Testimonial Home 3 CSS
============================ */
.client-feedback-v3 {
    padding-top: 132px;
    padding-bottom: 202px;
    background-image: url(../images/home/testimonial-angle.png);
    background-color: #EFECFF;
    background-position: 65% 65%;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

.feedback-v3-left .heading-common h2 {
    margin-bottom: 23px;
}

.feedback-v3-left p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
    margin-bottom: 0;
}

.feedback-v3-left {
    padding-left: 50px;
    padding-bottom: 50px;
    background-color: #EFECFF;
    position: relative;
    z-index: 2;
}
.feedback-v3-right {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 8px;
    padding: 44px 41px;
    padding-right: 100px;
    margin-left: 30px;
    margin-right: 50px;
    position: relative;
    z-index: 1;
}

.feedback-wrap-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 20px;
}

.feedback-wrap-top .feedback-inner-lf {
    -ms-flex-preferred-size: 51%;
        flex-basis: 51%;
}

.feedback-inner-lf {
    position: relative;
    z-index: 1;
    padding-left: 55px;
}

.feedback-inner-lf img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 44px;
    width: 44px;
    border-radius: 50%;
}

.feedback-inner-lf h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #0D083A;
    margin-bottom: 6px;
}

.feedback-inner-lf h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #7A798B;
}

.feedback-inner-rs span img {
    width: 16px;
    height: 16px;
    display: inline-block;
}
.feedback-v3-slide .owl-item .feedback-v3-right img {
    display: inline-block;
}
.feedback-inner-rs span {
    margin-right: 4px;
}

.feedback-v3-right p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4D4C50;
    margin-bottom: 0;
}

.feedback-wrap-top .feedback-inner-rs {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    padding-left: 35px;
}

.quote-v3 {
    position: absolute;
    right: 20px;
    top: -25px;
}
.feedback-v3-slide .owl-nav div i {
    margin-top: 1px;
}
/* ===========================
    Blog Home 3 CSS
============================ */

.single-blog-info-v3 {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    padding: 30px 24px;
}

.single-blog-info-v3 .blog-card-desc {
    padding-right: 0;
}

.single-blog-info-v3 .blog-img img {
    border-radius: 8px;
}

.single-blog-info-v3 .blog-img::after {
    border-radius: 8px;
}

.single-blog-info-v3 .blog-card-desc .blog-card-top {
    margin-bottom: 30px;
}

.single-blog-info-v3 .blog-card-desc h3 {
    margin-bottom: 28px;
}

/* ===================
    Footer Home 3 CSS
==================== */
.footer-main.footer-main-v3 {
    background-color: #212024;
    margin-top: 130px;
}
.connected-v3-bg {
    background-image: url(../images/home/wave02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #100D2C;
    border-radius: 10px;
    padding: 75px 65px;
    margin-left: 80px;
    margin-right: 80px;
    position: relative;
    z-index: 1;
    margin-top: -200px;
}

.footer-wrap.footer-wrap-v3 {
    border-top: none;
    padding-bottom: 90px;
}

.footer-wrap-v3 .footer-right {
    padding-left: 50px;
}

.footer-wrap-v3 .footer-right .footer-contact {
    border-top: none;
}

.footer-wrap-v3 .footer-follow {
    text-align: left;
    border-top: 1px solid #D3D2D3;
    padding-top: 22px;
}

.connected-v3-lf h2 {
    font-size: 48px;
    line-height: 57.6px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.connected-v3-lf p {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #D37302;
    margin-bottom: 0;
}

.connected-v3-lf p span {
    background-color: #EFECFF;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.connected-v3-lf p span:hover {
    background-color: #fff;
}
.round-shape {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.round-shape::before, .round-shape::after {
    position: absolute;
    content: '';
    left: -145px;
    top: 0;
    width: 608px;
    height: 608px;
    background-color: #4D4C50;
    border-radius: 50%;
    opacity: 0.12;
    z-index: -1;
}

.round-shape::after {
    left: auto;
    right: -160px;
    top: auto;
    bottom: -230px;
}

/* ====================
    Services Page CSS
====================== */
.breadcrubm {
    background-color: #EFECFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.breadcrubm-wrapper {
    position: relative;
    z-index: 1;
}
.breadcrubm-wrapper h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #D37302;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.breadcrubm-wrapper h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #0D083A;
    margin-bottom: 0;
}

.breadcrubm-big {
    -webkit-text-stroke: 0.5px #6140FF33;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    line-height: 120px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    left: 80px;
    z-index: -1;
    word-break: break-all;
}

.anim-services-01, .anim-services-02 {
    position: absolute;
    right: 0;
    z-index: -1;
}

.anim-services-02 {
    bottom: -80px;
}

.anim-services-01 {
    right: 10%;
    bottom: 0%;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.services-all {
    padding-top: 60px;
    padding-bottom: 70px;
}

.contactv2-inner.contactv2-inner-page {
    margin-left: 75px;
    margin-right: 75px;
}

/* =============================
   Consulting Services Page CSS
============================== */

.option-category, .have-question, .contact-service {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 4px;
    padding: 48px 68px;
    margin-bottom: 25px;
}

.services-detail {
    padding-top: 50px;
    padding-bottom: 100px;
}

.services-detail-left h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    color: #D37302;
    margin-bottom: 30px;
}

.single-category a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: #0D083A;
    background-color: #EFECFF;
    text-align: center;
    padding: 14px 24px;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-category a:hover, .single-category a.active {
    background-color: #6140FF;
    color: #fff;
}

.single-category a:last-child {
    margin-bottom: 0;
}

.have-question h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 35.2px;
    color: #212024;
    margin-bottom: 5px;
}

.have-question p {
    font-size: 22px;
    font-weight: 600;
    line-height: 35.2px;
    color: #212024;
    margin-bottom: 0;
}

.have-question p a {
    font-weight: 500;
    color: #6140FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
}

.have-question p a:hover {
    text-decoration: none;
}

.have-question {
    position: relative;
    z-index: 1;
    padding: 24px 33px;
}

.have-question img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.question-detail {
    padding-left: 80px;
}

.contact-service {
    padding: 24px 65px;
    position: relative;
    z-index: 1;
}

.contact-service h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    color: #0D083A;
    margin-bottom: 25px;
}

.contact-service a {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #7A798B;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-service a span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background-color: #D37302;
    text-align: center;
    border-radius: 50%;
    line-height: 33px;
}

.contact-service a:hover {
    color: #D37302;
}
.services-detail-right {
    padding-left: 27px;
}
.services-detail-right img {
    width: 100%;
    margin-bottom: 35px;
}

.services-detail-right h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    color: #0D083A;
    margin-bottom: 16px;
}

.services-detail-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7A798B;
    margin-bottom: 32px;
}

.services-detail-right p strong {
    color: #0D083A;
    font-weight: 600;
}

.service-feature span img {
    width: 24px;
    height: 24px;
}

.service-feature span {
    width: 48px;
    height: 48px;
    background-color: #D37302;
    text-align: center;
    display: inline-block;
    line-height: 78px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.service-feature h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #0D083A;
    margin-bottom: 10px;
}

.service-feature p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    margin-bottom: 0;
}

.service-feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
}

.service-feature-wrap .service-feature {
    -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
    padding-right: 65px;
    padding-bottom: 25px;
}
.list-feature div ul li span img {
    width: 18px;
    height: 18px;
}

.list-feature div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-feature div ul li {
    display: block;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #0D083A;
    padding-left: 30px;
    margin-bottom: 24px;
}

.list-feature div ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
            transform: translateY(-15%);
}

.list-feature div ul li:last-child {
    margin-bottom: 0;
}

.list-feature > div {
    padding-right: 50px;
}

.list-feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 15px;
}

.list-feature > div:last-child {
    padding-right: 0;
}

/* ==================
   About US Page CSS
==================== */

.about-us-v2.about-us-v4 {
    padding-top: 100px;
}

.about-us-v4 .about-us-v2-left {
    padding-top: 0;
}

.about-us-v4 .about-right {
    padding-left: 25px;
}

.about-partner {
    padding-top: 100px;
    padding-bottom: 58px;
}

.about-partner .heading-common h2 {
    margin-bottom: 0;
}

.company.company-about {
    background-color: #EFECFF;
}

.about-video {
    padding-top: 100px;
    padding-bottom: 100px;
}

.why-v3-about .team-img img {
    width: 100%;
    height: 438px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    border-radius: 8px;
}

.about-v3-exp.about-v3-snd {
    position: inherit;
    background-color: transparent;
    margin-right: 0;
    display: inline-block;
    width: 100%;
    padding: 26px 30px;
}

.about-v3-exp.about-v3-snd h3, .about-v3-exp.about-v3-snd h3 span {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    color: #4D4C50;
    text-align: center;
}

.about-v3-exp.about-v3-snd h3 span {
    color: #D37302;
}

.about-v3-exp.about-v3-snd h3 sup {
    font-weight: 700;
    top: -14px;
    left: -8px;
}

.why-v3-about .team-img span {
    height: 62.4px;
    width: 62.4px;
    font-size: 45px;
    line-height: 63px;
}

.why-v3-about .team-img span::before {
    width: 80px;
    height: 80px;
    top: -9px;
    left: -9px;
}

.client-feedback-v3.client-feedback-about {
    margin-bottom: 100px;
}

/* ==================
   Our Team Page CSS
==================== */
.our-experts.our-experts-page {
    background-color: #fff;
}

.single-expert.single-expert-inner:hover, .single-expert.single-expert-inner.active {
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
}

.single-expert-inner .single-expert-detail ul li a {
    line-height: 12px;
}

.click-question-in {
    background-color: #FBF1E6;
    border-radius: 4px;
    padding: 48px 68px;
    margin-left: 55px;
    margin-right: 55px;
    -webkit-box-shadow: 40.6349px 81.2698px 162.54px rgba(45, 51, 81, 0.12);
            box-shadow: 40.6349px 81.2698px 162.54px rgba(45, 51, 81, 0.12);
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}
.question-in {
    position: relative;
    z-index: 1;
    padding-left: 160px;
}
.click-question-in h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70.4px;
    color: #0D083A;
    margin-bottom: 0;
}

.click-question-in h3 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70.4px;
    color: #212024;
    margin-bottom: 0;
}

.click-question-in img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 112px;
    height: 112px;
    -o-object-fit: cover;
       object-fit: cover;
}

.click-question-in h3 a {
    font-weight: 500;
    color: #6140FF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.click-question-in h3 a:hover {
    text-decoration: none;
}

.click-question-in .screw-animation {
    position: absolute;
    height: 84px;
    width: 84px;
    right: -18%;
    left: auto;
    -webkit-animation-name: moveleftbounce;
            animation-name: moveleftbounce;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.single-team-page {
    margin-bottom: 25px;
}

.team-v3.team-v3-page {
    padding-bottom: 75px;
}

/* ======================
    Team Single Page CSS
======================== */
.single-member {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-member-left {
    text-align: right;
    position: relative;
    z-index: 1;
}

.single-member-left img {
    width: 425px;
    height: 492px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

.single-member-right h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    color: #D37302;
    margin-bottom: 15px;
}

.single-member-right h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: #0D083A;
    margin-bottom: 15px;
}

.single-member-right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7A798B;
    margin-bottom: 0;
}

.member-social {
    border-top: 0.5px solid #A6A6A8;
    margin-top: 22px;
    padding-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.member-social h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #0D083A;
    margin-bottom: 0;
}

.member-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 25px;
}

.member-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.member-social ul li a {
    background-color: #000;
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.member-social ul li a span img {
    width: 20px;
    height: 20px;
}

.member-social ul li a:hover, .member-social ul li:nth-child(1) a:hover, .member-social ul li:nth-child(2) a:hover, .member-social ul li:nth-child(3) a:hover {
    background-color: #6140FF;
}

.member-social ul li:nth-child(1) a {
    background-color: #3889F2;
}

.member-social ul li:nth-child(2) a {
    background-color: #74DCDF;
}

.member-social ul li:nth-child(3) a {
    background-color: #446DC1;
}

.or-other h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #7A797C;
    margin-bottom: 0;
}

.or-other {
    padding-top: 23px;
    padding-bottom: 26px;
}

.btn-secondary.btn-touch {
    padding: 14px 21px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.single-member-right {
    padding-right: 50px;
    padding-top: 15px;
}

.single-member-left .pattern-team {
    width: 198px;
    height: 198px;
    position: absolute;
    bottom: -65px;
    left: -100px;
    z-index: -1;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

/* ======================
    Faq Page CSS
======================== */
.faq-page {
    padding-top: 100px;
    padding-bottom: 85px;
    overflow: hidden;
}

.faq-left.faq-page-left .accordion-item .accordion-body {
    position: relative;
    z-index: 1;
}

.faq-left.faq-page-left .accordion-item .accordion-body::before {
    position: absolute;
    content: '';
    left: 1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #D37302;
}

.faq-left.faq-page-left .accordion-item {
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
}
.faq-page-right {
    text-align: center;
    position: relative;
    z-index: 1;
}

.faq-left.faq-page-left {
    padding-top: 25px;
}

.faq-analytics, .faq-outflow {
    position: absolute;
}
.faq-analytics {
    bottom: 10%;
    left: 5%;
}

.faq-outflow {
    top: 30%;
    right: -60px;
}

.faq-form {
    background-image: url(../images/home/faq-form.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.faq-form {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 100px;
}

.form-faq h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 86.4px;
    color: #fff;
    margin-bottom: 6px;
}

.form-faq p {
    font-size: 24px;
    font-weight: 500;
    line-height: 31.2px;
    color: #fff;
    margin-bottom: 0;
}

.form-faq form input[type="text"], .form-faq form input[type="email"], .form-faq form textarea {
    width: 100%;
    border: none;
    background-color: #EFECFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7A798B;
    outline: none;
    margin-bottom: 25px;
    padding: 17px 24px;
}

.form-faq form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-faq form input[type="text"], .form-faq form input[type="email"] {
    width: 49%;
}

.form-faq form textarea {
    height: 142px;
    resize: none;
}

.form-faq form button[type="submit"] {
    background-color: #6140FF;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 18px 80px;
    border: none;
    -webkit-box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
            box-shadow: 0px 24px 34px rgba(32, 70, 100, 0.1);
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.form-faq form button[type="submit"]::before {
    background-color: #D37302;
    border-radius: 4px;
}
.form-faq form button[type="submit"]:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.form-faq form {
    padding-top: 25px;
}

.faq-form::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 13, 44, 0.76)), to(rgba(16, 13, 44, 0.76)));
    background: -o-linear-gradient(bottom, rgba(16, 13, 44, 0.76), rgba(16, 13, 44, 0.76));
    background: linear-gradient(0deg, rgba(16, 13, 44, 0.76), rgba(16, 13, 44, 0.76));
    z-index: -1;
}
.faq-anim .faq-anim-01, .faq-anim .faq-anim-02, .faq-anim .faq-anim-03, .faq-anim .faq-anim-04 {
    position: absolute;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
    z-index: -1;
}

.faq-anim .faq-anim-01 {
    left: 13%;
    top: 15%;
}

.faq-anim .faq-anim-02 {
    right: 15%;
    bottom: 10%;
}

.faq-anim .faq-anim-03 {
    right: 15%;
    top: 13%;
}

.faq-anim .faq-anim-04 {
    bottom: 8%;
    left: 12%;
}

/* ======================
    Error Page CSS
======================== */
.error-wrap {
    text-align: center;
}

.error-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.error-wrap img {
    padding-bottom: 90px;
}

.error-wrap h2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 120px;
    color: #0D083A;
    margin-bottom: 7px;
}

.error-wrap p {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: #7A798B;
    margin-bottom: 48px;
}

.btn-primary.btn-error {
    padding: 22px 42px;
}

/* ======================
   Project Page CSS
======================== */
.latest-project.latest-project-page {
    padding-top: 100px;
    padding-bottom: 75px;
}

.single-project.single-project-inner {
    margin-bottom: 25px;
}

.pagination-project .page-item {
    border: none;
    margin-right: 20px;
}

.pagination-project .page-item .page-link {
    border: 1px solid #D3D2D3;
    padding: 10px 5px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #7A797C;
    width: 47px;
    height: 47px;
    text-align: center;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pagination-project .page-item:last-child .page-link {
    font-weight: bold;
    color: #4D4C50;
    font-size: 15px;
}

.pagination-project .page-item.active .page-link {
    background-color: #D37302;
    color: #F4F4F4;
    border: 1px solid #D37302;
}

.pagination-project .pagination {
    margin-top: 95px;
}

/* =========================
   Project Details Page CSS
=========================== */

.project-deatil-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.project-des-in img {
    width: 100%;
    height: 464px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 28px;
}

.project-des-in h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    color: #0D083A;
    margin-bottom: 17px;
}

.project-des-in p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #7A798B;
    margin-bottom: 26px;
}

.project-des-in .des-block p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 25px;
}

.project-des-in .des-block p strong {
    color: #0D083A;
    font-weight: 500;
    font-size: 18px;
}

.project-des-in .des-block {
    padding-top: 36px;
}

.project-des-in .des-block p:last-child {
    margin-bottom: 0;
}
.project-wrap {
    padding-left: 15px;
    position: relative;
    z-index: 1;
}
.project-right-info h3 {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 400;
    color: #4D4C50;
    display: block;
    border-bottom: 1px solid #7A797C;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.project-right-info h3 strong {
    color: #212024;
    font-weight: 500;
}

.project-right-info h3:last-child {
    border-bottom: none;
}

.stay-connected {
    background-image: url(../images/home/stay-connected.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 28px 68px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.stay-connected .connected-v3-lf h2 {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 8px;
}

.stay-connected .connected-v3-lf p {
    font-size: 10px;
    line-height: 12px;
}

.stay-connected .connected-v3-lf p span {
    width: 16px;
    height: 16px;
    line-height: 16px;
}

.stay-connected .connected-v3-lf p span img {
    height: 8px;
    width: 8px;
}

.stay-connected .connected-v3-rs form {
    width: 190px;
    margin-top: 24px;
}

.stay-connected .connected-v3-rs form input[type="email"] {
    padding: 11px 13px;
    height: 32px;
    font-size: 8px;
    font-weight: 600;
    line-height: 9.6px;
    border-radius: 2px;
}

.stay-connected .connected-v3-rs form button {
    height: 32px;
    width: 38px;
    line-height: 25px;
}

.stay-connected .connected-v3-rs form button img {
    width: 4.94px;
    height: 8px;
}

.stay-connected::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(16, 13, 44, 0.6)), to(rgba(16, 13, 44, 0.6)));
    background: -o-linear-gradient(bottom, rgba(16, 13, 44, 0.6), rgba(16, 13, 44, 0.6));
    background: linear-gradient(0deg, rgba(16, 13, 44, 0.6), rgba(16, 13, 44, 0.6));
    z-index: -1;
}

.phone-box {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    border-radius: 2px;
    padding: 25px 32px;
    margin-bottom: 25px;
}

.phone-box span {
    width: 32px;
    height: 32px;
    line-height: 29px;
    display: inline-block;
    background-color: #EFECFF;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.phone-box h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #0D083A;
    margin-bottom: 13px;
}

.phone-box a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #7A798B;
    margin-bottom: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.phone-box a:last-child {
    margin-bottom: 0;
}

.phone-box a:hover {
    color: #D37302;
}

.steps-start {
    padding-top: 60px;
}

.steps-start h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #0D083A;
    margin-bottom: 28px;
}

.single-pro-steps span {
    background-color: #EFECFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #D37302;
    display: inline-block;
    padding: 16px 14px;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single-pro-steps h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #4D4C50;
    margin-bottom: 10px;
}

.single-pro-steps p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A798B;
    margin-bottom: 0;
}

.single-pro-steps {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-left: 30px;
}

.prev-next {
    border-top: 1px solid #7A797C;
    margin-top: 100px;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.prev-next .prev a, .prev-next .next a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #7A797C;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prev-next .prev a span, .prev-next .next a span {
    font-size: 22px;
    padding-left: 18px;
}
.prev-next .prev a::before, .prev-next .next a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #7A797C;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.prev-next .prev a:hover, .prev-next .next a:hover {
    color: #6140FF;
}

.prev-next .prev a:hover::before, .prev-next .next a:hover::before {
    background-color: #6140FF;
    width: 100%;
}

.prev-next .next a span {
    padding-left: 0;
    padding-right: 18px;
}

.prev-next .next a::before {
    left: auto;
    right: 0;
}

.anim-project .anim-project-01, .anim-project .anim-project-02 {
    position: absolute;
    z-index: -1;
    -webkit-animation: dance 4s alternate infinite;
            animation: dance 4s alternate infinite;
}

.anim-project .anim-project-01 {
    bottom: -10%;
    left: 35%;
}

.anim-project .anim-project-02 {
    bottom: -14%;
    right: 35%;
}

/* =========================
   Blog Page CSS
=========================== */
.single-blog-info.single-blog-info-v2.blog-page {
    margin-bottom: 50px;
}
.pagination-project.pagination-blog .pagination {
    margin-top: 70px;
}

.blog-sidebar {
    padding-top: 100px;
}

.single-blog-info-v2.blog-sidebar-single .blog-img img {
    height: 442px;
}

.blog-comment, .blog-card-sidebar .blog-publish-time {
    margin-left: 50px;
}

.blog-card-desc.blog-card-sidebar h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 46.8px;
    margin-bottom: 12px;
}

.blog-card-desc.blog-card-sidebar p {
    margin-bottom: 35px;
}

.blog-card-desc.blog-card-sidebar .blog-card-top {
    margin-bottom: 25px;
}

.blog-card-desc.blog-card-sidebar {
    margin-top: 25px;
}

.blog-comment h5 {
    font-size: 16px;
}

.blog-card-sidebar .blog-publish-time h5 {
    font-size: 16px;
}

.blog-card-desc.blog-card-sidebar a {
    font-size: 20px;
    line-height: 24px;
}

.blog-card-desc.blog-card-sidebar a span img {
    height: 24.38px;
    width: 24.38px;
}

.blog-sidebar-single {
    margin-bottom: 50px;
}

.blog-card-desc.blog-card-sidebar .blog-category h5 {
    font-size: 16px;
}

.blog-card-desc.blog-card-sidebar .blog-category {
    padding: 10px 26px;
}
.blog-sidebar-right form input {
    width: 100%;
    border: 1px solid #A6A6A8;
    outline: none;
    padding: 24px 25px;
    height: 84px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #212024;
}

.blog-sidebar-right form {
    position: relative;
    z-index: 1;
}

.blog-sidebar-right form button {
    position: absolute;
    right: 0;
    border: none;
    background-color: #6140FF;
    padding: 27px 27px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-sidebar-right form button:hover {
    background-color: #D37302;
}

.blog-sidebar-recent, .blog-sidebar-categories, .blog-sidebar-tag {
    background-color: #EFECFF;
    border-radius: 4px;
    padding: 48px 34px;
    margin-top: 40px;
}

.blog-sidebar-recent h3, .blog-sidebar-categories h3, .blog-sidebar-tag h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 48.8px;
    color: #0D083A;
    margin-bottom: 24px;
}

.blog-sidebar-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    text-decoration: none;
}

.blog-sidebar-post > div:first-child {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
}

.blog-sidebar-post > div:last-child {
    -ms-flex-preferred-size: 72.5%;
        flex-basis: 72.5%;
}

.blog-sidebar-post h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #212024;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-sidebar-post:hover h4 {
    color: #D37302;
}
.blog-sidebar-post h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #4D4C50;
    margin-bottom: 0;
}

.blog-sidebar-recent .blog-sidebar-post:last-child {
    margin-bottom: 0;
}
.blog-sidebar-post > div:first-child img {
    width: 108px;
    height: 108px;
}

.blog-sidebar-post h5 span {margin-right: 5px;}

.blog-sidebar-categories {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(129, 140, 199, 0.12);
            box-shadow: 20px 40px 80px rgba(129, 140, 199, 0.12);
}

.single-categories-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.single-categories-blog h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    color: #4D4C50;
    margin-bottom: 0;
}

.single-categories-blog {
    padding-bottom: 25px;
    border-bottom: 1px solid #D3D2D3;
    margin-bottom: 25px;
}

.single-categories-wrap .single-categories-blog:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.blog-sidebar-tag {
    background-color: #FAF9FF;
    padding: 48px 88px;
}

.tag-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.single-tag-blog {
    padding: 12px 16px;
    width: 160px;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 28.6px;
    color: #7A798B;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 25px;
}

.single-tag-blog:hover {
    background-color: #6140FF;
    color: #EFECFF;
}

.tag-row .single-tag-blog:first-child {
    margin-right: 25px;
}

.single-tag-wrap .tag-row:last-child .single-tag-blog {
    margin-bottom: 0;
}

.stay-connected.stay-connected-blog .connected-v3-lf h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    color: #fff;
    margin-bottom: 18px;
}

.stay-connected.stay-connected-blog .connected-v3-lf p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #D37302;
}

.stay-connected.stay-connected-blog .connected-v3-lf p span {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.stay-connected.stay-connected-blog .connected-v3-lf p span img {
    width: 12px;
    height: 12px;
}

.stay-connected.stay-connected-blog .connected-v3-rs form {
    width: 100%;
}

.stay-connected.stay-connected-blog .connected-v3-rs form input[type="email"] {
    padding: 18px 27px;
    padding-right: 80px;
    height: 64px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    border-radius: 4px;
}

.stay-connected.stay-connected-blog .connected-v3-rs form button {
    width: auto;
    height: auto;
    padding: 19.5px 33px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.stay-connected.stay-connected-blog .connected-v3-rs form button img {
    width: 10px;
    height: 15px;
}

.stay-connected.stay-connected-blog {
    padding-top: 150px;
    padding-bottom: 140px;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 40px;
}

.pagination-blog-sidebar .pagination {
    margin-top: 50px;
    margin-bottom: 100px;
}
.stay-connected.stay-connected-blog .connected-v3-lf {
    z-index: 1;
    position: relative;
}
.blog-sidebar-right {
    padding-left: 15px;
}
.anim-wing01, .anim-wing02 {
    position: absolute;
    z-index: 1;
}

.anim-wing01 {
    top: 20px;
    left: 15px;
}

.anim-wing02 {
    bottom: 20px;
    right: 15px;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc p {
    margin-bottom: 30px;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc {
    padding-right: 0;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #0D083A;
    margin-bottom: 18px;
}

.quote-one, .quote-two {
    background-color: #FEF5E4;
    padding: 24px 36px;
    margin-bottom: 29px;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc .quote-one p, .blog-card-desc.blog-card-sidebar.blog-single-desc .quote-two p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #0D083A;
    padding-bottom: 23px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc .quote-one h4, .blog-card-desc.blog-card-sidebar.blog-single-desc .quote-two h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #212024;
    margin-bottom: 5px;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc .quote-one h5, .blog-card-desc.blog-card-sidebar.blog-single-desc .quote-two h5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #D37302;
    margin-bottom: 0;
}

.blog-card-desc.blog-card-sidebar.blog-single-desc .quote-one p::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 47px;
    height: 1px;
    background-color: #212024;
}

.quote-two {
    background-color: #EFECFF;
}

.inner-blog-img {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.blog-page-tag, .blog-page-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid #A6A6A8;
    border-bottom: 1px solid #A6A6A8;
    padding-top: 48px;
    padding-bottom: 48px;
}

.blog-page-tag h4, .left-social h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    color: #0D083A;
    margin-bottom: 0;
}

.blog-page-tag a {
    text-decoration: none;
    color: #7A798B;
    background-color: #EFECFF;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    padding: 12px 16px;
    margin-right: 12px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-page-tag > div:first-child, .left-social > div:first-child {
    margin-right: 24px;
}

.blog-page-tag a:last-child {
    margin-right: 0;
}

.blog-page-tag a:hover {
    background-color: #6140FF;
    color: #fff;
}

.blog-page-social {
    border-top: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.left-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.left-social a {
    background-color: #000;
    width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.left-social a img {
    width: 20px;
    height: 20px;
}

.left-social a:nth-child(1) {
    background-color: #3889F2;
}

.left-social a:nth-child(2) {
    background-color: #74DCDF;
}

.left-social a:nth-child(3) {background-color: #446DC1;}

.left-social a:hover {
    background-color: #6140FF;
}

.right-share-social a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #4D4C50;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-share-social a span {
    color: #6140FF;
    font-size: 20px;
    margin-left: 5px;
}

.right-share-social a:hover {
    color: #6140FF;
}

.prev-next.blog-prev-next {
    margin-top: 0;
    border: none;
}

.blog-post-comment h3, .comment-replat-form h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
    color: #212024;
    margin-bottom: 30px;
}

.blog-post-comment {
    padding-top: 65px;
    padding-right: 130px;
}

.comment-pub-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.comment-public-left img {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
       object-fit: cover;
}

.comment-pub-wrap .comment-public-left {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
}

.comment-pub-wrap .comment-public-right {
    width: 100%;
    margin-left: 5px;
}

.comment-public-right .comment-pub-inner {
    background-color: #F9F8FF;
    padding: 18px 16px;
    border-radius: 6px;
}

.comment-public-right h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.2px;
    color: #4D4C50;
    margin-bottom: 7px;
}

.comment-public-right p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    color: #7A797C;
    margin-bottom: 0;
}

.comment-output {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 5px;
}

.comment-output button, .comment-output p {
    background-color: transparent;
    border: none;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.4px;
    color: #0D083A;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-output p {
    color: #4D4C50;
    font-weight: 400;
    margin-top: 7px;
    margin-bottom: 0;
}

.comment-output > div {
    margin-right: 18px;
}

.comment-output button:hover {
    color: #6140FF;
}

.comment-public {
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}
.comment-public.comment-replied::before {
    position: absolute;
    content: '';
    left: 17px;
    top: 18px;
    width: 1px;
    height: 100%;
    background-color: #A6A6A8;
    z-index: -1;
}

.commnet-author {
    padding-left: 27px;
    padding-bottom: 30px;
    margin-left: 17px;
    position: relative;
    z-index: 1;
}

.commnet-author::before {
    position: absolute;
    content: '';
    top: 17px;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #A6A6A8;
    z-index: -1;
}

.commnet-author .comment-public-right .comment-pub-inner {
    background-color: #FFFAF4;
}

.comment-replat-form form input[type="text"], .comment-replat-form form input[type="url"], .comment-replat-form form input[type="email"], .comment-replat-form form textarea {
    width: 100%;
    margin-bottom: 24px;
    background-color: #F9F8FF;
    border: 0.5px solid #a6a6a899;
    border-radius: 4px;
    padding: 15px 24px;
    height: 83px;
    color: #7A798B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    outline: none;
}

.comment-replat-form form textarea {
    margin-bottom: 0;
}

.comment-replat-form form textarea {
    resize: none;
    height: 235px;
    margin-bottom: 45px;
}

.comment-replat-form {
    padding-top: 35px;
}

.btn-primary.btn-comment {
    background-color: #6140FF;
    padding: 27px 80px;
    font-size: 24px;
    border-radius: 8px;
    border: none;
}

.btn-primary.btn-comment::before {
    background-color: #D37302;
    border-radius: 8px;
}

.btn-primary.btn-comment:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.blog-posted {
    padding-bottom: 100px;
}

.blog-sidebar-right.blog-sidebar-left {
    padding-left: 0;
}

.blog-single-right-page {
    padding-left: 10px;
}

.how-we-work.appointment-mb {
    margin-bottom: 100px;
}

/* ==================
   Contact Page CSS
==================== */

.contact-page {
    padding-top: 100px;
    padding-bottom: 65px;
    position: relative;
    z-index: 2;
}

.contact-page-left h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 0;
}

.single-contact-row h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

.single-contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
}

.single-contact-row a {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #7A798B;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-contact-row a:hover {
    color: #6140FF;
}

.single-contact-row a:last-child {
    margin-bottom: 0;
}

.single-contact-row > div:last-child {
    padding-left: 30px;
}

.contact-option-wrap {
    margin-top: 46px;
}

.contact-page-right {
    background-color: #fff;
    -webkit-box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
            box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
    border-radius: 20px;
    padding: 72px 48px;
}

.contact-page-right h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #0D083A;
    margin-bottom: 21px;
}

.contact-page-right form input[type="text"], .contact-page-right form input[type="email"], .contact-page-right form textarea, .contact-form-wrap form input[type="text"], .contact-form-wrap form input[type="email"], .contact-form-wrap form textarea {
    width: 100%;
    border: 1px solid #D3D2D3;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding: 17px 25px;
    margin-bottom: 20px;
    outline: none;
    color: #7A798B;
}

.contact-page-right form textarea, .contact-form-wrap form textarea {
    resize: none;
    height: 165px;
    margin-bottom: 40px;
}

.btn-primary.btn-contact {
    font-size: 14px;
    border: none;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 40px;
    background-color: #6140FF;
}

.contact-page-left {
    padding-top: 68px;
}

.contact-map {
    margin-top: -285px;
    z-index: 1;
    position: relative;
}
.contact-map-wrap iframe {
    width: 100%;
}
.contact-relative {
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.btn-primary.btn-contact::before {
    background-color: #D37302;
    border-radius: 4px;
}
.btn-primary.btn-contact:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.contact-option-v2 {
    padding-top: 100px;
}

.contact-v2-box {
    background-color: #fff;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
    padding: 25px 32px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.contact-v2-box span {
    background-color: #EFECFF;
    height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    margin-bottom: 17px;
}

.contact-v2-box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}

.contact-v2-box a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #7A798B;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-v2-box a:hover {
    color: #6140FF;
}

.contact-v2-box span img {
    width: 16px;
    height: 16px;
}

.contact-v2-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #7A798B;
}

.contact-form-wrap {
    background-color: #FBF1E6;
    padding: 64px 84px;
    margin-left: 120px;
    margin-right: 120px;
    -webkit-box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
            box-shadow: 20px 40px 80px rgba(45, 51, 81, 0.12);
}

.contact-form-v2 {
    padding-top: 30px;
    padding-bottom: 100px;
}

.contact-form-wrap h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #0D083A;
    margin-bottom: 35px;
}
.contact-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-group > div {
    -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
}