/* Transide HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('stroke-gap.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('polyglot-language-switcher.css');

/*** 

====================================================================
    Reset
====================================================================

***/
html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

.error {
    color: #df1e08;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

body {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Yantramanav', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #2a2a2a;
    font-family: "Poppins", sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #797979;
    margin: 0px 0px 15px;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 24px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #293e9c;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}


/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    bottom: 60px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    margin-left: -26px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 17.5px 45px;
    font-weight: 700;
    border-radius: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.btn-style-one i {
    margin-right: 8px;
    display: inline-block;
    transform: rotate(135deg);
    position: relative;
    bottom: 1px;
    transition: .5s;
}

.btn-style-one:hover i {
    transform: rotate(90deg);
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    content: "";
    background-color: #293e9c;
    transition: .5s;
}

.btn-style-one:hover:before {
    width: 100%;
}

.btn-style-one span {
    position: relative;
}

/* Bnt style Two */

.readmore-link {
    font-size: 15px;
    font-weight: 700;
    color: #2a2a2a;
    font-family: "Poppins", sans-serif;
}

.readmore-link i {
    margin-right: 7px;
    display: inline-block;
    transform: rotate(135deg);
    transition: .5s;
}

.readmore-link:hover i {
    transform: rotate(90deg);
}

.branches-section .readmore-link i {
    transform: none !important;
}


/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

/* Header Top */
.header-top {
    position: relative;
    background-color: #293e9c;
    padding: 5.5px 0;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}


.header-top .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header-top .location {
    position: relative;
    margin-right: 20px;
    padding-right: 10px;
}

.header-top .location:before {
    position: absolute;
    right: -3px;
    top: 50%;
    content: '';
    background: rgb(255 255 255 / 0.30);
    height: 22px;
    width: 1px;
    transform: translateY(-50%);
}

.header-top .location form {
    display: inline-block;
}

.header-top .btn-light:not(:disabled):not(.disabled).active,
.header-top .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
}

.header-top .location span {
    position: relative;
    top: 2px;
}

.header-top .phone-number {
    position: relative;
    color: #fff;
}

.header-top .phone-number a {
    color: #ffffff;
}

.header-top .phone-number i {
    font-size: 16px;
    margin-right: 10px;
}

.header-top .mail-address {
    position: relative;
    color: #fff;
    padding-left: 20px;
    margin-left: 20px;
}

.header-top .p2:before,
.header-top .mail-address:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    background: rgb(255 255 255 / 0.30);
    height: 22px;
    width: 1px;
    transform: translateY(-50%);
}

.header-top .p2 {
    padding-left: 20px;
    margin-left: 20px;
}

.header-top .mail-address a {
    color: #ffffff;
}

.header-top .mail-address i {
    font-size: 16px;
    margin-right: 10px;
}

/* Header Upper */

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .inner-container {
    position: relative;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-upper .logo-box {
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    display: block;
    padding: 32px 0px;
}

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}



.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #424242;
    padding: 3px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: "Poppins", sans-serif;
}

/* Language Switcher */

.header-upper .language .btn-light:not(:disabled):not(.disabled).active,
.header-upper .language .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}


.sticky-header .main-menu .navigation {
    margin-left: 0;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.header-style-one.fixed-header .sticky-header {
    background-color: #293e9c;
}

.fixed-header .sticky-header .inner-container {
    margin-bottom: 0;
    box-shadow: none;
}

.fixed-header .sticky-header .search-toggler {
    color: #222;
    background: transparent;
    font-size: 20px;
}

.main-header .sticky-header .header-upper .logo-box .logo {
    padding: 7.6px 0px;
}

.main-header .sticky-header .header-upper .inner-container {
    min-height: 70px;
    justify-content: flex-end !important;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/
/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
    margin-bottom: 100px;
    margin-top: 25px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgb(24 23 22 / 25%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* Hidden Bar */
.hidden-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    width: 100%;
    max-width: 446px;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.hidden-sidebar-close {
    position: absolute;
    bottom: 0;
    right: -70px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}

.hidden-sidebar .logo {
    margin-bottom: 35px;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .content-wrapper {
    padding: 80px 30px;
    background-image: url(../images/background/bg-5.jpg);
    margin-right: 70px;
    direction: ltr;
    position: relative;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 35px;
}

.hidden-sidebar .text-widget .text {
    font-size: 18px;
    color: #cfd7f8;
    margin-bottom: 0;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    margin-top: 50px;
}

.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 160px 15px 50px;
    min-height: 820px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}

.banner-section .content-box h1 {
    position: relative;
    font-size: 70px;
    font-weight: 700;
    line-height: 72px;
    color: #ffffff;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    padding-bottom: 40px;
    letter-spacing: -1px;
}

/* .banner-section .content-box h1:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 100%;
    transform: translateX(-50%);
    background-image: url(../images/shape/border-shape.png);
    max-width: 770px;
    margin: 0 auto;
} */

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}


.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-right: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
    margin-left: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    transition: .5s;
}

/* Style Two */

.left-panel .option-box .btn-light:not(:disabled):not(.disabled).active,
.left-panel .option-box .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    width: 100%;
}

