:root {
    --rbg-font: "Poppins", sans-serif;
    --rbg-base: #fff;
    --rbg-base-rgb: 255, 255, 255;
    --rbg-primary: #47456D;
    --rbg-primary-rgb: 71, 69, 109;
    --rbg-light: #f6f6f6;
    --rbg-light-rgb: 246, 246, 246;
    --rbg-black: #151515;
    --rbg-black-rgb: 21, 21, 21;
    --rbg-gray: #868686;
    --rbg-gray-rgb: 134, 134, 134;
    --rbg-d-gray: #2d2d2d;
    --rbg-d-gray-rgb: 45, 45, 45;
    --rbg-l-gray: #e5e5e5;
    --rbg-l-gray-rgb: 229, 229, 229
}

body {
    font-family: var(--rbg-font);
    color: var(--rbg-gray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 500
}

button:focus {
    outline: none
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none
}

h2,
h3,
h4 {
    color: var(--rbg-black);
    margin: 0
}

ul,
li {
    margin: 0;
    padding: 0
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.block-title {
    margin-bottom: 47px;
    margin-top: -12px
}

.block-title h4 {
    position: relative;
    font-size: 16px;
    color: var(--rbg-gray);
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: .1em;
    display: inline-block
}

.block-title h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 60px;
    margin-top: 3px
}

.rbg-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: var(--rbg-primary);
    font-size: 14px;
    color: var(--rbg-base);
    font-weight: 700;
    padding: 23px 50px;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.rbg-btn:hover {
    background-color: var(--rbg-black);
    color: var(--rbg-base)
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: var(--rbg-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease
}

.scroll-to-top i {
    color: var(--rbg-base);
    font-size: 18px;
    line-height: 45px
}

.scroll-to-top:hover {
    background-color: var(--rbg-base);
    box-shadow: 0 10px 60px 0 rgba(var(--rbg-black-rgb), .3)
}

.scroll-to-top:hover i {
    color: var(--rbg-black)
}

.cursor {
    position: absolute;
    background-color: var(--rbg-base);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(.75, -.27, .3, 1.33) opacity, 0.3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(.75, -.27, .3, 1.33) opacity, 0.3s cubic-bezier(.75, -1.27, .3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(.75, -1.27, .3, 2.33) transform, 0.2s cubic-bezier(.75, -.27, .3, 1.33) opacity;
    transition: 0.3s cubic-bezier(.75, -1.27, .3, 2.33) transform, 0.2s cubic-bezier(.75, -.27, .3, 1.33) opacity, 0.3s cubic-bezier(.75, -1.27, .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);
    transform: scale(1);
    visibility: hidden
}

.cursor {
    visibility: visible
}

.cursor.active {
    opacity: .5;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.site-header__header-one-wrap {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease
}

.header_top_one {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--rbg-black);
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .1)
}

.header_top_one_inner {
    position: relative;
    display: block
}

.header_top_one_inner_left {
    position: relative
}

.header_social_1 {
    position: relative;
    display: block;
    float: left;
    background: var(--rbg-d-gray-rgb);
    padding: 1px 30px;
    margin-right: 30px
}

.header_social_1 ul {
    overflow: hidden
}

.header_social_1 ul li {
    position: relative;
    display: block;
    float: left;
    line-height: 30px;
    margin-right: 25px
}

.header_social_1 ul li:last-child {
    margin-right: 0
}

.header_social_1 ul li a {
    color: var(--rbg-gray);
    font-size: 12px;
    transition: all 500ms ease
}

.header_social_1 ul li a i {
    position: relative;
    display: inline-block;
    font-weight: 400
}

.header_social_1 ul li a:hover {
    color: var(--rbg-primary)
}

.header_top_one_inner_left_text {
    position: relative;
    display: block;
    float: left
}

.header_top_one_inner_left_text p {
    font-size: 12px;
    color: var(--rbg-gray);
    font-weight: 600;
    margin: 0
}

.header_top_one_inner_right {
    position: relative
}

.header_topmenu_1 {
    position: relative
}

.header_topmenu_1 ul {
    overflow: hidden
}

.header_topmenu_1 ul li {
    position: relative;
    display: block;
    float: left;
    line-height: 32px;
    margin-right: 30px
}

.header_topmenu_1 ul li:last-child {
    margin-right: 0
}

.header_topmenu_1 ul li a {
    color: var(--rbg-gray);
    font-size: 12px;
    font-weight: 600;
    transition: all 500ms ease
}

.header_topmenu_1 ul li a:hover {
    color: var(--rbg-primary)
}

.header_topmenu_1 ul li a span {
    position: relative;
    display: inline-block;
    padding-right: 11px
}

.header_topmenu_1 ul li a span:before {
    font-size: 12px;
    color: var(--rbg-primary)
}

.main-nav__header-one {
    position: relative;
    display: block;
    background: var(--rbg-black);
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .1)
}

.header-navigation.one.original {
    position: relative
}

.main-nav__header-one .container-box {
    position: relative;
    display: block
}

.main-nav__left {
    position: relative;
    display: block
}

.main-nav__left .side-menu__toggler {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
    color: var(--rbg-base)
}

.main-nav__left_one {
    position: relative;
    display: block
}

.logo_one {
    position: relative;
    display: block;
    padding: 35.5px 0
}

.logo_one a {
    display: inline-block
}

.main-nav__main-navigation.one {
    position: relative;
    display: block
}

.main-nav__main-navigation .main-nav__navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
    margin-left: 25px
}

