/*--------------------------------------------------------------

# Common

--------------------------------------------------------------*/

:root {

 --sb-font: 'Rubik', sans-serif;

 --sb-font-two: 'Rubik', sans-serif;

 --sb-sayinistic-font: 'the_sayinisticitalic';

 --sb-gray: #707070;

 --sb-gray-rgb: 112, 112, 112;

 --sb-primary: #e05723;

 --sb-primary-rgb: 224, 87, 35;

 --sb-black: #17161a;

 --sb-black-rgb: 23, 22, 26;

 --sb-base: #ffffff;

 --sb-base-rgb: 255, 255, 255;

 --sb-extra: #f6f6f6;

 --sb-extra-rgb: 246, 246, 246;

 --sb-bdr-color: #e3e3e3;

 --sb-bdr-color-rgb: 227, 227, 227;

}

.row {

 --bs-gutter-x: 30px;

}

.gutter-y-30 {

 --bs-gutter-y: 30px;

}

body {

    font-family: var(--sb-font);

    color: var(--sb-gray);

    font-size: 18px;

    line-height: 36px;

    font-weight: 400;

}

body.locked {

    overflow: hidden;

}

a {

    color: var(--sb-gray);

}

a, a:hover, a:focus, a:visited {

    text-decoration: none;

}



::placeholder {

 color: inherit;

 opacity: 1;

}

h1, h2, h3, h4, h5, h6 {

    color: var(--sb-black);

    margin: 0;

    font-family: var(--sb-font-two);

    font-weight: 400;

}

dl, ol, ul {

    margin-top: 0;

    margin-bottom: 0;

}



::placeholder {

 color: inherit;

 opacity: 1;

}

.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    overflow: hidden;

}

.container {

    padding-left: 15px;

    padding-right: 15px;

}



@media (min-width: 1200px) {

.container {

    max-width: 1200px;

}

}



::placeholder {

 color: inherit;

 opacity: 1;

}

.section-separator {

    border-color: var(--thm-border);

    border-width: 1px;

    margin-top: 0;

    margin-bottom: 0;

}

#particles-js {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

    background-position: 50% 50%;

    opacity: 0.40;

    z-index: -1;

}

.thm-btn {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    -webkit-appearance: none;

    outline: none !important;

    background-color: transparent;

    color: var(--sb-base);

    font-size: 14px;

    font-weight: 400;

    text-transform: uppercase;

    padding: 14px 58px 14px;

    transition: all 0.3s linear;

    overflow: hidden;

    border: 2px solid var(--sb-primary);

    z-index: 1;

    font-family: var(--sb-font-two);

    text-shadow: 0 0 0.25px currentColor;

}

.thm-btn:after {

    position: absolute;

    content: "";

    top: 0px;

    left: 0px;

    width: 0px;

    height: 0px;

    background-color: var(--sb-primary);

    transition-timing-function: ease-in-out;

    transition-duration: .5s;

    transition-property: all;

    opacity: 0;

    z-index: -1;

}

.thm-btn:hover:after {

    opacity: 1;

    width: 100%;

    top: 0px;

    left: 0px;

    height: 100%;

}

.thm-btn:hover {

    color: var(--sb-base);

}

.section-title {

    margin-top: -6px;

    margin-bottom: 46px;

}

.section-title__tagline {

    position: relative;

    display: block;

    color: var(--sb-primary);

    font-size: 14px;

    line-height: 24px;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    margin-bottom: 6px;

}

.section-title__title {

    margin: 0;

    font-size: 50px;

    line-height: 60px;

    text-transform: uppercase;

}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .bootstrap-select .btn-light:not(:disabled):not(.disabled):active, .bootstrap-select .show>.btn-light.dropdown-toggle {

    box-shadow: none !important;

    outline: none !important;

}

.bootstrap-select>.dropdown-toggle {

    box-shadow: none !important;

}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {

    outline: none !important;

}

.bootstrap-select .dropdown-menu {

    border: 0;

    padding-top: 0;

    padding-bottom: 0;

    margin-top: 0;

    z-index: 991;

    border-radius: 0;

}

.bootstrap-select .dropdown-menu>li+li>a {

    border-top: 1px solid rgba(255, 255, 255, 0.2);

}

.bootstrap-select .dropdown-menu>li.selected>a {

    background: var(--sb-primary);

    color: #fff;

}

.bootstrap-select .dropdown-menu>li>a {

    font-size: 16px;

    font-weight: 500;

    padding: 4px 20px;

    color: #ffffff;

    background: var(--sb-black);

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.bootstrap-select .dropdown-menu>li>a:hover {

    background: var(--sb-primary);

    color: #fff;

    cursor: pointer;

}

.preloader {

    position: fixed;

    background-color: var(--sb-black);

    background-position: center center;

    background-repeat: no-repeat;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    z-index: 9991;

    display: -webkit-box;

    display: flex;

    -webkit-box-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    align-items: center;

    text-align: center;

}

.preloader__image {

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

    -webkit-animation-name: rotateme;

    animation-name: rotateme;

    -webkit-animation-duration: 1000ms;

    animation-duration: 1000ms;

    background-color: var(--sb-black);

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);

}

/* scroll to top */