/*Post Share Icon*/

/* Banner section two */

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 55px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    display: inline-block;
    padding: 0 17px;
}

.sec-title .sub-title:before {
    font-family: Flaticon;
    content: "\f163";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 11px;
    z-index: 5;
    font-weight: 400;
    transform: rotate(180deg);
}

.sec-title .sub-title:after {
    font-family: Flaticon;
    content: "\f163";
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 11px;
    z-index: 5;
    font-weight: 400;
}

.sec-title h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.sec-title .text {
    position: relative;
    margin-top: 25px;
    margin-bottom: 0;
}

.sec-title.light h2 {
    color: #ffffff;
}

/* Services Section */

.services-section {
    position: relative;
    padding: 120px 0 90px;
    ;
}

.services-section .tie-services h3 {
    position: relative;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-block-one .inner-box:hover .image:before {
    background-color: #293e9c;
}

.service-block-one .inner-box:hover {
    background-color: #203282;
}

.service-block-one .inner-box:hover .count:before {
    background-color: #293e9c;
}

.services-section .tie-services .image {
    min-height: 140px;
}

.services-section .tie-services .serviceimg {
    width: 380px;
    height: 380px;
}


.services-section .tie-services .image:before {
    width: 420px;
    height: 420px;
}

.services-section .tie-services .image:after {
    width: 450px;
    height: 450px;
}

.service-block-one .inner-box {
    position: relative;
    background-color: #293e9c;
    padding: 45px 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.50s ease;
}

.service-block-one h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-block-one .text {
    position: relative;
    color: #cfd7f8;
    font-size: 18px;
    margin-bottom: 20px;
}

.service-block-one .image {
    position: relative;
    text-align: right;
    padding: 46px 0;
    min-height: 320px;
    right: -10px;
    transition: all 0.50s ease;
}

.service-block-one .count {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 80px;
    z-index: 9;
    transition: all 0.50s ease;
}

.service-block-one .count span {
    position: relative;
}

.service-block-one .count:before {
    position: absolute;
    content: '';
    left: -130px;
    bottom: -115px;
    width: 230px;
    height: 230px;
    background-color: #203282;
    border-radius: 50%;
    transition: all 0.50s ease;
}

.service-block-one .image:before {
    position: absolute;
    content: '';
    right: -90px;
    bottom: -60px;
    width: 380px;
    height: 380px;
    background-color: #203282;
    border-radius: 50%;
    transition: all 0.50s ease;
}

.service-block-one .image:after {
    position: absolute;
    content: '';
    right: -103px;
    bottom: -73px;
    width: 410px;
    height: 410px;
    border: 2px dashed #4a5fba;
    border-radius: 50%;
    transition: .5s;
    transition: all 0.50s ease;
}

/* About Section */


/*  Why Choose Us */

.Whychooseus-section {
    position: relative;
    padding: 100px 0 75px;
}

.why-choose-block .inner-box {
    position: relative;
    padding: 36px 30px 16px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: .5s;
    align-items: center;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.why-choose-block .inner-box .icon {
    position: relative;
    font-size: 40px;
    margin-right: 30px;
    transition: .5s;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.why-choose-block .inner-box .icon:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    top: -30px;
    left: -20px;
    transition: .5s;
}

.why-choose-block .inner-box .icon:after {
    position: absolute;
    content: '';
    width: 70px;
    height: 70px;
    border: 2px solid #e9e5df;
    background-color: #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    transition: .5s;
}

.why-choose-block .inner-box .icon i {
    position: relative;
    z-index: 9;
}

.why-choose-block .inner-box:hover .icon {
    color: #fff;
}

.why-choose-block .inner-box .count {
    position: absolute;
    top: -38px;
    left: -27px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 25px;
    background: #fff;
    padding: 2px 6px;
}

.why-choose-block .inner-box .content {
    max-width: 390px;
}

.why-choose-block .inner-box h4 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    transition: .5s;
    margin-bottom: 16px;
}

/* .why-choose-block .inner-box h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100px;
    background-image: url(../images/border-shape-6.jpg);
} */

.why-choose-block .inner-box .text {
    font-size: 18px;
    margin-bottom: 20px;
}

/*  Work Process Section */


/* Industries Covered */

/* Pricing Section */

/* Style Two */

/*  Facts Section */

.facts-section {
    position: relative;
    padding: 70px 0 80px;
    z-index: 9;
}

.facts-section:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    height: 260px;
    background-color: #f0ece5;
    z-index: -2;
}

