/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --snetaj-font: 'Rubik', sans-serif;
    --snetaj-font-two: 'Federo', sans-serif;
    --snetaj-sayinistic-font: 'the_sayinisticitalic';
    --snetaj-gray: #707070;
    --snetaj-gray-rgb: 112, 112, 112;
    --snetaj-primary: #D11D3A;
/*	 --snetaj-primary:  #dd0429;*/
    --snetaj-primary-rgb: 221, 4, 41;
    --snetaj-black: #17161a;
    --snetaj-black-rgb: 23, 22, 26;
    --snetaj-base: #ffffff;
    --snetaj-base-rgb: 255, 255, 255;
    --snetaj-extra: #fff;
    --snetaj-extra-rgb: 246, 246, 246;
    --snetaj-bdr-color: #e3e3e3;
    --snetaj-bdr-color-rgb: 227, 227, 227;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--snetaj-font);
    color: var(--snetaj-black);
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--snetaj-gray);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--snetaj-black);
    margin: 0;
    font-family: var(--snetaj-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;
}
.Readmore-btn {
    border-radius: 5px;
    background-color: #d80000;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    cursor: pointer;
    padding: 4px 7px 6px;
}
 
.Readmore-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;

}
 
.Readmore-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0px;
  transition: 0.5s;
}
 
.Readmore-btn:hover span {
  padding-right: 25px;
	color: #fff;
}
 
.Readmore-btn:hover span:after {
  opacity: 1;
  right: 0;
}
 
.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: transparent;
    color: var(--snetaj-base);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 50px 10px;
    transition: all 0.3s linear;
    overflow: hidden;
    border: 2px solid var(--snetaj-primary);
    z-index: 1;
    font-family: var(--snetaj-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(--snetaj-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(--snetaj-base);
}


.thm-btn1 {
   position: relative;
    float: right;
    -webkit-appearance: none;
    outline: none !important;
    background-color: transparent;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 7px 7px;
    transition: all 0.3s linear;
    overflow: hidden;
    border: 1px solid #000;
    z-index: 1;
    font-family: var(--snetaj-font-two);
    text-shadow: 0 0 0.25px currentColor;
    line-height: normal;
}

.thm-btn1:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    background-color:#000;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    z-index: -1;
}

.thm-btn1:hover:after {
    opacity: 1;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
}

.thm-btn1:hover {
    color: var(--snetaj-base);
}


.section-title {
    margin-top: -6px;
    margin-bottom: 46px;
}

.section-title__tagline {
    position: relative;
    display: block;
    color: var(--snetaj-primary);
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 6px;
}

.section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.section-title__title1 {
    margin: 0;
    font-size: 30px;
    line-height: 60px;
    text-transform: uppercase;
	color: #fff;
}

.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(--snetaj-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 10px;
    color: #ffffff;
    background: var(--snetaj-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--snetaj-primary);
    color: #fff;
    cursor: pointer;
}