.main-nav__main-navigation .main-nav__navigation-box>li {
    position: relative;
    padding: 35px 0 36px
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
    position: relative;
    display: inline-block;
    padding: 0 0;
    color: var(--rbg-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.main-nav__main-navigation .main-nav__navigation-box>li>a:before {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--rbg-primary);
    content: "";
    transform: scaleX(.5);
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a {
    color: var(--rbg-base)
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a:before,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a:before {
    opacity: 1;
    transform: scaleX(1)
}

.main-nav__main-navigation .dropdown-btn {
    display: none
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
    position: absolute;
    width: 230px;
    background-color: var(--rbg-base);
    border-top: 0 solid var(--rbg-light);
    box-shadow: 2px 2px 5px 1px rgba(var(--rbg-black-rgb), .05), -2px 0 5px 1px rgba(var(--rbg-black-rgb), .05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
    position: relative
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
    border-top: 1px solid var(--rbg-light)
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    display: block;
    color: var(--rbg-black);
    font-size: 15px;
    font-weight: 600;
    word-break: break-all;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    color: var(--rbg-primary)
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
    top: 100%;
    left: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
    display: none
}

.main-nav__right_one {
    position: relative;
    display: block
}

.main-nav__right {
    position: relative;
    display: block
}

.header_btn_1 {
    position: relative;
    display: block;
    float: right;
    padding: 27.5px 0;
    margin-left: 40px
}

.header_btn_1 a {
    position: relative;
    display: inline-block;
    background: var(--rbg-primary);
    padding: 0 30px;
    color: var(--rbg-base);
    font-size: 12px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: .1em;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 500ms ease
}

.header_btn_1 a:hover {
    color: var(--rbg-primary);
    background-color: var(--rbg-base)
}

.header_btn_1 a span:before {
    position: relative;
    display: inline-block;
    padding-right: 7px
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    background-color: var(--rbg-black);
    box-shadow: 0 6px 13px 0 rgba(var(--rbg-black-rgb), .06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.stricked-menu.sticky-fixed {
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.stricked-menu .logo_one {
    padding: 23px 0
}

.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
    position: relative;
    padding: 23px 0 23px
}

.stricked-menu .container-box {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.stricked-menu .header_btn_1 {
    padding: 12px 0 13px
}

@media (min-width:1200px) {
    .main-nav__left .side-menu__toggler {
        display: none
    }

    .main-nav__main-navigation {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center
    }
}

.main-slider {
    overflow: hidden;
    position: relative
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--rbg-black)
}

.main-slider .image-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform-origin: top center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7000ms ease;
    transition: -webkit-transform 7000ms ease;
    transition: transform 7000ms ease;
    transition: transform 7000ms ease, -webkit-transform 7000ms ease
}

.main-slider .swiper-slide-inner {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 221px;
    padding-bottom: 230px
}

.main-slider p {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: var(--rbg-base);
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.main-slider h2 {
    margin: 0;
    margin-top: 27px;
    margin-bottom: 41px;
    color: var(--rbg-base);
    font-size: 90px;
    line-height: 100px;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease
}

.main-slider .rbg-btn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition-delay: 2500ms;
    transition-delay: 2500ms;
    -webkit-transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease, -webkit-transform 2000ms ease
}

.main-slider .rbg-btn:hover {
    background: var(--rbg-base);
    color: var(--rbg-black)
}

.main-slider .swiper-slide-active .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.main-slider .swiper-slide-active .rbg-btn,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0)
}

#main-slider-pagination {
    z-index: 10;
    width: 100%;
    margin: 0 auto;
    bottom: 50px
}

#main-slider-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: .5;
    background-color: var(--rbg-base)
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-top: 10px
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

.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-slider-button-next {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: var(--rbg-base);
    cursor: pointer;
    z-index: 9;
    margin-right: 100px;
    font-size: 25px;
    border: 2px solid var(--rbg-base);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    transition: 0.5s
}

.banner-slider-button-prev {
    position: relative;
    width: 65px;
    height: 65px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    color: var(--rbg-base);
    cursor: pointer;
    z-index: 9;
    margin-left: 100px;
    font-size: 25px;
    border: 2px solid var(--rbg-base);
    transform: rotate(-180deg);
    opacity: .3;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-slider-button-prev,
.banner-slider-button-next:focus {
    outline: none
}

.banner-slider-button-prev:hover,
.banner-slider-button-next:hover {
    opacity: 1
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: 9999999
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0
}

.mobile-nav__wrapper.expanded {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rbg-black);
    opacity: .8;
    cursor: pointer
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--rbg-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

.mobile-nav__content .rbg-btn {
    padding: 8px 0;
    width: 100%;
    text-align: center
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--rbg-base);
    cursor: pointer
}

.mobile-nav__content .main-nav__navigation-box,
.mobile-nav__content .main-nav__navigation-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: none !important
}

.mobile-nav__content .main-nav__navigation-box ul {
    display: none;
    border-top: 1px solid rgba(var(--rbg-base-rgb), .1)
}

.mobile-nav__content .main-nav__navigation-box ul li a {
    padding-left: 1em
}

.mobile-nav__content .main-nav__navigation-box li:not(:last-child) {
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .1)
}