.facts-section .wrapper-box {
    position: relative;
    padding: 120px 0 51px;
    background-size: cover;
    background-position: center center;
}

.facts-section .wrapper-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #293e9c;
    opacity: 0.9;
}

.facts-section .shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.facts-section .shape .shape-four {
    position: absolute;
    bottom: -105px;
    left: -166px;
}

.facts-section .shape .shape-five {
    position: absolute;
    bottom: -78px;
    right: -175px;
    z-index: -2;
}

.facts-section .counter-column {
    position: relative;
    background-color: #fff;
    padding: 22.5px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:1200px) {
    .facts-section .counter-column {
        max-width: initial;
        width: auto;
    }

    .facts-section .counter-column {
        position: absolute;
        top: -80px;
        left: 26%;
    }

    .facts-section .counter-column:nth-child(2) {
        top: 80px;
        left: -60px;
    }

    .facts-section .counter-column:nth-child(3) {
        top: 40px;
        left: auto;
        right: -60px;
    }

    .facts-section .counter-column:nth-child(4) {
        top: auto;
        bottom: -80px;
        left: 20%;
    }

    .facts-section .counter-column:nth-child(5) {
        top: auto;
        bottom: -50px;
        right: 12%;
        left: auto;
    }
}

.facts-section .counter-column .icon {
    position: absolute;
    right: -10px;
    top: -10px;
}

.facts-section .counter-column .count-text {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.facts-section .counter-column .count-text::after {
    position: relative;
    content: "+";
    left: 0;
    top: 0;
    font-size: 36px;
}

.facts-section .counter-column .count-text.noafter::after {
    opacity: 0;
}

.facts-section .counter-column .text {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #2a2a2a;
    margin: 0;
}

/* Testimonials Section */

/* News Section */

/* map section */
.map-section .map-wrapper {
    position: relative;
    padding-bottom: 30.66%;
}



/* branches-section */
.branches-section {
    position: relative;
    transform: translateY(-50%);
    /* background-color: #293e9c; */
}

.branches-section .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
    max-width: calc(100% - 300px);
}



.branches-section .owl-stage {
    width: calc(100% - 300px);
}

.branches-section .bg-overly {
    background-color: #293e9c;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(50%);
}

.branches-section .single-info {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    padding: 24px;
    background-color: #fff;
    transition: .5s;
}

/* .branches-section .single-info:hover {
    margin-top: -40px;
    padding-bottom: 65px;
} */

.branches-section .owl-dots {
    display: none;
}

.branches-section .owl-stage {
    display: flex;
}

.branches-section .owl-stage a {
    cursor: pointer;
}

.branches-section .single-info .heading-wrapper span {
    color: #2a2a2a;
    transition: all 0.2s ease;
}

.branches-section .single-info .heading-wrapper:hover span {
    color: #df1e08;
}

.branches-section .single-info h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.branches-section .single-info h4 i {
    margin-right: 6px;
    font-size: 15px;
}