.preloader {
    position: fixed;
    background-color: var(--snetaj-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(--snetaj-black);
/*    mix-blend-mode: luminosity;*/
    -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(--snetaj-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(--snetaj-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(--snetaj-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;
	padding-top:10px;
}

.main-menu-wrapper__logo {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    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;
		padding-left:90px;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
}

.main-menu-wrapper__right {
    position: relative;
    display: flex;
    padding:1.5px 0;
    align-items: center;
    margin-left: auto;
    z-index: 11;
}

.main-menu-wrapper__call {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.main-menu-wrapper__call-icon {
    font-size: 30px;
    color: var(--snetaj-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
    color: var(--snetaj-extra);
}

.main-menu-wrapper__call-number {
    margin-left: 1px;
}

.main-menu-wrapper__call-number h5 {
    font-size: 16px;
    line-height: 27px;
}

.main-menu-wrapper__call-number h5 a {
    color: var(--snetaj-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__call-number a:hover {
    color: var(--snetaj-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(--snetaj-base-rgb), .10);
    width: 1px;
}

.main-menu-wrapper__search {
    font-size: 24px;
    color: var(--snetaj-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-wrapper__search:hover {
    color: var(--snetaj-primary);
}




.breadcrumbs {
    position: relative;
       top: -45px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    z-index: 2;
    font-weight: 500;
}
.breadcrumbs a:hover {
 color: var(--snetaj-gray);
}
.breadcrumbs a i{
 color: var(--snetaj-gray);
}
.breadcrumbs span {
 color: var(--snetaj-gray);
}
.breadcrumbs i.fa.fa-angle-right {
    font-size: 11px;
    padding: 1px 1px;
}
.stricky-header.main-menu {
    padding: 0 50px;
    background-color: var(--snetaj-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: 40px;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-left: 40px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--snetaj-base);
    position: relative;
    transition: all 500ms ease;
    font-family: var(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-primary);
}

.main-menu .main-menu__list>li:hover>a::before {
    background-color: var(--snetaj-primary);
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
    position: absolute;
    top: 70%;
    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(--snetaj-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(--snetaj-black);
	font-weight:600;
    display: flex;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    font-family: var(--snetaj-font-two);
    text-transform: capitalize;
    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(--snetaj-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(--snetaj-black);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--snetaj-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--snetaj-primary);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--snetaj-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
	
}


.mobile-nav__buttons1 {
    display: flex;
    margin-left: auto;
    margin-right: 30px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons1 {
   
    }
}

.mobile-nav__buttons1 a {
    font-size: 30px;
    color: var(--snetaj-black);
    cursor: pointer;
}

.mobile-nav__buttons1 a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--snetaj-base);
}

.main-menu .mobile-nav__toggler1 {
    font-size:30px;
    color: var(--snetaj-primary);
    cursor: pointer;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler1:hover {
    color: var(--snetaj-base);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler1 {
  
    }
	
}


/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two:before {
    background-color: rgba(var(--snetaj-base-rgb), .5);
}

.main-menu-two .main-menu__list>li>a,
.stricky-header .main-menu-two .main-menu__list>li>a {
    color: var(--snetaj-black);
}

.main-menu-two .main-menu__list>li.current>a,
.main-menu-two .main-menu__list>li:hover>a,
.stricky-header .main-menu-two .main-menu__list>li.current>a,
.stricky-header .main-menu-two .main-menu__list>li:hover>a {
    color: var(--snetaj-black);
}

.main-menu-two .main-menu-wrapper__call-number p {
    color: var(--snetaj-gray);
}

.main-menu-two .main-menu-wrapper__call-number h5 a {
    color: var(--snetaj-black);
}

.main-menu-two .main-menu-wrapper__call-number h5 a:hover {
    color: var(--snetaj-primary);
}

.main-menu-two .main-menu-wrapper__search-box:before {
    background-color: rgba(var(--snetaj-black-rgb), .10);
}

.main-menu-two .main-menu-wrapper__search {
    color: var(--snetaj-black);
}

.main-menu-two .main-menu-wrapper__search:hover {
    color: var(--snetaj-primary);
}

.stricky-header.main-menu-two {
    background-color: var(--snetaj-base);
}

/*--------------------------------------------------------------
# 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);
    }
}


/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}



@-moz-keyframes service_hexagon_2 {
    0% {
        -moz-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -moz-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@-o-keyframes service_hexagon_2 {
    0% {
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes service_hexagon_2 {
    0% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(50%);
    transform-origin: left 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: 400px;
    background-color: var(--snetaj-primary);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 0 auto;
	scrollbar-width: thin;
    scrollbar-color: #cfcfcf #d11d3a;
}

.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 li.dropdown ul li {
    padding-left: 15px;
}
.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(--snetaj-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 {
    background-color: var(--snetaj-primary);
    border: none;
    outline: none;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
    align-content: flex-start;
    font-size: 20px;
    top: 2px;
    position: relative;
}

.mobile-nav__content .main-menu__list li a button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--snetaj-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(--snetaj-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(--snetaj-black);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--snetaj-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(--snetaj-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(--snetaj-primary);
    border: 0;
}

.search-popup__content .thm-btn:hover {
    background-color: var(--snetaj-black);
}

.search-popup__content .thm-btn i {
    margin: 0;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider .swiper-slide {
    position: relative;
    background-color: var(--snetaj-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;
    transform: scale(1);
    opacity: .15;
    
background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
    background-blend-mode: luminosity;
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
    opacity: 0.20;
}


.main-slider-badge {
    position: absolute;
    top: 190px;
    right: 90px;
    opacity: 0;
    transform: translateX(200px);
    z-index: 2;
    animation: sunMove 10s linear infinite;
}

.main-slider .swiper-slide-active .main-slider-badge {
    opacity: 1;
    transform: translate(0);
    transition: all 1000ms ease;
    transition-delay: 200ms;
}

.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(--snetaj-base);
    font-size: 13px;
    font-family: var(--snetaj-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(--snetaj-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;
}

.main-slider .container {
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
    z-index: 30;
}

.main-slider__content {
    position: relative;
    display: block;
    text-align: center;
    z-index: 30;
}

.main-slider .main-slider__title-box-1 {
    position: relative;
    display: block;
}

.main-slider .main-slider__title-box-1 h2 {
    margin: 0;
    margin-bottom: 58px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    z-index: 30;
}

.main-slider .main-slider__title-box-2 {
    position: absolute;
    top: 0;
    left: -80px;
    right: 0;
    bottom: 0;
}

.main-slider .main-slider__title-box-2 h2 {
    margin: 0;
    margin-bottom: 58px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--snetaj-base-rgb), .10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
    font-size: 50px;
    line-height: 70px;
    text-transform: uppercase;
    z-index: 30;
}

.main-slider .thm-btn {
    opacity: 0;
    transform: translateY(-100px);
    transition-delay: 2500ms;
    transition: transform 2000ms ease,
        opacity 2000ms ease,
        color 500ms ease,
        background 500ms ease;
}

.main-slider .swiper-slide-active .image-layer {
    transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active .main-slider__title-box-1 h2,
.main-slider .swiper-slide-active .main-slider__title-box-2 h2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.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(--snetaj-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(--snetaj-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(--snetaj-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 var(--snetaj-base);
    background-color: rgba(var(--snetaj-base-rgb), 0);
}


/*--------------------------------------------------------------
# Main slider Two
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
    overflow: hidden;
}

.main-slider-two__wrapper,
.main-slider-two .swiper-slide {
    position: relative;
    background-color: var(--snetaj-extra);
}

.main-slider-two .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-two-box-1 {
    position: absolute;
    top: 160px;
    left: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 63px;
    height: 96px;
}

.main-slider-two-box-2 {
    position: absolute;
    top: 230px;
    left: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 103px;
    height: 26px;
}

.main-slider-two-box-2:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    content: "";
    height: 7px;
    width: 7px;
    background-color: var(--snetaj-primary);
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.main-slider-two-box-3 {
    position: absolute;
    bottom: 248px;
    left: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 42px;
    height: 286px;
}

.main-slider-two-box-3:before {
    position: absolute;
    bottom: -2px;
    right: -2px;
    content: "";
    height: 15px;
    width: 15px;
    background-color: var(--snetaj-black);
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.main-slider-two-box-4 {
    position: absolute;
    bottom: -4px;
    right: 385px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 543px;
    height: 295px;
    z-index: -1;
}

.main-slider-two-box-4:before {
    position: absolute;
    top: -2px;
    left: -2px;
    content: "";
    height: 25px;
    width: 25px;
    content: "";
    background-color: var(--snetaj-primary);
}

.main-slider-two-box-5 {
    position: absolute;
    right: -3px;
    bottom: -3px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 218px;
    height: 133px;
}

.main-slider-two-box-6 {
    position: absolute;
    right: 169px;
    bottom: 108px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 223px;
    height: 86px;
}

.main-slider-two-box-7 {
    position: absolute;
    top: 134px;
    right: -2px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 178px;
    height: 536px;
}

.main-slider-two-box-7:before {
    position: absolute;
    bottom: -2px;
    left: -2px;
    content: "";
    height: 46px;
    width: 46px;
    content: "";
    background-color: var(--snetaj-black);
    animation: boxRotate 8s linear infinite;
    transform-origin: left;
}

.main-slider-two-box-8 {
    position: absolute;
    top: 190px;
    right: 175px;
    border-style: solid;
    border-width: 2px;
    border-color: #dedede;
    background-color: rgba(255, 255, 255, 0);
    width: 103px;
    height: 216px;
    border-right: 0;
}

.main-slider-two-box-9 {
    position: absolute;
    top: 260px;
    left: 767px;
    height: 96px;
    width: 96px;
    background-color: var(--snetaj-primary);
}

.main-slider-two-box-10 {
    position: absolute;
    bottom: 70px;
    left: 925px;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    width: 12px;
    height: 13px;
    border-radius: 50%;
}

.main-slider-two .container {
    position: relative;
    padding-top: 290px;
    padding-bottom: 170px;
    z-index: 30;
}

.main-slider-two__content {
    position: relative;
    display: block;
    margin-left: -103px;
}

.main-slider-two__content h2 {
    font-size: 100px;
    line-height: 100px;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.main-slider-two__btn-video {
    position: relative;
    display: flex;
    align-items: center;
    transition: color 500ms ease, background 500ms ease;
}

.main-slider-two__btn .thm-btn {
    color: var(--snetaj-black);
}

.main-slider-two__btn .thm-btn:hover {
    color: var(--snetaj-base);
}

.main-slider-two__video {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.main-slider-two__video-link a {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, .05);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--snetaj-black);
    transition: all 500ms ease;
}

.main-slider-two__video-link a:hover {
    color: var(--snetaj-base);
    background-color: var(--snetaj-primary);
}

.main-slider-two__video-content {
    margin-left: 20px;
}

.main-slider-two__video-content h5 {
    font-size: 16px;
    color: var(--snetaj-gray);
    text-transform: uppercase;
    line-height: 22px;
}

.main-slider-two__img {
    position: absolute;
    top: -187px;
    right: -674px;
    bottom: 0;
    z-index: 1;
}


.main-slider-two__name-box {
    position: absolute;
    bottom: -60px;
    right: 479px;
}

.main-slider-two__name {
    font-size: 80px;
    font-family: var(--snetaj-sayinistic-font);
}

.main-slider-two__badge {
    position: absolute;
    top: 15px;
    right: -178px;
    z-index: 2;
    animation: sunMove 10s linear infinite;
}

.main-slider-two .main-slider__social a {
    color: var(--snetaj-black);
}

/*--------------------------------------------------------------
# Main Slider Three
--------------------------------------------------------------*/
.main-slider-three {
    position: relative;
    display: block;
}

.main-slider-three .swiper-slide {
    position: relative;
    background-color: var(--snetaj-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: 290px;
    right: 100px;
    background-color: var(--snetaj-black);
    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-1 img {
    mix-blend-mode: luminosity;
}

.main-slider-three__img-2 {
    position: absolute;
    top: 190px;
    right: 0px;
    background-color: var(--snetaj-black);
    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 h2 {
    font-size: 79px;
    color: var(--snetaj-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(--snetaj-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 h2,
.main-slider-three .swiper-slide-active .main-slider-three__btn-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

/*core*/
.CoreBusiness-one {
    position: relative;
    display: block;
    z-index: 1;
}
.CoreBusiness-one  .section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
}
.CoreBusiness-one p{
font-size: 22px;
	font-weight: 500;
    color: #fff;
}

.CoreBusiness-one-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.6;
    z-index: -1;
}

.CoreBusiness-one__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px;
    background-color: #000;
    z-index: 1;
}
.SnetajAbout-one{
	padding: 50px 0px;
}
.SnetajAbout-one p{
    font-size: 19px;
}
.wellbeing-section {
    position: relative;
    padding: 120px 0;
}
.container-xl.wellbeing-content {
    background: #00000059;
}


.wellbeing-section .yellow-oval {
  width: 100%;
  height: 100%;
  background: #ff8f8a;
  border-radius: 100%;
  position: absolute;
  left: -20%;
  top: 0;
}

.wellbeing-content {
  position: relative;
}


.wellbeing-content .left-block h3 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
}.wellbeing-content .left-block h5 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.wellbeing-content .left-block h3 span {
  font-weight: 400;
}

.wellbeing-content .left-block p {
  font-size: 16px;
  color: #fff;
}

.features {
  padding: 20px;
  background-color: #fff;
  border-radius: 9px;

}
.features li {
    padding: 10px 10px 20px 10px;
    font-size: 18px;
    line-height: 24px;
padding: 10px;
  transition: .6s ease-in, background-position 0s;
	background:
   conic-gradient(from -135deg at 100%  50%, #000  90deg, #0000 0) 0 0%,0%,
    conic-gradient(from -135deg at 1.2em 50%,#0000 90deg, #0000  0) 100% 0%,0%;
  background-size: 0% 200%;
  background-repeat: no-repeat;
}

.features li:hover {
	color: #fff;
	background:
   conic-gradient(from -135deg at 100%  50%, #000  90deg, #0000 0) 0 100%,0%,
    conic-gradient(from -135deg at 1.2em 50%,#0000 90deg, #000  0) 100% 100%,0%;
     background-size: calc(55.5% + .61em) 200%;
  background-repeat: no-repeat;
}
.tab-content-points.features li:hover .text p {
    font-size: 16px;
    color: var(--snetaj-base);
    margin: 0;
}

/*core value*/
.our-service-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.full-click {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.our-service-list li.active label {
    color: #fff;
}
.our-service-list h5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
.our-service-list label {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: justify;
}
.our-service-list img {
    height: 50px;
    margin-bottom: 30px;
}
.our-service-list li.active {
    background: linear-gradient(180deg, #dd0429 0%, #000000 95%);
}
.our-service-list li {
    flex: 0 auto;
    margin-right: 15px;
    padding: 35px 20px 30px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 10px rgba(118, 118, 118, 0.25);
    backdrop-filter: blur(12.5px);
    border-radius: 16px;
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
    position: relative;
}
/* ========== gallery section =========== */
.gallery-section {
    background-color: var(--rt-dark-blue);
    color: var(--white);
    padding: 60px 0;
}

.rt-gallery-wrapper {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.rt-gallery-wrapper .gall-item {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  grid-column: span 1;
  grid-row: span 1;
  overflow: hidden;
  transition: 0.4s;
}
.rt-gallery-wrapper .gall-item img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.rt-gallery-wrapper .gall-item:hover img {
  transform: scale(1.05);
}
.gall-loader a {
  display: inline-block;
  text-decoration: none;
  color: var(--white);
  margin-top: 50px;
}
.gall-loader a img {
  display: block;
  height: 37px;
  width: 37px;
  margin: auto;
  animation: 3s spinload linear infinite;
}
.rt-gallery-wrapper .fancybox-progress {
  background: var(--rt-blue);
}

/* spin load more images */
@keyframes spinload {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinload {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* ==== gallery popup === */
.gall-modal {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 111111;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gall-modal.show-gall-popup {
  visibility: visible;
  display: block !important;
  opacity: 1;
  pointer-events: all;
}
body.popup-body {
  overflow: hidden;
}
.show-gall-popup {
  display: block;
}
.gall-modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gall-modal-content {
  width: auto;
  height: auto;
  border-radius: 5px;
  position: relative;
}
.gall-modal-content .close {
  position: absolute;
  right: -25px;
  top: -25px;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: block;
  padding: 0;
  border: 2px solid transparent;
}
.gall-modal-content .close:after,
.gall-modal-content .close::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  height: 2px;
  width: 15px;
  background-color: var(--black);
  transform: rotate(45deg);
}
.gall-modal-content .close::before {
  transform: rotate(-45deg);
}
.gall-modal .arrows {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  height: 35px;
  width: 35px;
  z-index: 99;
}
.gall-modal .arrows.arrow-left {
  left: 0;
}
.gall-modal .arrows.arrow-right {
  right: 0;
}
.gall-modal .arrows.arrow-left:after,
.gall-modal .arrows.arrow-right:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  border-bottom: 2px solid var(--black);
  border-left: 2px solid var(--black);
  transform: rotate(45deg);
  top: 10px;
  left: 13px;
}
.gall-modal .arrows.arrow-right:after {
  right: 12px;
  left: auto;
  transform: rotate(-135deg);
}
.gall-modal button {
  cursor: pointer;
}

.gall-modal-content img {
  border-radius: 5px;
  vertical-align: middle;
  min-width: 300px;
  max-width: 700px;
  max-height: 80vh;
}

/* -- items vriation -- */
.rt-gallery-wrapper .gall-item.big {
  grid-column: span 2;
  grid-row: span 2;
}
.rt-gallery-wrapper .gall-item.wide {
  grid-column: span 2;
}
.rt-gallery-wrapper .gall-item.tall {
  grid-row: span 2;
}

/* ====== rubico presence ======== */
.rubico-presence .rt-section_intro {
  padding-bottom: 0.5rem;
}
.social-link-wrap {
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: 0.4s;
}
.social-link-wrap img {
  max-height: 31px;
  width: auto;
  filter: grayscale(0);
  max-width: 123px;
  transition: 0.4s;
}
.social-link-wrap:hover img {
  filter: grayscale(1);
}
.social-link-wrap:focus,
.social-link-wrap:focus-visible {
  outline: none;
}

/* -- items vriation -- */
.rt-gallery-wrapper .gall-item.big {
  grid-column: span 2;
  grid-row: span 2;
}
.rt-gallery-wrapper .gall-item.wide {
  grid-column: span 2;
}
.rt-gallery-wrapper .gall-item.tall {
  grid-row: span 2;
}

/* ====== rubico presence ======== */
.rubico-presence .rt-section_intro {
  padding-bottom: 0.5rem;
}
.social-link-wrap {
  border-radius: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  transition: 0.4s;
}
.social-link-wrap img {
  max-height: 31px;
  width: auto;
  filter: grayscale(0);
  max-width: 123px;
  transition: 0.4s;
}
.social-link-wrap:hover img {
  filter: grayscale(1);
}
.social-link-wrap:focus,
.social-link-wrap:focus-visible {
  outline: none;
}
/* ======= slider banner for about page ====== */
.slider-banner {
  position: relative;
}
.slider-banner .item {
  position: relative;
  height: calc(100vh - 98px);
  min-height: 400px;
}
.slider-banner .item-caption {
  transform: translate(-100px, 0%);
  color: var(--white);
  width: 100%;
  position: relative;
  z-index: 1;
}
.caption-wrap {
  max-width: 1220px;
  margin: auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-caption h2 {
  color: var(--white);
  font-weight: 400;
  font-family: var(--font-rubik);
  text-align: left;
  padding-bottom: 0;
}
.item-caption h2 span {
  display: block;
  font-weight: 700;
  color: var(--white);
}
.slider-banner-full {
  margin-bottom: 0 !important;
}
.slider-banner-full .slick-dots {
  bottom: 30px;
}
.slider-banner-full .slick-dots li button {
  background-color: var(--rt-dark-blue);
  border-radius: 50%;
  color: var(--white);
  height: 17px;
  width: 17px;
}
.slider-banner-full .slick-dots li.slick-active button {
  background-color: var(--white);
}
.slider-banner-full .slick-dots li button:before {
  color: transparent;
}
.slider-banner-full .caption-wrap .inner-wrap {
  height: calc(100% - 210px);
  width: calc(100% - 200px);
  border: 1px solid var(--white);
  border-left: 0;
}
.slider-banner-full .slick-slide h2 {
  transform: scale(0);
  transform-origin: left;
  transition: 1s;
}
.slider-banner-full .slick-slide.slick-current h2 {
  transform: scale(1);
  transform-origin: left;
  transition: 1s;
}
.caption-wrap .inner-wrap {
  display: flex;
  flex-direction: column;
}
.caption-wrap .inner-wrap .spacer {
  display: block;
  border-left: 1px solid var(--white);
  flex-grow: 1;
}
.slider-banner .pagingInfo {
  position: absolute;
  left: calc((100% + 1165px) / 2);
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  min-width: 38px;
  display: block;
  text-align: center;
  color: var(--white);
  font-family: var(--font-barlow);
}
.slider-banner-full .slick-prev,
.slider-banner-full .slick-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-banner-full .slick-prev {
  left: 30px;
}
.slider-banner-full .slick-next {
  right: 30px;
}
.slider-banner-full .slick-prev::before,
.slider-banner-full .slick-next::before {
  line-height: 0;
}
.slider-banner-full .slick-prev::before {
  content: url("../images/left.svg");
}
.slider-banner-full .slick-next::before {
  content: url("../images/right.svg");
}
/* -=-=--= disabled slides overlay temporary -=-=-- */
.no-overlay .slider-banner-full .overlay:after {
  opacity: 0;
}
/* ------ our story block modified ------ */
.our-story.with-light-bg {
  background-color: var(--white);
}
.our-story.with-light-bg * {
  color: var(--rt-dark-gray);
}
.our-story.with-light-bg h2 {
  color: var(--black);
  padding-bottom: 2.5rem;
}
.our-story.with-light-bg h2 span {
  color: var(--rt-blue);
}
.our-story.with-light-bg .content-story {
  text-align: left;
  color: var(--rt-dark-gray);
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
.our-story.with-light-bg .content-story p {
  margin-bottom: 1.875rem !important;
}
/*Section Career*/
section.welcome-three.Explore__content {
    position: relative;
	padding: 60px 0px;
}
.Explore__content .welcome-three-img:after {
    position: absolute;
    top: 0;
    left: 0;
}
.Explore__content h2 {
 
}
.Explore__content p {
   
}
.Explore__content__btn-box {
    position: relative;
    display: inline-block;
	margin-top: 15px;
}

.Explore__content__arrow {
    position: absolute;
 top: -23px;
    right: -80px;
    -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;
}

.JoinOur-Section{
padding: 50px 0;	
}

/*joinOur-Section*/
.WhyShould-Section {
    position: relative;
     padding: 40px 0;
    background-color: #fff;
    margin-bottom: 60px;
}
.WhyShould-Section .oval {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -0%;
    top: -10px;
    bottom: 0px;
}
.WhyShould-Section .JoinUs-Heading{
	  position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.WhyShould-Section .CareerBox img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
.WhyShould-Section .CareerBox {
    padding: 10px 10px 10px 10px;
    background: #f8f8f8;
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: solid 1px #dd0429;
    border-top: solid 1px #dd0429;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 120px;
}
.WhyShould-Section  .CareerBox .CareerBox-icon {
    font-size: 50px;
    color: #645e9d;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
}
.WhyShould-Section  .CareerBox .title {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    padding-top: 16px;
    padding-bottom: 18px;
    text-transform: capitalize;
}




.Employees-testimonials {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    z-index: 1;
    background-image: url(../images/backgrounds/staff-background.png);
}
.Employees-testimonials-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.Employees-testimonials-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.Employees-testimonials .testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 0;
}
.Employees-testimonials .testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.Employees-testimonials .testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}
.Employees-testimonials .testimonials .title h5 {
  color: #eb6d2f;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: -3px;
}
.Employees-testimonials .testimonials .title h2 {
  color: #fff;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0;
}
.Employees-testimonials .testimonials .title img {
  margin-top: -10px;
}
.Employees-testimonials .testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #000;
}
.Employees-testimonials .testimonials .item {
 background: #fff;
    padding: 20px;
    border-radius: 15px;
   height: 400px;
}
.Employees-testimonials .testimonials .item .profile {
  display: flex;
  padding-left: 15px;
}
.Employees-testimonials .testimonials .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.Employees-testimonials .testimonials .information {
  padding-left: 20px;
  margin-bottom: 15px;
}
.Employees-testimonials .testimonials .stars i {
  color:  var(--snetaj-primary);
}
.Employees-testimonials .testimonials .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #000;
  font-weight: 900;
  line-height: 1;
}
.Employees-testimonials .testimonials .information span {
  color:  var(--snetaj-primary);
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}
.Employees-testimonials .testimonials .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  font-style: italic;
  color:  var(--snetaj-black);
  text-align: center;
}
.Employees-testimonials .testimonials .icon {
  text-align: center;
}
.Employees-testimonials .testimonials .icon i {
  font-size: 32px;
  color:  var(--snetaj-primary);
}



.CurrentOpenings-Section{
    position: relative;
    display: block;
   padding: 40px 0;
}
.Current-Openings-box {
    background: #FFFFFF;
   box-shadow: 0px 0px 2px rgb(209 29 58 / 53%);
    margin-bottom: 10px;
    padding: 20px 20px 15px;
    color: #000;
    transition: all 0.4s ease;
}
.Current-Openings-box:hover {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	z-index: 12;
    position: relative;
}
.Current-Openings-box .loadmore {
    margin: 50px auto 0;
    padding: 0;
}

.Current-Openings-boxsleft h5 {
	font-weight:400;
	font-size:14px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 10px;
}
.Current-Openings-boxleft h4 {
    font-weight: 600;
    font-size: 24px;
    color: var(--snetaj-primary);
    line-height: 30px;
    margin-bottom: 10px;
}
.Current-Openings-boxleft p {
	font-weight:100;
	font-size: 13px;
	line-height: 1.4;
	  color:var(--snetaj-primary);
	margin-bottom: 10px;
}
.Current-Openings-boxleft h5 {
    margin-bottom: 10px;
}
.Current-Openings-boxleft p:last-child { margin-bottom: 0;}
.Current-Openings-boxright h5 {
	font-weight:700 ;
	font-size: 18px;
	line-height: 1;
	color: #000;
	padding-bottom: 8px;
}
.Current-Openings-boxright p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}

.Current-Openings-boxftr {
	text-align: right;
	border-top: 1px dashed #000;
}
.Current-Openings-boxftr a {
	font-weight: 400;
    font-size: 14px;
    line-height: 1;
   color:var(--snetaj-primary);
    padding-top: 12px;
    display: inline-block;
}
.Current-Openings-boxftr a:hover {
	color:#000;
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.Strategic-one {
    position: relative;
    display: block;
    z-index: 1;
}
.Strategic-one__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
    background-color: var(--snetaj-extra);
    z-index: 1;
}
.Strategic-one p {
    font-size: 16px;
    line-height: 26px;
	text-align: justify;
}
.Strategic-one .tab-content-points li .text p {
    font-size: 14px;
    line-height: 26px;
}
.Strategic-one h6{
  margin-bottom: 0.567rem;
}
.Strategic-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;
}
.Bridging-two {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}
.Bridging-two-shape {
    position: absolute;
    top: -107px;
    right: -49px;
    z-index: -1;
}
.Bridging__right {
    position: relative;
    display: block;
    text-align: center;
}
.Bridging__right .section-title {
    margin-bottom: 7px;
}
.Bridging-two p {
    margin: 0;
    padding-bottom: 12px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.Access-diverse {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    z-index: 1;
    background-image: url(../images/backgrounds/staff-background.png);
}
.Access-diverse-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.Access-diverse .section-title p {
    margin-top: 0;
    margin-bottom: 1rem;
	color: #fff;
}
.Access-diverse .section-title__tagline {
	color: #fff;
	    font-size: 17px;
}
.Access-diverse__right-text1 {
    margin: 0;
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.Access-diverse .card{
    background: #f8f8f8;
    color: #333;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: solid 1px #dd0429;
    border-top: solid 1px #dd0429;
    border-radius: 15px;
	height: 100%;
}
.Access-diverse .card h6 {
    font-weight: 600;
}
.Access-diverse .card .icon img {
    width: 50px;
    height: 50px;
    max-width: 100%;
    object-fit: cover;
}
.Access-diverse .card .card-content {
    padding: 10px 0 0;
}
.Access-diverse .card .card-content a.thm-btn1 {
    font-size: 12px;
    border: none;
    color: #d11d3a;
}
.Access-diverse .card .card-content p {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 6px;
}
.Access-diverse .card .card-content .thm-btn1:after {
display: none;
}
.Access-diverse .card .card-content a.thm-btn1:hover{
	font-size: 10px;
}
.Access-diverse .card .card-content span.icon-arrow-right {
    font-size: 10px;
}
.serviceBox{
    padding: 20px 20px 20px 90px;
    background: #f8f8f8;
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-bottom: solid 1px #dd0429;
	border-top: solid 1px #dd0429;
	border-radius: 15px;
	margin-bottom: 30px;
	height: 195px;

}

.serviceBox:hover{
    background: #dfdfdf;
    color: #fff;
}

.serviceBox:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover:after{
    margin-left: 0;
    opacity: 0.1;
}

.serviceBox .service-icon{
    font-size: 50px;
    color: #645e9d;
    position: absolute;
    top: 18px;
    left: 20px;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon{
    color: #fff;
}

.serviceBox .title{
    font-size: 18px;
    font-weight: 700;
	line-height: 23px;
	
    
    text-transform: capitalize;
}

.serviceBox .description{
    font-size: 13px;
    color:#454545;
    line-height: 18px;
    margin: 0;
   
}

.serviceBox:hover .description{
    color: #000;
}



/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    background-color: var(--snetaj-primary);
    z-index: 1;
}

.services-one-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.07;
    z-index: -1;
}

.services-one__top {
    position: relative;
    display: block;
    padding: 50px 0 0;
}

.services-one__top-left {
    position: relative;
    display: block;
}

.services-one__top-left .section-title__tagline {
    color: #ffbdc8;
}

.services-one__top-left .section-title__title {
    color: var(--snetaj-base);
}

.services-one__top-right {
    position: relative;
    display: block;
    margin-top: 13px;
}

.services-one__top-text {
     color: #fff5f6;
    margin: 0;
    line-height: 30px;
}

.services-one__bottom {
    position: relative;
    display: block;
   padding: 0 0 30px;
    counter-reset: count;
}

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: var(--snetaj-base);
    padding: 82px 40px 34px;
    overflow: hidden;
    z-index: 1;
}

.services-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--snetaj-black);
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg) scale(0);
    -ms-transform: perspective(400px) rotateX(90deg) scale(0);
    transform: perspective(400px) rotateX(90deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

}

.services-one__single:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}


.services-one__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.services-one__title a {
    color: var(--snetaj-black);
    transition: all 500ms linear;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.services-one__title a:hover {
    color: var(--snetaj-primary);
    background-size: 100% 1px;
}

.services-one__icon {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 65px;
    color: var(--snetaj-primary);
    transform: scale(1);
    transition: transform 500ms ease;
}

.services-one__single:hover .services-one__icon {
    transform: scale(.85);
}

.services-one__count {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 35px;
    left: 39px;
    line-height: 30px;
}

.services-one__count:before {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--snetaj-font-two);
    color: rgba(var(--snetaj-black-rgb), .10);
}

.services-one__view-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px 60px 58px;
    background-color: var(--snetaj-black);
}

.services-one__view-all-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.services-one__view-all-title a {
    color: var(--snetaj-base);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.services-one__view-all-title a:hover {
    background-size: 100% 1px;
    color: var(--snetaj-primary);
}

.services-one__view-all-arrow a {
    font-size: 10px;
    color: var(--snetaj-base);
    transition: all 500ms ease;
}

.services-one__view-all-arrow a:hover {
    color: var(--snetaj-primary);
}


/*--------------------------------------------------------------
# ConsultingServices One
--------------------------------------------------------------*/
.ConsultingServices-one {
    position: relative;
    display: block;
    background-color: var(--snetaj-primary);
    z-index: 1;
}

.ConsultingServices-one-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.07;
    z-index: -1;
}

.ConsultingServices-one__top {
    position: relative;
    display: block;
    padding: 50px 0 0;
}

.ConsultingServices-one__top-left {
    position: relative;
    display: block;
}

.ConsultingServices-one__top-left .section-title__tagline {
    color: #ffbdc8;
}

.ConsultingServices-one__top-left .section-title__title {
    color: var(--snetaj-base);
}

.ConsultingServices-one__top-right {
    position: relative;
    display: block;
    margin-top: 13px;
}

.ConsultingServices-one__top-text {
    color: #ffbdc8;
    margin: 0;
}

.ConsultingServices-one__bottom {
    position: relative;
    display: block;
    padding: 50px 0 25px;
    counter-reset: count;
}
.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    padding: 15px;
}

 .overlay-text p {
    color: #fff;
	     font-size: 16px;
    margin: 0;
    line-height: 20px;
}
.ConsultingServices-one__single:hover .overlay-text {
    opacity: 1;
}
.ConsultingServices-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: var(--snetaj-base);
    padding: 15px;
    overflow: hidden;
    z-index: 1;
}

.ConsultingServices-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--snetaj-base);
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg) scale(0);
    -ms-transform: perspective(400px) rotateX(90deg) scale(0);
    transform: perspective(400px) rotateX(90deg) scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;

}

.ConsultingServices-one__single:hover:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}


.ConsultingServices-one__title {
    font-size: 20px;
    text-transform: capitalize;
    line-height: 25px;
}

.ConsultingServices-one__title a {
    color: var(--snetaj-black);
    transition: all 500ms linear;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.ConsultingServices-one__title a:hover {
    background-size: 100% 1px;
}

.ConsultingServices-one__icon {
    color: var(--snetaj-primary);
	    margin-bottom: 3px;
}
.ConsultingServices-one__icon img {
    color: var(--snetaj-primary);
    width: 60px;
    height: 60px;
    object-fit: contain;
}



.ConsultingServices-one__count {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 35px;
    left: 39px;
    line-height: 30px;
}

.ConsultingServices-one__count:before {
    position: absolute;
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--snetaj-font-two);
    color: rgba(var(--snetaj-black-rgb), .10);
}

.ConsultingServices-one__view-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px 60px 58px;
    background-color: var(--snetaj-black);
}

.ConsultingServices-one__view-all-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

.ConsultingServices-one__view-all-title a {
    color: var(--snetaj-base);
    transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
}

.ConsultingServices-one__view-all-title a:hover {
    background-size: 100% 1px;
    color: var(--snetaj-primary);
}

.ConsultingServices-one__view-all-arrow a {
    font-size: 10px;
    color: var(--snetaj-base);
    transition: all 500ms ease;
}

.ConsultingServices-one__view-all-arrow a:hover {
    color: var(--snetaj-primary);
}
/*benfets*/
section#sd-benefits {
    width: 100%;
    display: inline-block;
}
.Benefits-section .Benefits-cards {
    --cards-text-color: #fff;
    --animation-speed-normal: .3s;
    --animation-speed-fast: .25s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    width: 100%
}

.Benefits-section .Benefits-cards .card {
    flex-basis: 197px;
    position: relative;
    height: 350px;
    z-index: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    cursor: pointer
}

.Benefits-section .Benefits-cards .card img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all .5s ease-in-out;
    border-radius: 10px
}

.Benefits-section .Benefits-cards .card .card-info {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transition: all var(--animation-speed-normal) ease-in-out;
}
.Benefits-section .Benefits-cards .card .card-info::after {
	background: #000000b8;
	content: '';
	height: 1005;
	width: 100%;
	display: inline-block;
}

.Benefits-section .Benefits-cards .card .card-info h3 {
    color: #fff;
    margin: 0 0 10px;
 font-size: 23px;
}

.Benefits-section .Benefits-cards .card .card-info p {
       color: #fff;
    font-size: 17px;
    line-height: 30px;
}

.Benefits-section .Benefits-cards .card .card-info p:nth-of-type(1) {
    margin: 0
}

.Benefits-section .Benefits-cards .card .card-heading {
    position: absolute;
    left: 0;
    bottom: -60px;
    color: rgba(65,65,65,.6);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3
}

.Benefits-section .Benefits-cards .card[active] {
    flex-basis: 560px;
    height: 350px
}

.Benefits-section .Benefits-cards .card[active] .card-info {
    opacity: 1
}

.Benefits-section .Benefits-cards .card[active] .card-heading {
    color: #414141
}

@media screen and (max-width: 767px) {
    .Benefits-section {
        padding-bottom:80px
    }

    .Benefits-section .Benefits-cards {
        flex-wrap: wrap;
        gap: 50px
    }

    .Benefits-section .Benefits-cards .card {
        flex-basis: 100%;
        height: 100px
    }

    .Benefits-section .Benefits-cards .card .card-info {
        padding: 20px
    }

    .Benefits-section .Benefits-cards .card .card-heading {
        bottom: -35px;
        font-size: 18px
    }

    .Benefits-section .Benefits-cards .card[active] {
        flex-basis: 100%;
        height: 300px
    }

    .Benefits-section .Benefits-cards .card[active] .card-info {
        opacity: 1
    }
}

/**/


/*--------------------------------------------------------------
# Every Stage
--------------------------------------------------------------*/
.every-stage {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 50px 0 50px;
    margin-top: -10px;
    z-index: 1;
}

.every-stage-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.6;
}

.every-stage__left {
    position: relative;
    display: block;
    margin-right: 66px;
}

.every-stage__left .section-title {
    margin-bottom: 41px;
}

.every-stage__text-1 {
    font-size: 25px;
    color: var(--snetaj-primary);
    margin: 0;
    font-family: var(--snetaj-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-bottom: 10px;
	 margin-top: 20px;
}

.every-stage__text-2 {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.every-stage__right {
    position: relative;
    display: block;
}

.every-stage__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.every-stage__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.every-stage__tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 10px;
}

.every-stage__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--snetaj-black);
    background-color: var(--snetaj-base);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
    padding: 10px 10px 9px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--snetaj-font-two);
}