.mobile-nav__content .main-nav__navigation-box li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: var(--rbg-base);
    font-size: 15px;
    font-family: var(--rbg-font);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__content .main-nav__navigation-box li a.open {
    color: var(--rbg-primary)
}

.mobile-nav__content .main-nav__navigation-box li a button {
    width: 30px;
    height: 30px;
    background-color: var(--rbg-primary);
    border: none;
    outline: none;
    color: var(--rbg-base);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease
}

.mobile-nav__content .main-nav__navigation-box li a button.open {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: var(--rbg-base);
    color: var(--rbg-black)
}

.mobile-nav__contact .main-nav__right_one {
    display: none
}

.mobile-nav__top {
    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
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--rbg-base);
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__social a+a {
    margin-left: 10px
}

.mobile-nav__social a:hover {
    color: var(--rbg-primary)
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.mobile-nav__contact li {
    color: var(--rbg-base);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-nav__contact li+li {
    margin-top: 15px
}

.mobile-nav__contact li a {
    color: inherit;
    -webkit-transition: 500ms;
    transition: 500ms
}

.mobile-nav__contact li a:hover {
    color: var(--rbg-primary)
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--rbg-primary);
    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;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    color: var(--rbg-base)
}

.mobile-nav__contact li>i::before {
    font-size: inherit
}

.cta_one {
    position: relative;
    display: block;
    background: var(--rbg-primary);
    padding: 80px 0
}

.cta_one_inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta_one_left_text h3 {
    font-size: 40px;
    color: var(--rbg-base);
    font-weight: 700;
    line-height: 50px
}

.cta_one_right_btn .rbg-btn {
    background: var(--rbg-black)
}

.cta_one_right_btn .rbg-btn:hover {
    color: var(--rbg-primary);
    background: var(--rbg-base)
}

.welcome_one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    overflow: hidden
}

.welcome_one_shape_bg {
    position: absolute;
    right: 0;
    bottom: -125px;
    background-repeat: no-repeat;
    width: 673px;
    height: 760px
}

.welcome_one_left {
    position: relative;
    display: block;
    margin-right: 146px;
    margin-left: -120px
}

.welcome_one_left_image {
    position: relative;
    display: block
}

.welcome_one_left_image img {
    width: 100%
}