.scroll-to-top {

    display: inline-block;

    width: 45px;

    height: 45px;

    background: var(--sb-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: #ffffff;

    font-size: 18px;

    line-height: 45px;

}

.scroll-to-top:hover {

    background-color: var(--sb-black);

}

.scroll-to-top:hover i {

    color: #fff;

}

/*--------------------------------------------------------------

# Navigations One

--------------------------------------------------------------*/

.main-header {

    background: transparent;

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    z-index: 999;

    transition: all 500ms ease;

}

.main-header:before {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 1px;

    content: "";

    background-color: rgba(var(--sb-base-rgb), .10);

    z-index: -1;

}

.main-menu {

    position: relative;

    padding: 0 50px;

    z-index: 91;

}

.main-menu-wrapper {

    position: relative;

    display: block;

    display: flex;

}

.main-menu-wrapper__logo {

    position: relative;

    padding-top: 17px;

    z-index: 11;

}

.main-menu-wrapper__main-menu {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

}



@media(min-width: 1200px) {

.main-menu-wrapper__main-menu {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 10;

}

}

.main-menu-wrapper__right {

    position: relative;

    display: flex;

    padding: 34.5px 0;

    align-items: center;

    margin-left: auto;

    z-index: 11;

}

.main-menu-wrapper__call {

    position: relative;

    display: flex;

    align-items: center;

    margin-right: 90px;

}

.main-menu-wrapper__call-icon {

    font-size: 30px;

    color: var(--sb-primary);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.main-menu-wrapper__call-icon:hover {

    color: var(--sb-extra);

}

.main-menu-wrapper__call-number {

    margin-left: 15px;

}

.main-menu-wrapper__call-number h5 {

    font-size: 16px;

    line-height: 27px;

}

.main-menu-wrapper__call-number h5 a {

    color: var(--sb-base);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.main-menu-wrapper__call-number a:hover {

    color: var(--sb-primary);

}

.main-menu-wrapper__call-number p {

    font-size: 13px;

    margin: 0;

    line-height: 14px;

    color: #b1b0b0;

}

.main-menu-wrapper__search-box {

    position: relative;

    display: flex;

    align-items: center;

    padding: 8.5px 0;

}

.main-menu-wrapper__search-box:before {

    position: absolute;

    top: -5px;

    bottom: -4px;

    left: -50px;

    content: "";

    background-color: rgba(var(--sb-base-rgb), .10);

    width: 1px;

}

.main-menu-wrapper__search {

    font-size: 24px;

    color: var(--sb-base);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.main-menu-wrapper__search:hover {

    color: var(--sb-primary);

}

.stricky-header.main-menu {

    padding: 0 50px;

    background-color: var(--sb-black);

}

.main-menu .main-menu__list, .main-menu .main-menu__list ul, .stricky-header .main-menu__list, .stricky-header .main-menu__list ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

    align-items: center;

    display: none;

}



@media (min-width: 1200px) {

.main-menu .main-menu__list,  .main-menu .main-menu__list ul,  .stricky-header .main-menu__list,  .stricky-header .main-menu__list ul {

    display: flex;

}

}

.main-menu .main-menu__list>li, .stricky-header .main-menu__list>li {

    padding-top: 37px;

    padding-bottom: 37px;

    position: relative;

}

.main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li {

    margin-left: 30px;

}

.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {

    font-size: 13px;

    display: flex;

    align-items: center;

    color: var(--sb-base);

    position: relative;

    transition: all 500ms ease;

    font-family: var(--sb-font-two);

    text-transform: uppercase;

    letter-spacing: 0.1em;

}

.main-menu .main-menu__list>li>a::before, .stricky-header .main-menu__list>li>a::before {

    content: '';

    height: 1px;

    border-radius: 0px;

    background-color: var(--sb-primary);

    position: absolute;

    top: 18px;

    left: -10px;

    right: -10px;

    transition: transform 500ms ease;

    transform: scale(0, 1);

    transform-origin: left center;

    z-index: 1;

}

.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {

    color: var(--sb-base);

}

.main-menu .main-menu__list>li.current>a::before, .main-menu .main-menu__list>li:hover>a::before, .stricky-header .main-menu__list>li.current>a::before, .stricky-header .main-menu__list>li:hover>a::before {

    transform: scale(1, 1);

    transform-origin: right center;

}

.main-menu .main-menu__list>li.current>a::before {

    background-color: var(--sb-primary);

}

.main-menu .main-menu__list>li:hover>a::before {

    background-color: var(--sb-primary);

}

.main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul {

    position: absolute;

    top: 100%;

    left: 0;

    min-width: 220px;

    background-color: #fff;

    flex-direction: column;

    justify-content: flex-start;

    align-items: flex-start;

    opacity: 0;

    visibility: hidden;

    transition: 500ms ease;

    z-index: 99;

    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);

}

.main-menu .main-menu__list li:hover>ul, .stricky-header .main-menu__list li:hover>ul {

    opacity: 1;

    visibility: visible;

}

.main-menu .main-menu__list li ul li, .stricky-header .main-menu__list li ul li {

    flex: 1 1 100%;

    width: 100%;

    position: relative;

}

.main-menu .main-menu__list li ul li+li, .stricky-header .main-menu__list li ul li+li {

    border-top: 1px solid RGBA(var(--sb-black), 0.1);

}

.main-menu .main-menu__list li ul li a, .stricky-header .main-menu__list li ul li a {

    font-size: 16px;

    line-height: 30px;

    color: var(--sb-black);

    display: flex;

    padding-left: 20px;

    padding-right: 20px;

    padding-top: 10px;

    font-family: var(--sb-font-two);

    text-transform: uppercase;

    letter-spacing: 0.1em;

    padding-bottom: 10px;

    font-size: 13px;

    transition: 500ms;

}

.main-menu .main-menu__list li ul li:hover>a, .stricky-header .main-menu__list li ul li:hover>a {

    background-color: var(--sb-primary);

    color: #fff;

}

.main-menu .main-menu__list li ul li>ul, .stricky-header .main-menu__list li ul li>ul {

    top: 0;

    left: 100%;

}

.main-menu .main-menu__list li ul li>ul.right-align, .stricky-header .main-menu__list li ul li>ul.right-align {

    top: 0;

    left: auto;

    right: 100%;

}

.main-menu .main-menu__list li ul li>ul ul, .stricky-header .main-menu__list li ul li>ul ul {

    display: none;

}

.stricky-header {

    position: fixed;

    z-index: 991;

    top: 0;

    left: 0;

    background-color: #fff;

    width: 100%;

    visibility: hidden;

    transform: translateY(-120%);

    transition: transform 500ms ease, visibility 500ms ease;

    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);

}



@media (max-width: 1199px) {

.stricky-header {

    display: none !important

}

}

.stricky-header.stricky-fixed {

    transform: translateY(0);

    visibility: visible;

}

.stricky-header .main-menu__inner {

    box-shadow: none;

    padding-right: 0;

    max-width: 1170px;

    width: 100%;

    margin: 0 auto;

}

.mobile-nav__buttons {

    display: flex;

    margin-left: auto;

    margin-right: 10px;

}



@media (min-width: 1200px) {

.mobile-nav__buttons {

    display: none;

}

}

.mobile-nav__buttons a {

    font-size: 20px;

    color: var(--sb-black);

    cursor: pointer;

}

.mobile-nav__buttons a+a {

    margin-left: 10px;

}

.mobile-nav__buttons a:hover {

    color: var(--sb-base);

}

.main-menu .mobile-nav__toggler {

    font-size: 20px;

    color: var(--sb-primary);

    cursor: pointer;

    transition: 500ms;

}

.main-menu .mobile-nav__toggler:hover {

    color: var(--sb-base);

}



@media (min-width: 1200px) {

.main-menu .mobile-nav__toggler {

    display: none;

}

}







/*--------------------------------------------------------------

# Animations

--------------------------------------------------------------*/

@keyframes bubbleMover {

 0% {

 -webkit-transform: translateY(0px) translateX(0) rotate(0);

 transform: translateY(0px) translateX(0) rotate(0);

}

 30% {

 -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

 transform: translateY(30px) translateX(50px) rotate(15deg);

 -webkit-transform-origin: center center;

 transform-origin: center center;

}

 50% {

 -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);

 transform: translateY(50px) translateX(100px) rotate(45deg);

 -webkit-transform-origin: right bottom;

 transform-origin: right bottom;

}

 80% {

 -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);

 transform: translateY(30px) translateX(50px) rotate(15deg);

 -webkit-transform-origin: left top;

 transform-origin: left top;

}

 100% {

 -webkit-transform: translateY(0px) translateX(0) rotate(0);

 transform: translateY(0px) translateX(0) rotate(0);

 -webkit-transform-origin: center center;

 transform-origin: center center;

}

}

 @keyframes shapeMover {

 0%,  100% {

 transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);

}

 50% {

 transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);

}

}

 @keyframes banner3Shake {

 0% {

 -webkit-transform: rotate3d(0, 1, 0, 0deg);

 transform: rotate3d(0, 1, 0, 0deg);

}

 30% {

 -webkit-transform: rotate3d(0, 0, 1, 5deg);

 transform: rotate3d(0, 0, 1, 5deg);

}

 60% {

 -webkit-transform: rotate3d(1, 0, 0, 0deg);

 transform: rotate3d(1, 0, 0, 0deg);

}

 80% {

 -webkit-transform: rotate3d(0, 0, 1, 5deg);

 transform: rotate3d(0, 0, 1, 5deg);

}

 100% {

 -webkit-transform: rotate3d(0, 1, 0, 0deg);

 transform: rotate3d(0, 1, 0, 0deg);

}

}

 @keyframes squareMover {

 0%,  100% {

 -webkit-transform: translate(0, 0) rotate(0);

 transform: translate(0, 0) rotate(0);

}

 20%,  60% {

 -webkit-transform: translate(20px, 40px) rotate(180deg);

 transform: translate(20px, 40px) rotate(180deg);

}

 30%,  80% {

 -webkit-transform: translate(40px, 60px) rotate(0deg);

 transform: translate(40px, 60px) rotate(0deg);

}

}

 @keyframes treeMove {

 0%,  100% {

 -webkit-transform: rotate(0deg) translateX(0);

 transform: rotate(0deg) translateX(0);

}

 25%,  75% {

 -webkit-transform: rotate(5deg) translateX(15px);

 transform: rotate(5deg) translateX(15px);

}

 50% {

 -webkit-transform: rotate(10deg) translateX(30px);

 transform: rotate(10deg) translateX(30px);

}

}

/*--------------------------------------------------------------

# Mobile Nav

--------------------------------------------------------------*/

.mobile-nav__wrapper {

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    opacity: 0;

    transform: translateX(-50%);

    transform-origin: right center;

    transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;

    z-index: 999;

    visibility: hidden;

}

.mobile-nav__wrapper .container {

    padding-left: 0;

    padding-right: 0;

}

.mobile-nav__wrapper.expanded {

    opacity: 1;

    transform: translateX(0%);

    visibility: visible;

}

.mobile-nav__overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #000000;

    opacity: 0.5;

    cursor: pointer;

}