.every-stage__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--snetaj-base);
}

.every-stage__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: var(--snetaj-primary);
    transition: all 0.3s ease;
    z-index: -1;
}

.every-stage__tab-box .tab-buttons .tab-btn.active-btn span:before {
    width: 100%;
}

.every-stage__tab-box .tabs-content {
    position: relative;
    display: block;
}

.every-stage__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.every-stage__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}

.tab-content__inner-text {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.tab-content__bottom {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--snetaj-bdr-color);
    padding-top: 46px;
    margin-top: 38px;
}

.tab-content__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.tab-content__img img {
    mix-blend-mode: luminosity;
}

.tab-content__points-box {
    margin-left: 30px;
}

.tab-content-points li {
    position: relative;
    display: flex;
    align-items: baseline;
}

.tab-content-points li+li {
    margin-top: 2px;
}

.tab-content-points li .icon {
    display: flex;
    align-items: center;
}

.tab-content-points li .icon span {
    font-size: 14px;
    color: var(--snetaj-primary);
    position: relative;
    top: 2px;
}

.tab-content-points li .text {
    margin-left: 10px;
}

.tab-content-points li .text p {
    font-size: 16px;
    color: var(--snetaj-black);
    margin: 0;
}

.tab-content__img img {
    mix-blend-mode: luminosity;
    width: 100%;
    object-fit: cover;
}



/*startup hubs*/
.text-justify{
	text-align: justify;
}
.startupInvestors {
    margin: 20px auto;
    padding-left: 50px;
    width: 100%;
    min-width: 300px;
}
.tab {
    display: none;
}
.startupInvestors label input {
    padding: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    border: none;
    background-color: var(--snetaj-extra);
}
.startupInvestors input {
    width: 100%;
    padding: 0 10px;
}
a#prevBtn {
    margin: 0 10px;
}
.startupInvestors label {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}
.Snetajdevelopment {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding:50px 0;
  
    z-index: 1;
}
.Snetajdevelopmentent-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;
}

.Snetajdevelopment__img img {
    width: 100%;
	height:300px; 
	margin-bottom: 45px;
   border-radius: 8px;
	object-fit: cover;
   
}


.Snetajdevelopmentent__content a.thm-btn1 {
    float: left;
    border: none;
}
.Snetajdevelopmentent__content a.thm-btn1:hover{
	color: var(--snetaj-black)
}
.Snetajdevelopmentent__content.Right_Content {
    padding-left: 50px;
}
.Snetajdevelopmentent__content.Left_Content {
    padding-right: 50px;
}
.Snetajdevelopmentent__content .thm-btn1:hover:after{
opacity: 0;
}
.Snetajdevelopmentent__content h2 {
    margin-bottom: 15px;
}
	
.Snetajdevelopmentent__content p {
    text-align: justify;
}


.Snetajdevelopment__content {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--snetaj-bdr-color);
    margin-top: 22px;
    padding-top: 26px;
}

/**/



.Case__studiesCompany {
    width: 100%;
    position: relative;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.Case__studiesCompany h2 {
    margin: 0;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: normal;
    font-size: 1.756rem;
    margin-bottom: 6px;
}
.Case__studiesCompany p {
    font-size: 15px;
    line-height: 27px;
}
@media screen and (max-width: 992px) {
  .Case__studiesCompany {
    max-width: 680px;
    height: 400px;
  }
}


.Case__studiesCompany__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
@media screen and (max-width: 768px) {
  .Case__studiesCompany__item {
    flex-direction: column;
  }
}

.Case__studiesCompany__img {
    width: 275px;
    flex-shrink: 0;
    height: 220px;
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}
.Case__studies__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  border-radius: 20px;
}
.Case__studiesCompany__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .Case__studiesCompany__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .Case__studiesCompany__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .Case__studiesCompany__img {
    height: 270px;
  }
}
.Case__studiesCompany__content {
    margin-left: -45px;
}

.Case__studiesCompany.secondLeftCase .Case__studiesCompany__content {
    margin-left: 0px;
}
.Case__studiesCompany.secondLeftCase .Case__studiesCompany__img {
    width: 275px;
    flex-shrink: 0;
    height: 220px;
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(87px);
    overflow: hidden;
}
@media screen and (max-width: 768px) {
  .Case__studiesCompany__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
	   margin-left:0;
  }
}
@media screen and (max-width: 576px) {
  .Case__studiesCompany__content {
    padding: 0;
  }
}
.Case__studiesCompany__content > * {
  transform: translateY(25px);
  transition: all 0.4s;
	float: left;
}


.Case__studiesCompany__button {
    display: inline-flex;
    padding: 4px 28px;
    border-radius: 50px;
    color: #000;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    background-image: linear-gradient(to right, #fdfdfd 20%, #e0e0e0 100%);
    font-size: 16px;
}
@media screen and (max-width: 576px) {
  .Case__studiesCompany__button {
    width: 100%;
  }
}


/*modal*/
.BOTModel img {
    height: 360px;
    object-fit: contain;
}

.CaseModalDetails  .page-header-bg{
	opacity: 1;
}
.CaseModalDetails  a.thm-btn1 {
    font-family: var(--snetaj-font);
	    padding: 6px 20px;
}
.CaseModalDetails h4 {
        font-weight: 500;
    text-transform: capitalize;
       font-family: var(--snetaj-font-two);
    margin-bottom: 5px;
    font-size: 17px;
	color: var(--snetaj-primary);

}
.CaseModalDetails p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #000;
}
.CaseModalDetails .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: #ffffffeb;
}
.CaseModalDetails  .modal-fullscreen .modal-body {
    height: calc(100% - 4.75rem);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
}
.modal-open .modal.CaseModalDetails {
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffffb5;
}
.CaseModalDetails .modal-fullscreen .modal-header {
    border-radius: 0;
    display: inline-block;
    padding: 0;
}
.CaseModalDetails .modal-fullscreen .modal-footer {
    border-radius: 0;
    padding: 5px 10px;
    justify-content: space-around;
}
.CaseModalDetails .page-header {
    position: relative;
    display: block;
    padding: 15px 0 100px;
    background-color: var(--snetaj-black);
    z-index: 1;
}
.CaseModalDetails .modal-fullscreen {
    width: 65vw;
    max-width: none;
    height: 100%;
    margin: 0;
    margin: 0 auto;
}
.taglist ul li {
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid #d20003;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    list-style: none;
    color: #000;
}
.case-answer li{
	 font-size: 15px;
    line-height: 25px;
	 color: #000;
}
.case-answer {
    margin-bottom: 15px;
}

.CaseModalDetails .wrapper {
    position: relative;
    margin: 10px 5px 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid;
    padding: 10px ;

}
.CaseModalDetails  .wrapper p {
    margin-bottom: 5px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
	    padding-left: 0;
}

.CaseModalDetails  .wrapper .client-info {
    position: relative;
    display: flex;
    align-items: center;
}
.CaseModalDetails  .wrapper .client-img img {
    width: 63px !important;
    border-radius: 50%;
    object-fit: cover;
    height: 63px;
}
.client-img {
    margin-right: 18px;
}
.CaseModalDetails  h5 {
    margin-bottom: 0;
    font-size: 1.234rem;
}


/*service*/


.Waterfall_Model{
    padding: 60px 0;
}


.Waterfall_Model h2{   
	position: relative;
    font-size: 48px;
    line-height: 1.4;
    text-align: center;
    color: #343434;
    margin-bottom: 20px;
}

.Waterfall_Model p{
    max-width: 800px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.Waterfall_Modelcards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.Waterfall_Modelcards .card{
    width: 100%;
    text-align: center;
	border: none;
}
.Waterfall_Modelcards .card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin: 0 auto 5px;
}

.Waterfall_Modelcards .card h3{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #343434;
    margin-bottom: 10px;
}

.Waterfall_Modelcards .card p{
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    color: #343434;
    margin-bottom: 0px;
}
.Waterfall_Modelcards .card {
    text-align: center;
    position: relative;
    margin-top: 29px;
}

.Waterfall_Modelcards .Card-content {
     padding: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
}
.Waterfall_Modelcards .how-it-works__process-box {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--snetaj-black);
    z-index: 1;
	margin-bottom: 10px;
}
.Waterfall_Modelcards .Card-content:after {
    position: absolute;
    top: 54px;
    left: 0;
    right: -11px;
    content: "";
    background-color: #f00;
    height: 2px;
    z-index: 0;
}
/**/
.Knowledge-one {
    margin: 50px 0;
    position: relative;
    display: block;
    padding: 40px;
}
.Knowledge-one h2 {
       text-transform: capitalize;
    color: #fff;
}
.Knowledge-one-pattern {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Knowledge-info-single {
    padding: 10px;
    position: relative;
    display: block;
    border: 1px solid transparent;
    text-align: left;
    transition: all 500ms ease;
    box-sizing: border-box;
    border-radius: 5px;
    background: #f5f4f4e8;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.Knowledge-info-single .tab-content__points-box {
    margin-left: 0px;
}
.Knowledge-info-single h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.Knowledge-info-single .tab-content-points li .text p {
    font-size: 14px;
    color: var(--snetaj-black);
    margin: 0;
    padding: 0;
    line-height: 25px;
}


/*OurEngagement*/
.OurEngagement_section {
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    background: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0;
    padding: 70px 0;
}
.OurEngagement_section  h2 {
    font-size: 32px;
    font-weight: 500;
    color: var(--snetaj-base);
    line-height: 45px;
    margin-bottom: 15px;
}

.OurEngagement_section .OurEngagement_cards p {
    font-size: 15px;
    font-weight: 400;
    color: var(--snetaj-base);
    line-height: 28px;
    margin-bottom: 5px;
	    text-align: justify;
}

.OurEngagement_section .OurEngagement_cards .tab-content-points li .text p {
    font-size: 13px;
    color: var(--snetaj-base);
    margin: 0;
    line-height: 26px;   
	text-align: justify;
}
.OurEngagement_section .OurEngagement_cards .tab-content-points li .icon span {
    font-size: 12px;
    color: var(--snetaj-base);
    position: relative;
    top: 2px;
}
.OurEngagement_section .feature-half-left {
    height: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
}

.listing_section .feature-half-right {
    height: 260px;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 50%;
    right: 0;
    border-radius: 100px 0 0;
}

.OurEngagement_section .right_side_content img {
    width: 100% !important;
    height: auto;
	    position: relative;
    top: -17px;
}
.OurEngagement_section .right_side_content p {
    font-size: 15px;
    font-weight: 400;
    color: var(--snetaj-black);
    line-height: 28px;
    margin-bottom: 5px;
}
.OurEngagement_section .right_side_content  .tab-content-points li .text p {
    font-size: 14px;
    color: var(--snetaj-black);
    margin: 0;
}
.OurEngagement_section .right_side_content  li .icon span {
    font-size: 12px;
    color: var(--snetaj-primary);
    position: relative;
    top: 2px;
}

.OurEngagement_section .trusted_by_content {
    padding-left: 50px;
}

.OurEngagement {
    position: relative;
    z-index: 1;
    width: 100%;
    display: inline-block;
    background: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0;
}
.OurEngagement-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
}
.OurEngagement-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.20;
    z-index: 1;
}
.OurEngagement__inner {
    position: relative;
    display: block;
    padding: 40px 0 40px;
    z-index: 2;
}
.OurEngagement__inner h2 {
    color: #fff;
}
.OurEngagement__inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
	color: #fff;
}
.Knowledge-info-single h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.OurEngagement__inner p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
	    text-align: justify;
   
}
.OurEngagement__inner .tab-content-points li .text p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 20px;
	    padding: 0px 0 10px;
}
.OurEngagement__inner .tab-content-points.RightContent li .text p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    padding: 0px 0 3px;
}
.OurEngagement__inner .ServicesText p {
    color: #fff;
    text-align: left;
    margin-bottom: 9px;
}
.OurEngagement__inner .tab-content-points.RightContent li .icon span {
    font-size: 14px;
    color: #fff;
}
.OurEngagement__inner .tab-content-points li .icon span {
    font-size: 14px;
    color: #fff;
}
/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.TestingTools {
    position: relative;
    display: block;
    padding: 40px 0;
    background: #D11D3A;
}
.TestingTools h2 {
    color: #fff;
    font-weight: bold;
}
.TestingTools .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;
	  background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(51, 51, 51, .25);
    margin: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    transition: all .3s;
}
.TestingTools .swiper-slide:hover {
    box-shadow: 0 15px 40px 0 rgba(51, 51, 51, .15);
}

.TestingTools .swiper-slide img {
     display: block;
    max-width: 100%;
    max-height: 100%;
}