.welcome_one_left_image:before {
    position: absolute;
    top: 40px;
    left: -40px;
    content: "";
    background: var(--rbg-primary);
    width: 280px;
    height: 100%;
    z-index: -1
}

.counter_one {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%)
}

.counter_one_single {
    position: relative;
    display: block;
    text-align: center;
    background: var(--rbg-base);
    box-shadow: 0 0 30px 0 rgba(var(--rbg-black-rgb), .1);
    border-bottom: 1px solid var(--rbg-l-gray);
    padding: 53px 40px 48px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.counter_one_single:last-child {
    border-bottom: none
}

.counter_one_single:hover {
    background: var(--rbg-light)
}

.counter_one_single h2 {
    color: var(--rbg-primary);
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px
}

.counter_one_single p {
    font-size: 16px;
    margin: 0
}

.counter_one_single .counter_one_experience h2 {
    display: inline-block
}

.counter_one_single .counter_one_experience span {
    display: inline-block;
    font-size: 30px;
    line-height: 40px;
    position: relative;
    top: -3px
}

.welcome_one_right_content .block-title {
    margin-bottom: 38px
}

.welcome_one_right_first_text {
    font-size: 20px;
    color: var(--rbg-primary);
    font-style: italic;
    font-weight: 400;
    line-height: 36px;
    margin: 0
}

.welcome_one_right_second_text {
    margin: 0;
    padding-top: 40px;
    padding-bottom: 38px
}

.welcome_one_right_content ul li+li {
    margin-top: 14px
}

.welcome_one_right_content ul li i {
    height: 17px;
    width: 17px;
    background: var(--rbg-primary);
    border-radius: 50%;
    font-size: 10px;
    line-height: 17px;
    text-align: center;
    color: var(--rbg-base);
    margin-right: 15px
}

.welcome_one_right_list li {
    display: flex;
}

.welcome_one_right_list li::before{
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: var(--rbg-primary);
    margin-right: 12px;
}

.section_one {
    position: relative;
    display: block;
    padding: 120px 0 130px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section_one .block-title h4 {
    color: var(--rbg-base)
}

.section_one .block-title h2 {
    color: var(--rbg-base)
}

.section_one .block-title p {
    color: var(--rbg-base)
}

.section_one {
    position: relative
}

.section_one .rbg-swiper__slider {
    width: 100%;
    max-width: 1170px;
    position: absolute;
    top: 108px;
    right: -40px
}

@media (max-width:1830px) {
    .section_one .rbg-swiper__slider {
        right: -100px
    }
}

@media (max-width:1700px) {
    .section_one .rbg-swiper__slider {
        right: -150px
    }
}

@media (max-width:1600px) {
    .section_one .rbg-swiper__slider {
        right: -200px
    }
}

@media (max-width:1490px) {
    .section_one .rbg-swiper__slider {
        position: relative;
        top: auto;
        right: 0;
        max-width: 1200px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1490px) {
    .section_one .col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }

    .section_one .block-title {
        max-width: 90%
    }
}

.two_sections_one {
    position: relative;
    display: block;
    padding: 100px 0 0
}

.two_sections_one_map {
    position: absolute;
    top: 0;
    left: 0;
    height: 446px;
    width: 832px;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: .1
}

.two_sections_one_left {
    position: relative;
    display: block
}

.two_sections_one_left:before {
    position: absolute;
    top: -100px;
    left: -100000px;
    right: 0;
    bottom: -107px;
    content: "";
    background: var(--rbg-primary)
}

@media (max-width:575px) {
    .two_sections_one_left:before {
        right: -15px
    }
}

.two_sections_one_left ul {
    width: 420px;
    position: relative;
    display: block;
    z-index: 5
}

.two_sections_one_left ul li {
    position: relative;
    display: block;
    padding-left: 150px;
    padding-bottom: 57px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .2)
}

.two_sections_one_left ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.two_sections_one_left ul li .icon_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 110px;
    width: 110px;
    background: var(--rbg-black);
    border-radius: 50%;
    color: var(--rbg-base);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease
}

.two_sections_one_left ul li:hover .icon_box {
    background-color: var(--rbg-base);
    color: var(--rbg-black)
}

.two_sections_one_left ul li .icon_box span:before {
    font-size: 60px;
    line-height: 70px
}

.two_sections_one_left ul li .content_box h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    color: var(--rbg-base)
}