.branches-section .single-info .text {
    font-size: 16px;
    margin-bottom: 0;
}

.branches-section .owl-carousel .owl-item {
    transition: transform 0.3s ease;
    /* Smooth animation */
}


/* .branches-section .single-info .link {
    position: absolute;
    inset: 0;
    padding: 30px;
    background-color: orange;
} */

.branches-section .link {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    gap: 20px;
    row-gap: 8px;
}

.branches-section .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.branches-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -80px;
    top: 5px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: none;
    text-align: center;
    color: rgba(0, 0, 0, 0);
    line-height: 70px;
    font-size: 0px;
    opacity: 1;
    margin-top: -40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branches-section .owl-theme .owl-nav .owl-prev:after {
    font-family: "Flaticon";
    content: "\f163";
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 0;
    color: #dfd7d3;
    background: #fff;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branches-section .owl-theme .owl-nav .owl-prev:hover:after {
    left: 0;
    margin-left: 0;
}

.branches-section .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -80px;
    top: 5px;
    background: rgba(255, 255, 255, 0.15);
    height: 60px;
    width: 60px;
    border: none;
    text-align: center;
    line-height: 60px;
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    opacity: 1;
    margin-top: -40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.branches-section .owl-theme .owl-nav .owl-next:after {
    font-family: "Flaticon";
    content: "\f163";
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 0;
    color: #dfd7d3;
    background: #ffff;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.branches-section .owl-theme .owl-nav .owl-next:hover:after {
    right: 0;
    margin-right: 0;
}

.branches-section .owl-theme .owl-nav .owl-prev:hover:after,
.branches-section .owl-theme .owl-nav .owl-next:hover:after {
    opacity: 1;
}

.branches-section .owl-theme .owl-nav .owl-prev:hover,
.branches-section .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
}


.branches-section .theme_carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .branches-section .theme_carousel .owl-dot {
    top: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    z-index: 1000;
  }
  .branches-section .theme_carousel .owl-dot.active {
    background: #0066FF; /* Your preferred active color */
  }

/* Main Footer */

.main-footer {
    position: relative;
}


/* Link Widget */

/* Instagram Widget */

.footer-bottom {
    position: relative;
    background-color: #293e9c;
    padding: 24px 0;
}

.footer-bottom .copyright-text {
    color: #bbc2dd;
    font-size: 16px;
    font-weight: 400;
}

/* Header Style Two  */

.sticky-header a,
.main-menu .navigation>li>a {
    transition: all 0.2s ease;
    padding: 17px 10px;
}

.sticky-header a:hover,
.main-menu li a:hover {
    color: #293e9c !important;
    transition: all 0.2s ease;
}

.main-header.header-style-two .header-upper {
    background: white;
}

.header-style-two .auto-container {
    padding: 0 24px;
}

.header-style-two .header-top .inner-container {
    padding-left: 320px;
}

.header-style-two .header-top:before {
    position: absolute;
    content: '';
    background: white;
    left: -47px;
    top: 0;
    bottom: 0;
    width: 34%;
    transform: skewX(30deg);
}

.main-header.header-style-two .header-upper .inner-container {
    padding-left: 287px;
}

.main-header.header-style-two .header-upper .logo-box {
    position: absolute;
    left: 0;
    top: -30px;
}

.main-header.header-style-two .sticky-header .header-upper .logo-box {
    top: 7px;
}

.header-style-two .header-top .location span {
    color: #fff;
}

.header-style-two .header-top .phone-number i {
    color: #fff;
}

.header-style-two .header-top .mail-address i {
    color: #fff;
}

/* Header Left Option */

.header-left-option .option-box .btn-light:not(:disabled):not(.disabled).active,
.header-left-option .option-box .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
    width: 100%;
}

/* Onepage menu */

/* Banner Style Two */

.banner-section.style-two .content-box {
    justify-content: flex-start;
}