.TestingTools .swiper-slide img:hover {
    opacity: 1;
}
/**/
.SoftwareTesting-one {
    position: relative;
    display: block;
    z-index: 1;
}
.SoftwareTesting__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
    z-index: 1;
}
.SoftwareTesting__img img {
    width: 100%;
}
.SoftwareTesting__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--snetaj-black-rgb), .30);
    z-index: 1;
}
.SoftwareTesting__left {
    position: relative;
    display: block;
    margin-left: -242px;
    z-index: 1;
}

.SoftwareTesting-one__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px;
    background-color: var(--snetaj-extra);
    z-index: 1;
}
.SoftwareTesting-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;
}


.SoftwareTesting-details__content {
    position: relative;
    display: block;
    margin-top: 10px;
}

.SoftwareTesting-details__content h2 {
    font-size: 58px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 72px;
    padding: 0 91px;
	font-weight: bold;
}
.SoftwareTesting-details__content span {
    position: relative;
    display: inline-block; 
	    color: #dd0429;
}
.SoftwareTesting-details__content span:before {
 display: none;
}
.SoftwareTesting-one__inner p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    margin-bottom: 8px;
    color: #000;
	text-align: justify;
}
.SoftwareTesting-one__inner p.guaranteed{
	text-align: right;	
}
/**/
.WaterfallModel{
	margin: 40px 0 20px;
}
.WaterfallModel p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    margin-bottom: 8px;
    color: #fff;
	text-align: center;
}
.WaterfallModel  .tab-content-points li .icon span {
    color: #ffffff;
}
.WaterfallModel .tab-content-points li .text p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 22px;
	text-align: left;
	
}
.WaterfallModel .OurEngagement__inner h4 {
    color: #fff;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 10px;
    font-size: 17px;
}

/**/
.AgileModel{
	margin: 40px 0 20px;
	background: none;
}
.AgileModel .OurEngagement__inner {
    padding: 40px 0 0px;
}
.AgileModel p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
    margin-bottom: 8px;
    color: #000;
}
.AgileModel .OurEngagement__inner h2 {
    color: #000;
}
/**/
.Whatweoffer{
    position: relative;
    display: block;
    padding: 50px 0 50px;
}
.Whatweoffer ul {
    margin-bottom: 11px;
}
.Whatweoffer-shape {
    position: absolute;
    top: -154px;
    right: 0;
    z-index: -1;
}
.Whatweoffer-shape img {
    opacity: 0.10;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.Whatweoffer h4 {
    font-size: 26px;
    font-family: var(--snetaj-font-two) !important;
    line-height: 52px;
}
.Whatweoffer h3 {
    color: #D30003;
    margin-top: 11px;
}
.Whatweoffer p {
    font-size: 15px;
    color: var(--snetaj-black);
     margin-bottom: 8px;
    line-height: 26px !important;
	text-align: justify;
}
.Whatweoffer .tab-content-points li .text p {
    font-size: 15px;
    color: var(--snetaj-black);
    margin-bottom: 0;
	text-align: justify;}
/**/
.process-box{
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
.process-left:after{
        content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0px #00000036;
    z-index: 1;
}
.process-right:after{
        content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0px #0000001a;
    z-index: 1;
}
.process-step{
     background: #000000;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 8px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}
.process-point-right{
background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #d70529;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 45px;
    left: -63px;
}
.process-point-right:before{
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(36deg);
    position: relative;
    left: -50px;
    top: -0px;
}
.process-point-left{
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #d70529;
    box-shadow: 0 0 0px 4px #5c5c5c;
    margin: auto 0;
    position: absolute;
    bottom: 40px;
    right: -63px;
}
.process-point-left:before {
    content: "";
    height: 144px;
    width: 11px;
    background: #5c5c5c;
    display: inline-grid;
    transform: rotate(-38deg);
    position: relative;
    left: 50px;
    top: 0px;

}

.process-last:before{
    display: none;
}
.process-box p{
    z-index: 9;
}
.process-box p {
    z-index: 9;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    margin-bottom: 2px;
}
.process-step h2{
    font-size: 39px;
}
.process-step:after{
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #d70529;
    border-left: 8px solid #04889800;
    border-right: 8px solid #d70529;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
.process-step:before{
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #d70529;
    border-left: 8px solid #d70529;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
.process-line-l {
    background: #dedede;
    height: 4px;
    position: absolute;
    width: 126px;
    right: -148px;
    top: 63px;
    z-index: 9;
}
    .col-md-5 {
        position: relative;
    }

.process-line-r {
    background: #dedede;
    height: 4px;
    position: absolute;
    width: 125px;
    left: -147px;
    top: 63px;
    z-index: 9;
}

/**/
.Case__studies {
  
}





@media screen and (max-width: 991px) {
    .Case__studies {
        padding-top:0;
        margin-bottom: 0;
        width: calc(100% + 4.8rem);
        margin-left: -2.4rem
    }
}




.Case__studies .row {
    position: relative
}

.Case__studies__content {
     height: 33rem;
    margin-bottom: 4rem;
    background: url(https://ergotechnologygroup.com/fe/dist/red_box_w_circles.4e54a10c.svg) no-repeat 50%;
    background-size: cover;
    border-radius: 15px;
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 1
}
.Case__studies__content h2 {
      color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
.Case__studies__content p {
    color: #fff;
    font-weight: 400;
}
@media screen and (max-width: 991px) {
   .Case__studies__content {
        border-top-left-radius:0;
        border-top-right-radius: 0;
        height: 33.6rem;
        background-color: #e4002b
    }
}
.Case__studies__image .caseImagelogo {
      height: 26rem;
    margin-bottom: 4rem;
    background-repeat: no-repeat 50%;
    background-size: cover;
    border-radius: 15px;
    backdrop-filter: blur(2px);
    position: relative;
    z-index: 1;
}
.Case__studies__image .caseImagelogo .caseImage {
   position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 1rem 1.375rem;
}

.Case__studies__content .caseImage {
    position: absolute;
   top: 2%;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 1rem 1.375rem;
}
.Case__studies__image {
    position: absolute;
    right: 0;
       height: 33rem;
    bottom: 0;
		 opacity: 1;
    visibility: visible;
}
.Case__studies__image .caseImage img {
    display: block;
    width: 300px;
    object-fit: contain;
    object-position: center;
    margin: 8rem auto;
}


@media screen and (max-width: 991px) {
    .Case__studies__image {
        position:relative;
        right: auto;
        bottom: auto;
        height: 26.4rem
    }
}
/**/
.Our-three__top {
    position: relative;
    display: block;
}
.Our-three__title {
    font-size: 21px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.Our-three__title a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}
.Our-three__text {
    font-size: 15px;
    margin: 0;
    line-height: 28px;
}
.Our-three__single {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
    text-align: center;
    padding: 10px 15px 15px;
    margin-bottom: 20px;
    border-top: 2px solid #D20003;
    transition: all 500ms ease;
    border-bottom: 2px solid #D20003;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    border-radius: 41px;
	height: 100%;
}
.Our_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    position: relative;
    bottom: 3px;
}

.Our-three__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    border: 1px solid var(--snetaj-bdr-color);
}

.Our-three__single {
    position: relative;
    display: block;
    background-color: #fff;
	 border: 1px solid transparent;
    text-align: center;
    padding: 10px 20px 15px;
    margin-bottom: 30px;
	border-top: 2px solid #D20003;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	border-bottom: 2px solid #D20003;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

.Our-three__single:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
    border: 1px solid var(--snetaj-bdr-color);
	border-bottom: 2px solid #D20003;
}


/* how we operate*/


.technology-stage__right {
    position: relative;
    display: block;
}


.technology-stage__tab-box .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
}

.technology-stage__tab-box .tab-buttons .tab-btn+.tab-btn {
    margin-left: 10px;
}

.technology-stage__tab-box .tab-buttons .tab-btn span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--snetaj-black);
    background-color: var(--snetaj-base);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
    padding: 10px 10px 9px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--snetaj-font-two);
	width: 100%
}

.technology-stage__tab-box .tab-buttons .tab-btn.active-btn span {
    color: var(--snetaj-base);
}

.technology-stage__tab-box .tab-buttons .tab-btn span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: var(--snetaj-primary);
    transition: all 0.3s ease;
    z-index: -1;
}

.technology-stage__tab-box .tab-buttons .tab-btn.active-btn span:before {
    width: 100%;
}

.counter-one__inner {
    
    position: relative;
    display: block;
    padding: 33px 10px 20px;
}

.technology-stage__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.technology-stage__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}
.technology-stage__tab-box  .tabs-content {
    padding: 28px 10px 20px;
    border-left: 5px solid #db0429;
}
.technoligesStack {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: flex-start;
    height: auto;
    white-space: inherit;
    -ms-overflow-style: none;
    scrollbar-width: none;
	padding: 0;
}
.technoligesStack li {
    border: 1px solid #000;
    width: max-content;
    display: inline-block;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: initial;
    padding: 7px 10px;
    margin-right: 15px;
}
ul.technology-stack__tabs  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    white-space: inherit;
    -ms-overflow-style: none;
    scrollbar-width: none;
 }

.technology-stack__tabs .tab-btn  {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
	  width: 19%;
}


.operate-box {
  background-color: transparent;
  width: 100%px;
  height: 460px;
	 border-radius: 25px;
	
  border: 1px solid #f1f1f1;
  perspective: 1000px;
	margin-bottom: 20px;
}

.operate-box1 {
  background-color: transparent;
  perspective: 1000px;
	margin-bottom: 20px;
}

.operate-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.operate-box1 .section-title {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
	 color: #fff;
}
 
.operate-box1 .section-title__title {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 18px;
	   color: #fff;
}
.operate-box1 p{
	color: #fff;
}
.operate-content-img {
    position: relative;
    text-align: center;
    z-index: 1;
    height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.operate-box:hover .operate-box-inner {
  transform: rotateY(180deg);
}

.operate-box-front, .operate-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.operate-box-front {
  background-color:#fff;
	padding: 20px 15px 0px 10px; 
	border: solid 1px #d70529;
	 color: black;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	 border-radius: 25px;
	
}

.operate-box-front h2{
	font-size: 21px;
	font-weight: 400;

	text-align: center;
}


.operate-box-back h2{
	font-size: 21px;
	font-weight: 400;
color:#fff;
	text-align: center;}

.operate-box-back {
  background-color:#000;
  color: white;
  transform: rotateY(180deg);
	padding: 20px 15px 0px 10px; 
	border: solid 2px #fff;
	font-size: 14px;
	line-height: 23px;
	text-align: left;
	 border-radius: 25px;
}


/*case studies*/

.CaseStudies{
    position: relative;
    display: block;
    padding: 0px 0 10px;
}

.CaseStudies__box {
    position: relative;
    display: block;
    margin-left: 0px;
}
.CaseStudies__box-content {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    margin-top: 30px;
    border-radius: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;

}
.CaseStudies__box-content:hover {

    box-shadow: 4.0px 8.0px 8.8px;
    transition: all 500ms ease;
}
.CaseStudies__box-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 22px;
	    color: #fff;
}
.CaseStudies__box-content p {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
	    color: #fff;
}
.every-stage__tab-box .tab-buttons .tab-btn.active-btn .tab-content__img::before {
    width: 100%;
}
.every-stage__tab-box .tab-buttons .tab-btn .tab-content__img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: var(--mibooz-primary, #dd0429);
    transition: all 0.3s ease;
    z-index: -1;
}

/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.welcome-one-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.welcome-one-shape img {
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
    z-index: 1;
}

.welcome-one__left:before {
    position: absolute;
    top: -120px;
    bottom: -120px;
    left: -10000000px;
    right: 230px;
    content: "";
    background-color: var(--snetaj-extra);
    z-index: -1;
}


.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-box:before {
    position: absolute;
    bottom: 0;
    left: -40px;
    height: 224px;
    width: 20px;
    content: "";
    background-color: var(--snetaj-primary);
}

.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background: var(--snetaj-black);
    z-index: 1;
}

.welcome-one__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-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__img img {
    width: 100%;
    transition: all 900ms ease;
    mix-blend-mode: luminosity;
}

.welcome-one__experience {
    position: absolute;
    top: 74px;
    left: -94px;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(161, 156, 156, 0.1);
    padding: 29px 40px 28px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.welcome-one__experience-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-one__experience-icon span {
    font-size: 65px;
    color: var(--snetaj-primary);
    position: relative;
    display: inline-block;
    transition: transform 500ms linear, color 500ms ease;
    transform: scale(1);
}

.welcome-one__img-box:hover .welcome-one__experience-icon span {
    transform: scale(.9);
    color: var(--snetaj-black);
}

.welcome-one__experience-content {
    margin-left: 30px;
}

.welcome-one__experience-title {
    font-size: 16px;
    color: var(--snetaj-gray);
    font-family: var(--snetaj-font);
    line-height: 24px;
}

.welcome-one__experience-title span {
    font-size: 20px;
    color: var(--snetaj-black);
    font-family: var(--snetaj-font-two);
}

.welcome-one__right {
    position: relative;
    display: block;
}

.welcome-one__right .section-title {
    margin-bottom: 26px;
}

.welcome-one__right-text {
    margin: 0;
    padding-bottom: 32px;
}

.welcome-one__bottom {
    position: relative;
    display: block;
}

.welcome-one__bottom-left {
    position: relative;
    display: block;
    margin-right: -35px;
}

.welcome-one__bottom-title {
    font-size: 20px;
    color: var(--snetaj-primary);
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.1em;
}

.welcome-one__points {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-bottom: 39px;
}

.welcome-one__points li {
    position: relative;
    display: flex;
}

.welcome-one__points li+li {
    margin-top: 4px;
}

.welcome-one__points li .icon span {
    font-size: 16px;
    color: var(--snetaj-primary);
}

.welcome-one__points li .text {
    margin-left: 10px;
}

.welcome-one__points li .text p {
    margin: 0;
}

.welcome-one__person {
    position: relative;
    display: flex;
    align-items: center;
}

.welcome-one__person-img {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50%;
    background-color: var(--snetaj-black);
}

.welcome-one__person-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -10px;
    content: "";
    border-radius: 50%;
    background-color: var(--snetaj-extra);
    z-index: -1;
}

.welcome-one__person-img img {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    mix-blend-mode: luminosity;
}

.welcome-one__person-sign {
    margin-left: 20px;
}

.welcome-one__person-sign h3 {
    font-size: 60px;
    font-family: var(--snetaj-sayinistic-font);
}

.welcome-one__bottom-right {
    position: relative;
    display: block;
    margin-left: 42px;
    margin-top: 2px;
}

.welcome-one__bottom-right-content {
    position: relative;
	width: 500px;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 40px 39px 40px;
}

.welcome-one__bottom-right-icon span {
    font-size: 66px;
    color: var(--snetaj-primary);
    position: relative;
    display: inline-block;
    transform: scale(1);
    transition: color 500ms ease, transform 500ms ease;
}

.welcome-one__bottom-right-content:hover .welcome-one__bottom-right-icon span {
    transform: scale(.85);
    color: var(--snetaj-black);
}

.welcome-one__bottom-right-title {
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 49px;
}

.welcome-one__btn {
    padding: 4px 37px 4px;
    color: var(--snetaj-black);
    font-size: 12px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
	padding-top: 200px;
    padding: 10px 0 10px;
    border-top: 1px solid var(--snetaj-bdr-color);
	background: black;
    overflow: hidden;
	
 
}

.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.8;
    max-width: 70%;
}

.brand-one .swiper-slide img:hover {
    opacity: 1;
}

/*--------------------------------------------------------------
# Design Studio
--------------------------------------------------------------*/
.design-studio {
    position: relative;
    display: block;
    padding: 107px 0 255px;
    z-index: 1;
}

.design-studio-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.design-studio-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;
}

.design-studio__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.design-studio__title {
    font-size: 70px;
    text-transform: uppercase;
    line-height: 83px;
    color: var(--snetaj-base);
    margin-bottom: 46px;
}

.design-studio__title span {
    position: relative;
    display: inline-block;
}

.design-studio__title span:before {
    position: absolute;
    top: 50%;
    left: -13px;
    right: -13px;
    content: "";
    background-color: var(--snetaj-primary);
    height: 2px;
    transform: translateY(-50%);
}

.design-studio__video-link {
    position: relative;
    display: block;
}

.design-studio__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(--snetaj-base);
    background-color: var(--snetaj-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;
}

.design-studio__video-icon:hover {
    background-color: var(--snetaj-base);
    color: var(--snetaj-primary);
}

.design-studio__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border-radius: 50%;
    z-index: -1;
    border: 1px solid var(--snetaj-base);
    opacity: 0.1;
}

.design-studio__video-link .ripple,
.design-studio__video-icon .ripple:before,
.design-studio__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(--snetaj-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--snetaj-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--snetaj-primary-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.design-studio__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.design-studio__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    
    z-index: 1;
}

.counter-one__inner {
    position: relative;
    display: block;
    max-width: 1410px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 50px;
    background-color: var(--snetaj-extra);
    z-index: 1;
}

.counter-one__box-one {
    position: absolute;
    bottom: -106px;
    right: -106px;
    height: 106px;
    width: 106px;
    background-color: var(--snetaj-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(--snetaj-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: var(--snetaj-bdr-color);
}

.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(--snetaj-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(--snetaj-black);
}

.counter-one__single h3 {
    font-size: 50px;
    font-family: var(--snetaj-font-two) !important;
    line-height: 60px !important;
}

.counter-one__text {
    margin: 0;
    line-height: 32px;
}

.counter-one__single .odometer-formatting-mark {
    display: none;
}

/*--------------------------------------------------------------
# We Care
--------------------------------------------------------------*/
.we-care {
    position: relative;
    display: block;
}

.we-care__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0 60px;
    border-bottom: 1px solid var(--snetaj-bdr-color);
}

.we-care__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.we-care__img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 10px;
    background-color: var(--snetaj-primary);
    z-index: 1;
}