.two_sections_one_left ul li .content_box p {
    font-size: 16px;
    margin: 0;
    color: var(--rbg-base)
}

.two_sections_one_right {
    margin-left: 70px
}

.two_sections_one_right .block-title {
    margin-bottom: 37px;
    position: relative;
    z-index: 3
}

.two_sections_one_image {
    padding-top: 33px
}

.two_sections_one_image img {
    width: 100%
}

.site-footer {
    position: relative;
    display: block;
    background: var(--rbg-black);
    padding: 127px 0 102px;
    background-repeat: no-repeat;
    background-position: center center
}

.site-footer:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--rbg-black-rgb), .96)
}

.footer-widget_about_text__box {
    padding-top: 36px;
    padding-bottom: 18px
}

.footer-widget_about_text__box p {
    color: var(--rbg-gray);
    font-size: 15px;
    margin: 0;
    line-height: 30px
}

.footer-widget__about ul li {
    position: relative;
    display: block;
    padding-left: 40px;
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .1);
    padding-bottom: 6px;
    margin-bottom: 8px
}

.footer-widget__about ul li:last-child {
    border-bottom: none;
    padding-bottom: none;
    margin-bottom: none
}

.footer-widget__about ul li .footer-widget_about_icon {
    position: absolute;
    top: 0;
    left: 0
}

.footer-widget__about ul li .footer-widget_about_icon span:before {
    color: var(--rbg-primary);
    font-size: 15px;
    line-height: 25px
}