.mobile-nav__content {

    width: 300px;

    background-color: var(--sb-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 .thm-btn {

    padding: 8px 0;

    width: 100%;

    text-align: center;

}

.mobile-nav__content .logo-box {

    margin-bottom: 40px;

    display: flex;

}

.mobile-nav__close {

    position: absolute;

    top: 20px;

    right: 15px;

    font-size: 18px;

    color: var(--thm-text-dark);

    cursor: pointer;

}

.mobile-nav__content .main-menu__list, .mobile-nav__content .main-menu__list ul {

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.mobile-nav__content .main-menu__list ul {

    display: none;

    border-top: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-nav__content .main-menu__list li:not(:last-child) {

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-nav__content .main-menu__list li a {

    display: flex;

    justify-content: space-between;

    line-height: 30px;

    color: #ffffff;

    font-size: 14px;

    font-family: var(--sb-font);

    font-weight: 500;

    height: 46px;

    align-items: center;

    transition: 500ms;

}

.mobile-nav__content .main-menu__list li a.expanded {

    color: var(--thm-secondary);

}

.mobile-nav__content .main-menu__list li a button {

    width: 30px;

    height: 30px;

    background-color: var(--sb-primary);

    border: none;

    outline: none;

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    transform: rotate(-90deg);

    transition: transform 500ms ease;

}

.mobile-nav__content .main-menu__list li a button.expanded {

    transform: rotate(0deg);

    background-color: #fff;

    color: var(--sb-black);

}

.mobile-nav__content .main-menu__list li.cart-btn span {

    position: relative;

    top: auto;

    right: auto;

    transform: translate(0, 0);

}

.mobile-nav__content .main-menu__list li.cart-btn i {

    font-size: 16px;

}

.mobile-nav__top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 30px;

}

.mobile-nav__top .main-menu__login a {

    color: var(--thm-text-dark);

}

.mobile-nav__container {

    border-top: 1px solid rgba(255, 255, 255, 0.1);

    border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

.mobile-nav__social {

    display: flex;

    align-items: center;

}

.mobile-nav__social a {

    font-size: 16px;

    color: var(--sb-primary);

    transition: 500ms;

}

.mobile-nav__social a+a {

    margin-left: 30px;

}

.mobile-nav__social a:hover {

    color: #ffffff;

}

.mobile-nav__contact {

    margin-bottom: 0;

    margin-top: 20px;

    margin-bottom: 20px;

}

.mobile-nav__contact li {

    color: var(--thm-text-dark);

    font-size: 14px;

    font-weight: 500;

    position: relative;

    display: flex;

    align-items: center;

}

.mobile-nav__contact li+li {

    margin-top: 15px;

}

.mobile-nav__contact li a {

    color: #ffffff;

    transition: 500ms;

}

.mobile-nav__contact li a:hover {

    color: var(--sb-primary);

}

.mobile-nav__contact li>i {

    width: 30px;

    height: 30px;

    border-radius: 50%;

    background-color: var(--sb-primary);

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    font-size: 11px;

    margin-right: 10px;

    color: #fff;

}

.mobile-nav__container .main-logo, .mobile-nav__container .topbar__buttons, .mobile-nav__container .main-menu__language, .mobile-nav__container .main-menu__login {

    display: none;

}

/*--------------------------------------------------------------

# Search Popup

--------------------------------------------------------------*/

.search-popup {

    position: fixed;

    top: 0;

    left: 0;

    width: 100vw;

    height: 100vh;

    z-index: 9999;

    padding-left: 20px;

    padding-right: 20px;

    display: flex;

    justify-content: center;

    align-items: center;

    transform: translateY(-110%);

    transition: transform 500ms ease, opacity 500ms ease;

}

.search-popup.active {

    transform: translateY(0%);

}

.search-popup__overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--sb-black);

    opacity: 0.75;

    cursor: pointer;

}

.search-popup__content {

    width: 100%;

    max-width: 560px;

}

.search-popup__content form {

    display: flex;

    flex-wrap: wrap;

    position: relative;

    background-color: #fff;

    border-radius: 0px;

    overflow: hidden;

}

.search-popup__content form input[type="search"], .search-popup__content form input[type="text"] {

    width: 100%;

    background-color: #fff;

    font-size: 16px;

    border: none;

    outline: none;

    height: 66px;

    padding-left: 30px;

}

.search-popup__content .thm-btn {

    padding: 0;

    width: 68px;

    height: 68px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    position: absolute;

    top: 0;

    right: -1px;

    border-radius: 0;

    background-color: var(--sb-primary);

    border: 0;

}

.search-popup__content .thm-btn:hover {

    background-color: var(--sb-black);

}

.search-popup__content .thm-btn i {

    margin: 0;

}

.main-slider__social {

    position: absolute;

    bottom: 484px;

    left: -57px;

    z-index: 100;

    display: flex;

    align-items: center;

    transform: rotate(-90deg);

}

.main-slider__social a {

    position: relative;

    display: inline-block;

    color: var(--sb-base);

    font-size: 13px;

    font-family: var(--sb-font-two);

    text-transform: uppercase;

    letter-spacing: 0.1em;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.main-slider__social a:before {

    position: absolute;

    top: 17px;

    left: -10px;

    right: -10px;

    content: "";

    height: 1px;

    background-color: var(--sb-primary);

    transition: transform 500ms ease;

    transform: scale(0, 1);

    transform-origin: left center;

}

.main-slider__social a:hover:before {

    transform: scale(1, 1);

    transform-origin: right center;

}

.main-slider__social a+a {

    margin-left: 50px;

}

.slider-bottom-box {

    position: absolute;

    left: 0;

    bottom: 41px;

    right: 0;

    min-height: 50px;

    max-width: 1200px;

    width: 100%;

    margin: 0 auto;

    padding: 0 15px;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

}

.main-slider__nav {

    position: relative;

    float: right;

    width: 150px;

    z-index: 100;

    display: flex;

    align-items: flex-start;

}

.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev {

    position: relative;

    top: auto;

    left: auto;

    right: auto;

    bottom: auto;

    z-index: 100;

    margin: 0;

    font-size: 10px;

    color: var(--sb-base);

    transition: color 500ms ease;

}

.main-slider__nav .swiper-button-next {

    margin-left: 10px;

}

.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover {

    color: var(--sb-primary);

}

.main-slider__nav .swiper-button-prev {

    margin-right: 10px;

}

.main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after {

    display: none;

}

#main-slider-pagination {

    z-index: 10;

    width: 150px;

    text-align: left;

    position: relative;

    margin-right: auto;

    float: left;

}

#main-slider-pagination .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    border: 2px solid transparent;

    background-color: rgba(var(--sb-base-rgb), .80);

}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {

    margin-left: 5px;

}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

    border: 2px solid #e05723;

    background-color: rgba(var(--sb-base-rgb), 0);

}

/*--------------------------------------------------------------

# Main Slider 

--------------------------------------------------------------*/

.main-slider-three {

    position: relative;

    display: block;

}

.main-slider-three .swiper-slide {

    position: relative;

    background-color: var(--sb-black);

}

.main-slider-three .image-layer {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    opacity: 0.60;

    z-index: -1;

}

.main-slider-three-map {

    position: absolute;

    top: 242px;

    left: 0;

    height: 487px;

    width: 1008px;

    background-position: top center;

    opacity: 0.08;

    z-index: -1;

}

.main-slider-three__img-1 {

    position: absolute;

    top: 240px;

    right: 100px;

    opacity: 0;

    transform: translateX(100%);

    transition: transform 2000ms ease 2000ms,  opacity 2000ms ease 2000ms,  color 500ms ease,  background 500ms ease;

    z-index: 2;

}

.main-slider-three__img-2 {

    position: absolute;

    top: 190px;

    right: 0px;



    opacity: 0;

    visibility: hidden;

    transform: translateX(150%);

    transition: transform 1500ms ease 0ms, opacity 1500ms ease 0ms;

    z-index: 1;

}

.main-slider-three__img-2 img {

    mix-blend-mode: luminosity;

}

.main-slider-three .swiper-slide-active .main-slider-three__img-1, .main-slider-three .swiper-slide-active .main-slider-three__img-2 {

    visibility: visible;

    opacity: 1;

    transform: translateY(0) translateX(0);

}

.main-slider-three .swiper-slide-active .main-slider-three__img-1 {

    transition-delay: 1000ms;

}

.main-slider-three .container {

    position: relative;

    padding-top: 278px;

    padding-bottom: 245px;

    z-index: 30;

}

.main-slider-three__content {

    position: relative;

    display: block;

}

.main-slider-three__content h4 {

    font-size: 32px;

    color: var(--sb-base);

    text-transform: uppercase;

    line-height: 79px;

    opacity: 0;

    visibility: hidden;

    transform: translateY(-120px);

    transition-delay: 1000ms;

    transition: transform 2000ms ease, opacity 2000ms ease;

}

.main-slider-three__content h2 {

    font-size: 79px;

    color: var(--sb-base);

    text-transform: uppercase;

    line-height: 79px;

    opacity: 0;

    visibility: hidden;

    transform: translateY(-120px);

    transition-delay: 1000ms;

    transition: transform 2000ms ease, opacity 2000ms ease;

}

.main-slider-three__content p {

    margin: 0;

    color: var(--sb-base);

    opacity: .5;

    padding-top: 26px;

    padding-bottom: 43px;

    opacity: 0;

    transform: translateY(100px);

    transition-delay: 2500ms;

    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;

}

.main-slider-three .swiper-slide-active .main-slider-three__content p {

    opacity: .5;

    visibility: visible;

    transform: translateY(0) translateX(0);

}

.main-slider-three__btn-box {

    position: relative;

    display: inline-block;

    opacity: 0;

    transform: translateY(100px);

    transition-delay: 2500ms;

    transition: transform 2000ms ease,  opacity 2000ms ease,  color 500ms ease,  background 500ms ease;

}

.main-slider-three__arrow {

    position: absolute;

    top: -26px;

    right: -90px;

    -webkit-animation-name: btnIconMove;

    animation-name: btnIconMove;

    -webkit-animation-duration: 2s;

    animation-duration: 2s;

    -webkit-animation-timing-function: linear;

    animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

}

.main-slider-three .swiper-slide-active .main-slider-three__content h4, .main-slider-three .swiper-slide-active .main-slider-three__content h2, .main-slider-three .swiper-slide-active .main-slider-three__btn-box {

    visibility: visible;

    opacity: 1;

    transform: translateY(0) translateX(0);

}

/*--------------------------------------------------------------

# Brand One

--------------------------------------------------------------*/

.brand-one {

    position: relative;

    display: block;

    padding: 93px 0 99px;

    border-top: 1px solid var(--sb-bdr-color);

}

.brand-one .swiper-slide {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

}

.brand-one .swiper-slide img {

    -webkit-transition: 500ms;

    transition: 500ms;

    opacity: 0.9;

    max-width: 100%;

}

.brand-one .swiper-slide img:hover {

    opacity: 1;

}

/*--------------------------------------------------------------

# Counter One

--------------------------------------------------------------*/

.counter-one {

    position: relative;

    display: block;

    margin-top: -120px;

    z-index: 1;

    background: #121212;

}

.counter-one__inner {

    position: relative;

    display: block;

    max-width: 1410px;

    width: 100%;

    margin: 0 auto;

    padding: 100px 0 94px;

    background-color: #121212;

    z-index: 1;

}

.counter-one__box-one {

    position: absolute;

    bottom: -106px;

    right: -106px;

    height: 106px;

    width: 106px;

    background-color: var(--sb-primary);

    animation: boxRotate 8s linear infinite;

    transform-origin: left;

}

.counter-one__box-two {

    position: absolute;

    bottom: -212px;

    right: 0;

    height: 106px;

    perspective: 106px;

    width: 106px;

    background-color: var(--sb-extra);

    animation: boxRotate 8s linear infinite;

    transform-origin: right;

}

.counter-one-pattern {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    opacity: 0.05;

    z-index: -1;

}

.counter-one__list {

    position: relative;

    display: flex;

    align-items: center;

    flex-wrap: wrap;

}

.counter-one__single {

    position: relative;

    flex: 0 0 25%;

    max-width: 25%;

    width: 100%;

    text-align: center;

}

.counter-one__single:before {

    position: absolute;

    top: 0;

    bottom: 10px;

    left: 0;

    content: "";

    width: 1px;

    background-color: #e05723;

}

.counter-one__single:first-child:before {

    display: none;

}

.counter-one__icon {

    height: 106px;

    width: 106px;

    background-color: #ffffff;

    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto 15px;

}

.counter-one__icon span {

    color: var(--sb-primary);

    font-size: 65px;

    position: relative;

    display: inline-block;

    transition: transform 500ms linear, color 500ms ease;

    transform: scale(1);

}

.counter-one__single:hover .counter-one__icon span {

    transform: scale(.9);

    color: var(--sb-black);

}

.counter-one__single h3 {

    font-size: 50px;

    font-family: var(--sb-font-two) !important;

    line-height: 60px !important;

    color: #fff;

}

.counter-one__text {

    margin: 0;

    line-height: 32px;

    color: #e05723;

}

.counter-one__single .odometer-formatting-mark {

    display: none;

}

/*--------------------------------------------------------------

# portfolio-one

--------------------------------------------------------------*/

.project-one {

    position: relative;

    display: block;

    padding: 120px 0 90px;

    background: #121212;

}

.project-one .section-title {

    margin-bottom: 13px;

}

.project-one .section-title__title {

    color: #fff;

}

.project-filter {

    position: relative;

    display: block;

    text-align: center;

    margin-bottom: 47px;

}

.project-filter.style1 li {

    position: relative;

    display: inline-block;

    vertical-align: middle;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.project-filter.style1 li:nth-child(1) {

    padding-right: 13px;

}

.project-filter.style1 li .filter-text {

    position: relative;

    color: var(--sb-gray);

    font-size: 15px;

    font-weight: 400;

    display: block;

    cursor: pointer;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    transition: all 0.4s ease;

    z-index: 1;

}

.project-filter.style1 li .filter-text:before {

    position: absolute;

    top: 18px;

    left: -10px;

    right: -6px;

    content: "";

    background: var(--sb-primary);

    height: 1px;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

    transform: scale(0);

    z-index: 1;

}

.project-filter.style1 li .filter-text:hover:before, .project-filter.style1 li.active .filter-text:before {

    transform: scale(1);

}

.project-filter.style1 li:hover .filter-text, .project-filter.style1 li.active .filter-text {

    color: var(--sb-black);

}

.project-filter.style1 li .count {

    color: var(--sb-gray);

    font-size: 12px;

    line-height: 26px;

    font-weight: 500;

    display: inline-block;

    padding: 0 0;

    opacity: 0;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    position: relative;

    top: -4px;

}

.project-filter.style1 li:hover .count, .project-filter.style1 li.active .count {

    color: var(--sb-black);

    opacity: 1;

}

.project-filter.style1 li+li {

    margin-left: 8px;

}

.project-one__single {

    position: relative;

    display: block;

    margin-bottom: 30px;

    overflow: hidden;

}

.project-one__img {

    position: relative;

    display: block;

    background-color: var(--sb-black);

    width: 100%;

}

.project-one__img img {

    width: 100%;

    mix-blend-mode: luminosity;

    transition: transform 500ms ease, mix-blend-mode 500ms ease;

    transform: scale(1);

}

.project-one__single:hover .project-one__img img {

    mix-blend-mode: normal;

    transform: scale(1.05);

}

.project-one__hover {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 35px;

    padding: 31px 50px 29px;

    transform: scaleY(0.0);

    transform-origin: center;

    transform-style: preserve-3d;

    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);

    z-index: 1;

}

.project-one__single:hover .project-one__hover {

    transform: scaleY(1.0);

}

.project-one__hover:before {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: "";

    background-color: rgba(var(--sb-black-rgb), .90);

    z-index: -1;

}

.project-one__tagline {

    position: relative;

    font-size: 12px;

    color: var(--sb-base);

    text-transform: uppercase;

    letter-spacing: 0.1em;

    margin: 0;

    line-height: 26px;

}

.project-one__tagline:before {

    position: absolute;

    top: 50%;

    left: -50px;

    content: "";

    height: 1px;

    width: 29px;

    background-color: var(--sb-primary);

    transform: translateY(-50%);

}

.project-one__title {

    font-size: 20px;

    text-transform: uppercase;

    line-height: 30px;

}

.project-one__title a {

    color: var(--sb-base);

    transition: all 500ms ease;

}

.project-one__title a:hover {

    color: var(--sb-primary);

}

/*--------------------------------------------------------------

# Site Footer

--------------------------------------------------------------*/

.site-footer {

    position: relative;

    display: block;

    background-color: #17161a;

    z-index: 1;

}

.site-footer__top {

    position: relative;

    display: block;

    border-bottom: 1px solid rgba(var(--sb-base-rgb), .10);

    padding: 44px 0 38px;

    z-index: 1;

}

.site-footer__top-shape {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    opacity: .15;

    z-index: -1;

}

.site-footer__top-inner {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.site-footer__top-left {

    position: relative;

    display: block;

}

.site-footer__top-left-title {

    font-size: 24px;

    color: var(--sb-base);

    text-transform: uppercase;

    line-height: 34px;

}

.site-footer__top-left-phone {

    font-size: 24px;

    color: var(--sb-primary);

    font-family: var(--sb-font-two);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.site-footer__top-left-phone:hover {

    color: var(--sb-base);

}

.site-footer__top-right {

    position: relative;

    display: block;

}

.site-footer__top-right-social {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

}

.site-footer__top-right-social a {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    text-align: center;

    color: var(--sb-base);

    font-size: 20px;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.site-footer__top-right-social a:hover {

    color: var(--sb-primary);

}

.site-footer__top-right-social a+a {

    margin-left: 25px;

}

.site-footer__middle {

    position: relative;

    display: block;

    padding-top: 93px;

    padding-bottom: 100px;

}

.site-footer__middle-inner {

    position: relative;

    display: block;

}

.footer-widget__contact {

    position: relative;

    display: block;

}

.footer-widget__title {

    font-size: 18px;

    color: var(--sb-base);

    text-transform: uppercase;

    line-height: 28px;

    margin-bottom: 31px;

}

.footer-widget__contact-text {

    font-size: 15px;

    color: #807e86;

    line-height: 34px;

    margin: 0;

}

.footer-widget__contact-email-phone {

    font-size: 15px;

    font-family: var(--sb-font);

    line-height: 33px;

}

.footer-widget__contact-email {

    color: var(--sb-base);

    display: block;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.footer-widget__contact-email:hover {

    color: var(--sb-primary);

}

.footer-widget__contact-phone {

    color: var(--sb-base);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.footer-widget__contact-phone:hover {

    color: var(--sb-primary);

}

.footer-widget__links {

    position: relative;

    display: block;

}

.footer-widget__links-list {

    position: relative;

    display: block;

    float: left;

}

.footer-widget__links-list li {

    position: relative;

    display: block;

    line-height: 33px;

}

.footer-widget__links-list li a {

    position: relative;

    display: inline-block;

    font-size: 15px;

    color: #807e85;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.footer-widget__links-list li a:hover {

    color: var(--sb-base);

}

.footer-widget__links-list li a:before {

    position: absolute;

    top: 16px;

    left: -10px;

    right: -10px;

    content: "";

    background-color: var(--sb-primary);

    height: 1px;

    transition: transform 500ms ease;

    transform: scale(0, 1);

    transform-origin: left center;

}

.footer-widget__links-list li a:hover:before {

    transform: scale(1, 1);

    transform-origin: right center;

}

.footer-widget__links-list-two {

    margin-left: 95px;

}

.footer-widget__newsletter {

    position: relative;

    display: block;

    background-color: #100f12;

    margin-left: 50px;

    padding: 43px 50px 41px;

    margin-top: 7px;

}

.footer-widget__newsletter .footer-widget__title {

    margin-bottom: 0;

}

.footer-widget__newsletter-form {

    position: relative;

    display: block;

}

.footer-widget__newsletter-input-box {

    position: relative;

    display: block;

}

.footer-widget__newsletter-input-box:before {

    position: absolute;

    bottom: 8px;

    left: 0;

    right: 0;

    content: "";

    height: 2px;

    background-color: rgba(var(--sb-base-rgb), .20);

    border-radius: 0;

}

 .footer-widget__newsletter-input-box input:-webkit-autofill, .footer-widget__newsletter-input-box input:-webkit-autofill:hover, .footer-widget__newsletter-input-box input:-webkit-autofill:focus, .footer-widget__newsletter-input-box textarea:-webkit-autofill, .footer-widget__newsletter-input-box textarea:-webkit-autofill:hover, .footer-widget__newsletter-input-box textarea:-webkit-autofill:focus, .footer-widget__newsletter-input-box select:-webkit-autofill, .footer-widget__newsletter-input-box select:-webkit-autofill:hover, .footer-widget__newsletter-input-box select:-webkit-autofill:focus {

 border: 0px solid var(--sb-black);

 -webkit-text-fill-color: #807e85;

 -webkit-box-shadow: 0 0 0px 1000px var(--sb-black) inset;

 box-shadow: 0 0 0px 1000px var(--sb-black) inset;

 transition: background-color 5000s ease-in-out 0s;

}

.footer-widget__newsletter-input-box input[type="email"] {

    font-size: 14px;

    color: #807e85;

    font-weight: 400;

    height: 70px;

    width: 100%;

    background: transparent;

    border: none;

    border-radius: 0;

    padding-right: 60px;

    outline: none;

    box-shadow: none !important;

}

.footer-widget__newsletter-btn {

    position: absolute;

    top: 50%;

    right: 0;

    height: 70px;

    width: 60px;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    border-radius: 50%;

    background: transparent;

    border: 0;

    transform: translateY(-50%);

    transition: all 500ms ease;

    padding: 0;

}

.footer-widget__newsletter-btn i {

    font-size: 16px;

    color: var(--sb-primary);

}

.footer-widget__newsletter-bottom {

    display: flex;

    align-items: center;

    margin-top: 5px;

}

.footer-widget__newsletter-bottom-icon {

    height: 18px;

    width: 18px;

    border: 1px solid #3c3b3d;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

}

.footer-widget__newsletter-bottom-icon i {

    font-size: 8px;

    color: #807e85;

}

.footer-widget__newsletter-bottom-text {

    margin-left: 10px;

}

.footer-widget__newsletter-bottom-text p {

    font-size: 14px;

    color: #807e85;

    margin: 0;

}

.site-footer__bottom {

    position: relative;

    display: block;

    background-color: #100f12;

    padding: 30px 0;

}

.site-footer__bottom-inner {

    position: relative;

    display: block;

    text-align: center;

}

.site-footer__bottom-text {

    font-size: 15px;

    color: #807e85;

    margin: 0;

}

.site-footer__bottom-text a {

    color: #e05723!important;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.site-footer__bottom-text a:hover {

    color: var(--sb-base);

}

/*--------------------------------------------------------------

# CTA 

--------------------------------------------------------------*/

.cta-two {

    position: relative;

    display: block;

    background-color: #b70725;

}

.cta-two__inner {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 92px 0;

}

.cta-two__box-1 {

    position: absolute;

    top: -112px;

    left: 0;

    height: 112px;

    width: 112px;

    background-color: var(--sb-base);

    z-index: 1;

    animation: boxRotate 8s linear infinite;

    transform-origin: right;

}

.cta-two__box-2 {

    position: absolute;

    top: -224px;

    left: 112px;

    height: 112px;

    width: 112px;

    background-color: var(--sb-primary);

    z-index: 1;

    animation: boxRotate 8s linear infinite;

    transform-origin: left;

}

.cta-two__left {

    position: relative;

    display: flex;

    align-items: center;

}

.cta-two__icon {

    display: flex;

    align-items: center;

}

.cta-two__icon span {

    position: relative;

    display: inline-block;

    font-size: 65px;

    color: var(--sb-base);

    transition: transform 500ms linear;

    transform: scale(1);

}

.cta-two__inner:hover .cta-two__icon span {

    transform: scale(.9);

}

.cta-two__title-box {

    margin-left: 30px;

}

.cta-two__title {

    font-size: 30px;

    line-height: 43px;

    color: var(--sb-base);

}

.cta-two__right {

    position: relative;

    display: block;

}

.cta-two__btn {

    border: 2px solid var(--sb-base);

    text-transform: capitalize;

    font-size: 20px;

}

.cta-two__btn:after {

    background-color: var(--sb-base);

}

.cta-two__btn:hover {

    color: var(--sb-black);

}

/*--------------------------------------------------------------

# Services 

--------------------------------------------------------------*/

.services-three {

    position: relative;

    display: block;

    padding-top: 120px;

    z-index: 1;

    background: #121212;

}

.services-three:before {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 398px;

    background-color: #202020;

    content: "";

    z-index: -1;

}

.services-three-shape {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 398px;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    opacity: 0.05;

    z-index: -1;

}

.services-three__top {

    position: relative;

    display: block;

}

.services-three__single {

    position: relative;

    display: block;

    background-color: #090909;

    border: 1px solid transparent;

    text-align: center;

    padding: 60px 10px 45px;

    margin-bottom: 30px;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}

.services-three__single:hover {

    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);

    border: 1px solid var(--sb-bdr-color);

}

.services-three_icon {

    position: relative;

    height: 106px;

    width: 106px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 0 auto;

}

.services-three_icon:before {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    content: "";

    transition: transform 500ms ease;

    transform: scale(1, 0);

    transform-origin: bottom center;

}

.services-three__single:hover .services-three_icon:before {

    transform: scale(1, 1);

    transform-origin: top center;

}

.services-three_icon span {

    position: relative;

    display: inline-block;

    color: var(--sb-primary);

    font-size: 64px;

    transition: transform 500ms ease, color 500ms ease;

    transform: scale(1);

}

.services-three__single:hover .services-three_icon span {

    color: var(--sb-base);

    transform: scale(.9);

}

.services-three__title {

    font-size: 20px;

    text-transform: uppercase;

    margin-top: 27px;

    margin-bottom: 22px;

}

.services-three__title a {

    color: #fff;

    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;

    transition: all 500ms ease;

}

.services-three__single:hover .services-three__title a {

    background-size: 100% 1px;

    color: var(--sb-primary);

}

.services-three__text {

    font-size: 16px;

    margin: 0;

    line-height: 32px;

}

.services-three__btn-box {

    position: relative;

    display: inline-block;

    margin-top: 18px;

}

.services-three__btn {

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    font-family: var(--sb-font-two);

}

.services-three__single:hover .services-three__btn {

    color: #fff;

}

.services-three__btn:before {

    position: absolute;

    top: 18px;

    left: -10px;

    right: -10px;

    content: "";

    height: 1px;

    background-color: var(--sb-primary);

    transition: transform 500ms ease;

    transform: scale(0, 1);

    transform-origin: left center;

}

.services-three__single:hover .services-three__btn:before {

    transform: scale(1, 1);

    transform-origin: right center;

}

.services-three__bottom {

    position: relative;

    display: block;

    text-align: center;

    border-bottom: 1px solid #e5e5e5;

    padding-bottom: 50px;

    padding-top: 20px;

}

.services-three__bottom-text {

    font-size: 16px;

    margin: 0;

}

.services-three__bottom-text a {

    color: var(--sb-black);

    position: relative;

    display: inline-block;

    margin-left: 12px;

    transition: all 500ms ease;

}

.services-three__bottom-text a:hover {

    color: var(--sb-primary);

}

.services-three__bottom-text a:before {

    position: absolute;

    top: 17px;

    left: -10px;

    right: -10px;

    content: "";

    background-color: var(--sb-primary);

    height: 1px;

}

/*--------------------------------------------------------------

# Welcome 

--------------------------------------------------------------*/

.welcome-three {

    position: relative;

    display: block;

    padding: 120px 0 120px;

    background: #121212;

}

.welcome-three__left {

    position: relative;

    display: block;

}

.welcome-three .section-title {

    margin-bottom: 26px;

    color: #fff!important;

}

.welcome-three .section-title__title {

    color: #fff!important;

}

.welcome-three__text {

    margin: 0;

}

.welcome-three__features {

    position: relative;

    display: block;

    border-top: 1px solid var(--sb-bdr-color);

    padding-top: 49px;

    margin-top: 38px;

    padding-bottom: 56px;

}

.welcome-three__features-box {

    display: flex;

    align-items: center;

}

.welcome-three__features-box li {

    position: relative;

    display: flex;

    align-items: center;

}

.welcome-three__features-box li+li {

    margin-left: 52px;

}

.welcome-three__features-box li .icon {

    display: flex;

    align-items: center;

}

.welcome-three__features-box li .icon span {

    font-size: 64px;

    color: var(--sb-primary);

    position: relative;

    display: inline-block;

    transition: all 500ms linear;

    transition-delay: 0.1s;

}

.welcome-three__features-box li:hover .icon span {

    transform: rotateY(360deg);

}

.welcome-three__features-box li .text {

    margin-left: 25px;

}

.welcome-three__features-box li .text p {

    margin: 0;

    color: #fff;

    line-height: 30px;

}

.welcome-three__btn {

    color: #e05723;

}

.welcome-three__right {

    position: relative;

    display: block;

    margin-left: 100px;

}

.welcome-three__img-box {

    position: relative;

    display: block;

}

.welcome-three__img-box:before {

    position: absolute;

    top: 0;

    left: -40px;

    width: 20px;

    height: 160px;

    content: "";

    background-color: var(--sb-primary);

}

.welcome-three-img {

    position: relative;

    display: block;

    background-color: var(--sb-black);

    overflow: hidden;

}

.welcome-three-img:after {

    position: absolute;

    top: 0;

    left: -100%;

    display: block;

    content: '';

    width: 50%;

    height: 100%;

    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);

    transform: skewX(-25deg);

    z-index: 1;

}

.welcome-three__img-box:hover .welcome-three-img:after {

    -webkit-animation: shine 1.5s;

    animation: shine 1.5s;

}

.welcome-three-img>img {

    width: 100%;

    mix-blend-mode: luminosity;

    transition: all 500ms ease;

}

.welcome-three__small-img {

    position: absolute;

    bottom: 0;

    left: -100px;

    background-color: var(--sb-black);

    z-index: 2;

}

.welcome-three__small-img>img {

    mix-blend-mode: luminosity;

    transition: all 500ms ease;

}

/*--------------------------------------------------------------

# Watch Video

--------------------------------------------------------------*/

.watch-video {

    position: relative;

    display: block;

    z-index: 2;

    background: #121212;

}

.watch-video__inner {

    position: relative;

    display: block;

    text-align: center;

    padding: 162px 0 134px;

    z-index: 1;

}

.watch-video-bg-box {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--sb-black);

    z-index: 1;

}

.watch-video-bg {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    z-index: 1;

    mix-blend-mode: luminosity;

    opacity: 0.70;

}

.watch-video__box-1 {

    position: absolute;

    top: 0;

    right: -106px;

    height: 106px;

    width: 106px;

    background-color: var(--sb-primary);

    animation: boxRotate 8s linear infinite;

    transform-origin: right;

}

.watch-video__box-2 {

    position: absolute;

    top: 106px;

    right: -212px;

    height: 106px;

    width: 106px;

    background-color: var(--sb-extra);

    animation: boxRotate 8s linear infinite;

    transform-origin: left;

}

.watch-video__video-link {

    position: relative;

    display: block;

    z-index: 2;

}

.watch-video__video-icon {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 97px;

    height: 97px;

    line-height: 97px;

    text-align: center;

    font-size: 22px;

    color: var(--sb-base);

    background-color: var(--sb-primary);

    border-radius: 50%;

    margin: 0 auto;

    transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

}

.watch-video__video-icon:hover {

    background-color: var(--sb-base);

    color: var(--sb-primary);

}

.watch-video__video-icon:before {

    position: absolute;

    top: -15px;

    left: -15px;

    right: -15px;

    bottom: -15px;

    content: "";

    border-radius: 50%;

    z-index: -1;

    border: 1px solid var(--sb-base);

    opacity: 0.1;

}

.watch-video__video-link .ripple, .watch-video__video-icon .ripple:before, .watch-video__video-icon .ripple:after {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 126px;

    height: 126px;

    transform: translate(-50%, -50%);

    -ms-box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    -o-box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    -webkit-animation: ripple 3s infinite;

    animation: ripple 3s infinite;

    border-radius: 50%;

}

.watch-video__video-icon .ripple:before {

    -webkit-animation-delay: 0.9s;

    animation-delay: 0.9s;

    content: "";

    position: absolute;

}

.watch-video__video-icon .ripple:after {

    -webkit-animation-delay: 0.6s;

    animation-delay: 0.6s;

    content: "";

    position: absolute;

}

.watch-video__title {

    position: relative;

    font-size: 50px;

    color: var(--sb-base);

    text-transform: uppercase;

    line-height: 60px;

    margin-top: 35px;

    z-index: 2;

}

.watch-video__title span {

    position: relative;

    display: inline-block;

    margin-right: 13px;

}

.watch-video__title span:before {

    position: absolute;

    top: 29px;

    left: -20px;

    right: -20px;

    height: 2px;

    background-color: var(--sb-primary);

    content: "";

}

/*--------------------------------------------------------------

# We Can

--------------------------------------------------------------*/

.we-can {

    position: relative;

    display: block;

    padding: 109px 0 240px;

    z-index: 1;

}

.we-can-bg-box {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--sb-black);

    z-index: 1;

}

.we-can-bg {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    mix-blend-mode: luminosity;

    opacity: 0.30;

    z-index: 1;

}

.we-can__inner {

    position: relative;

    display: block;

    text-align: center;

    z-index: 2;

}

.we-can__tagline {

    color: var(--sb-primary);

    text-transform: uppercase;

    letter-spacing: 0.1em;

    margin: 0;

}

.we-can__title {

    font-size: 50px;

    color: var(--sb-base);

    text-transform: uppercase;

    margin-top: 2px;

    margin-bottom: 46px;

}

/*--------------------------------------------------------------

# Brand 

--------------------------------------------------------------*/

.brand-three {

    border-top: 0;

    background-color: var(--sb-extra);

    padding: 98px 0 99px;

}

.accordion-button:not(.collapsed) {

    background: none;

}

.accordion-button {

    padding: 0 10px;

    background-color: #fff0;

}

.accordion-item {

    margin-bottom: -1px;

    background: none;

    background-color: #fff0;

    border: 1px solid rgba(0,0,0,.125);

}

.accordion-button:after {

    margin-top: -20px;

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e05723'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;

}

.accordion-item {

    border: none;

}







/*--------------------------------------------------------------

# Page Header

--------------------------------------------------------------*/

.page-header {

    position: relative;

    display: block;

    padding: 260px 0 158px;

    background-color: var(--sb-black);

    z-index: 1;

}



.page-header-bg {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    background-color: var(--sb-black);

    background-blend-mode: luminosity;

    opacity: .20;

    z-index: -1;

}



.page-header__inner {

    position: relative;

    display: block;

    text-align: center;

    z-index: 2;

}



.page-header__inner h2 {

    font-size: 50px;

    color: var(--sb-base);

    line-height: 60px;

    text-transform: uppercase;

    margin-top: 6px;

}



.thm-breadcrumb {

    position: relative;

    display: block;

}



.thm-breadcrumb li {

    position: relative;

    display: inline-block;

    color: var(--sb-base);

    font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 0.1em;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.thm-breadcrumb li:before {

    position: absolute;

    top: 17px;

    left: -10px;

    right: -10px;

    content: "";

    background-color: var(--sb-primary);

    height: 1px;

    transition: transform 500ms ease;

    transform: scale(0, 1);

    transform-origin: left center;

}



.thm-breadcrumb li+li {

    margin-left: 18px;

}



.thm-breadcrumb li a {

    color: var(--sb-base);

    font-size: 14px;

    letter-spacing: 0.1em;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.thm-breadcrumb li:hover:before,

.thm-breadcrumb li.active:before {

    transform: scale(1, 1);

    transform-origin: right center;

}



/*--------------------------------------------------------------

# About Page

--------------------------------------------------------------*/

.about-page {

    position: relative;

    display: block;

    padding: 120px 0 120px;

}



.about-page__left {

    position: relative;

    display: block;

}



.about-page__images {

    position: relative;

    display: block;

    overflow: hidden;

}



.about-page__images li {

    position: relative;

    display: block;

    float: left;

}



.about-page__images li+li {

    margin-left: 10px;

}



.about-page__img-1 {

    background-color: var(--sb-black);

}



.about-page__img-1 img {

    mix-blend-mode: luminosity;

}



.about-page__img-2 {

    background-color: var(--sb-black);

}



.about-page__img-2 img {

    mix-blend-mode: luminosity;

}



.about-page__badge {

    position: absolute;

    top: 22px;

    left: -78px;

    animation: sunMove 10s linear infinite;

}





.about-page__right {

    position: relative;

    display: block;

    margin-left: 70px;

}



.about-page__right .section-title {

    margin-bottom: 27px;

    margin-right: -20px;

}



.about-page__right-text-1 {

    margin: 0 0 20px 0;

    line-height: 32px;

}





.abut-page__btn {

    color: var(--sb-black);

}





/*--------------------------------------------------------------

# About-video

--------------------------------------------------------------*/

.about-video {

    position: relative;

    display: block;

    padding: 107px 0 255px;

    z-index: 1;

}



.about-video-bg-box {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: var(--sb-black);

    z-index: 1;

}



.about-video-bg {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    z-index: 1;

    mix-blend-mode: luminosity;

    opacity: 0.30;

}



.about-video__inner {

    position: relative;

    display: block;

    text-align: center;

    z-index: 2;

}



.about-video__title {

    font-size: 70px;

    text-transform: uppercase;

    line-height: 83px;

    color: var(--sb-base);

    margin-bottom: 46px;

}



.about-video__title span {

    position: relative;

    display: inline-block;

}



.about-video__title span:before {

    position: absolute;

    top: 50%;

    left: -13px;

    right: -13px;

    content: "";

    background-color: var(--sb-primary);

    height: 2px;

    transform: translateY(-50%);

}



.about-video__video-link {

    position: relative;

    display: block;

}



.about-video__video-icon {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    width: 97px;

    height: 97px;

    line-height: 97px;

    text-align: center;

    font-size: 22px;

    color: var(--sb-base);

    background-color: var(--sb-primary);

    border-radius: 50%;

    margin: 0 auto;

    transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

}



.about-video__video-icon:hover {

    background-color: var(--sb-base);

    color: var(--sb-primary);

}



.about-video__video-icon:before {

    position: absolute;

    top: -15px;

    left: -15px;

    right: -15px;

    bottom: -15px;

    content: "";

    border-radius: 50%;

    z-index: -1;

    border: 1px solid var(--sb-base);

    opacity: 0.1;

}



.about-video__video-link .ripple,

.about-video__video-icon .ripple:before,

.about-video__video-icon .ripple:after {

    position: absolute;

    top: 50%;

    left: 50%;

    width: 126px;

    height: 126px;

    transform: translate(-50%, -50%);

    -ms-box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    -o-box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    box-shadow: 0 0 0 0 rgba(var(--sb-primary-rgb), 0.6);

    -webkit-animation: ripple 3s infinite;

    animation: ripple 3s infinite;

    border-radius: 50%;

}



.about-video__video-icon .ripple:before {

    -webkit-animation-delay: 0.9s;

    animation-delay: 0.9s;

    content: "";

    position: absolute;

}



.about-video__video-icon .ripple:after {

    -webkit-animation-delay: 0.6s;

    animation-delay: 0.6s;

    content: "";

    position: absolute;

}





.services-page-about-video {

    padding-bottom: 135px;

}



/*--------------------------------------------------------------

# Best Company

--------------------------------------------------------------*/

.best-company {

    position: relative;

    display: block;

    background-color: var(--sb-extra);

    padding: 180px 0 138px;

    margin-top: -60px;

    z-index: 1;

}



.best-company-shape {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-size: cover;

    background-position: center center;

    background-repeat: no-repeat;

    z-index: -1;

    opacity: .60;

}



.best-company__left {

    position: relative;

    display: block;

    margin-right: 50px;

}



.best-company__left .section-title {

    margin-bottom: 36px;

}



.best-company__points {

    position: relative;

    display: flex;

    align-items: center;

}



.best-company__points li {

    position: relative;

    display: flex;

    align-items: center;

    background-color: #ffffff;

    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);

    padding-top: 12px;

    padding-bottom: 12px;

    padding-left: 30px;

    padding-right: 45px;

}



.best-company__points li+li {

    margin-left: 20px;

}



.best-company__points li .icon span {

    font-size: 16px;

    color: var(--sb-primary);

}



.best-company__points li .text {

    margin-left: 10px;

}



.best-company__points li .text p {

    font-size: 16px;

    color: var(--sb-black);

    margin: 0;

}



.best-company__experience {

    position: relative;

    display: flex;

    border-top: 1px solid var(--sb-bdr-color);

    margin-top: 40px;

    padding-top: 29px;

}



.best-company__experience-icon {

    display: flex;

    align-items: center;

}



.best-company__experience-icon span {

    position: relative;

    display: inline-block;

    font-size: 64px;

    color: var(--sb-primary);

    transform: scale(1);

    transition: transform 200ms linear;

}



.best-company__experience:hover .best-company__experience-icon span {

    transform: scale(.9);

}



.best-company__experience-text-box {

    margin-left: 20px;

}



.best-company__experience-text {

    margin: 0;

    line-height: 34px;

}



.best-company__experience-text span {

    font-family: var(--sb-font-two);

    color: var(--sb-black);

}



.best-company__right {

    position: relative;

    display: block;

}

.best-company__right h4{

	margin-bottom: 25px;

	color: #fff;

}



.about-page-best-company {

    margin-top: 0;

    padding-top: 120px;

	background: #17161a;

}

.about-page-best-company .section-title__title{

	color: #fff;

}



/*--------------------------------------------------------------

# Clients

--------------------------------------------------------------*/

.clients{

	padding: 30px 0;

}

.clients .col-md-3{

	margin: 10px 0;

	border: solid 1px #ccc;

	border-right: solid 1px #f26522;

	text-align: center;

}

.clients .col-md-3 img{

	max-width: 100%;

}



/*--------------------------------------------------------------

# Location

--------------------------------------------------------------*/

.location {

    position: relative;

    display: block;

    padding: 120px 0 0;

    background-color: var(--sb-extra);

    z-index: 1;

}



.location-shape {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    opacity: .60;

    z-index: -1;

}



.location__single {

    position: relative;

    display: block;

    background-color: #ffffff;

    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);

    padding: 44px 50px 42px;

    margin-bottom: 30px;

}



.location__title {

    font-size: 20px;

    text-transform: uppercase;

    line-height: 30px;

    margin-bottom: 30px;

}



.location__text {

    font-size: 16px;

    margin: 0;

    line-height: 30px;

}



.location__phone-email {

    font-size: 16px;

    font-family: var(--sb-font);

    line-height: 29px;

}



.location__phone {

    color: var(--sb-gray);

    display: block;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.location__phone:hover {

    color: var(--sb-primary);

}



.location__email {

    color: var(--sb-gray);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.location__email:hover {

    color: var(--sb-primary);

}







.location__single-last {

    padding-bottom: 50px;

}



.location__bottom {

    position: relative;

    display: block;

    text-align: center;

    border-top: 1px solid var(--sb-bdr-color);

    padding-top: 54px;

    padding-bottom: 52px;

    margin-top: 30px;

}



.location-bottom__text {

    font-size: 16px;

    margin: 0;

    line-height: 26px;

}



.location-bottom__text a {

    position: relative;

    display: inline-block;

    margin-left: 13px;

    color: var(--sb-black);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.location-bottom__text a:hover {

    color: var(--sb-primary);

}



.location-bottom__text a:before {

    position: absolute;

    top: 12px;

    left: -10px;

    right: -10px;

    height: 1px;

    content: "";

    background-color: var(--sb-primary);

}



/*--------------------------------------------------------------

# Contact Page

--------------------------------------------------------------*/

.contact-page {

    position: relative;

    display: block;

    padding: 120px 0 120px;

}



.contact-page .container {

    max-width: 768px;

    width: 100%;

}



.contact-page__form .comment-form__btn {

    margin: 0 auto;

    display: block;

}





.comment-one__title,

.comment-form__title {

    margin: 0;

    color: var(--sb-black);

    font-size: 30px;

    text-transform: uppercase;

    margin-bottom: 51px;

}



.comment-one__single {

    display: -webkit-box;

    display: flex;

    border-bottom: 1px solid var(--sb-bdr-color);

    padding-bottom: 60px;

    margin-bottom: 58px;

}



.comment-one__content {

    position: relative;

    margin-left: 45px;

}



.comment-one__content h3 {

    margin: 0;

    font-size: 20px;

    color: var(--sb-black);

    margin-bottom: 24px;

    text-transform: uppercase;

}



.comment-one__content p {

    font-size: 16px;

    line-height: 32px;

    margin: 0;

}



.comment-one__btn {

    font-size: 12px;

    color: var(--sb-black);

    padding: 0px 28px;

    position: absolute;

    top: 0;

    right: 0;

}

.comment-one__image {

    position: relative;

    display: block;

}



.comment-one__image img {

    border-radius: 50%;

    mix-blend-mode: luminosity;

}



.comment-form .comment-form__title {

    margin-top: -4px;

    margin-bottom: 36px;

}



.comment-one__form .row {

    --bs-gutter-x: 20px;

}



.comment-form__input-box {

    position: relative;

    display: block;

}



.comment-form__input-box input[type="text"],

.comment-form__input-box input[type="email"] {

    height: 68px;

    width: 100%;

    border: none;

    background-color: var(--sb-extra);

    padding-left: 30px;

    padding-right: 30px;

    margin-bottom: 20px;

    border-radius: 0;

    outline: none;

    font-size: 16px;

    color: var(--sb-gray);

    display: block;

}



.comment-form__input-box textarea {

    font-size: 16px;

    color: var(--sb-gray);

    height: 170px;

    width: 100%;

    background-color: var(--sb-extra);

    padding: 16px 30px 30px;

    border: none;

    border-radius: 0px;

    outline: none;

    margin-bottom: 10px;

    border-radius: 0;

}



.comment-form__btn {

    color: var(--sb-black);

}



/*--------------------------------------------------------------

# Approval Page

--------------------------------------------------------------*/

.approvals {

    position: relative;

    display: block;

    padding: 120px 0 120px;

}

.approvals .modal-body img{

	max-width: 100%;

}



.approvals h3{

	margin: 25px 0;

	border-bottom: dashed 1px #f26522;

	padding-bottom: 20px;

}

.approvals .modal-content {

	border-radius: 0;   

}





/*--------------------------------------------------------------

# Services Page

--------------------------------------------------------------*/

.services {

    position: relative;

    display: block;

    padding: 120px 0 120px;

}

.service-item{

	text-align: center;

	border: dashed 1px #ccc;

	padding: 10px;

	margin-bottom: 20px;

}

.service-item h4{

	color: var(--sb-primary);

	padding: 20px 0;

}

.service-item img{

	max-width: 100%;

	border-radius: 100%;

	width: 150px;

    border: solid 6px #0000001f;

}





/*--------------------------------------------------------------

# faq Page

--------------------------------------------------------------*/

.faq-page {

    position: relative;

    display: block;

    padding: 120px 0 0;

    background-color: var(--sb-extra);

    z-index: 1;

}



.faq-page-shape {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    opacity: .60;

    z-index: -1;

}



.faq-page__top {

    position: relative;

    display: block;

}



.faq-page__single {

    margin-bottom: 60px;

}



.faq-page__bottom {

    position: relative;

    display: block;

    text-align: center;

    border-top: 1px solid var(--sb-bdr-color);

    padding-top: 54px;

    padding-bottom: 52px;

}



.faq-page__bottom-text {

    font-size: 16px;

    margin: 0;

    line-height: 26px;

}



.faq-page__bottom-text a {

    position: relative;

    display: inline-block;

    color: var(--sb-black);

    margin-left: 13px;

    transition: all 500ms ease;

}



.faq-page__bottom-text a:hover {

    color: var(--sb-primary);

}



.faq-page__bottom-text a:before {

    position: absolute;

    top: 12px;

    left: -10px;

    right: -10px;

    content: "";

    background-color: var(--sb-primary);

    height: 1px;

}











.faq-one-accrodion .accrodion {

    position: relative;

    display: block;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

    border-radius: 0;

    background-color: #ffffff;

    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .05);

}



.faq-one-accrodion .accrodion:before {

    position: absolute;

    top: 0px;

    left: 0px;

    bottom: 0px;

    width: 2px;

    content: "";

    background-color: var(--sb-primary);

    transform: scaleY(0);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

    z-index: 1;

}



.faq-one-accrodion .accrodion.active:before {

    transform: scaleY(1);

}



.faq-one-accrodion .accrodion-title {

    position: relative;

    display: block;

    cursor: pointer;

    padding: 24px 40px 25px;

    padding-right: 27px;

    transition: all 200ms linear;

    transition-delay: 0.1s;

}



.faq-one-accrodion .accrodion-title h4 {

    margin: 0;

    font-size: 16px;

    line-height: 26px;

    color: var(--sb-black);

    position: relative;

    text-transform: uppercase;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.faq-one-accrodion .accrodion+.accrodion {

    margin-top: 20px;

}



.faq-one-accrodion .accrodion.active .accrodion-title {

    background-color: var(--sb-base);

}



.faq-one-accrodion .accrodion.active .accrodion-title h4 {

    color: var(--sb-black);

}



.faq-one-accrodion .accrodion-title h4::before {

    content: "\e912";

    font-family: 'icomoon' !important;

    font-size: 12px;

    color: var(--sb-primary);

    position: absolute;

    top: 50%;

    right: 0;

    height: 35px;

    width: 35px;

    border-radius: 50%;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.faq-one-accrodion .accrodion.active .accrodion-title h4::before {

    content: "\e913";

    color: var(--sb-black);



    height: 35px;

    width: 35px;

    border-radius: 50%;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

}



.faq-one-accrodion .accrodion-content {

    position: relative;

    padding: 0px 40px 29px;

    margin-top: -13px;

}



.faq-one-accrodion .accrodion.active .accrodion-content {

    background-color: var(--sb-base);

}



.faq-one-accrodion .accrodion-content p {

    font-size: 16px;

    margin: 0;

    line-height: 32px;

}



/*--------------------------------------------------------------

# Project Details

--------------------------------------------------------------*/

.project-details {

    position: relative;

    display: block;

    padding: 120px 0 0;

}



.project-details__img {

    position: relative;

    display: block;

    background-color: var(--sb-black);

}



.project-details__img img {

    width: 100%;

    mix-blend-mode: luminosity;

}



.project-details__content {

    position: relative;

    display: block;

    margin-top: 40px;

}



.project-details__content-left {

    position: relative;

    display: block;

    margin-top: -7px;

}



.project-details__content-title {

    font-size: 30px;

    text-transform: uppercase;

    line-height: 40px;

    margin-bottom: 36px;

}



.project-details__content-text-1 {

    font-size: 16px;

    margin: 0;

    line-height: 34px;

}



.project-details__content-text-2 {

    font-size: 16px;

    margin: 0;

    line-height: 34px;

    padding-top: 33px;

    padding-bottom: 38px;

}



.project-details__points {

    position: relative;

    display: block;

}



.project-details__points li {

    position: relative;

    display: flex;

    align-items: center;

}



.project-details__points li+li {

    margin-top: 2px;

}



.project-details__points li .icon {

    display: flex;

    align-items: center;

}



.project-details__points li .icon span {

    font-size: 16px;

    color: var(--sb-primary);

}



.project-details__points li .text {

    margin-left: 15px;

}



.project-details__points li .text p {

    margin: 0;

    color: var(--sb-black);

}



.project-details__content-right {

    position: relative;

    display: block;

}



.project-details__details-box {

    position: relative;

    display: block;

    background-color: var(--sb-extra);

    padding: 53px 60px 60px;

}



.project-details__details-box:before {

    position: absolute;

    bottom: 0;

    left: 0;

    right: 0;

    height: 4px;

    content: "";

    background-color: var(--sb-primary);

}



.project-details__details-info {

    position: relative;

    display: block;

}



.project-details__details-info-single+.project-details__details-info-single {

    margin-top: 15px;

}



.project-details__details-info-client {

    font-size: 18px;

    text-transform: uppercase;

    line-height: 28px;

    margin-bottom: 10px;

}



.project-details__details-info-name {

    font-size: 16px;

    margin: 0;

    line-height: 26px;

}



.project-details__details-social-list {

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    border-top: 1px solid var(--sb-bdr-color);

    padding-top: 29px;

    margin-top: 26px;

}



.project-details__details-social-list a {

    display: -webkit-box;

    display: flex;

    -webkit-box-align: center;

    align-items: center;

    -webkit-box-pack: center;

    justify-content: center;

    text-align: center;

    color: var(--sb-black);

    font-size: 20px;

    -webkit-transition: all 500ms ease;

    transition: all 500ms ease;

}



.project-details__details-social-list a+a {

    margin-left: 30px;

}



.project-details__details-social-list a:hover {

    color: var(--sb-primary);

}



.project-details__pagination-box {

    position: relative;

    display: block;

    text-align: center;

    border-top: 1px solid var(--sb-bdr-color);

    border-bottom: 1px solid var(--sb-bdr-color);

    padding: 48px 0;

    margin-top: 113px;

}



.project-details__pagination li {

    display: inline-block;

}



.project-details__pagination li.next {

    float: left;

    position: relative;

}



.project-details__pagination li a {

    font-size: 18px;

    color: var(--sb-black);

    display: flex;

    align-items: center;

    transition: all 500ms ease;

    font-family: var(--sb-font-two);

    text-transform: uppercase;

}



.project-details__pagination li a:hover {

    color: var(--sb-primary);

}



.project-details__pagination li.next i {

    position: relative;

    display: inline-block;

    margin-right: 10px;

    font-size: 10px;

}



.project-details__pagination li.previous {

    position: relative;

    float: right;

}



.project-details__pagination li.previous i {

    margin-left: 10px;

    font-size: 10px;

}



/*Similar Work*/

.similar-work {

    position: relative;

    display: block;

    padding: 120px 0 90px;

}

.counter-one__single em{color: #fff; font-size: 22px; font-style: italic;}

.whatsapp-icon {
    right: 20px;
    position: fixed;
    z-index: 9999999;
    width: 60px;
    height: 60px;
    right: 1%;
    bottom: 10%;
}