.we-care__img img {
    mix-blend-mode: luminosity;
}

.we-care__content {
    margin-left: 50px;
}

.we-care__title {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 3px;
}

.we-care__text {
    margin: 0;
    font-size: 16px;
}

/*--------------------------------------------------------------
# portfolio-one
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.project-one .section-title {
    margin-bottom: 13px;
}

.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(--snetaj-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(--snetaj-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(--snetaj-black);
}

.project-filter.style1 li .count {
    color: var(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-black-rgb), .90);
    z-index: -1;
}

.project-one__tagline {
    position: relative;
    font-size: 12px;
    color: var(--snetaj-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(--snetaj-primary);
    transform: translateY(-50%);
}

.project-one__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
}

.project-one__title a {
    color: var(--snetaj-base);
    transition: all 500ms ease;
}

.project-one__title a:hover {
    color: var(--snetaj-primary);
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    padding: 10px 0 10px;

	
	
}


.why-choose-one__left {
    position: relative;
    display: block;
    margin-left: -174px;
}

.why-choose-one__left:before {
    position: absolute;
    top: -120px;
    left: -10000000px;
    right: 200px;
    bottom: -120px;
    content: "";
    background-color: var(--snetaj-extra);
}

.why-choose-one-box-1 {
    position: absolute;
    bottom: 112px;
    right: 112px;
    height: 112px;
    width: 112px;
    background-color: var(--snetaj-base);
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.why-choose-one-box-2 {
    position: absolute;
    bottom: 0;

    right: 0;

    height: 112px;
    width: 112px;
    background-color: var(--snetaj-primary);
    animation: boxRotate 8s linear infinite;
    transform-origin: left;
}

.why-choose-one-box-3 {
    position: absolute;
    bottom: -112px;
    right: 112px;
    height: 112px;
    width: 112px;
    background-color: var(--snetaj-black);
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.why-choose-one__img {
    position: relative;
    display: block;
    
}

.why-choose-one__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.why-choose-one__right {
    position: relative;
    display: block;
    margin-left: 0px;
}

.why-choose-one__right .section-title {
    margin-bottom: 25px;
}

.why-choose-one__right-text {
    margin: 0;
}

.why-choose-one__content {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--snetaj-bdr-color);
    margin-top: 22px;
    padding-top: 26px;
}

.why-choose-one__content-img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.why-choose-one__content-img img {
    mix-blend-mode: luminosity;
}

.why-choose-one__content-list {
    margin-left: 28px;
}

.why-choose-one__points {
    position: relative;
    display: block;
}

.why-choose-one__points li {
    display: flex;
    align-items: center;
}

.why-choose-one__points li+li {
    margin-top: 2px;
}

.why-choose-one__points li .icon span {
    font-size: 16px;
    color: var(--snetaj-primary);
}

.why-choose-one__points li .text {
    margin-left: 10px;
}

.why-choose-one__points li .text p {
    font-size: 16px;
    margin: 0;
    color: var(--snetaj-black);
}

.why-choose-one__progress {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 44px;
}

.why-choose-one__progress-single {
    position: relative;
    display: block;
}

.why-choose-one__progress-title {
    font-size: 18px;
    line-height: 28px;
    color: var(--snetaj-black);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.why-choose-one__progress .bar {
    position: relative;
    width: 100%;
    height: 7px;
    background-color: var(--snetaj-extra);
    border-radius: 0px;
    margin-bottom: 25px;
}

.why-choose-one__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 7px;
    border-radius: 0px;
    background: var(--snetaj-primary);
    -webkit-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.why-choose-one__progress .count-text {
    position: absolute;
    right: -41px;
    bottom: 19px;
    color: var(--snetaj-base);
    line-height: 24px;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    background-color: var(--snetaj-black);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-one__progress .count-text:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    border: 3px solid var(--snetaj-black);
    content: "";
    border-right: 4px solid;
    border-bottom: 3px solid;
}

.why-choose-one__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.why-choose-one__progress .bar.marb-0 {
    margin-bottom: 0;
}

.why-choose-one__read-btn>a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color:#000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
}

.why-choose-one__read-btn>:hover {
    color:#FF0004;
   
   
 
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    padding: 35px 0 37px;
    z-index: 1;
}

.testimonial-one__map {
    position: absolute;
    top: 79px;
    left: 50%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 486px;
    width: 1005px;
    transform: translateX(-50%);
    opacity: 0.08;
    z-index: -1;
}

.testimonial-one__carousel {
    position: relative;
    display: block;
}

.testimonial-one__carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0 0 0;
}

.testimonial-one__carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.testimonial-one__carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transition: all 200ms linear;
}

.testimonial-one__single {
    position: relative;
    display: block;
	 
}

.testimonial-one__content {
    position: relative;
    display: block;
    border: 1px solid #e1e1e1;
	
    padding: 18px 19px 76px;
    transition: all 500ms ease;
	
}

.testimonial-one__single:hover .testimonial-one__content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.testimonial-one__content:before {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    content: "";
    height: 3px;
    background-color: var(--snetaj-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.testimonial-one__single:hover .testimonial-one__content:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.testimonial-one__text {
    margin: 0;
    line-height: 18px;
	font-size: 13px;
	color: #fff;
}
.testimonial-one__text a {
    margin: 0;
   
	font-size: 15px;
	color: hotpink;
}

.testimonial-one__client-info {
    position: relative;
    display: block;
    margin-top: -47px;
    margin-left: 60px;
}

.testimonial-one__client-info1 {
    position: relative;
    display: block;
    margin-top: -47px;
    margin-left: 60px;
	width: 200px;
}

.testimonial-one__client__img {
    position: relative;
    display: inline-block;
    margin-bottom: 14px;
    border-radius: 50%;
    width: 90px;
}

.testimonial-one__client__img img {
    
    width: 90px !important;
    border-radius: 50%;
}
.testimonial-one__client-details {
    
}

.testimonial-one__client-name {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
	color:#FFFFFF;
    
}


.testimonial-one__name {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
	color: aliceblue;
}

.testimonial-one__title {
    font-size: 12px;
    color: var(--snetaj-primary);
    font-family: var(--snetaj-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 22px;
}


/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/

section.OurSpecial-qa.BOTModel{
	  padding: 50px 0;
	    margin: 0px 0;
}
section.Knowledge-one.Onshore-Nearshore-Offshore {
    margin: 0px 0 40px;
}
.Onshore-Nearshore-Offshore .Knowledge-info-single {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    border: 2px solid white;
    border-radius: 45px;
    padding: 20px;
    background: linear-gradient(71deg, #0c0a0e, #d11d3a, #0c0a0e);
	 background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}
.Onshore-Nearshore-Offshore  .tab-content-points li {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
}
.Onshore-Nearshore-Offshore .Knowledge-info-single .tab-content-points li .text p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 25px;
}
.Onshore-Nearshore-Offshore h6 {
    color: #fff;
    text-align: center;
}
.cta-one {
    position: relative;
    display: block;
    z-index: 2;
	margin-bottom: 50px;
}

.cta-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--snetaj-primary);
    padding: 22px 30px;
}

.cta-one__box-1 {
    position: absolute;
    top: -106px;
    left: -106px;
    height: 106px;
    width: 106px;
    background-color: var(--snetaj-primary);

    animation: boxRotate 4s linear infinite;
    transform-origin: left;
}

.cta-one__box-2 {
    position: absolute;
    top: 0;
    left: -212px;
    height: 106px;
    width: 106px;
    background-color: var(--snetaj-black);

    animation: boxRotate 4s linear infinite;
    transform-origin: right;
}

.cta-one__left {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-one__icon {
    display: flex;
    align-items: center;
}

.cta-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--snetaj-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.cta-one__inner:hover .cta-one__icon span {
    transform: scale(1.2);
}

.cta-one__title-box {
    margin-left: 30px;
}

.cta-one__title {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 43px;
    color: var(--snetaj-base);
}

.cta-one__right {
    position: relative;
    display: block;
}

.cta-one__btn {
    border: 2px solid var(--snetaj-base);
}

.cta-one__btn:after {
    background-color: var(--snetaj-base);
}

.cta-one__btn:hover {
    color: var(--snetaj-black);
}

/*--------------------------------------------------------------
# Best Agency
--------------------------------------------------------------*/
.best-agency {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 20px 0 20px;
   
    z-index: 1;
}

.best-agency-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-agency__left {
    position: relative;
    display: block;
    margin-right: 50px;
}

.best-agency__left .section-title {
    margin-bottom: 36px;
}

.best-agency__points {
    position: relative;
    display: flex;
    align-items: center;
}

.best-agency__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-agency__points li+li {
    margin-left: 20px;
}

.best-agency__points li .icon span {
    font-size: 16px;
    color: var(--snetaj-primary);
}

.best-agency__points li .text {
    margin-left: 10px;
}

.best-agency__points li .text p {
    font-size: 16px;
    color: var(--snetaj-black);
    margin: 0;
}

.best-agency__experience {
    position: relative;
    display: flex;
    border-top: 1px solid var(--snetaj-bdr-color);
    margin-top: 40px;
    padding-top: 29px;
}

.best-agency__experience-icon {
    display: flex;
    align-items: center;
}

.best-agency__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: var(--snetaj-primary);
    transform: scale(1);
    transition: transform 200ms linear;
}

.best-agency__experience:hover .best-agency__experience-icon span {
    transform: scale(.9);
}

.best-agency__experience-text-box {
    margin-left: 20px;
}

.best-agency__experience-text {
    margin: 0;
    line-height: 34px;
}

.best-agency__experience-text span {
    font-family: var(--snetaj-font-two);
    color: var(--snetaj-black);
}

.best-agency__right {
    position: relative;
    display: block;
}

.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(--snetaj-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(--snetaj-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(--snetaj-base);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--snetaj-black);
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\e912";
    font-family: 'icomoon' !important;
    font-size: 12px;
    color: var(--snetaj-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(--snetaj-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(--snetaj-base);
}

.faq-one-accrodion .accrodion-content p {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.KeyTesting {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.KeyTesting__single {
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 5px 5px 8px -4px rgba(0, 0, 0, 0.15);
	    border-radius: 5px;
}

.KeyTesting__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
    overflow: hidden;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.KeyTesting__img img {
      width: 100%;
    transition: all 500ms ease;
    transform: scale(1);
    height: 160px;
    object-fit: cover;
}

.KeyTesting__single:hover .KeyTesting__img img {
    transform: scale(1.05);
}




.KeyTesting__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--snetaj-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}



.KeyTesting-content {
    position: relative;
    display: block;
    background-color: #ffffff;
   padding: 15px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    transition: all 500ms ease;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}



.KeyTesting__title {
    font-size: 24px;
    text-transform: capitalize;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 8px;
}

.KeyTesting__title>a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}


.KeyTesting__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--snetaj-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.KeyTesting__img>a:hover>span::before,
.KeyTesting__img>a:hover>span::after {
    background-color: var(--snetaj-primary);
}

.KeyTesting__single .OverlayContent {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffffed;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
    flex-wrap: wrap;
   padding: 20px 30px;
    line-height: 29px;
    width: 100%;
    box-sizing: border-box;
    height:100%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    color: #000;
    border: 1px solid #dd0429;
    text-align: center;
    box-shadow: 0px 2px 7px 0px #dc35457a;
    border-radius: 5px;
}



.KeyTesting__single .OverlayContent p {
    font-family: var(--snetaj-font);
    color: #000000;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
    text-align: justify;
    margin-bottom: 10px;
}
.KeyTesting__single .OverlayContent p b {
    font-size: 16px !important;
    color: #dd0429;
}
.KeyTesting__single p {
    font-family: var(--snetaj-font);
    color: var(--snetaj-gray);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
	margin-bottom: 0;
}
.KeyTesting__single:hover .OverlayContent {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.KeyTesting__single:hover .OverlayContent {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}



/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    mix-blend-mode: luminosity;
    transition: all 500ms ease;
    transform: scale(1);
}

.blog-one__single:hover .blog-one__img img {
    transform: scale(1.05);
}

.blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--snetaj-black-rgb), 0.3);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--snetaj-base);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.blog-one__img>a>span {
    position: relative;
}

.blog-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--snetaj-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.blog-one__img>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--snetaj-base);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-one__img>a:hover>span::before,
.blog-one__img>a:hover>span::after {
    background-color: var(--snetaj-primary);
}

.blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.blog-one__date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--snetaj-primary);
    padding: 7px 20px 6px;
}

.blog-one__date p {
    font-size: 10px;
    font-weight: 500;
    color: var(--snetaj-base);
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.blog-content {
    position: relative;
    display: block;
    background-color: #ffffff;
    margin-left: 20px;
    margin-right: 20px;
    padding: 49px 40px 36px;
    margin-top: -30px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-content {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
}

.blog-one__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-one__meta li+li {
    margin-left: 6px;
}

.blog-one__meta li span {
    font-size: 14px;
}

.blog-one__meta li a {
    font-size: 14px;
    color: var(--snetaj-gray);
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--snetaj-primary);
}

.blog-one__meta li a i {
    font-size: 15px;
    color: var(--snetaj-primary);
}

.blog-one__title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 8px;
}

.blog-one__title1 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 3px;
    margin-bottom: 8px;
}
.blog-one__title>a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__title>a {
    color: var(--snetaj-primary);
}

.blog-one__read-btn>a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--snetaj-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__read-btn>a {
    color: var(--snetaj-black);
}

.blog-one__read-btn>a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    background-color: var(--snetaj-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.blog-one__single:hover .blog-one__read-btn>a:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%;
}

/*--------------------------------------------------------------
# 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(--snetaj-base-rgb), .10);
    padding: 15px 0 15px;
    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(--snetaj-base);
    text-transform: uppercase;
    line-height: 34px;
}

.site-footer__top-left-phone {
    font-size: 24px;
    color: var(--snetaj-primary);
    font-family: var(--snetaj-font-two);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__top-left-phone:hover {
    color: var(--snetaj-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(--snetaj-base);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__top-right-social a:hover {
    color: var(--snetaj-primary);
}

.site-footer__top-right-social a+a {
    margin-left: 25px;
}

.site-footer__middle {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-footer__middle-inner {
    position: relative;
    display: block;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__title {
    font-size: 18px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 10px;
}

.footer-widget__contact-text {
    font-size: 14px;
    color: #807e86;
    line-height:21px;
    margin: 0;
}

.footer-widget__contact-email-phone {
    font-size: 15px;
    font-family: var(--snetaj-font);
    line-height: 33px;
}

.footer-widget__contact-email {
    color: var(--snetaj-base);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-email:hover {
    color: var(--snetaj-primary);
}

.footer-widget__contact-phone {
    color: var(--snetaj-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-phone:hover {
    color: var(--snetaj-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(--snetaj-base);
}

.footer-widget__links-list li a:before {
    position: absolute;
    top: 16px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--snetaj-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(--snetaj-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(--snetaj-black);
    -webkit-text-fill-color: #807e85;
    -webkit-box-shadow: 0 0 0px 1000px var(--snetaj-black) inset;
    box-shadow: 0 0 0px 1000px var(--snetaj-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(--snetaj-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: 10px 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: #807e85;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-text a:hover {
    color: var(--snetaj-base);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 79px 0 73px;
    border-bottom: 1px solid var(--snetaj-bdr-color);
}

.feature-one__container {
    position: relative;
    display: block;
    width: 100%;
}

.feature-one__list {
    position: relative;
    display: block;
}

.feature-one__single {
    position: relative;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

.feature-one__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 7px;
    width: 1px;
    content: "";
    background-color: var(--snetaj-bdr-color);
}

.feature-one__single:nth-child(1):before {
    display: none;
}

.feature-one__content {
    position: relative;
    display: block;
    max-width: 205px;
    width: 100%;
    margin: 0 auto;
}

.feature-one__icon span {
    font-size: 64px;
    color: var(--snetaj-primary);
    position: relative;
    display: inline-block;
    transition: transform 200ms linear;
    transform: scale(1);
}

.feature-one__single:hover .feature-one__icon span {
    transform: scale(.9);
}

.feature-one__title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 8px;
    margin-bottom: 17px;
}

.feature-one__title a {
    color: var(--snetaj-black);
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.feature-one__single:hover .feature-one__title a {
    background-size: 100% 1px;
    color: var(--snetaj-primary);
}

.feature-one__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

/*--------------------------------------------------------------
# Welcome Two
--------------------------------------------------------------*/
.welcome-two {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.welcome-two__left {
    position: relative;
    display: block;
    margin-right: 20px;
}

.welcome-two__img-box {
    position: relative;
    display: block;
}

.welcome-two__img-box:before {
    position: absolute;
    top: 0;
    left: -40px;
    height: 160px;
    width: 20px;
    background-color: var(--snetaj-primary);
    content: "";
}

.welcome-two__img-box:after {
    position: absolute;
    top: 180px;
    left: -40px;
    height: 160px;
    width: 20px;
    background-color: var(--snetaj-black);
    content: "";
}

.welcome-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.welcome-two__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-two__img-box:hover .welcome-two__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-two__img>img {
    width: 100%;
    
    transition: all 500ms ease;
}

.welcome-two__small-img {
    position: absolute;
    left: -120px;
    bottom: -73px;
    background-color: var(--snetaj-black);
    z-index: 2;
}

.welcome-two__small-img:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-primary);
    z-index: 1;
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.welcome-two__small-img:after {
    position: absolute;
    bottom: -73px;
    right: 73px;
    content: "";
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-extra);
    z-index: 1;

    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.welcome-two__small-img>img {
    
    transition: all 500ms ease;
}

.welcome-two__right {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: -10px;
}

.welcome-two__big-text {
    font-size: 120px;
    line-height: 120px;
    color: rgba(var(--snetaj-black-rgb), 0.02);
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-family: var(--snetaj-font-two);
    transform: rotate(90deg);
    position: absolute;
    top: 256px;
    right: -402px;
}