.footer-widget__about ul li .footer-widget_about_text a {
    font-size: 14px;
    color: var(--rbg-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__about ul li .footer-widget_about_text a:hover {
    color: var(--rbg-primary)
}

.footer-widget__title {
    margin-bottom: 28px
}

.footer-widget__title h3 {
    font-size: 20px;
    color: var(--rbg-base);
    font-weight: 700;
    line-height: 30px
}

.footer-widget__explore {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 10px
}

.footer-widget__explore_list {
    position: relative;
    display: block;
    float: left;
    margin-top: -3px
}

.footer-widget__explore_list li+li {
    margin-top: 6px
}

.footer-widget__explore_list li a {
    position: relative;
    font-size: 15px;
    color: var(--rbg-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__explore_list li a:hover {
    color: var(--rbg-base)
}

.footer-widget__explore_list li a:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    background: var(--rbg-primary);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__explore_list li a:hover:before {
    transform: scaleX(1)
}

.footer-widget__explore_list_two {
    position: relative;
    display: block;
    float: left;
    margin-left: 48px;
    margin-top: -3px
}

.footer-widget__explore_list_two li+li {
    margin-top: 6px
}

.footer-widget__explore_list_two li a {
    position: relative;
    font-size: 15px;
    color: var(--rbg-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__explore_list_two li a:hover {
    color: var(--rbg-base)
}

.footer-widget__explore_list_two li a:before {
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 2px;
    content: "";
    transform: scaleX(0);
    background: var(--rbg-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer-widget__explore_list_two li a:hover:before {
    transform: scaleX(1)
}

.mc-form__response {
    color: var(--rbg-base);
    font-size: 14px
}

.mc-form__response a {
    color: var(--rbg-primary)
}

.site-footer_bottom {
    position: relative;
    display: block;
    background: var(--rbg-black);
    border-top: 1px solid var(--rbg-d-gray);
    padding: 22.5px 0
}

.site-footer_bottom .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.site-footer_bottom_copyright p {
    font-size: 15px;
    color: var(--rbg-gray);
    margin: 0
}

.site-footer_bottom_copyright a {
    color: var(--rbg-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer_bottom_copyright a:hover {
    color: var(--rbg-primary)
}

.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: var(--rbg-base);
    color: var(--rbg-black);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.site-footer__social a+a {
    margin-left: 10px
}

.site-footer__social a:hover {
    background: var(--rbg-primary);
    color: var(--rbg-base)
}

.choosing_us_right_points li {
    position: relative;
    display: block;
    padding-left: 100px;
    border-bottom: 1px solid rgba(var(--rbg-base-rgb), .1);
    padding-bottom: 60px;
    margin-bottom: 56px
}

.choosing_us_right_points li:last-child {
    margin-bottom: 0
}

.choosing_us_right_points li .icon_box {
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 500ms ease;
    transform: scale(1);
    transform-origin: center center
}

.choosing_us_right_points li:hover .icon_box {
    transform: scale(.9)
}

.choosing_us_right_points li .icon_box span:before {
    font-size: 65px;
    color: var(--rbg-base);
    line-height: 70px;
    transition: all 500ms ease
}

.choosing_us_right_points li:hover .icon_box span:before {
    color: var(--rbg-primary)
}

.choosing_us_right_points li .content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: var(--rbg-base)
}

.choosing_us_right_points li .content p {
    font-size: 16px;
    color: var(--rbg-base);
    margin: 0;
    margin-top: 10px
}

.thirty__years_experience {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 0 120px;
    background-size: cover;
    background-attachment: fixed
}

.thirty__years_experience .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed
}

.thirty__years_experience:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(var(--rbg-d-gray-rgb), .8)
}

.thirty__years_experience_inner {
    position: relative;
    display: block;
    text-align: center
}

.thirty__years_experience_inner h2 {
    font-size: 60px;
    color: var(--rbg-base);
    font-weight: 700;
    line-height: 70px
}

.thirty__years_experience_btn {
    margin-top: 46px
}

.thirty__years_experience_btn:hover {
    background: var(--rbg-base);
    color: var(--rbg-primary)
}

.testimonials_two {
    position: relative;
    display: block;
    padding: 120px 0 117px;
    background-repeat: no-repeat;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.testimonials_two:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(var(--rbg-light-rgb), .9);
    z-index: -1
}

.testimonials_two .block-title {
    margin-bottom: 35px
}

.testimonials_two_single {
    position: relative;
    display: block;
    border: 2px solid var(--rbg-gray);
    background-color: var(--rbg-base-rgb);
    padding: 55px 57px 48px;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    transition-delay: 200ms;
    height: 300px
}

.testimonials_two_single:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    background-image: url(../images/testimonials/testimonials_1-shape-1.png);
    background-repeat: repeat-x;
    content: "";
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-delay: 200ms
}

.testimonials_two_quote_icon {
    height: 52px;
    width: 52px;
    background: var(--rbg-primary);
    border-radius: 50%;
    color: var(--rbg-base);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -12px;
    right: -12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.testimonials_two_text p {
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    color: var(--rbg-gray)
}

.testimonials_two_client_name {
    margin-top: 33px
}

.testimonials_two_client_name h3 {
    color: var(--rbg-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px
}

.testimonials_two_client_name p {
    font-size: 14px;
    margin: 0
}

.testimonials_two_image {
    position: absolute;
    bottom: -35px;
    right: 65px
}

.testimonials_two_image img {
    width: auto !important
}

.testimonials_two_image:before {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: 2px solid var(--rbg-primary);
    content: ""
}

.testimonials_two .swiper-slide {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 39px
}

.testimonials_two .testimonials_two_single:hover:before {
    opacity: .05
}

.testimonials_two .testimonials_two_single:hover {
    border-color: var(--rbg-base)
}

.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 120px 0 115px;
    background-size: cover
}

.page-header .container {
    position: relative;
    text-align: center
}

.page-header h2 {
    color: var(--rbg-base);
    font-size: 70px;
    font-weight: 800;
    margin: 0;
    line-height: 80px
}

.rbg-breadcrumb {
    margin-bottom: 12px
}

.rbg-breadcrumb li+li {
    margin-left: 15px
}

.rbg-breadcrumb li {
    position: relative;
    display: inline-block
}

.rbg-breadcrumb li:before {
    position: absolute;
    top: 6px;
    right: -13px;
    height: 21px;
    width: 3px;
    content: "";
    background: var(--rbg-primary);
    transform: rotate(10deg)
}

.rbg-breadcrumb li:last-child:before {
    display: none
}

.rbg-breadcrumb li a,
.rbg-breadcrumb li span {
    font-size: 18px;
    color: var(--rbg-primary);
    font-weight: 500;
    display: inline-block;
    line-height: 30px
}

.get_to_know {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.get_to_know_single+.get_to_know_single {
    margin-top: 30px
}

.get_to_know_image {
    position: relative;
    display: block
}

.get_to_know_image img {
    width: 100%
}

.get_to_know_big_image {
    position: relative;
    display: block
}

.get_to_know_big_image img {
    width: 100%
}

.get_to_know_right {
    position: relative;
    display: block;
    margin-left: 70px
}

.get_to_know_right .block-title {
    margin-bottom: 37px
}

.get_to_know_right_text {
    padding-bottom: 25px
}

.get_to_know_right_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 39px
}

.get_to_know_right_bottom_single .title h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    display: flex;
}

.get_to_know_right_bottom_single .title h4::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: var(--rbg-primary);
    margin-right: 12px;
}

.get_to_know_right_bottom_single .content p {
    color: var(--rbg-gray);
    margin: 0
}

.founded_one {
    position: relative;
    display: block;
    padding: 120px 0 107px
}

.founded_one_image {
    position: relative;
    display: block;
    margin-bottom: 60px
}

.founded_one_image img {
    width: 100%
}

.founded_one_left .block-title {
    margin-bottom: 0
}

.founded_text {
    position: relative;
    display: block;
    margin-right: 80px;
    margin-left: 10px
}

.founded_list {
    position: relative;
    display: block;
    margin-left: -53px;
}

.founded_list li {
    display: flex;
}

.founded_list li+li {
    margin-top: 5px
}

.founded_list li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    color: var(--rbg-primary);
    margin-right: 12px;
}

.history_started {
    position: relative;
    display: block;
    background: var(--rbg-light);
    padding: 120px 0 108px
}

.history_single {
    display: flex;
    flex-direction: row
}

.history_single+.history_single {
    margin-top: 48px
}

.history_image {
    position: relative;
    display: block
}

.history_content {
    margin-left: 100px;
    margin-top: -8px
}

.history_content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 39px
}

.history_content p {
    font-size: 16px;
    margin: 0;
    line-height: 34px
}

.all_contact_info {
    position: relative;
    display: block
}

.all_contact_info_inner {
    position: relative;
    display: block;
    background: var(--rbg-light);
    padding: 100px 0 100px
}

.all_contact_info_inner:before {
    position: absolute;
    top: 0;
    left: -100000px;
    bottom: 0;
    right: 0;
    content: "";
    background: var(--rbg-light)
}

.all_contact_info_single .icon,
.all_contact_info_single .content {
    display: table-cell;
    vertical-align: middle
}

.all_contact_info_single .icon {
    width: 65px
}

.all_contact_info_single .icon span {
    height: 65px;
    width: 65px;
    background: var(--rbg-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.all_contact_info_single:hover .icon span {
    background: var(--rbg-black)
}

.all_contact_info_single .icon span:before {
    font-size: 20px;
    color: var(--rbg-base);
    line-height: 25px
}

.all_contact_info_single .content {
    padding-left: 20px
}

.all_contact_info_single .content a {
    font-size: 18px;
    color: var(--rbg-gray);
    transition: all 500ms ease
}

.all_contact_info_single .content a:hover {
    color: var(--rbg-primary)
}

.all_contact_info_single .content p {
    color: var(--rbg-gray);
    margin: 0
}

.contact-one {
    position: relative;
    display: block;
    padding: 120px 0 120px
}

.contact_one_left .block-title {
    margin-bottom: 38px
}

.contact_one_left-text p {
    color: var(--rbg-gray);
    margin: 0
}

.contact_one_left__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 49px
}

.contact_one_left__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: var(--rbg-light);
    color: var(--rbg-black);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.contact_one_left__social a+a {
    margin-left: 10px
}

.contact_one_left__social a:hover {
    background: var(--rbg-primary);
    color: var(--rbg-base)
}

.contact-one__form__wrap {
    position: relative;
    display: block;
    margin-left: 20px
}

.contact-one__form__wrap .row {
    margin-right: -5px;
    margin-left: -5px
}

.contact-one__form__wrap .col-md-6 {
    padding-left: 5px;
    padding-right: 5px
}

.contact-one__form__wrap .col-md-12 {
    padding-left: 5px;
    padding-right: 5px
}

.contact-one__form .input-group input[type="text"],
.contact-one__form .input-group input[type="Email"] {
    height: 78px;
    width: 100%;
    background: var(--rbg-light);
    border: none;
    outline: none;
    padding: 0 30px;
    font-size: 16px;
    color: var(--rbg-gray);
    margin-bottom: 10px
}

.contact-one__form .input-group textarea {
    font-size: 16px;
    color: var(--rbg-gray);
    height: 195px;
    background: var(--rbg-light);
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 30px 25px
}

.contact-one__form .contact__btn {
    position: relative;
    display: block;
    margin-top: 10px
}