.banner-section.style-two .content-box {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-section.style-two .content-box .inner {
    padding-left: 55px;
    padding-right: 55px;
}

.banner-section.style-two .content-box .inner:before {
    position: absolute;
    left: 15px;
    top: 70px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    content: "";
    background-image: url(../images/border-shape-5.png);
}

.banner-section.style-two .content-box h1 {
    font-size: 68px;
    text-transform: capitalize;
    line-height: 78px;
    padding-bottom: 0;
    margin-bottom: 20px;
    text-shadow: 3px 4px 6px rgb(81 67 21 / 40%);
}

.banner-section.style-two .content-box h1:before {
    display: none;
}

.banner-section.style-two .content-box .logo {
    position: relative;
    display: block;
    margin-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section.style-two .content-box .text {
    font-size: 18px;
    font-weight: 700;
}

.banner-section.style-two .content-box .text i {
    margin-right: 10px;
}

.banner-section .banner-slider-nav.style-three .banner-slider-button-prev {
    margin-left: 0;
    border-radius: 0;
    height: 100px;
    line-height: 100px;
    background: #fff;
    color: #2a2a2a;
    font-size: 20px;
    transform: rotate(180deg);
}

.banner-section .banner-slider-nav.style-three .banner-slider-button-next {
    margin-right: 0;
    border-radius: 0;
    height: 100px;
    line-height: 100px;
    background: #fff;
    color: #2a2a2a;
    font-size: 20px;
}

.banner-slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-right: 0;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* About Section Two  */

.about-section-two {
    position: relative;
    padding: 120px 0 70px;
}

.about-section-two .image-box {
    position: relative;
}

.about-section-two .image-one {
    position: relative;
    padding-top: 150px;
    margin-bottom: 30px;
    top: 40px;
}

.about-section-two .image-two {
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .about-section-two .image-two {
        position: absolute;
        top: -40px;
        right: 0;
    }

    .about-section-two .image-box {
        margin-right: 30px;
    }

    .about-section-two .video-box {
        position: absolute;
        right: 30px;
        bottom: 30px;
    }
}

.about-section-two .video-box {
    display: inline-block;
    padding: 16px 23px;
    background-color: white;
    background-size: cover;
    box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 10px 22px 0px rgba(0, 0, 0, 0.16);
}


.about-section-two .quote {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.about-section-two h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-section-two .text {
    margin-bottom: 30px;
}

.about-section-two .icon-box {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 35px 15px 30px;
    background-color: #f0ece5;
    transition: .5s;
}

.about-section-two .icon-box:hover {
    background-color: #fff;
    box-shadow: none;
}

.about-section-two .icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    transition: .9s;
}

.about-section-two .icon {
    position: relative;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 20px;
}

.about-section-two h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

/* Facts section Two */

/* Services Section */

.services-section {
    position: relative;
    padding: 60px 0 60px;
}

/* Getaquote Section */

.getaquote-section .btn-light:not(:disabled):not(.disabled).active,
.getaquote-section .btn-light:not(:disabled):not(.disabled):active {
    color: #7e7b7e;
    width: 100%;
}

/* Work Process section two */

/* Projects Section */

/* Clients logo section */

.clients-logo-section {
    position: relative;
    padding: 120px 0 90px;
    background: linear-gradient(180deg, #F0ECE5 0%, #FFFFFF 44.5%);
}

.clients-logo-section .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
}

.clients-logo-section .logo-box {
    position: relative;
    padding: 0 15px;
    margin-bottom: 30px;
}

.clients-logo-section .logo-box img {
    max-width: 180px;
    height: auto;
    max-height: 80px;
}


/* Footer style two */

.main-footer.style-two {
    background-color: #222231;
    background-size: cover;
}

.footer-top {
    position: relative;
    background-color: #293e9c;
    padding-bottom: 25px;
}

.footer-top .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-top .logo {
    position: relative;
    margin-bottom: 20px;
}

.style-two.footer-bottom {
    background: #293e9c;
    padding: 0;
}

.style-two.footer-bottom .bg {
    position: relative;
    padding: 24px 0;
}

.style-two.footer-bottom .bg:before {
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    bottom: 0;
    width: 5000%;
    transform: skewX(-36deg);
}

.style-two.footer-bottom .copyright-text {
    color: #c0cae4;
    position: relative;
}


/* Language Switcher */

.header-top .language .btn-light:not(:disabled):not(.disabled).active,
.header-top .language .btn-light:not(:disabled):not(.disabled):active {
    color: #fff;
}

/*Contact Form section*/

.contact-form-section {
    position: relative;
    padding: 75px 0;
}

.contact-form {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form input[type="number"]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
    color: #666666;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 54px;
    font-size: 16px;
    padding: 10px 22px;
    background: #ffffff;
    color: black;
    border: 1px solid #cfccc7;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    font-size: 16px;
    background: #ffffff;
}

.contact-form .form-group .theme-btn {
    background: #293e9c;
}

.getaquote-section .btn-light:not(:disabled):not(.disabled).active,
.getaquote-section .btn-light:not(:disabled):not(.disabled):active {
    color: #7e7b7e;
    width: 100%;
}

/* Services section style two */

/* Services section two / style two */

/* Services details */

/* getaquote widget */

.getaquote-widget .btn-light:not(:disabled):not(.disabled).active,
.getaquote-widget .btn-light:not(:disabled):not(.disabled):active {
    color: #7e7b7e;
    width: 100%;
}

/* image block */

/* testimonials */

/* Error Page */

/* getaquote style four */

/* Faq section */



/* Accordion box */


/* Accordion Style Two */

/* Projects Section three */

/* Projects Section four */

/* Porject details */

/* Project details */


/* Team section style three */

/* Contact info section three */

/* History section */

/* Who we are */

/* overview */

/* Whychooseus section four */

.whychooseus-section-four {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
    background-position: center center;
}

.whychooseus-section-four .sub-title {
    text-shadow: 1px 1px 1px rgb(81 67 21 / 100%);
    color: #ff2e35 !important
}

.whychooseus-block-four {
    max-width: 850px;
    margin: 0 auto;
}

.whychooseus-block-four .inner-box {
    position: relative;
    background: #293e9c;
    padding: 32px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.whychooseus-block-four .inner-box:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
    transform: scale(1.05);
    opacity: 0;
}

.whychooseus-block-four .inner-box:hover:before {
    transform: scale(1);
    opacity: 1;
}

.whychooseus-block-four .text {
    position: relative;
    color: white;
}


.alloverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.serviceimg {
    background: white;
    width: 340px;
    height: 340px;
    border-radius: 5000px;
    position: absolute;
    bottom: -40px;
    right: -70px;
    object-fit: cover;
}

.whychooseus-section-four .alloverlay {
    opacity: 0.6;
}

.style-two.footer-bottom .bg:before {
    background-color: #022169;
}

.footernumbers {
    display: flex;
    grid-gap: 24px;
    align-items: center;
    font-size: 20px;

}

.footernumbers a {
    color: white !important;
}

.footernumbers a:hover {
    text-decoration: underline !important;
}

.footernumbers i {
    color: #eb2711;
    margin-right: 8px;
}

.contactbtn.submitted {
    background: #14c204 !important;
    pointer-events: none;
    opacity: 0.5;
    user-select: none;
}

.logo.mobile {
    display: none !important;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section.style-two .swiper-slide-active .logo {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-slider-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-right: 0;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-slider-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 7.5px;
    border-radius: 0;
    background: none;
    position: relative;
    opacity: 1;
    background: rgba(255, 255, 255, 0.4);
    border: 4px solid transparent;
}

.banner-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.gm-control-active {
    z-index: 1000;
}

.gmnoprint {
    top: -70px !important;
}

.ho {
    font-size: 14px;
    margin-left: 25px;
    font-weight: 500;
    color: #df1e08;
}


.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #e9e5df;
    line-height: 24px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e9e5df;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Poppins", sans-serif;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.about-section {
    position: relative;
    padding: 100px 0 40px;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .services-section .tie-services .image {
        min-height: 350px;
    }

    .services-section .tie-services h3 {
        font-size: 28px;
    }


    .services-section .tie-services .serviceimg {
        width: 340px;
        height: 340px;
    }


    .services-section .tie-services .image:before {
        width: 380px;
        height: 380px;
    }

    .services-section .tie-services .image:after {
        width: 410px;
        height: 410px;
    }
}


@media screen and (max-width: 575.97px) {
    .services-section .tie-services h3 {
        font-size: 24px;
    }
}