.welcome-two__right-text {
    font-size: 24px;
    color: var(--snetaj-primary);
    margin: 0;
    font-weight: 300;
    line-height: 38px;
}

.welcome-two__points {
    position: relative;
    display: block;
    margin-top: 39px;
    margin-bottom: 43px;
}

.welcome-two__points li {
    position: relative;
    display: block;
    padding-left: 88px;
}

.welcome-two__points li+li {
    margin-top: 40px;
}

.welcome-two__points li .icon {
    position: absolute;
    height: 58px;
    width: 58px;
    background-color: var(--snetaj-extra);
    font-size: 16px;
    color: var(--snetaj-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 3px;
    left: 0;
    transition: all 500ms ease;
}

.welcome-two__points li:hover .icon {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

.welcome-two__points li .text h4 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.welcome-two__points li .text p {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}

.welcome-two__btn {
    color: var(--snetaj-black);
}



/*--------------------------------------------------------------
# company Numbers
--------------------------------------------------------------*/
.OurSpecial-qa__inner {
    position: relative;
    display: block;
    padding: 50px 0;
    z-index: 2;
}
.OurSpecial-qa {
    height: 100%;
    width: 100%;
    display: inline-block;
    background: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 40px 0;
}
.OurSpecial-qa .cta-one__box-1 {
   top: 0px;
    left: -50px;
}
.OurSpecial-qa  .cta-one__box-2 {
     left: -153px;
    background-color: var(--snetaj-primary);
}
.OurSpecial-qa h2 {
    color: #fff;
    margin-bottom: 19px;
}
.OurSpecial-qa-content {
    background: #fff;
    padding: 10px 15px;
    color: #000;
    border-radius: 21px;
    box-shadow: #d2000336 -5px 5px, #ae000212 -10px 10px, #d2000326 -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, #d2000330 -25px 25px;
}
.OurSpecial-qa-content img {
    width: 85px;
    object-fit: contain;
    height: 85px;
}
.OurSpecial-qa-content h3 {
    font-size: 25px;
    font-family: var(--snetaj-font-two) !important;
    line-height: 35px !important;
    margin-bottom: 0;
}

.OurSpecial-qa__inner p {
    font-size: 15px;
    line-height: 27px !important;
    margin-bottom: 5px;
	color:#fff;
	text-align: justify;
}
.OurSpecial-qa__inner h3 {
    color: #fff;
    margin-bottom: 11px;
} 
.OurSpecial-qa__inner h3 b {
    color: #dd0429;
}
.OurSpecial-qa__inner .tab-content-points li .text p {
   font-size: 15px;
    line-height: 27px !important;
    margin-bottom: 5px;
	color:#fff;
}
.OurSpecial-qa__inner .tab-content-points li .icon span {
    font-size: 16px;
   color:#fff;
}

/**/
.Benefits-three {
    position: relative;
    display: block;
    z-index: 1;
}
.Benefits-three h2 {
	text-transform:capitalize;
		
}
.Benefits-three__top {
    margin: 30px;
}
.Benefits-three-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 398px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    background-color: var(--snetaj-black);

}

.Benefits-three__single {
position: relative;
    display: block;
       background-color: #fff;
    border: 1px solid transparent;
    text-align: left;
    padding: 15px 20px 15px;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
        box-shadow: rgb(255 6 6 / 67%) -2px 4px 5px 2px, rgb(255 3 3 / 23%) 0px -1px;
    box-sizing: border-box;
    border-radius: 10px;
}
.Benefits-three_icon {
    position: relative;
    height: 106px;
    width: 106px;
    background-color: var(--snetaj-extra);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.Benefits-three__title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 27px;
}
.Benefits-three__title a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}
.Benefits-three .tab-content-points li .text p {
    font-size: 14px;
    color: var(--snetaj-black);
    margin: 0;
    line-height: 28px;
}

.Benefits-three__single:hover .Benefits-three_icon:before {
    transform: scale(1, 1);
    transform-origin: top center;
}
.Benefits-three_icon span {
    position: relative;
    display: inline-block;
    color: var(--snetaj-primary);
    font-size: 64px;
    transition: transform 500ms ease, color 500ms ease;
    transform: scale(1);
}
.Benefits-three__single:hover .Benefits-three_icon span {
    color: var(--snetaj-base);
    transform: scale(.9);
}

.Benefits-three_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--snetaj-primary);
    transition: transform 500ms ease;
    transform: scale(1, 0);
    transform-origin: bottom center;
}
.Benefits-three__single:hover .Benefits-three__title a {
    color: var(--snetaj-primary);
}
/*--------------------------------------------------------------
# CoreElements-page
--------------------------------------------------------------*/
.CoreElements-page h2 {
    font-size: 25px;
    font-family: var(--snetaj-font-two) !important;
    line-height: 52px !important;
}

.CoreElements-page h2 {
    font-size: 26px;
    font-family: var(--snetaj-font-two) !important;
    line-height: 52px;
}
.CoreElements-page p {
  font-size: 15px;
    line-height: 26px !important;
    margin-bottom: 25px;
    text-align: justify;
    color: #000;
}

/*--------------------------------------------------------------
# company Numbers
--------------------------------------------------------------*/
.company-numbers {
    position: relative;
    display: block;
    z-index: 1;
}

.company-numbers-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.company-numbers-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;
}

.company-numbers__inner {
    position: relative;
    display: block;
    padding: 120px 0 103px;
    z-index: 2;
}

.company-numbers__left {
    position: relative;
    display: block;
}

.company-numbers__video-box {
    position: relative;
    display: block;
    max-width: 225px;
    width: 100%;
    padding: 22.5px 0;
    overflow: hidden;
    z-index: 1;
}

.company-numbers__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: luminosity;
    background-color: var(--snetaj-black);
    opacity: 0.70;
    z-index: -1;
}

.company-numbers__video-link {
    position: relative;
    display: block;
}

.company-numbers__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: var(--snetaj-base);
    background-color: var(--snetaj-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;
}

.company-numbers__video-icon:hover {
    background-color: var(--snetaj-base);
    color: var(--snetaj-primary);
}

.company-numbers__video-link .ripple,
.company-numbers__video-icon .ripple:before,
.company-numbers__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--snetaj-base-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--snetaj-base-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--snetaj-base-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.design-studio__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.design-studio__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.company-numbers__content {
    position: relative;
    display: block;
}

.company-numbers__tagline {
    font-size: 14px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 28px;
}

.company-numbers__title {
    font-size: 60px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    line-height: 72px;
}

.company-numbers__title span {
    position: relative;
    display: inline-block;
}

.company-numbers__title span:before {
    position: absolute;
    top: 35px;
    left: -10px;
    right: -10px;
    height: 2px;
    content: "";
    background-color: var(--snetaj-primary);
}

.company-numbers__right {
    position: absolute;
    margin-left: -30px;
    bottom: 0;
    right: 0;
}

.company-numbers__counter {
    position: relative;
    display: block;
    overflow: hidden;
}

.company-numbers__counter li {
    position: relative;
    float: left;
    max-width: 245px;
    width: 100%;
    background-color: var(--snetaj-primary);
    padding: 35px 50px 46px;
}

.company-numbers__counter li:last-child {
    background-color: var(--snetaj-black);
}

.company-numbers__counter li+li {
    margin-left: 10px;
}

.company-numbers__counter-content h3 {
    font-size: 40px;
    color: var(--snetaj-base);
    font-family: var(--snetaj-font-two) !important;
    line-height: 52px !important;
}

.company-numbers__counter-text {
    font-size: 16px;
    color: var(--snetaj-base);
    margin: 0;
    line-height: 26px;
}

.company-numbers__counter .odometer-formatting-mark {
    display: none;
}


/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 120px 0 120px;
    z-index: 1;
}

.services-two-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: -1;
}

.services-two__list {
    position: relative;
    display: block;
    padding: 0 0 30px;
}

.services-two__single {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 50px 0;
    margin-bottom: 22px;
}

.services-two__single:before {
    position: absolute;
    top: 1px;
    left: 0;
    bottom: 8px;
    content: "";
    background-color: var(--snetaj-bdr-color);
    width: 1px;
}

.services-two__single:nth-child(1):before {
    display: none;
}

.services-two__icon span {
    font-size: 64px;
    color: var(--snetaj-primary);
    position: relative;
    display: inline-block;
    transition: transform 500ms linear;
    transform: scale(1);
}

.services-two__single:hover .services-two__icon span {
    color: var(--snetaj-black);
    transform: scale(.9);
}

.services-two__title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 22px;
}

.services-two__title a {
    color: var(--snetaj-black);
    -webkit-transition: all 500ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 46% / 0px 1px no-repeat;
    transition: all 500ms ease;
}

.services-two__single:hover .services-two__title a {
    background-size: 100% 1px;
    color: var(--snetaj-primary);
}

.services-two__text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}

.services-two__btn-box {
    position: relative;
    display: block;
    text-align: center;
}

.services-two__btn {
    font-size: 14px;
    color: var(--snetaj-black);
    text-transform: uppercase;
    display: inline-block;
    background-color: var(--snetaj-base);
    padding: 13px 49px 10px;
    font-family: var(--snetaj-font-two);
    transition: all 500ms ease;
}

.services-two__btn:hover {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two-boxes {
    position: relative;
    display: block;
}

.two-boxes__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#dd0429;
    background-blend-mode: luminosity;
    opacity: 0.20;
    z-index: -1;
}

.two-boxes__bg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color:#000;
    background-blend-mode: luminosity;
    opacity: 0.30;
    z-index: -1;
}

.two-boxes__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 71px 120px 70px;
    margin-bottom: 30px;
    background-color: var(--snetaj-black);
    z-index: 1;
    overflow: hidden;
}
.two-boxes__single1 {
    position: relative;
    display: block;
    text-align: center;
    padding: 21px 120px 20px;
    margin-bottom: 30px;
    background-color:#e6e6e6;
    z-index: 1;
    overflow: hidden;
}
.two-boxes__single5 {
    position: relative;
    display: block;
    text-align: center;
    padding: 21px 120px 20px;
    margin-bottom: 30px;
    background-color:#e6e6e6;
    z-index: 1;
    overflow: hidden;
}




.two-boxes__tagline {
    font-size: 14px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 30px;
    padding-bottom: 3px;
}

.two-boxes__title {
    font-size: 20px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    line-height: 40px;
}

.two-boxes__arrow {
    position: relative;
    display: block;
    margin-top: 12px;
}

.two-boxes__arrow a {
    font-size: 10px;
    color: var(--snetaj-primary);
    transition: all 500ms ease;
}

.two-boxes__arrow a:hover {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.project-two__top {
    position: relative;
    display: block;
}

.project-two__work {
    position: relative;
    display: block;
}

.project-two__work-inner {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 82px);
}

.project-two__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-bottom: 1px solid var(--snetaj-bdr-color);
    padding: 18px 0 50px;
}

.project-two__bottom-text {
    font-size: 16px;
    margin: 0;
}

.project-two__bottom-text a {
    position: relative;
    display: inline-block;
    color: var(--snetaj-black);
    margin-left: 12px;
    transition: all 500ms ease;
}

.project-two__bottom-text a:hover {
    color: var(--snetaj-primary);
}

.project-two__bottom-text a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--snetaj-primary);
    height: 1px;
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/
.how-it-works {
    position: relative;
    display: block;
	background-color: #d70000;
	padding-bottom: 70px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}


.how-it-works1 {
    position: relative;
    display: block;
	background-color: #d70000;
	padding-bottom: 70px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

how-it-works__top1{
	width: 900px;
	height: 400px;
	
	
	
}

.how-it-works__top {
    position: relative;
    display: block;;
}

.how-it-works__process {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
}

.how-it-works__process:before {
    position: absolute;
    top: 54px;
    left:53px;
    right:69px;
    content: "";
    background-color:#000;
    height: 2px;
    z-index: -1;
}

.how-it-works__process-single {
    position: relative;
    float: left;
    width: 14%;
    text-align: center;
}

.how-it-works__process-box {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.how-it-works__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    background-blend-mode: luminosity;
    z-index: -1;
    background-color: var(--snetaj-black);
    opacity: 0.30;
}

.how-it-works__icon span {
    font-size: 34px;
    color: var(--snetaj-base);
    position: relative;
    display: inline-block;
    transition: transform 500ms linear;
    transform: scale(1);
}

.how-it-works__process-single:hover .how-it-works__icon span {
    transform: scale(.9);
}

.how-it-works__title {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 44px;
    margin-top: 43px;
	color: #fff;
}

.how-it-works__count {
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-it-works__count:before {
    position: absolute;
    height: 58px;
    width: 58px;
    font-size: 20px;
    line-height: 58px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--snetaj-font-two);
    color: var(--snetaj-black);
    background-color: var(--snetaj-base);
    border-radius: 50%;
}

.how-it-works__process-single:hover .how-it-works__count:before {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

.how-it-works__bottom {
    position: relative;
    display: block;
}

.how-it-works__bottom-inner {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 31px;
}

.how-it-works__bottom-text {
    margin: 0;
    padding-bottom: 42px;
}

.how-it-works__btn {
    color: var(--snetaj-black);
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
    position: relative;
    display: block;
    padding: 240px 0 240px;
}

.testimonial-two1 {
    position: relative;
    display: block;
    padding: 70px 0 70px;
}

.testimonial-two-shape {
    position: absolute;
    top: -154px;
    right: 0;
    z-index: -1;
}

.testimonial-two-shape img {
    opacity: 0.10;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.testimonial-two__left {
    position: relative;
    display: block;
    margin-left: -242px;
    z-index: 1;
}

.testimonial-two__left:before {
    position: absolute;
    top: -120px;
    left: -1000000px;
    right: 170px;
    bottom: -30px;
    background-color: var(--snetaj-extra);
    content: "";
    z-index: -1;
}


.testimonial-two__left1 {
    position: relative;
    display: block;
    margin-left: -50px;
    z-index: 1;
}

.testimonial-two__left1:before {
    position: absolute;
    top: -120px;
    left: -0px;
    right: 170px;
    bottom: -70px;
    background-color:#000;
    content: "";
    z-index: -1;
	width: 100%;
	
}


.testimonial-two__img4 {
    position: relative;
    display: block;
    background-color:#000;
	padding-left: 50PX;
	padding-right: 50PX;
    z-index: 1;
}

.testimonial-two__img4:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--snetaj-black-rgb), .30);
    z-index: 1;
}

.testimonial-two__img4 img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.testimonial-two__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}










.testimonial-two__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.testimonial-two__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--snetaj-black-rgb), .30);
    z-index: 1;
}

.testimonial-two__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.testimonial-two__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 5;
}

.testimonial-two__title {
    font-size: 50px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    line-height: 60px;
}

.testimonial-two__title span {
    position: relative;
    display: block;
}

.testimonial-two__title span:before {
    position: absolute;
    top: 27px;
    left: -20px;
    right: -20px;
    height: 2px;
    background-color: var(--snetaj-primary);
    content: "";
}

.testimonial-two__box-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-extra);
    z-index: 1;

    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.testimonial-two__box-2 {
    position: absolute;
    bottom: -73px;
    right: -73px;
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-primary);
    z-index: 1;

    animation: boxRotate 8s linear infinite;
    transform-origin: left;
}

.testimonial-two__right {
    position: relative;
    display: block;
    margin-left: 90px;
}

.testimonial-two__right .section-title {
    margin-bottom: 34px;
}

.testimonial-two__right1 {
    position: relative;
    display: block;
    margin-left: 20px;
}

.testimonial-two__right1 .section-title {
    margin-bottom: 34px;
}



.testimonial-two__carousel {
    position: relative;
    display: block;
}

.testimonial-two__single {
    position: relative;
    display: block;
}

.testimonial-two__text {
    
    margin: 0;
    font-weight: 300;
    line-height: 22px;
	font-size: 14px;
	padding-top: 40px;
	color: #fff;
}

.testimonial-two__client-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -52px;
}

.testimonial-two__client-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
	padding-left: 40px;
}

.testimonial-two__client-img img {
    
    width: 90px !important;
    border-radius: 50%;
}

.testimonial-two__client-details {
    margin-left: 20px;
}

.testimonial-two__client-name {
    font-size: 18px;
	padding-top: 10px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 5px;
	color: #fff;
}

.testimonial-two__client-title {
    font-size: 12px;
	padding-top: 20px;
    color:#6F0001;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    text-transform: uppercase;
    line-height: 18px;
	font-weight: 600;
    margin: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 25px;
    right: 0;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev {
    background: transparent;
    color: var(--snetaj-black);
    font-size: 10px;
    transition: all 500ms ease;
}

.testimonial-two__carousel.owl-theme .owl-nav .owl-next:hover,
.testimonial-two__carousel.owl-theme .owl-nav .owl-prev:hover {
    color: var(--snetaj-primary);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.team-one .row {
    --bs-gutter-x: 6px;
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--snetaj-black);
    z-index: 1;
}

.team-one__img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: var(--snetaj-primary);
    transition: transform 500ms ease;
    transform: scale(1, 0);
    transform-origin: bottom center;
    z-index: 1;
}

.team-one__single:hover .team-one__img:before {
    transform: scale(1, 1);
    transform-origin: top center;
}

.team-one__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.team-one__details {
    position: absolute;
    top: 31px;
    left: 40px;
    transform: translateX(-126%);
    transition: transform 500ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__details {
    transform: translateX(0%);
}

.team-one__title {
    font-size: 13px;
    color: #ffbdc8;
    text-transform: uppercase;
    margin: 0;
    line-height: 28px;
    letter-spacing: 0.1em;
}


.team-one__p {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 13px;
    
}

.team-one__name {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--snetaj-base);
}

.team-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    right: 40px;
    bottom: 40px;
    transform: translateX(135%);
    transition: transform 500ms ease;
    z-index: 2;
}

.team-one__single:hover .team-one__social {
    transform: translateX(0%);
}

.team-one__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: #ffbdc8;
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__social a:hover {
    color: var(--snetaj-base);
}

.team-one__social a+a {
    margin-left: 30px;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-two:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 438px;
    background-color: var(--snetaj-extra);
    z-index: -1;
}

.blog-two-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 438px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: -1;
    opacity: 0.6;
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    background-color: var(--snetaj-primary);

}

.cta-two__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 92px 0;

}

.cta-two__inner1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0;

}


.cta-two__box-1 {
    position: absolute;
    top: -112px;
    left: 0;
    height: 112px;
    width: 112px;
    background-color: var(--snetaj-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(--snetaj-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(--snetaj-base);
    transition: transform 500ms linear;
    transform: scale(1);
}


.cta-two__icon1 {
    display: flex;
    align-items: center;
}

.cta-two__icon1 span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: #000;
    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: 36px;
    text-transform: uppercase;
    line-height: 43px;
    color: var(--snetaj-base);
}

.cta-two__right {
    position: relative;
    display: block;
}

.cta-two__btn {
    border: 2px solid var(--snetaj-base);
}

.cta-two__btn:after {
    background-color: var(--snetaj-base);
}

.cta-two__btn:hover {
    color: var(--snetaj-black);
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding-top: 50px;
    z-index: 1;
}

.services-three:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 398px;
    background-color: var(--snetaj-extra);
    content: "";
    z-index: -1;
}

.services-three1 {
    position: relative;
    display: block;
    padding-top: 50px;
    z-index: 1;
}

.services-three1:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 398px;
    background-color:#000;
    content: "";
    z-index: -1;
	opacity: 0.90;
}


.services-three1-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-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: #fff;
	 border: 1px solid transparent;
    text-align: center;
    padding: 60px 30px 45px;
    margin-bottom: 30px;
	border-top: 2px solid #D20003;
    -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(--snetaj-bdr-color);
}

.services-three__single1 {
    position: relative;
    display: block;
    background-color: #fff;
	 border: 1px solid transparent;
    text-align: center;
    padding: 10px 20px 15px;
    margin-bottom: 30px;
	border-top: 2px solid #D20003;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	border-bottom: 2px solid #D20003;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
}

.services-three__single1:hover {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .08);
    border: 1px solid var(--snetaj-bdr-color);
	border-bottom: 2px solid #D20003;
}

.services-three__single1 ul li{
	font-size: 15px;
	text-align: left;
	
	
}
.services-three__single2 ul li{
	font-size: 15px;
	text-align: left;
	
	
}



.services-three_icon {
    position: relative;
    height: 106px;
    width: 106px;
    background-color: var(--snetaj-extra);
    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: "";
    background-color: var(--snetaj-primary);
    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(--snetaj-primary);
    font-size: 64px;
    transition: transform 500ms ease, color 500ms ease;
    transform: scale(1);
}

.services-three__single:hover .services-three_icon span {
    color: var(--snetaj-base);
    transform: scale(.9);
}

.services-three__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 27px;
    margin-bottom: 22px;
}

.services-three__title a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}


.services-three__single:hover .services-three__title a {
   
    color: var(--snetaj-primary);
}


.services-three__text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}
.services-three__text1 {
    font-size: 15px;
    margin: 0;
    line-height: 24px;
}

.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(--snetaj-font-two);
}

.services-three__single:hover .services-three__btn {
    color: var(--snetaj-black);
}

.services-three__btn:before {
    position: absolute;
    top: 18px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    background-color: var(--snetaj-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(--snetaj-black);
    position: relative;
    display: inline-block;
    margin-left: 12px;
    transition: all 500ms ease;
}

.services-three__bottom-text a:hover {
    color: var(--snetaj-primary);
}

.services-three__bottom-text a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--snetaj-primary);
    height: 1px;
}

/*--------------------------------------------------------------
# Welcome Three
--------------------------------------------------------------*/
.welcome-three {
    position: relative;
    display: block;
    padding: 40px 0 40px;
}

.welcome-three__left {
    position: relative;
    display: block;
}

.welcome-three .section-title {
    margin-bottom: 26px;
}

.welcome-three__text {
    margin: 0;
}

.welcome-three__features {
    position: relative;
    display: block;
    border-top: 1px solid var(--snetaj-bdr-color);
    padding-top: 20px;
    margin-top: 18px;
    padding-bottom: 26px;
}

.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(--snetaj-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: var(--snetaj-black);
    line-height: 30px;
}

.welcome-three__btn {
    color: var(--snetaj-black);
}

.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(--snetaj-primary);
}

.welcome-three-img {
    position: relative;
    display: block;
    background-color: var(--snetaj-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(--snetaj-black);
	mix-blend-mode: luminosity;
    transition: all 500ms ease;
}

.welcome-three__small-img>img {
    mix-blend-mode: luminosity;
    transition: all 500ms ease;
}

/*--------------------------------------------------------------
# Watch Video
--------------------------------------------------------------*/
.watch-video {
    position: relative;
    display: block;
    z-index: 2;
}

.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(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-base);
    background-color: var(--snetaj-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(--snetaj-base);
    color: var(--snetaj-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(--snetaj-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(--snetaj-primary-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--snetaj-primary-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--snetaj-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(--snetaj-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(--snetaj-primary);
    content: "";
}

/*--------------------------------------------------------------
# Every Stage
--------------------------------------------------------------*/
.CaseStudies-stage {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 0px 0 20px;
    margin-top: -10px;
    z-index: 1;
}
.CaseStudies-stage  .tabs-content__inner {
    border-left: 5px solid #dd0429;
    padding-left: 10px;
}
.CaseStudies-stage-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.6;
}

.CaseStudies-stage__left {
    position: relative;
    display: block;
    margin-right: 66px;
}

.CaseStudies-stage__left .section-title {
    margin-bottom: 41px;
}

.CaseStudies-stage__text-1 {
    font-size: 25px;
    color: var(--snetaj-primary);
    margin: 0;
    font-family: var(--snetaj-font-two);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-bottom: 10px;
	 margin-top: 20px;
}

.CaseStudies-stage__text-2 {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.CaseStudies-stage__right {
    position: relative;
    display: block;
}

.CaseStudies-stage__tab-box .tab-buttons {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.CaseStudies-stage__tab-box .tab-buttons .tab-btn {
    position: relative;
    margin-bottom: 10px;
    height: 220px;
    align-items: center;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
}


.CaseStudies-stage__tab-box .tab-buttons .tab-btn div {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--snetaj-black);
    background-color: var(--snetaj-base);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
    padding: 10px 10px 9px;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
    text-transform: uppercase;
    font-family: var(--snetaj-font-two);
}

.CaseStudies-stage__tab-box .tab-buttons .tab-btn.active-btn div {
  border-left: 4px solid var(--snetaj-primary);
}

.CaseStudies-stage__tab-box .tab-buttons .tab-btn div:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    content: "";
    transition: all 0.3s ease;
    z-index: -1;
}

.CaseStudies-stage__tab-box .tab-buttons .tab-btn.active-btn div:before {
    width: 100%;
}

.CaseStudies-stage__tab-box .tabs-content {
    position: relative;
    display: block;
}

.CaseStudies-stage__tab-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.CaseStudies-stage__tab-box .tabs-content .tab.active-tab {
    display: block;
    margin-top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}

.CaseStudies-stage .tab-content__inner-text {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

 .CaseStudies-stage.tab-content__bottom {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid var(--snetaj-bdr-color);
    padding-top: 46px;
    margin-top: 38px;
}

.CaseStudies-stage .tab-content__img {
    display: block;
    background-color: var(--snetaj-black);
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    top: revert-layer;
    text-align: center;
	height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: space-around;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}
.CaseStudies-stage .tab-content__img img {
    mix-blend-mode: inherit;
    width: 245px;
}
.CaseStudies-stage .tab-content__points-box {
    margin-left: 30px;
}

.CaseStudies-stage .tab-content-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.CaseStudies-stage .tab-content-points li+li {
    margin-top: 2px;
}

.CaseStudies-stage tab-content-points li .icon {
    display: flex;
    align-items: center;
}

.CaseStudies-stage .tab-content-points li .icon span {
    font-size: 16px;
    color: var(--snetaj-primary);
}

.CaseStudies-stage .tab-content-points li .text {
    margin-left: 10px;
}

.CaseStudies-stage .tab-content-points li .text p {
    font-size: 16px;
    color: var(--snetaj-black);
    margin: 0;
}
.CaseStudies-stage h2 {
    margin: 0;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: normal;
    font-size: 2rem;
    margin-bottom: 12px;
}

.CaseStudies-stage__text-2 {
    font-size: 16px;
    margin: 6px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

.CaseStudies-stage .wrapper {
    position: relative;
    margin: 10px 0;
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.CaseStudies-stage .wrapper p {
    margin-bottom: 5px;
    line-height: 23px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
.CaseStudies-stage .wrapper:before {
    content: "“";
    font-family: Arial;
    color: #e4002b;
    font-size: 2.456rem;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 3px;
}
.CaseStudies-stage .wrapper:after {
    content: "“";
    font-family: Arial;
    color: #e4002b;
    font-size: 2.456rem;
    line-height: 1;
    position: absolute;
    bottom: 65px;
    left: 73px;
    transform: rotate(-182deg);
}
.CaseStudies-stage h5 {
    color: #e4002b;
    margin-bottom: 0;
    font-size: 1.234rem;
}
/*--------------------------------------------------------------
# We Build
--------------------------------------------------------------*/
.we-build {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.we-build__left {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-left: -375px;
    z-index: 1;
}

.we-build__left:before {
    position: absolute;
    top: 0;
    bottom: -120px;
    left: -1000000px;
    right: 150px;
    content: "";
    background-color: var(--snetaj-extra);
    z-index: -1;
}

.we-build__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.we-build__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.we-build__box-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-primary);
    animation: boxRotate 8s linear infinite;
    transform-origin: right;
}

.we-build__box-2 {
    position: absolute;
    bottom: -73px;
    right: -73px;
    height: 73px;
    width: 73px;
    background-color: var(--snetaj-extra);
    animation: boxRotate 8s linear infinite;
    transform-origin: left;
}

.we-build__founded {
    position: absolute;
    bottom: 0;
    left: 369px;
    background-color: var(--snetaj-primary);
    padding: 39px 50px 39px;
    display: flex;
    align-items: center;
}

.we-build__founded-icon {
    display: flex;
    align-items: center;
}

.we-build__founded-icon span {
    font-size: 64px;
    color: var(--snetaj-base);
    position: relative;
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.we-build__founded:hover .we-build__founded-icon span {
    transform: rotateY(360deg);
}

.we-build__content {
    margin-left: 30px;
}

.we-build__content h4 {
    font-size: 20px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    line-height: 25px;
}

.we-build__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.we-build__right .section-title {
    margin-bottom: 30px;
}

.we-build__points {
    position: relative;
    display: block;
}

.we-build__points li {
    position: relative;
    display: block;
    padding-left: 88px;
}

.we-build__points li+li {
    margin-top: 36px;
}

.we-build__points li .icon {
    height: 58px;
    width: 58px;
    font-size: 16px;
    color: var(--snetaj-primary);
    background-color: var(--snetaj-extra);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 500ms ease;
}

.we-build__points li:hover .icon {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

.we-build__points-title {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 21px;
}

.we-build__points-text {
    font-size: 16px;
    margin: 0;
    line-height: 32px;
}

/**/

.content-img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.content-img img {
    width: 100%;
}


/*--------------------------------------------------------------
# We Can
--------------------------------------------------------------*/
.we-can {
    position: relative;
    display: block;
    padding: 50px 0 50px;
    z-index: 1;
}

.we-can-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#d70000;
    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(--snetaj-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

.we-can__title {
    font-size: 50px;
    color: var(--snetaj-base);
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 46px;
}


/*--------------------------------------------------------------
# Brand Three
--------------------------------------------------------------*/
.brand-three {
    border-top: 0;
    background-color: var(--snetaj-extra);
    padding: 10px 0 10px;
	border-top: 2px solid  #dd0429;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 160px 0 100px;
    background-color: var(--snetaj-black);
    z-index: 1;
}
.page-header-bg img {
    object-fit: cover;
}
.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(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-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;
}




/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
    padding: 120px 0 120px;
}

.blog-page1 {
    padding: 7px 0 4px;
}


/*--------------------------------------------------------------
# Blog sidebar
--------------------------------------------------------------*/
.blog-sidebar {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-sidebar__left {
    position: relative;
    display: block;
}

.blog-sidebar__content {
    position: relative;
    display: block;
}

.blog-sidebar__content-single {
    position: relative;
    display: block;
}

.blog-sidebar__content-single+.blog-sidebar__content-single {
    margin-top: 16px;
}

.blog-sidebar__content-img {
      display: block;
    position: relative;
}
.blog-sidebar__content-img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.blog-sidebar__date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--snetaj-primary);
    padding: 7px 20px 6px;
}

.blog-sidebar__date-box p {
    font-size: 10px;
    font-weight: 500;
    color: var(--snetaj-base);
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.blog-sidebar__content-box {
    position: relative;
    display: block;
    margin-top: 19px;
}

.blog-sidebar__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-sidebar__meta li+li {
    margin-left: 6px;
}

.blog-sidebar__meta li span {
    font-size: 14px;
}

.blog-sidebar__meta li a {
    font-size: 14px;
    color: var(--snetaj-gray);
    transition: all 500ms ease;
}

.blog-sidebar__meta li a i {
    font-size: 15px;
    color: var(--snetaj-primary);
}

.blog-sidebar__meta li a:hover {
    color: var(--snetaj-primary);
}

.blog-sidebar__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 21px;
}

.blog-sidebar__title a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}

.blog-sidebar__title a:hover {
    color: var(--snetaj-primary);
}

.blog-sidebar__text {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.blog-sidebar__read-more-btn {
    position: relative;
    display: block;
    margin-top: 4px;
}

.blog-sidebar__read-more-btn a {
    font-size: 13px;
    color: var(--snetaj-gray);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    transition: all 500ms ease;
}

.blog-sidebar__read-more-btn a:hover {
    color: var(--snetaj-black);
}

.blog-sidebar__read-more-btn a:before {
    position: absolute;
    top: 17px;
    left: -10px;
    right: -10px;
    content: "";
    height: 1px;
    background-color: var(--snetaj-primary);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
}

.blog-sidebar__read-more-btn a:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.blog-sidebar .design-studio__video-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.blog-sidebar__bottom-box {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 50px 60px 50px;
    margin-top: 16px;
}

.blog-sidebar__bottom-box-icon {
    margin-bottom: 20px;
}

.blog-sidebar__bottom-box-text {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.blog-sidebar__delivering-services {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 60px 60px 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-sidebar__delivering-services-icon {
    margin-bottom: 22px;
}

.blog-sidebar__delivering-services-title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
}

.blog-sidebar__delivering-services-title a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
}

.blog-sidebar__delivering-services-title a:hover {
    color: var(--snetaj-primary);
}

.blog-sidebar__load-more {
    margin-top: 30px;
}

.blog-sidebar__load-more-btn {
    color: var(--snetaj-black);
}

.blog-sidebar__left .blog-sidebar__load-more {
    margin-top: 30px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.sidebar__search {
    position: relative;
    display: block;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: var(--snetaj-primary);
    color: var(--thm-base);
    font-size: 18px;
    font-weight: 400;
    padding-left: 50px;
    height: 84px;
    width: 100%;
    padding-right: 80px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--snetaj-base);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--snetaj-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--snetaj-base);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--snetaj-base);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--snetaj-base);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--snetaj-base);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--snetaj-base);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--snetaj-base);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    width: 60px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
}

.sidebar__post {
    position: relative;
    display: block;
    padding: 48px 30px 30px;
    background-color: var(--snetaj-extra);
}

.sidebar__post .sidebar__title {
    margin-left: 20px;
}

.sidebar__post-list {
    margin: 0;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 14px 20px 15px;
    transition: all 500ms ease;
}

.sidebar__post-list li:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .05);
    background-color: #ffffff;
}

.sidebar__post-list li+li {
    margin-top: 10px;
}

.sidebar__post-image {
    margin-right: 20px;
    background-color: var(--snetaj-black);
}

.sidebar__post-image>img {
    width: 70px;
    mix-blend-mode: luminosity;
}

.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.sidebar__post-content-meta {
    font-size: 14px;
    font-weight: 400;
    color: var(--snetaj-gray) !important;
    font-family: var(--snetaj-font);
    transition: all 500ms ease;
}

.sidebar__post-content-meta i {
    color: var(--snetaj-primary);
    font-size: 12px;
    padding-right: 3px;
}

.sidebar__post-content h3 a {
    color: var(--snetaj-black);
    transition: all 500ms ease;
    text-transform: uppercase;
    margin-top: 3px;
    display: block;
}

.sidebar__category {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 47px 30px 36px;
}

.sidebar__category .sidebar__title {
    padding-left: 20px;
    margin-bottom: 8px;
}

.sidebar__category-list {
    margin: 0;
}

.sidebar__category-list li+li {
    margin-top: 3px;
}

.sidebar__category-list li a {
    color: var(--snetaj-gray);
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 4px 20px;
}

.sidebar__category-list li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    color: var(--snetaj-black);
}

.sidebar__category-list li.active a {
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    color: var(--snetaj-black);
}

.sidebar__category-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--snetaj-gray);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.sidebar__category-list li a:hover span {
    color: var(--snetaj-primary);
    transform: translateY(-50%) scale(1);
}

.sidebar__category-list li.active a span {
    transform: scale(1);
    color: var(--snetaj-primary);
}

.sidebar__tags {
    position: relative;
    display: block;
    background: var(--snetaj-extra);
    padding: 47px 45px 50px;
}

.sidebar__tags .sidebar__title {
    margin-left: 5px;
    margin-bottom: 24px;
}

.sidebar__tags-list {
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 12px;
    color: var(--snetaj-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: var(--snetaj-base);
    display: inline-block;
    padding: 4px 20px;
    margin-left: 5px;
    text-transform: uppercase;
}

.sidebar__tags-list a+a {
    margin-left: 5px;
    margin-top: 10px;
}

.sidebar__tags-list a:hover {
    color: var(--snetaj-base);
    background: var(--snetaj-primary);
}

.sidebar__comments {
    position: relative;
    display: block;
    background: var(--snetaj-extra);
    padding: 47px 50px 43px;
}

.sidebar__comments .sidebar__title {
    margin-bottom: 24px;
}

.sidebar__comments-list {
    position: relative;
    display: block;
}

.sidebar__comments-list li {
    position: relative;
    display: block;
    padding-left: 65px;
}

.sidebar__comments-list li+li {
    margin-top: 23px;
}

.sidebar__comments-icon {
    height: 45px;
    width: 45px;
    background-color: var(--snetaj-base);
    border-radius: 50%;
    font-size: 15px;
    color: var(--snetaj-black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sidebar__comments-list li:hover .sidebar__comments-icon {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

.sidebar__comments-text-box p {
    font-size: 15px;
    margin: 0;
    line-height: 26px;
}

.sidebar__comments-text-box h5 {
    font-size: 16px;
    color: var(--snetaj-black);
    line-height: 26px;
    font-family: var(--snetaj-font);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.blog-details__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.blog-details__date-box {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--snetaj-primary);
    padding: 7px 20px 6px;
}

.blog-details__date-box p {
    font-size: 10px;
    font-weight: 500;
    color: var(--snetaj-base);
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 19px;
}

.blog-details__meta {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-details__meta li span {
    font-size: 14px;
}

.blog-details__meta li a {
    font-size: 14px;
    color: var(--snetaj-gray);
    transition: all 500ms ease;
}

.blog-details__meta li a:hover {
    color: var(--snetaj-primary);
}

.blog-details__meta li a i {
    font-size: 15px;
    color: var(--snetaj-primary);
}

.blog-details__meta li+li {
    margin-left: 6px;
}

.blog-details__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 10px;
}

.blog-details__text-1,
.blog-details__text-2,
.blog-details__text-3 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.blog-details__text-2 {
    padding-top: 32px;
    padding-bottom: 32px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid var(--snetaj-bdr-color);
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--snetaj-black);
    font-size: 16px;
    margin-right: 13px;
    text-transform: uppercase;
    font-family: var(--snetaj-font-two);
}

.blog-details__tags a {
    position: relative;
    color: var(--snetaj-black);
    font-size: 12px;
    background-color: var(--snetaj-extra);
    display: inline-block;
    padding: 3px 20px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: var(--snetaj-font-two);
}

.blog-details__tags a:hover {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

.blog-details__tags a+a {
    margin-left: 6px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--snetaj-black);
    font-size: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--snetaj-primary);
}

.blog-details__social-list a+a {
    margin-left: 30px;
}

.blgo-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 54px;
}

.blog-details__pagenation {
    position: relative;
    display: block;
}

.blog-details__pagenation li {
    position: relative;
    float: left;
    font-size: 24px;
    color: var(--snetaj-black);
    background-color: var(--snetaj-extra);
    line-height: 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 370px;
    width: 100%;
    padding-left: 60px;
    padding-top: 56px;
    padding-bottom: 53px;
    font-family: var(--snetaj-font-two);
    text-transform: uppercase;
}

.blog-details__pagenation li+li {
    margin-left: 30px;
}

.blog-details__pagenation li:hover {
    background-color: var(--snetaj-primary);
    color: var(--snetaj-base);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--snetaj-black);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 51px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid var(--snetaj-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(--snetaj-black);
    margin-bottom: 24px;
    text-transform: uppercase;
}
.comment-one__content h4 {
    margin: 0;
    font-size: 20px;
    color: var(--snetaj-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(--snetaj-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;
}
.contact-page__form {
    margin-bottom: 40px;
}
.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 48px;
    width: 100%;
    border: none;
    background-color: var(--snetaj-extra);
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    color: var(--snetaj-gray);
    display: block;
	border: 1px solid #3D3D3D;
	
}

.comment-form__input-box textarea {
    font-size: 16px;
    color: var(--snetaj-gray);
    height: 80px;
    width: 100%;
    background-color: var(--snetaj-extra);
    padding: 10px 20px 20px;
    border: none;
    border-radius: 0px;
    outline: none;
    margin-bottom: 10px;
    border-radius: 0;
	border: 1px solid #3D3D3D;
	resize: none;
}

.comment-form__btn {
    color: var(--snetaj-black);
}

/*Services Page Design Studio*/
.services-page-design-studio {
    padding-bottom: 135px;
}

/*Services Page Services Two*/
.services-page-services-two {
    padding-bottom: 60px;
    background-color: var(--snetaj-base);
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.service-details {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

.service-details__sidebar {
    position: relative;
    display: block;
}

.service-details__sidebar-service {
    position: relative;
    display: block;
    background-color: var(--snetaj-extra);
    padding: 48px 30px 29px;
}

.service-details__sidebar-title {
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.service-details__sidebar-service-list {
    margin: 0;
}

.service-details__sidebar-service-list li+li {
    margin-top: 7px;
}

.service-details__sidebar-service-list li a {
    color: var(--snetaj-gray);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: block;
    background: none;
    padding: 8.5px 20px;
}

.service-details__sidebar-service-list li.current a,
.service-details__sidebar-service-list li a:hover {
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .05);
    color: var(--snetaj-black);
}

.service-details__sidebar-service-list li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: var(--snetaj-primary);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.service-details__sidebar-service-list li a span.icon-right-arrow-angle {
    font-weight: bold;
}

.service-details__sidebar-service-list li.current a span,
.service-details__sidebar-service-list li a:hover span {
    transform: translateY(-50%) scale(1);
}

.service-details__sidebar-service-list li.current:first-child {
    margin-top: 20px;
}
.service-details__need-help2 {
    position: relative;
    display: block;
    padding: 25px 25px 19px;
    margin-top: 80px;
	margin-bottom: 60px;
    text-align: center;
    z-index: 1;
	background-image:url();
	box-shadow: 3px 3px 3px 3px #afafaf;
}

.service-details__need-help {
    position: relative;
    display: block;
    padding: 15px;
    margin-top: 80px;
	margin-bottom: 60px;
    text-align: center;
    z-index: 1;
    background-color:#fff;
	border :1px solid  #C10003;

}



.service-details__need-help3{
    position: relative;
    display: block;
	margin-left: 90px;
	margin-right: 90px;
    padding: 25px 25px 25px;
    margin-top: 80px;
	margin-bottom: 60px;
    text-align: center;
    z-index: 1;
    background-color:#fff;
	border :2px solid  #C10003;

}
.service-details__need-help1 {
    position: relative;
    display: block;
    padding: 25px 25px 19px;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    background-color:darkblue;
}

.service-details__need-help-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--snetaj-primary);
    opacity: .10;
    z-index: -1;
}

.service-details__need-help-bg1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .10;
    z-index: -1;
}




.service-details__need-help-icon {
    height: 55px;
    width: 55px;
    background-color: var(--snetaj-black);
    color: var(--snetaj-base);
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 21px;
    transition: all 500ms ease;
}


.testimonial-two__client1-img {
    position: relative;
    display: inline-block;
    border-radius: 50%;
	padding-left:50px;
	padding-right: 50px;
	
}

.testimonial-two__client1-img img {
    
    width: 140px !important;
    border-radius: 50%;
	margin-top: -130px;
	box-shadow: 3px 3px 3px #000;
}


.service-details__need-help-icon:hover {
    background-color: var(--snetaj-base);
    color: var(--snetaj-primary);
}

.service-details__need-help-title {
    font-size: 20px;
    color: #D50003;
    line-height: 46px;
    text-transform: uppercase;
}
.service-details__need-help-title1 {
    font-size: 17px;
   color: #000;

}



.service-details__need-help-contact {
    position: relative;
    display: block;
    margin-top: 15px;
}

.service-details__need-help-contact p {
    font-size: 14px;
    color: #000;
    margin: 0;
    line-height: 18px;
	text-align: justify;
}


/*
.service-details__need-help-contact a {
    font-size: 24px;
     color: #000;
}
*/
.service-details__need-help-contact span.icon-arrow-right {
    font-size: 6px;
    position: relative;
    left: 3px;
    bottom: 3px;
}
.service-details__need-help-contact1 {
    font-size: 14px;
    color: var(--snetaj-base);
}

.service-details__right {
    position: relative;
    display: block;
}

.service-details__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.service-details__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.service-details__content {
    position: relative;
    display: block;
    margin-top: 10px;
}

.service-details__title {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

.service-details__text {
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.service-details__points {
    position: relative;
    display: block;
    overflow: hidden;
    counter-reset: count;
    margin-top: 50px;
}

.service-details__points li {
    position: relative;
    background-color: var(--snetaj-extra);
    float: left;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 72px;
    padding-right: 87px;
}

.service-details__points li+li {
    margin-left: 30px;
}

.service-details__points li h4 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
}

.service-details__points li h4:before {
    position: absolute;
    top: 15px;
    left: -12px;
    height: 1px;
    width: 6px;
    content: "";
    background-color: var(--snetaj-primary);
}

.service-details__points-count {
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    left: 40px;
    line-height: 30px;
    transform: translateY(-50%);
}

.service-details__points-count:before {
    position: absolute;
    height: 15px;
    width: 15px;
    font-size: 18px;
    line-height: 15px;
    font-weight: 400;
    counter-increment: count;
    content: "0"counter(count);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-family: var(--snetaj-font-two);
    color: var(--snetaj-primary);
}

.service-details__benefits {
    position: relative;
    display: block;
    margin-top: 20px;
	margin-bottom: 50px;
}

.service-details__benefits-content {
    position: relative;
    display: block;
    margin-top: -7px;
}

.service-details__benefits-title {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 24px;
}

.service-details__benefits-text {
    font-size: 16px;
    margin: 0;
}

.service-details__benefits-list {
    position: relative;
    display: block;
    margin-top: 22px;
}

.service-details__benefits-list li {
    position: relative;
    display: flex;
    align-items:center;
}

.service-details__benefits-list li .icon {
    display: flex;
    align-items: center;
}

.service-details__benefits-list li .icon span {
    font-size: 16px;
    color: var(--snetaj-primary);
}

.service-details__benefits-list li .text {
    margin-left: 12px;
}

.service-details__benefits-list li .text p {
    font-size: 16px;
    color: var(--snetaj-black);
    margin: 0;
}

.service-details__benefits-img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.service-details__benefits-img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.service-details__faq {
    margin-top: 60px;
}

.service-details__faq .faq-one-accrodion .accrodion {
    border: 1px solid var(--snetaj-bdr-color);
}

.service-details__faq .faq-one-accrodion .accrodion:before {
    top: -1px;
    left: -1px;
    bottom: -1px;
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 10px 0 0;
}

.project-details__img {
    position: relative;
    display: block;
    background-color: var(--snetaj-black);
}

.project-details__img img {
    width: 100%;
    mix-blend-mode: luminosity;
}

.project-details__img1 {
    position: relative;
    display: block;
   
}

.project-details__img1 img {
    width: 100%;
   
}

.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(--snetaj-primary);
}

.project-details__points li .text {
    margin-left: 15px;
}

.project-details__points li .text p {
    margin: 0;
    color: var(--snetaj-black);
}

.project-details__content-right {
    position: relative;
    display: block;
}

.project-details__details-box {
    
    background-color: var(--snetaj-extra);
    padding: 10px 10px 10px;
}

.project-details__details-box:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    content: "";
    background-color: var(--snetaj-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(--snetaj-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(--snetaj-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(--snetaj-primary);
}

.project-details__pagination-box {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--snetaj-bdr-color);
    border-bottom: 1px solid var(--snetaj-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(--snetaj-black);
    display: flex;
    align-items: center;
    transition: all 500ms ease;
    font-family: var(--snetaj-font-two);
    text-transform: uppercase;
}

.project-details__pagination li a:hover {
    color: var(--snetaj-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;
}

/*post vacancy*/
.PostVacancy{

    position: relative;
    display: block;
}

.PostVacancy .two-boxes__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 72px;
}
.PostVacancy__left1 {
    position: relative;
    display: block;
    z-index: 1;
}
.PostVacancy__left1:before {
    position: absolute;
    top: -40px;
    left: -0px;
    right: 0;
    bottom: -40px;
    background-color: #000;
    content: "";
    z-index: -1;
    width: 100%;
}
.PostVacancy-two__img4 {
    position: relative;
    display: block;
    background-color: #000;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1;
}
/*--------------------------------------------------------------
# Location
--------------------------------------------------------------*/
.location {
    position: relative;
    display: block;
    padding: 120px 0 0;
    background-color: var(--snetaj-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;
	color: #fff;
}

.location__text {
    font-size: 16px;
    margin: 0;
    line-height: 30px;
	color: #fff;
}

.location__phone-email {
    font-size: 16px;
    font-family: var(--snetaj-font);
    line-height: 29px;
	color: #fff;
}

.location__phone {
    color: var(--snetaj-gray);
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.location__phone:hover {
    color: var(--snetaj-primary);
}

.location__email {
    color: var(--snetaj-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	color: #fff;
}

.location__email:hover {
    color: var(--snetaj-primary);
}

.location__social1 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 9px;
	margin-left: 150px;
	color:#000;
}

.location__social1 a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color:#C90003;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}



.location__social1 a:hover {
    color:#000;
}

.location__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 9px;
	justify-content: space-around;
	color: #fff;
}




.location__social1 a+a {
    margin-left: 20px;
}

.location__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: #FFFFFF;
    font-size: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.location__social a+a {
    margin-left: 20px;
}

.location__social a:hover {
    color: var(--snetaj-primary);
}

.location__single-last {
    padding-bottom: 50px;
}

.location__bottom {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid var(--snetaj-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(--snetaj-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.location-bottom__text a:hover {
    color: var(--snetaj-primary);
}

.location-bottom__text a:before {
    position: absolute;
    top: 12px;
    left: -10px;
    right: -10px;
    height: 1px;
    content: "";
    background-color: var(--snetaj-primary);
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 50px 0 10px;
}

.contact-page .container {
    max-width: 768px;
    width: 100%;
}

.contact-page__form .comment-form__btn {
    margin: 0 auto;
    display: block;
}

.contact-page__form p {
	line-height: 22px;
	color: #fff;
	font-size: 15px;
}


/*--------------------------------------------------------------
# Contact Page Google Map
--------------------------------------------------------------*/
.contcat-page-google-map {
    position: relative;
    display: block;
}

.contact-page-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 495px;
    width: 100%;
}

/*--------------------------------------------------------------
# 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(--snetaj-black);
}

.about-page__img-1 img {
    mix-blend-mode: luminosity;
}

.about-page__img-2 {
    background-color: var(--snetaj-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;
    line-height: 32px;
}

.about-page__right-text-2 {
    font-size: 20px;
    color: var(--snetaj-primary);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 30px;
    margin-top: 31px;
    margin-bottom: 41px;
}

.abut-page__btn {
    color: var(--snetaj-black);
}

/*About Page Testimonial Two*/

.about-page-testimonial-two {
    padding-top: 120px;
}

.about-page-testimonial-two .testimonial-two__left {
    margin-left: -162px;
    margin-right: 20px;
}

.about-page-testimonial-two .testimonial-two__right {
    margin-left: 70px;
    margin-right: -80px;
}

/*About Page Best Agency*/

.about-page-best-agency {
    margin-top: 0;
    padding-top: 50px;
}


/*Team Page*/

.team-page {
    padding: 120px 0 114px;
}

.team-page .team-one__single {
    margin-bottom: 6px;
}

/*FAQ Page*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 0;
    background-color: var(--snetaj-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(--snetaj-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(--snetaj-black);
    margin-left: 13px;
    transition: all 500ms ease;
}

.faq-page__bottom-text a:hover {
    color: var(--snetaj-primary);
}

.faq-page__bottom-text a:before {
    position: absolute;
    top: 12px;
    left: -10px;
    right: -10px;
    content: "";
    background-color: var(--snetaj-primary);
    height: 1px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 72px 0 120px;
}

.error-page__inner {
    position: relative;
    display: block;
    text-align: center;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 100px;
  
}

.error-page__title:before {
    position: absolute;
       top: 65px;

    left: -40px;
    right: -40px;
    content: "";
    height: 2px;
    background-color: var(--snetaj-primary);
}

.error-page__tagline {
    font-size: 20px;
    line-height: 49px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 500;
}
.error-page__text {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 54px auto 20px;
}

.error-page__form-input {
    position: relative;
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.error-page__form input[type="search"] {
    height: 68px;
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--snetaj-extra);
    font-size: 16px;
    color: var(--snetaj-gray);
    font-weight: 400;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--snetaj-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 70px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
}

.error-page__btn {
    color: var(--snetaj-black);
}
.zoom {
 transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}



/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/* modal*/
div#myModal {
    background: #1a191996;
}
div#myModal .modal-content {
    background-color: #000;
    text-align: center;
    padding: 30px 0;
}
 .BoardmenberModal img {
    width: 400px;
    object-fit: contain;
	 height: 400px
}
.BoardmenberModal span.close {
 color: #fff;
    position: absolute;
    right: 16px;
    top: -24px;
}
.BoardmenberModal span.close:hover {
    color: #fff;
	opacity: 1;
}
.BoardmenberModal .modal-content {
    background-color: #000;
    text-align: center;
}
.BoardmenberModal .modal-footer {
    border: none;
    padding-top: 0;
    justify-content: center;
}
.BoardmenberModal .modal-body {
    padding-bottom: 0;
}
.BoardmenberModal p {
    font-size: 0.9375rem;
    line-height: 1.875;
    margin-bottom: 7px;
    font-weight: 300;
    color: #fff;
}

.BoardmenberModal h1{
    font-weight: bold;
    margin-bottom: 0.123rem;
	color: #fff;
}

.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal1 Content */
.modal1-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



.site-footer__bottom-inner img {
    height: 70px;
    padding: 5px 5px;
}