:root {
    --elitecons-font: "Yantramanav", sans-serif;
    --elitecons-gray: #777;
    --elitecons-gray-rgb: 86, 89, 105;
    --elitecons-white: #ffffff;
    --elitecons-white-rgb: 255, 255, 255;
    --elitecons-base: #114455;
    --elitecons-base1: #0b2f3b;
    --elitecons-base2: #1d8ebb;
    --elitecons-base-rgb: 255, 94, 20;
    --elitecons-black: #000000;
    ;
    --elitecons-black-rgb: 0, 22, 89;
    --elitecons-primary: #F3F3F3;
    --elitecons-primary-rgb: 243, 243, 243;
    --elitecons-bdr-color: #D0D0D0;
    --elitecons-bdr-rgb: 208, 208, 208;
    --elitecons-modern-one: #0e4051;
    --elitecons-modern-two: #525959;
    --elitecons-modern-three: #58b5d75a;

    --elitecons-modern-four: #93ddea;
    --elitecons-modern-five: #93ddea7e;

}



/* :root {
    --elitecons-font: "Yantramanav", sans-serif;
    --elitecons-gray: #777;
    --elitecons-gray-rgb: 86, 89, 105;
    --elitecons-white: #ffffff;
    --elitecons-white-rgb: 255, 255, 255;
    --elitecons-base: #00cccb;
    --elitecons-base-rgb: 255, 94, 20;
    --elitecons-black: #000000;;
    --elitecons-black-rgb: 0, 22, 89;
    --elitecons-primary: #F3F3F3;
    --elitecons-primary-rgb: 243, 243, 243;
    --elitecons-bdr-color: #D0D0D0;
    --elitecons-bdr-rgb: 208, 208, 208;
    --elitecons-modern-one: #00cccb;
    --elitecons-modern-two: #525959;
    --elitecons-modern-three: #99f2f272;
    --elitecons-modern-four: #05cfcfa3;

} */
.bg-second {
    background-color: var(--elitecons-modern-one);
}

.small-text {
    font-size: 14px !important;
    text-wrap: nowrap !important;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--elitecons-font);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--elitecons-gray);
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--elitecons-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    color: var(--elitecons-white);
}

a.dropdown-item {
    color: var(--elitecons-modern-two) !important;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--elitecons-font);
    color: var(--elitecons-black);
    margin: 0;
}

p {
    margin: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::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;
}

.list-unstyled {
    padding-left: 0;
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

html.lenis {
    height: auto;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--elitecons-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--elitecons-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--elitecons-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

.section-separator {
    border-color: var(--elitecons-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.4;
    z-index: -1;
}

.section-title {
    position: relative;
    display: block;
    margin-bottom: 58px;
    /* margin-top: -13px; */
}

.section-title__tagline-box {
    position: relative;
    display: inline-block;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 18px;
    color: var(--elitecons-base) !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.section-title__title {
    color: var(--elitecons-base) !important;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    margin: 12px 0 0;
    letter-spacing: -1.2px;
}

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    color: var(--elitecons-base) !important;
    text-transform: capitalize;
    padding: 5px !important;
    letter-spacing: 0.32px;
    background-color: var(--elitecons-white) !important;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 5px !important;
    z-index: 1;
    border-radius: 10px;
}

.thm-btn::after {
    content: "";
    background-color: var(--elitecons-modern-one);
    position: absolute;
    transition: all .3s ease-in;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transition-duration: .6s;
    transform-origin: top left;
    width: 0
}

.thm-btn:hover::after {
    height: 100%;
    width: 135%
}

.thm-btn:hover {
    background-color: var(--elitecons-modern-two);
}

.thm-btn span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: -2px;
}

.thm-btn-two {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 400;
    font-size: 16px;
    color: var(--elitecons-base) !important;
    text-transform: capitalize;
    padding: 5px;
    letter-spacing: 0.32px;
    background-color: var(--elitecons-white);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    overflow: hidden;
    gap: 5px;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid var(--elitecons-base);
}

.thm-btn-two::after {
    content: "";
    background-color: var(--elitecons-modern-three);
    position: absolute;
    transition: all .3s ease-in;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transition-duration: .6s;
    transform-origin: top left;
    width: 0;
    color: black !important;
}

.thm-btn-two:hover a {
    color: black !important;

}

.thm-btn-two:hover::after {
    height: 100%;
    width: 135%
}

.thm-btn-two:hover {
    background-color: var(--elitecons-modern-three) !important;
}

.thm-btn-two span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /* top: -2px; */
}


.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 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    -webkit-box-shadow: none !important;
    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(--elitecons-base);
    color: var(--elitecons-white);
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 12px;
    color: #ffffff;
    text-transform: uppercase;
    background: var(--elitecons-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--elitecons-base);
    color: var(--elitecons-white);
    cursor: pointer;
}

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: var(--elitecons-base);
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: var(--title-font);
    font-weight: 500;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }

    .logo-three {
        display: none !important;
    }
}

.navbar-toggler-icon {
    background-color: #ffffff;
    border-radius: 3px;
}

/* scroll to top */

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    box-shadow: inset 0 0 0 2px rgba(255, 111, 15, .2);
    border-radius: 50%;
    z-index: 90000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.scroll-to-top.scroll-top-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.scroll-to-top::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: var(--elitecons-base2);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.scroll-to-top:hover::after {
    color: var(--elitecons-base)
}

.scroll-to-top:hover::before {
    opacity: 1
}

.scroll-to-top .scroll-top-inner path {
    stroke: var(--elitecons-base2);
    stroke-width: 4;
    fill: transparent;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.rolling-text {
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.rolling-text.butn {
    padding: 0 35px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rolling-text .letter {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
    transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.letter:nth-child(2) {
    -webkit-transition-delay: 0.015s;
    -o-transition-delay: 0.015s;
    transition-delay: 0.015s;
}

.letter:nth-child(3) {
    -webkit-transition-delay: 0.03s;
    -o-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.letter:nth-child(4) {
    -webkit-transition-delay: 0.045s;
    -o-transition-delay: 0.045s;
    transition-delay: 0.045s;
}

.letter:nth-child(5) {
    -webkit-transition-delay: 0.06s;
    -o-transition-delay: 0.06s;
    transition-delay: 0.06s;
}

.letter:nth-child(6) {
    -webkit-transition-delay: 0.075s;
    -o-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.letter:nth-child(7) {
    -webkit-transition-delay: 0.09s;
    -o-transition-delay: 0.09s;
    transition-delay: 0.09s;
}

.letter:nth-child(8) {
    -webkit-transition-delay: 0.105s;
    -o-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.letter:nth-child(9) {
    -webkit-transition-delay: 0.12s;
    -o-transition-delay: 0.12s;
    transition-delay: 0.12s;
}

.letter:nth-child(10) {
    -webkit-transition-delay: 0.135s;
    -o-transition-delay: 0.135s;
    transition-delay: 0.135s;
}

.letter:nth-child(11) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.letter:nth-child(12) {
    -webkit-transition-delay: 0.165s;
    -o-transition-delay: 0.165s;
    transition-delay: 0.165s;
}

.letter:nth-child(13) {
    -webkit-transition-delay: 0.18s;
    -o-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.letter:nth-child(14) {
    -webkit-transition-delay: 0.195s;
    -o-transition-delay: 0.195s;
    transition-delay: 0.195s;
}

.letter:nth-child(15) {
    -webkit-transition-delay: 0.21s;
    -o-transition-delay: 0.21s;
    transition-delay: 0.21s;
}

.letter:nth-child(16) {
    -webkit-transition-delay: 0.225s;
    -o-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.letter:nth-child(17) {
    -webkit-transition-delay: 0.24s;
    -o-transition-delay: 0.24s;
    transition-delay: 0.24s;
}

.letter:nth-child(18) {
    -webkit-transition-delay: 0.255s;
    -o-transition-delay: 0.255s;
    transition-delay: 0.255s;
}

.letter:nth-child(19) {
    -webkit-transition-delay: 0.27s;
    -o-transition-delay: 0.27s;
    transition-delay: 0.27s;
}

.letter:nth-child(20) {
    -webkit-transition-delay: 0.285s;
    -o-transition-delay: 0.285s;
    transition-delay: 0.285s;
}

.letter:nth-child(21) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all .4s ease-in .8s;
    -o-transition: all .4s ease-in .8s;
    transition: all .4s ease-in .8s;
    cursor: url(../images/icon/cross-out.png),
        pointer;
    z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
    transition: all .8s ease-out 0s;
    right: 100%;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--elitecons-base);
    border-color: var(--elitecons-base);
}

.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    background-color: var(--elitecons-black);
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
}

.xs-bg-black {
    background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
    position: relative;
    max-width: 172px;
    width: 100%;
    margin-bottom: 30px;

}

.logo-two {
    display: none !important;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    border: none;
    outline: none;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
    border: none;
    outline: none;
    background-color: var(--elitecons-white);
    color: var(--elitecons-black);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:hover {
    color: var(--elitecons-white);
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn:before {
    background-color: var(--elitecons-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: var(--elitecons-modern-one);
}

.border-img {
    border-radius: 20px;
}

.main-section {
    color: var(--elitecons-base) !important;
    font-size: 35px;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.first-nav {
    background-color: var(--elitecons-white);
}

.second-nav {
    background-color: var(--elitecons-modern-one);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: margin-top 0.1s ease;
    /* box-shadow: 0px 2px 6px 1px #6463637d !important; */
}

#small-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.text-ltr {
    direction: ltr;
}


.first-nav-mobile {
    font-size: 14px !important;
}

.nav-link {
    color: var(--elitecons-white) !important;
    font-size: 22px !important;
    text-shadow: 2px 2px 4px rgba(26, 26, 26, 0.5), 2px 2px 4px rgba(44, 44, 44, 0.5);

}

.nav-link:hover {
    color: rgb(33, 187, 226) !important;
    transition: 0.9s ease;
    text-shadow: none !important;
}

.logo {
    height: 80px;
    /* width: 100% !important; */
    /* background-color: var(--elitecons-white); */
    /* border-radius: 5px; */
    /* border: 2px solid var(--elitecons-modern-four); */
    margin-right: 50px !important;
    margin-left: 50px !important;

}

.arabic-btn {
    padding: 2px 5px !important;
    /* margin-top: 5px !important; */
}

.lang-btn {
    border-radius: 3px;
    border: none !important;
    color: var(--elitecons-modern-two) !important;
    transition: 0.9s ease;

}

.lang-btn:hover {
    background-color: var(--elitecons-modern-three) !important;
    color: var(--elitecons-white) !important;
    transition: 0.9s ease;
}

/* Ensure no parent container has overflow: hidden */
.container-fluid,
.container {
    overflow: visible !important;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-two {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    z-index: 91;
}

.main-slider-two__img {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 45% 100%);
    opacity: 0;
    /* transform: translateX(300px); */
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 2;
}

.main-slider-two .swiper-slide-active .main-slider-two__img {
    opacity: 1;
    transform: translateX(0);
    -webkit-transition-delay: 2500ms;
    -moz-transition-delay: 2500ms;
    -ms-transition-delay: 2500ms;
    -o-transition-delay: 2500ms;
    transition-delay: 2500ms;
}

.main-slider-two__img img {
    /* width: 1050px; */
    /* width: 100vh; */
    height: 100vh !important;
}

.main-slider-two .container {
    position: relative;
    padding-top: 272px;
    /* padding-bottom: 185px; */
    z-index: 30;
}

.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 15;
    margin-top: 100px;
}

@media (max-width: 1440px) {
    .main-slider-two__content {
        margin-top: 10px !important;
    }
}


@media (max-width: 425px) {
    .main-slider-two__content {
        margin-top: 0px !important;
    }
}

.main-slider-two__sub-title {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--elitecons-white);
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateX(0deg) translateY(-120px);
    transform: perspective(400px) rotateX(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    text-shadow: #131313 0 0 5px, #141414 0 0 5px !important;

}

.main-slider-two .swiper-slide-active .main-slider-two__sub-title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-two__title {
    position: relative;
    font-size: 40px;
    /* color: var(--elitecons-base1); */
    /* color: white; */
    color: #1ab7de;
    /* color: #166b7d; */
    text-align: justify;

    font-weight: 500;
    line-height: 60px;
    /* text-transform: uppercase; */
    margin-top: 15px;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(-120px);
    transform: perspective(400px) rotateY(0deg) translateY(-120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    text-shadow: rgba(13, 13, 13, 0.857) -2px 2px 2px, rgb(6, 6, 6) -2px 2px 2px;
    gap: 8px;
}

.main-slider-two .swiper-slide-active .main-slider-two__title {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
}

.main-slider-two__text {
    font-size: 20px;
    color: rgba(var(--elitecons-white-rgb), .70);
    font-weight: 400;
    line-height: 30px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(120px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(120px);
    transform: perspective(400px) rotateY(0deg) translateY(120px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__text {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.main-slider-two__btn-and-call-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 41px;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
    transform: perspective(400px) rotateY(0deg) translateY(80px);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: all 1500ms ease;
    -moz-transition: all 1500ms ease;
    -ms-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.main-slider-two .swiper-slide-active .main-slider-two__btn-and-call-box {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
    -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
    transform: perspective(400px) rotateY(0deg) translateY(0px);
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.main-slider-two__btn-box {
    position: relative;
    display: block;
}

.main-slider-two__btn:after {
    background-color: var(--elitecons-white);
}

.main-slider-two__btn:hover {
    color: var(--elitecons-base);
}

.main-slider-two__call {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
}

.main-slider-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: var(--elitecons-base);
}

.main-slider-two__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--elitecons-white);
}

.main-slider-two__call-number {
    margin-left: 15px;
}

.main-slider-two__call-number h5 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px;
}

.main-slider-two__call-number h5 a {
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-slider-two__call-number a:hover {
    color: var(--elitecons-base);
}

.main-slider-two__call-number p {
    font-size: 16px;
    margin: 0;
    line-height: 16px;
    color: var(--elitecons-white);
}

.main-slider-two #main-slider-pagination {
    align-items: flex-start;
    justify-content: flex-start;
    top: 45%;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/
.banner-one {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 46px 0 0;
    overflow: hidden;
    z-index: 2;
}

.banner-one__sec-img-1 {
    position: absolute;
    bottom: 0;
    left: -30px;
    opacity: .10;
    z-index: -1;
}

.banner-one__sec-img-1 img {
    width: auto;
}

.banner-one__sec-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .10;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.banner-one__sec-img-2 img {
    width: auto;
}


.banner-one__top {
    position: relative;
    display: block;
}

.banner-one__top-left {
    position: relative;
    display: block;
}

.banner-one__top-title {
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
}

.banner-one__top-right {
    position: relative;
    display: block;
}

.banner-one__top-text {
    margin-bottom: 23px;
}

.banner-one__btn-box {
    position: relative;
    display: block;
}

.banner-one__bottom {
    position: relative;
    display: block;
    margin-left: 307px;
    margin-right: 254px;
    z-index: 1;
}

.banner-one__img {
    position: relative;
    display: block;
    z-index: 1;
}

.banner-one__img:before {
    content: "";
    position: absolute;
    top: 131px;
    left: -136px;
    right: -136px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 38.02%, #F3F3F3 100%);
    z-index: 1;
}

.banner-one__img img {
    width: 100%;
    animation: topBottom 3s ease-in-out infinite;
}

.banner-one__img-shape-1 {
    position: absolute;
    bottom: 15px;
    left: -87px;
    opacity: .10;
}

.banner-one__img-shape-1 img {
    width: auto;
}

.banner-one__img-shape-2 {
    position: absolute;
    bottom: 15px;
    left: -131px;
}

.banner-one__img-shape-2 img {
    width: auto;
}


/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 41px 29px 39px;
    padding-right: 40px;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition-duration: 800ms;
    z-index: 1;
}

.services-one__single:hover {
    border: 1px solid var(--elitecons-primary);
}

.services-one__single::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--elitecons-primary);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.services-one__single:hover::before {
    top: -40%;
}

.services-one__icon {
    position: relative;
    display: inline-block;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 61px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
    transform: scale(0.9);
}

.services-one__content {
    position: relative;
    display: block;
    border-top: 1px solid var(--elitecons-bdr-color);
    padding-top: 24px;
    margin-top: 25px;
}

.services-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-transform: capitalize;
}

.services-one__title a {
    color: var(--elitecons-black);
}

.services-one__title a:hover {
    color: var(--elitecons-base);
}

.services-one__text {
    margin-top: 16px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
    position: relative;
    display: block;
    /* padding-top: 50px; */
    padding-top: 100px;
    z-index: 1;
}

.about-title {
    color: var(--elitecons-base) !important;
    font-size: 40px !important;
    font-weight: 700;
}

.about-one .site-footer__shape-1 img {
    position: absolute;
    top: 0;
    left: 0;
    animation: topBottom 5s ease-in-out infinite;
    z-index: -1;
    opacity: 0.1;
    padding-left: 91rem;
}

.site-footer__shape-2 img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    animation: topBottom 5s ease-in-out infinite;
    z-index: -1;
    opacity: 50%;
    /*padding-left: 91rem;*/
}

.about-one__left {
    position: relative;
    display: block;
}

.about-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.about-one__img::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
    border-radius: 20px;
}

.about-one__img:hover::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
    border-radius: 20px;
}

.about-one__img img {
    width: 100%;
    height: 400px;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
    border-radius: 20px;
}

.about-one__img:hover img {
    transform: scale(1.05) rotate(0deg);
    border-radius: 20px;
}

.about-one__right {
    position: relative;
    display: block;
    margin-left: 50px;
    margin-top: 26px;
}

.about-one__right .section-title {
    margin-bottom: 23px;
}

.about-one__points-list {
    position: relative;
    display: block;
    margin-top: 42px;
}

.about-one__points-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-one__points-list li+li {
    margin-top: 29px;
}

.about-one__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: 1px solid var(--elitecons-bdr-color);
    overflow: hidden;
    z-index: 1;
}

.about-one__points-list li:hover .icon {
    border: 1px solid var(--elitecons-base);
}

.about-one__points-list li .icon::after {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: var(--elitecons-base);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.about-one__points-list li:hover .icon::after {
    top: -40%;
}

.about-one__points-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-one__points-list li:hover .icon span {
    transform: scale(0.9);
    color: var(--elitecons-white);
}

.about-one__points-list li .content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.about-one__points-list li .content>h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.about-one__points-list li .content>h3>a {
    color: var(--elitecons-black);
}

.about-one__points-list li .content>h3>a:hover {
    color: var(--elitecons-base);
}

.about-one__points-list li .content>p {
    margin-top: 1px;
}

.about-one__right .about-one__text {
    text-align: justify !important;
    line-height: 40px;
}

.about-container {
    padding-top: 100px;
}

@media only screen and (width: 425px) {
    .about-one__right .section-title {
        margin-bottom: 3px;
    }

    .section-title__tagline-box {
        padding-bottom: 1px !important;
    }

    .about-sm-text {
        margin-top: 0 !important;
    }

    .about-container {
        padding-top: 50px;
    }
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 697px;
    background-color: var(--elitecons-black);
    z-index: -1;
}

.services-two .section-title__title {
    color: var(--elitecons-white);
}

.services-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-two__img-box {
    position: relative;
    display: block;
}

.services-two__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-two__img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(var(--elitecons-black-rgb), 0.30);
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -ms-transform: perspective(400px) rotateX(-90deg) scale(0.2);
    transform: perspective(400px) rotateX(-90deg) scale(0.2);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}

.services-two__single:hover .services-two__img::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-two__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-two__single:hover .services-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-two__content {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    padding: 28px 40px 40px;
}

.services-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.services-two__title a {
    color: var(--elitecons-black);
}

.services-two__title a:hover {
    color: var(--elitecons-base);
}

.services-two__text {
    margin-top: 16px;
    margin-bottom: 30px;
}

.services-two__btn-box {
    position: relative;
    display: block;
}

.services-two__btn {
    background-color: transparent;
    border: 1px solid var(--elitecons-base);
    color: var(--elitecons-black);
    padding: 15px 30px 13px;
}

.services-two__btn::after {
    background-color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Sliding Text
--------------------------------------------------------------*/
.sliding-text {
    position: relative;
    display: block;
    z-index: 3;
}

.sliding-text__inner {
    position: relative;
    display: block;
    padding: 43px 0px 13px;
    border-top: 1px solid rgba(var(--elitecons-black-rgb), .20);
    border-bottom: 1px solid rgba(var(--elitecons-black-rgb), .20);
    z-index: 1;
}

.sliding-text__list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
}

.sliding-text__list li {
    position: relative;
    display: block;
    float: left;
}

.sliding-text__list li:first-child {
    margin-left: 30px;
}

.sliding-text__list li+li {
    margin-left: 30px;
}

.sliding-text__text {
    color: transparent;
    font-size: 45px;
    font-weight: 700;
    -webkit-text-stroke: 1px var(--elitecons-gray);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sliding-text__text:hover {
    color: var(--elitecons-base);
    -webkit-text-stroke: 1px var(--elitecons-base);
}

.sliding-text__icon {
    position: relative;
    font-size: 62px;
    color: var(--elitecons-base);
    top: -15px;
}

.sliding-text__icon:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# project One
--------------------------------------------------------------*/
.project-one {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.project-one__top {
    position: relative;
    display: block;
    margin-bottom: 52px;
}

.project-one__left {
    position: relative;
    display: block;
}

.project-one__right {
    position: relative;
    display: block;
    margin-left: 152px;
    margin-top: 76px;
}

.project-one__top .section-title {
    margin-bottom: 0;
}

.project-one__bottom {
    position: relative;
    display: block;
}

.project-one__box {
    position: relative;
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    padding-left: -15px;
    padding-right: -15px;
}

.project-one__box li {
    position: relative;
    flex: 0 0 33.333333%;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    margin-left: 15px;
    margin-right: 15px;
}

.project-one__box li:first-child {
    margin-left: 0;
}

.project-one__box li:last-child {
    margin-right: 0;
}

.project-one__box li.active {
    flex: 0 0 50%;
}

.project-one__box-content {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 580px;
    overflow: hidden;
    z-index: 1;
}

.single-project-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 500ms ease;
    z-index: -1;
}

.single-project-one__bg::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(var(--elitecons-black-rgb), .30);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.project-one__box li.active .single-project-one__bg::before {
    transform: scaleY(1.0);
}


@media (min-width: 768px) {


    .project-one__box li {
        flex: 1;

    }

    .project-one__box li.active {
        flex: 1.686;
    }

}

@media only screen and (max-width: 768px) {
    .site-footer-two__social {
        /* display: none !important; */
    }

    .logo {
        margin-right: 0 !important;
        margin-left: 0 !important;
        height: 60px;

    }

    .logo-two {
        display: block !important;
        height: 60px;
    }

    .about-shape {
        display: none !important;

    }

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    .project-one {
        padding: 100px 0 100px;
    }

    .project-one__box li,
    .project-one__box li.active {
        flex: 0 0 100%;
        margin: 0;
    }

    .project-one__box-content {
        min-height: 580px;
    }

}

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.pricing-one__left {
    position: relative;
    display: block;
}

.pricing-one__left .section-title {
    margin-bottom: 20px;
}

.pricing-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 58px;
}

.pricing-one__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--elitecons-base);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__call-icon:hover {
    background-color: var(--elitecons-black);
}

.pricing-one__call-icon span {
    position: relative;
    display: inline-block;
    font-size: 21px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-one__call-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.pricing-one__call-content>span {
    color: var(--elitecons-black);
}

.pricing-one__call-content>p {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.pricing-one__call-content>p>a {
    color: var(--elitecons-black);
}

.pricing-one__call-content>p>a:hover {
    color: var(--elitecons-base);
}

.pricing-one__single {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 37px 39px 39px;
    margin-bottom: 30px;
}

.pricing-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-black);
}

.pricing-one__price {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    color: var(--elitecons-black);
    margin-top: 15px;
}

.pricing-one__price>span {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: var(--elitecons-gray);
    position: relative;
    margin-left: 8px;
}

.pricing-one__points {
    position: relative;
    display: block;
    padding-top: 21px;
    margin-top: 28px;
    margin-bottom: 40px;
}

.pricing-one__points::before {
    content: "";
    position: absolute;
    top: 0;
    left: -39px;
    height: 2px;
    right: 0;
    background-color: var(--elitecons-bdr-color);
}

.pricing-one__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-one__points li+li {
    margin-top: 10px;
}

.pricing-one__points li .icon {
    position: relative;
    display: inline-block;
}

.pricing-one__points li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-base);
}

.pricing-one__points li p {
    margin-left: 15px;
}

.pricing-one__btn-box {
    position: relative;
    display: block;
}

.pricing-one__btn {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--elitecons-bdr-color);
    color: var(--elitecons-black);
    justify-content: center;
}

.pricing-one__btn:hover {
    border: 1px solid var(--elitecons-base);
}

.pricing-one__btn::after {
    background-color: var(--elitecons-base);
}

.pricing-one__tag {
    position: absolute;
    top: 58px;
    right: -20px;
    background-position: bottom center;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scalex(0);
    z-index: 1;
}

.pricing-one__single:hover .pricing-one__tag {
    transform: scalex(1.0);
}

.pricing-one__tag>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 44px;
    font-size: 20px;
    font-weight: 700;
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
    transform: rotate(-90deg);
}

.pricing-one__tag>span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 22px solid transparent;
    border-left: 29px solid var(--elitecons-white);
    border-bottom: 22px solid transparent;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 120px 0 247px;
    z-index: 1;
}

.why-choose-one__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 30px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-one__left {
    position: relative;
    display: block;
}

.why-choose-one__left .section-title__title {
    color: var(--elitecons-white);
}

.why-choose-one__left .section-title {
    margin-bottom: 43px;
}

.why-choose-one__text {
    color: var(--elitecons-white);
}

.why-choose-one__points {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 59px;
}

.why-choose-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    border: 2px solid var(--elitecons-gray);
    max-width: 284px;
    width: 100%;
    padding: 15px 20px 18px;
    border-radius: 1px;
}

.why-choose-one__points li+li {
    margin-left: 30px;
}

.why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
}

.why-choose-one__points li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--elitecons-base);
}

.why-choose-one__points li h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 30px;
}

.why-choose-one__points li h3>a {
    color: var(--elitecons-white);
}

.why-choose-one__points li h3>a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter-one {
    position: relative;
    display: block;
    margin-top: -128px;
    z-index: 2;
}

.counter-one__inner {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 72px 46px;
    z-index: 1;
}

.counter-one__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-one__single {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.counter-one__icon {
    position: relative;
    display: inline-block;
}

.counter-one__icon>span {
    position: relative;
    display: inline-block;
    font-size: 62px;
    color: var(--elitecons-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-one__single:hover .counter-one__icon>span {
    transform: scale(0.9);
}

.counter-one__count-list-content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.counter-one__count {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-one__count>h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: var(--elitecons-white);
}

.counter-one__count>span {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1.2px;
    color: var(--elitecons-white);
}

.counter-one__text {
    font-weight: 700;
    color: var(--elitecons-white);
    margin-top: -4px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/

.brand-one {
    position: relative;
    display: block;
    padding: 50px;
    z-index: 1;


}

.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;
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.brand-one .swiper-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/*--------------------------------------------------------------
# FAQ One
--------------------------------------------------------------*/
.faq-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.faq-one__left {
    position: relative;
    display: block;
    margin-top: 10px;
}

.faq-one__left .section-title {
    margin-bottom: 33px;
}

.faq-one__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.faq-one__right {
    position: relative;
    display: block;
}

.faq-one__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active {
    border: 1px solid var(--elitecons-base);
}

.faq-one__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 30px 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--elitecons-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--elitecons-black);
}

.faq-one__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-one__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
    color: var(--elitecons-gray);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-one__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--elitecons-base);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-one__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 70px;
}

.faq-one__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# Contact And Team
--------------------------------------------------------------*/
.contact-and-team {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    z-index: 1;
}

.contact-and-team__bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    width: calc((100% - -630px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

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

.contact-one__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.contact-one__form {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 60px 70px 60px;
}

.contact-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-one__input-box input[type="text"],
.contact-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: rgba(var(--elitecons-black-rgb), 0.09);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: var(--elitecons-white);
    display: block;
    font-weight: 400;
}

.contact-one__input-box textarea {
    color: var(--elitecons-white);
    height: 140px;
    width: 100%;
    background-color: rgba(var(--elitecons-black-rgb), 0.09);
    padding: 20px 20px 30px;
    border: none;
    outline: none;
    font-weight: 400;
}

.contact-one__btn {
    border: none;
    background-color: var(--elitecons-white);
    color: var(--elitecons-black);
}

.contact-one__input-box.text-message-box {
    height: 140px;
}

.contact-one__right {
    position: relative;
    display: block;
    margin-top: 19px;
}

.contact-one__right .section-title__tagline {
    color: var(--elitecons-white);
}

.contact-one__right .section-title__title {
    color: var(--elitecons-white);
}

.contact-one__right .section-title {
    margin-right: -98px;
    margin-bottom: 33px;
}

.contact-one__text {
    color: var(--elitecons-white);
}

.contact-one__call-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.contact-one__call-box li {
    position: relative;
    display: block;
}

.contact-one__call-box li+li {
    margin-left: 40px;
}

.contact-one__call-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--elitecons-white);
}

.contact-one__call-number {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.contact-one__call-number .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.contact-one__call-number .icon>span {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: var(--elitecons-base);
}

.contact-one__call-number>p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 10px;
}

.contact-one__call-number>p>a {
    color: var(--elitecons-white);
}

.contact-one__call-number>p>a:hover {
    color: var(--elitecons-base);
}

.contact-one__social-box {
    position: relative;
    display: block;
    margin-top: 32px;
}

.contact-one__social-title {
    color: var(--elitecons-white);
    margin-bottom: 9px;
}

.contact-one__social {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-one__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--elitecons-modern-one);
    font-size: 15px;
    color: var(--elitecons-base);
}

.contact-one__social a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

.contact-one__social a+a {
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.team-one .section-title__title {
    color: var(--elitecons-white);
}

.team-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-one__img-box {
    position: relative;
    display: block;
}

.team-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-one__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.team-one__single:hover .team-one__img::before {
    opacity: .50;
}

.team-one__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.team-one__single:hover .team-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-one__content {
    position: relative;
    display: block;
    margin-top: -60px;
    margin-right: 36px;
    background-color: var(--elitecons-white);
    padding: 32px 30px 30px;
    z-index: 2;
}

.team-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}

.team-one__title a {
    color: var(--elitecons-black);
}

.team-one__title a:hover {
    color: var(--elitecons-base);
}

.team-one__share-and-social {
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
}

.team-one__share {
    position: relative;
    display: inline-block;
}

.team-one__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.team-one__share a:hover {
    color: var(--elitecons-black);
}

.team-one__social {
    position: absolute;
    top: -157px;
    left: 50%;
    background-color: var(--elitecons-base);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 21px 12px 9px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-one__share-and-social:hover .team-one__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-one__social>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: var(--elitecons-white);
}

.team-one__social>a:hover {
    color: var(--elitecons-black);
}

.team-one__social>a+a {
    margin-top: 21px;
}


/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-one__swiper-box {
    position: relative;
    display: block;
}

.testimonial-one__single {
    position: relative;
    display: block;
}

.testimonial-one__content {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    padding: 55px 60px 70px;
}

.testimonial-one__quote {
    position: absolute;
    top: 58px;
    right: 60px;
}

.testimonial-one__quote span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: rgba(var(--elitecons-black-rgb), .10);
}

.testimonial-one__client-info {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--elitecons-bdr-color);
    padding-bottom: 50px;
    margin-bottom: 42px;
}

.testimonial-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.testimonial-one__text {
    font-size: 24px;
    line-height: 37px;
}

.testimonial-one__img {
    position: relative;
    display: block;
    margin-left: -30px;
}

.testimonial-one__img img {
    width: 100%;
}

.testimonial-one__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 630px;
    bottom: 0px;
}

.testimonial-one__nav .swiper-button-prev1,
.testimonial-one__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 0;
    color: var(--elitecons-white);
    background-color: var(--elitecons-black);
    font-size: 18px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.testimonial-one__nav .swiper-button-prev1:hover,
.testimonial-one__nav .swiper-button-next1:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.testimonial-one__nav .swiper-button-next1 {
    margin-left: 10px;
}

.owl-carousel .owl-item {}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
}

.blog-one__single {
    position: relative;
    display: block;
}

.blog-one__img-box {
    position: relative;
    display: block;
}

.blog-one__img {
    position: relative;
    display: block;
}

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

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 120px 0 206px;
    z-index: 1;
}

.blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-one__img-box {
    position: relative;
    display: block;
}

.blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-one__img img {
    width: 100%;
    transition: 0.5s;
    background-size: cover;
}

.blog-one__img img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-one__img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.blog-one__link {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--elitecons-black-rgb), 0.5);
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(-20%);
    transition: opacity 500ms ease, transform 500ms ease;
}

.blog-one__link::before,
.blog-one__link::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--elitecons-white);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blog-one__link::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.blog-one__single:hover .blog-one__link {
    opacity: 1;
    transform: translateY(0);
}

.blog-one__single:hover .blog-one__img img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-one__single:hover .blog-one__img img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.blog-one__date {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 3px 48px 3px;
    background-color: var(--elitecons-base);
    z-index: 2;
}

.blog-one__date>span {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: var(--elitecons-white);
}

.blog-one__content {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    border-top: 0;
    padding: 36px 40px 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-one__single:hover .blog-one__content {
    border: 1px solid var(--elitecons-primary);
    border-top: 0;
}

.blog-one__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--elitecons-primary);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}

.blog-one__single:hover .blog-one__content::before {
    transform: scaleY(1.0);
}

.blog-one__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.blog-one__title>a {
    color: var(--elitecons-black);
}

.blog-one__title>a:hover {
    color: var(--elitecons-base);
}

.blog-one__read-more {
    position: relative;
    display: inline-block;
    margin-top: 18px;
}

.blog-one__read-more>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    gap: 10px;
    color: var(--elitecons-black);
}

.blog-one__read-more>a>span {
    font-size: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__read-more>a:hover span {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# CTA One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    z-index: 1;
}

.cta-one__inner {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    z-index: 1;
}

.cta-one__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -1.2px;
    color: var(--elitecons-white);
}

.cta-one__from-box {
    position: relative;
    display: block;
}

.cta-one__form {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.cta-one__input-box {
    position: relative;
    display: block;
    max-width: 382px;
    width: 100%;
}

.cta-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    outline: none;
    font-weight: 400;
    color: var(--elitecons-white);
    padding-right: 20px;
    font-size: 20px;
    padding-left: 20px;
    background-color: transparent;
    border: 1px solid var(--elitecons-white);
}

.cta-one__btn {
    border: none;
    display: inline-block;
    background-color: var(--elitecons-white);
    color: var(--elitecons-black);
    padding: 16px 40px 14px;
    margin-left: 15px;
}

.cta-one__img {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: leftRight 4s ease-in-out infinite;
}

.cta-one__img img {
    width: auto;
}

.cta-one__img::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 401px;
    height: 376px;
    background: linear-gradient(270deg, #FF5E14 0%, rgba(255, 94, 20, 0) 100%);
}

.cta-one__shape-1 {
    position: absolute;
    right: 80px;
    bottom: 0;
}

.cta-one__shape-1 img {
    width: auto;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    z-index: 1;
}

.site-footer__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.site-footer__shape-1 img {
    width: auto;
    opacity: 100%;
}

.site-footer__top {
    position: relative;
    display: block;
    padding: 81px 0 78px;
    border-bottom: 2px solid rgba(var(--elitecons-white-rgb), .20);
}

.site-footer__top-inner {
    position: relative;
    display: block;
}

.footer-widget__about {
    position: relative;
    display: block;
}

.footer-widget__logo {
    position: relative;
    display: block;
}

.footer-widget__about-text {
    color: var(--elitecons-white);
    margin-top: 30px;
    margin-bottom: 27px;
}

.site-footer__social-box {
    position: relative;
    display: block;
}

.site-footer__social-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--elitecons-white);
    line-height: 30px;
    margin-bottom: 8px;
}

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

.site-footer__social a {
    position: relative;
    height: 35px;
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--elitecons-base);
    background-color: var(--elitecons-modern-one);
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

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

.site-footer__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--elitecons-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.site-footer__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

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

.footer-widget__services {
    position: relative;
    display: block;
    margin-left: 83px;
}

.footer-widget__title-box {
    position: relative;
    display: block;
    margin-bottom: 42px;
    margin-top: 13px;
}

.footer-widget__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.footer-widget__services-list {
    position: relative;
    display: block;
}

.footer-widget__services-list li {
    position: relative;
    display: block;
}

.footer-widget__services-list li+li {
    margin-top: 11px;
}

.footer-widget__services-list li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__services-list li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget__services-list li>a>span {
    font-size: 12px;
    margin-right: 12px;
}

.footer-widget__news {
    position: relative;
    display: block;
    margin-left: 38px;
}

.footer-widget__news-list {
    position: relative;
    display: block;
}

.footer-widget__news-list li {
    position: relative;
    display: block;
}

.footer-widget__news-list li+li {
    margin-top: 22px;
}

.footer-widget__news-date {
    position: relative;
    display: block;
}

.footer-widget__news-date>p {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--elitecons-white);
}

.footer-widget__news-date>p>span {
    position: relative;
    top: -2px;
    color: var(--elitecons-base);
}

.footer-widget__news-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 8px;
}

.footer-widget__news-title>a {
    color: var(--elitecons-white);
}

.footer-widget__news-title>a:hover {
    color: var(--elitecons-base);
}

.footer-widget__contact {
    position: relative;
    display: block;
    margin-left: 13px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

.footer-widget__contact-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.footer-widget__contact-list li+li {
    margin-top: 19px;
}

.footer-widget__contact-list li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}

.footer-widget__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--elitecons-base);
}

.footer-widget__contact-list li .content {
    position: relative;
    display: block;
    margin-left: 10px;
}

.footer-widget__contact-list li .content p {
    color: var(--elitecons-white);
}

.footer-widget__contact-list li .content p a {
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__contact-list li .content p a:hover {
    color: var(--elitecons-base);
}

.site-footer__bottom {
    position: relative;
    display: block;
    background-color: var(--elitecons-base1);
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 31px;
}

.site-footer__bottom-text {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.site-footer__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--elitecons-white-rgb), .70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__bottom-menu li a:hover {
    color: var(--elitecons-base);
}

/* -------------------------------------------------------------
    copyright section
--------------------------------------------------------------*/

.copy-right .container-copyright p a {
    color: rgb(33, 201, 243);
    /* text-shadow: 0 0 5px #ffffff, 0 0 5px #000000; */
}

.copy-right .container-copyright p a:hover {
    color: var(--elitecons-modern-four);
}

.copy-right .container-copyright p {
    color: var(--elitecons-white);
    /* padding-bottom: 1rem; */
    font-size: 14px;
}



/* icon-quote */
.icon-quote:before {
    color: #810100;
}



.brands-area .blog-content .container .section-title__title {
    text-align: center !important;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
    position: relative;
    display: block;
    padding: 165px 0 45px;
    z-index: 1;
}

.services-three__single {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.05));
    padding: 75px 45px 40px;
    text-align: center;
    margin-bottom: 75px;
    z-index: 1;
}

.services-three__icon {
    position: absolute;
    top: -45px;
    left: 50%;
    height: 90px;
    width: 90px;
    border: 1px solid var(--elitecons-bdr-color);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--elitecons-white);
    transform: translateX(-50%);
    z-index: 1;
}

.services-three__icon span {
    position: relative;
    display: inline-block;
    font-size: 61px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-three__single:hover .services-three__icon span {
    transform: scale(0.9);
}

.services-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.services-three__title a {
    color: var(--elitecons-black);
}

.services-three__title a:hover {
    color: var(--elitecons-base);
}

.services-three__text {
    padding-top: 19px;
    padding-bottom: 41px;
}

.services-three__btn-box {
    position: relative;
    display: block;
}

.services-three__btn {
    background-color: transparent;
    border: 1px solid var(--elitecons-black);
    color: var(--elitecons-black);
    padding: 15px 30px 13px;
}

.services-three__btn::after {
    background-color: var(--elitecons-black);
}

.services-three__btn span {
    color: var(--elitecons-base);
}

.services-three__btn:hover span {
    color: var(--elitecons-white);
}


/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
    position: relative;
    display: block;
    z-index: 1;
}

.about-two__left {
    position: relative;
    display: block;
    margin-right: 140px;
}

.about-two__left .section-title {
    margin-bottom: 20px;
}

.about-two__text {
    margin-bottom: 28px;
}

.about-two__points {
    position: relative;
    display: block;
}

.about-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.about-two__points li+li {
    margin-top: 13px;
}

.about-two__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-two__points li .icon span {
    font-size: 19px;
    color: var(--elitecons-base);
}

.about-two__points li .text p {
    font-size: 20px;
    font-weight: 700;
    color: var(--elitecons-black);
}

.about-two__right {
    position: relative;
    display: block;
}

.about-two__img {
    position: relative;
    display: block;
}

.about-two__img img {
    width: 100%;
}

/*--------------------------------------------------------------
# Sliding Text  Two
--------------------------------------------------------------*/
.sliding-text-two .sliding-text__inner {
    padding: 133px 0px 36px;
    border-top: 0;
    border-bottom: 0;
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 44px 0px 0px;
    z-index: 1;
}

.why-choose-two__shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .10;
    z-index: -1;
}

.why-choose-two__shape-1 img {
    width: auto;
}

.why-choose-two__left {
    position: relative;
    display: block;
    margin-right: 30px;
    margin-top: 87px;
}

.why-choose-two__left .section-title {
    margin-bottom: 20px;
}

.why-choose-two__left .section-title__title {
    color: var(--elitecons-white);
}

.why-choose-two__text {
    color: var(--elitecons-white);
    margin-bottom: 61px;
}

.why-choose-two__points {
    position: relative;
    display: block;
}

.why-choose-two__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: var(--elitecons-modern-one);
    padding: 35px 30px 26px;
    gap: 20px;
}

.why-choose-two__points li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 40px solid var(--elitecons-base);
    border-left: 40px solid transparent;
}

.why-choose-two__points li+li {
    margin-top: 30px;
}

.why-choose-two__points-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--elitecons-base);
    border-radius: 50%;
}

.why-choose-two__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-two__points li:hover .why-choose-two__points-icon span {
    transform: scale(0.9);
}

.why-choose-two__points-content {
    position: relative;
    display: block;
}

.why-choose-two__points-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 9px;
}

.why-choose-two__points-title a {
    color: var(--elitecons-white);
}

.why-choose-two__points-title a:hover {
    color: var(--elitecons-base);
}

.why-choose-two__points-text {
    color: var(--elitecons-white);
}

.why-choose-two__right {
    position: relative;
    display: block;
    margin-left: -35px;
    margin-right: -90px;
}

.why-choose-two__img {
    position: relative;
    display: block;
}

.why-choose-two__img img {
    width: 100%;
}


/*******************whatsapp floating icon***************************/
.fa-whatsapp {
    margin-top: 35px !important;
    display: flex !important;
}

.cbh-phone {
    display: block;
    position: fixed;
    left: -50px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility 0.5s;
    -moz-transition: visibility 0.5s;
    -o-transition: visibility 0.5s;
    transition: visibility 0.5s;
}

.cbh-phone.cbh-show {
    visibility: visible;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
    opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
    opacity: 1;
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgba(0, 175, 242, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
    border-color: rgba(204, 204, 204, 1);
    opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
    border-color: rgba(117, 235, 80, 1);
    opacity: 0.5;
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: 1 !important;
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    top: 70px;
    left: 70px;
    position: absolute;
    /* background-image: url(https://360imagem.com/google/images/wpp-icon.png); */
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
    background-color: rgba(117, 235, 80, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgba(0, 175, 242, 1);
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
    background-color: rgba(204, 204, 204, 1);
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
    background-color: rgba(117, 235, 80, 1);
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: rgb(0, 242, 164);
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: rgb(46, 203, 113);
}

.kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out 0.5s infinite;
    opacity: 0.8;
    transform-origin: center;
}

.kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
}

.kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
}

/* custom edit */
.fa-whatsapp:before {
    padding-bottom: 37px;
}

/*--------------------------------------------------------------
# Join Us One
--------------------------------------------------------------*/
.join-us-one {
    position: relative;
    display: block;
    margin-top: -145px;
    z-index: 2;
}

.join-us-one__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--elitecons-base);
    padding-left: 60px;
    padding-right: 80px;
    padding-top: 80px;
    padding-bottom: 74px;
    overflow: hidden;
    z-index: 1;
}

.join-us-one__shape-1 {
    position: absolute;
    top: -30px;
    left: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.join-us-one__shape-1 img {
    width: auto;
}

.join-us-one__shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.join-us-one__shape-2 img {
    width: auto;
}

.join-us-one__title-box {
    position: relative;
    display: block;
}

.join-us-one__title {
    font-size: 60px;
    line-height: 60px;
    color: var(--elitecons-white);
    font-weight: 700;
    letter-spacing: -1.2px;
}

.join-us-one__form-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}

.join-us-one__contact-form {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
}

.join-us-one__contact-form-input-box {
    position: relative;
    display: block;
}

.join-us-one__contact-form-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: transparent;
    outline: none;
    font-size: 20px;
    color: var(--elitecons-white);
    border: 1px solid var(--elitecons-white);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0px;
}

.join-us-one__btn {
    border: none;
    background-color: var(--elitecons-white);
    color: var(--elitecons-black);
    position: absolute;
    top: 0;
    bottom: 0;
    right: -184px;
}

/*--------------------------------------------------------------
# Services Four
--------------------------------------------------------------*/
.services-four {
    position: relative;
    display: block;
    padding: 50px;
    padding-top: 100px;

    /* margin-top: -100px; */
    z-index: 1;
    background-color: var(--elitecons-modern-three);
    /* margin-top: 30px; */

}


.services-four .position-absolute {
    left: 0px;

}



.services-four__single {
    position: relative;
    display: block;
    /*margin-bottom: 30px;*/
}

.services-four__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
}

.services-four__img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--elitecons-black-rgb), .30);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
    border-radius: 20px;
}

.services-four__single:hover .services-four__img::after {
    visibility: visible;
    opacity: 1;
    border-radius: 20px;
}

.services-four__img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    object-fit: cover;
    border-radius: 20px;
}

.services-four__single:hover .services-four__img img {
    transform: scale(1.1);
    border-radius: 20px;
}

.services-four__content {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border-bottom: 2px solid var(--elitecons-modern-one);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin: -60px 20px 0;
    padding: 32px 30px 30px;
    z-index: 3;
    border-radius: 20px;
    height: 450px !important;
    max-height: 450px;

}

.services-four__content1 {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border-bottom: 2px solid var(--elitecons-modern-one);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin: -60px 20px 0;
    padding: 32px 30px 30px;
    z-index: 3;
    border-radius: 20px;
    height: 450px !important;
    /* max-height: 450px; */

}

.services-four__content2 {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border-bottom: 2px solid var(--elitecons-modern-one);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin: -60px 20px 0;
    padding: 32px 30px 30px;
    z-index: 3;
    border-radius: 20px;
    height: 450px !important;
    /* max-height: 450px; */

}

.not-home {
    height: 200px !important;

}



.services-four__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-wrap: nowrap;
    margin-bottom: 20px;
}

.services-four__title a {
    color: var(--elitecons-base);
    cursor: none;
}

.services-four__title a:hover {
    color: var(--elitecons-base);
}


.services-four__text {
    margin-top: 6px;
    margin-bottom: 20px;
    text-align: justify;
}

.services-four__text1 {
    margin-top: 6px;
    /* margin-bottom: 33px; */
    text-align: justify;
    font-size: 22px;
}

.services-four__text2 {
    text-align: justify;
    font-size: 18px;
}

.desc1 {
    padding-left: 20px !important;
    margin-bottom: 20px;
}

.services-four__btn-box {
    position: relative;
    display: block;
    text-align: left;
}

.services-four__btn {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.services-four__btn span {
    font-size: 14px;
}

.services-four__btn:hover {
    color: var(--elitecons-black);
}

.services-four__content {
    height: 380px !important;
}

.serv-container {
    padding-top: 50px;
}

/*#########################################################*/
/*--------------------- Price Offer Page ---------------------*/
/*#########################################################*/
.form-container {
    background: #F1F1F1;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.36);
    max-width: 800px;
    margin: 0 auto !important;
    margin-bottom: 30px !important;

}

.text-black {
    color: var(--elitecons-base) !important;
}

@media only screen and (max-width: 768px) {
    .form-container {
        margin: 0 30px 30px !important;
    }
}

.form-select {
    background: var(--elitecons-modern-one) !important;
    padding: 0 10px 10px 10px;
    color: rgb(33, 201, 243);
    text-align: left !important;
    text-shadow: 0 0 1px #ffffffbf, 0 0 1px #ffffff99;
}

.form-control {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 15px;
    color: black !important;
}

.form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

.upload-file {
    padding: 20px;
}

.btn-primary {
    background-color: #ffc107;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #e0a800;
}

.bluecolor {
    color: var(--elitecons-base);
    font-weight: bold;
}

hr {
    border: 1px solid #858383;
    margin: 20px 0;
}

.gradient-btn {
    background: linear-gradient(45deg, #ffc107, #ff9800);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.gradient-btn:hover {
    background: linear-gradient(45deg, #ff9800, #ffc107);
}

.uniform-field {
    height: 45px;
    width: 100%;
    margin-bottom: 20px !important;
}

.delete-btn {
    color: white !important;
    background-color: rgba(255, 0, 0, 0.5) !important;
    border: none !important;
}

#success-message {
    background-color: #1ace3f;
    /* light green background */
    color: #050505;
    /* dark green text */
    border-radius: 8px;
    /* rounded corners */
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#success-message .icon-check-circle {
    font-size: 24px;
    color: #28a745;
    /* green icon */
    padding-right: 10px;
}

.custom-alert {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.btn-close {
    background: none;
    border: none;
    color: #155724;
    font-size: 16px;
    cursor: pointer;
}

.btn-close:hover {
    color: #28a745;
}

.select_all {
    color: red;
    font-size: 16px;
    font-weight: normal !important;
}

.select_all:hover {
    cursor: pointer;
}

.form-check-label:hover {
    cursor: pointer;
}


/*--------------------------------------------------------------
# Project Two
--------------------------------------------------------------*/
.project-two {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.project-two__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 58px;
}

.project-two__top .section-title {
    margin-bottom: 0;
}

.project-two__nav {
    position: relative;
    display: flex;
    align-items: center;
}

.project-two__nav .swiper-button-prev1,
.project-two__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 0;
    color: var(--elitecons-white);
    background-color: var(--elitecons-black);
    font-size: 18px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.project-two__nav .swiper-button-prev1:hover,
.project-two__nav .swiper-button-next1:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.project-two__nav .swiper-button-next1 {
    margin-left: 10px;
}

.project-two__bottom {
    position: relative;
    display: block;
    margin-right: -315px;
}

.project-two__single {
    position: relative;
    display: block;
}

.project-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-two__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 22, 89, 0) 0%, rgba(0, 22, 89, 0.81) 100%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.project-two__single:hover .project-two__img:before {
    transform: scaleY(1.0);
}

.project-two__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.project-two__single:hover .project-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.project-two__content {
    position: absolute;
    bottom: 31px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    transition-property: all;
    z-index: 2;
}

.project-two__single:hover .project-two__content {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    transition-delay: .8s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.project-two__title-box {
    position: relative;
    display: block;
}

.project-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.project-two__title a {
    color: var(--elitecons-white);
}

.project-two__title a:hover {
    color: var(--elitecons-base);
}

.project-two__sub-title {
    color: var(--elitecons-white);
}

.project-two__arrow {
    position: relative;
    display: block;
}

.project-two__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
    font-size: 15px;
}

.project-two__arrow a:hover {
    background-color: var(--elitecons-white);
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Pricing Two
--------------------------------------------------------------*/
.pricing-two {
    background-color: var(--elitecons-primary);
    padding: 120px 0 90px;
}

.pricing-two__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    z-index: -1;
}

.pricing-two__shape-1 img {
    width: auto;
}

.pricing-two .pricing-one__single {
    border: 0;
    background-color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# Team Two
--------------------------------------------------------------*/
.team-two {
    position: relative;
    display: block;
    padding: 120px 0 170px;
    z-index: 1;
}

.team-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 1;
}

.team-two__img img {
    width: 100%;
    transform: scale(1.01);
    transform-origin: 70% 80%;
    transition: all .1s linear;
}

.team-two__single:hover .team-two__img img {
    transform: scale(1.036);
    transition-duration: .9s;
}

.team-two__content {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    text-align: center;
    padding: 30px 0 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.team-two__single:hover .team-two__content {
    border: 1px solid var(--elitecons-black);
}

.team-two__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--elitecons-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.team-two__single:hover .team-two__content::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.team-two__social {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.team-two__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 1px solid var(--elitecons-bdr-color);
    font-size: 15px;
    color: var(--elitecons-black);
    overflow: hidden;
    z-index: 1;
}

.team-two__single:hover .team-two__social a {
    color: var(--elitecons-white);
    border: 1px solid rgba(var(--elitecons-bdr-rgb), .10);
}

.team-two__social a:hover {
    color: var(--elitecons-white);
    border: 1px solid var(--elitecons-base);
    background-color: var(--elitecons-base);
}

.team-two__info-box {
    position: relative;
    display: block;
    margin-top: 23px;
}

.team-two__name {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}

.team-two__name a {
    color: var(--elitecons-black);
}

.team-two__single:hover .team-two__name a {
    color: var(--elitecons-white);
}

.team-two__sub-title {
    padding-top: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-two__single:hover .team-two__sub-title {
    color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# Success One
--------------------------------------------------------------*/
.success-one {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 130px 0 130px;
    z-index: 1;
}

.success-one__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .10;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

.success-one__shape-1 img {
    width: 100%;
}

.success-one__img-box {
    position: absolute;
    top: -80px;
    right: 0;
    z-index: 1;
}

.success-one__img {
    position: relative;
    display: block;
}

.success-one__img img {
    width: auto;
}

.success-one__counter {
    position: absolute;
    bottom: 20px;
    left: 30px;
    background-color: var(--elitecons-base);
    padding: 36px 40px 41px;
    z-index: 2;
}

.success-one__counter-list {
    position: relative;
    display: block;
}

.success-one__counter-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--elitecons-bdr-color);
    padding-bottom: 21px;
    margin-bottom: 26px;
}

.success-one__counter-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.success-one__counter-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}

.success-one__counter-count h3 {
    font-size: 36px;
    line-height: 36px;
    color: var(--elitecons-white);
    font-weight: 700;
}

.success-one__counter-percent {
    font-size: 36px;
    line-height: 36px;
    color: var(--elitecons-white);
    font-weight: 700;
}

.success-one__counter-text {
    color: var(--elitecons-white);
}

.success-one__left {
    position: relative;
    display: block;
}

.success-one__left .section-title {
    margin-bottom: 20px;
}

.success-one__left .section-title__title {
    color: var(--elitecons-white);
}

.success-one__text {
    color: var(--elitecons-white);
}

.success-one__points {
    position: relative;
    display: block;
    margin-top: 41px;
    margin-bottom: 50px;
}

.success-one__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.success-one__points li+li {
    margin-top: 30px;
}

.success-one__points-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    background-color: var(--elitecons-modern-one);
}

.success-one__points-icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-white);
}

.success-one__points-text {
    font-size: 26px;
    line-height: 26px;
    color: var(--elitecons-white);
    font-weight: 700;
}

.success-one__points-text a {
    color: var(--elitecons-white);
}

.success-one__points-text a:hover {
    color: var(--elitecons-base);
}

.success-one__btn-box {
    position: relative;
    display: block;
}

.success-one__btn:after {
    background-color: var(--elitecons-white);
}

.success-one__btn:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Faq Two
--------------------------------------------------------------*/
.faq-two {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 80px 0 80px;
    z-index: 1;
}

.faq-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55.7%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.faq-two__content-box {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 50px 40px 40px;
    z-index: 1;
}

.faq-two__content-box .section-title {
    margin-bottom: 49px;
}

.faq-two__content-box .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid rgba(var(--elitecons-gray-rgb), .40);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__content-box .faq-one-accrodion .accrodion.active {
    border: 1px solid rgba(var(--elitecons-gray-rgb), .40);
}

.faq-two__content-box .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 30px 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-bottom: 1px solid transparent;
}

.faq-two__content-box .faq-one-accrodion .accrodion.active .accrodion-title {
    border-bottom: 1px solid rgba(var(--elitecons-gray-rgb), .40);
}

.faq-two__content-box .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    color: var(--elitecons-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-two__content-box .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--elitecons-black);
}

.faq-two__content-box .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-two__content-box .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 17px;
    color: var(--elitecons-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 21px;
    height: 21px;
}

.faq-two__content-box .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--elitecons-gray);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-two__content-box .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-top: 19px;
    padding-bottom: 21px;
    padding-left: 30px;
    padding-right: 30px;
}

.faq-two__content-box .faq-one-accrodion .accrodion-content p {
    margin: 0;
}

/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter-two__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.counter-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-two__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--elitecons-black-rgb), .90);
}

.counter-two__top {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.counter-two__top .section-title {
    margin-bottom: 0;
}

.counter-two__top .section-title__tagline,
.counter-two__top .section-title__title {
    color: var(--elitecons-white);
}

.counter-two__top-text {
    position: relative;
    display: block;
    max-width: 455px;
    width: 100%;
    color: var(--elitecons-white);
}

.counter-two__bottom {
    position: relative;
    display: block;
}

.counter-two__single {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border: 1px solid var(--elitecons-modern-one);
    padding: 60px 60px 17px;
    border-radius: 20px;
}

.counter-two__icon {
    position: absolute;
    top: -40px;
    left: 20px;
    height: 80px;
    width: 80px;
    background-color: var(--elitecons-base2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: 1px solid var(--elitecons-modern-one);

}

.counter-two__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-two__single:hover .counter-two__icon span {
    transform: scale(0.9);
}

.counter-two__count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-two__count h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: var(--elitecons-base1);
}

.counter-two__plus {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: var(--elitecons-base1);
}

.counter-two__count-text {
    margin-top: 4px;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonials-wrap {
    padding: 40px 0;
}

.testimonials-wrap .site-footer__shape-2 {
    left: 0px;
}

.testimonials-wrap .site-footer__shape-2 img {
    opacity: 0.1;
}

.testimonial-content {
    height: 150px;
}

.testimonial-content .text-justify {
    text-align: justify !important;
}

.heading-section {
    text-align: center;
}

.sub-heading {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: var(--elitecons-base);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 15px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .03);
    box-shadow: 0 0 20px rgba(0, 0, 0, .08);
    border-radius: 20px;
    /* float: left !important; */
    direction: ltr;

}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .testimonial-item {
    padding: 30px 10px;
    /* float: left !important; */
}

.quote {
    position: absolute;
    top: -23px;
    color: var(--elitecons-modern-one);
    font-size: 27px;
    left: 0px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
    color: var(--elitecons-black);
}

.position {
    color: #adadad;
    font-size: 14px;
}

.carousel-testimonial .owl-nav {
    text-align: center;
}

.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}

.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}

.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}

.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-two {
    position: relative;
    display: block;
    padding: 0 0 90px;
}

.blog-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-two__img-box {
    position: relative;
    display: block;
}

.blog-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-two__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-two__single:hover .blog-two__img::before {
    opacity: .50;
}

.blog-two__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-two__single:hover .blog-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-two__content {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    border-top: 0;
    padding: 31px 39px 30px;
}

.blog-two__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-two__meta li {
    position: relative;
    display: block;
}

.blog-two__meta li+li {
    margin-left: 25px;
}

.blog-two__meta li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--elitecons-gray);
}

.blog-two__meta li>a:hover {
    color: var(--elitecons-base);
}

.blog-two__meta li>a>span {
    position: relative;
    color: var(--elitecons-base);
    top: -3px;
    margin-right: 10px;
}

.blog-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 21px;
}

.blog-two__title>a {
    color: var(--elitecons-black);
}

.blog-two__title>a:hover {
    color: var(--elitecons-base);
}

.blog-two__read-more {
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.blog-two__read-more>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--elitecons-black);
    gap: 10px;
}

.blog-two__read-more>a>span {
    position: relative;
    font-size: 13px;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__read-more>a:hover>span {
    color: var(--elitecons-base);
}

.blog-two__date {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 65px;
    background-color: var(--elitecons-black);
    text-align: center;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__single:hover .blog-two__date {
    background-color: var(--elitecons-base);
}

.blog-two__date>p {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.site-footer-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    z-index: -1;
}

.site-footer-two__top {
    position: relative;
    display: block;
    padding: 80px 0 40px;
}

.site-footer-two__top-inner {
    position: relative;
    display: block;
}

.footer-widget-two__about {
    position: relative;
    display: block;
}

.footer-widget-two__logo {
    position: relative;
    display: block;
    margin-bottom: 29px;
}

.footer-widget-two__about-text {
    color: var(--elitecons-white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-widget-two__about-form {
    position: relative;
    display: block;
}

.footer-widget-two__about-form-input-box {
    position: relative;
    display: block;
    margin-top: 50px !important;
    margin-bottom: 50px !important;

}

.footer-widget-two__about-form-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: var(--elitecons-modern-three);
    outline: none;
    font-size: 20px;
    color: var(--elitecons-white);
    font-weight: 400;
    border: none;
    padding-right: 70px;
    padding-left: 20px;
}

.footer-widget-two__about-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    bottom: 0;
    width: 60px;
    background-color: var(--elitecons-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer-widget-two__about-btn:hover {
    background-color: var(--elitecons-white);
}

.footer-widget-two__about-btn span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-two__about-btn:hover span {
    color: var(--elitecons-base);
}

.site-footer-two__social {
    position: relative;
    display: flex;
    align-items: center;
    /* margin-top: 25px; */
    /* margin-bottom: 45px; */
}

.site-footer-two__social>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--elitecons-white);
    height: 40px;
    line-height: 40px;
    width: 40px;
    /* font-size: 14px; */
    /* -webkit-border-radius: 50%; */
    border-radius: 50%;
    /* margin: 0 1px; */
    text-align: center;
    /* display: block; */
    /* color: #026095;
    position: relative; */
    z-index: 1;
    border: 1px solid rgb(26, 150, 181);
    background-color: var(--elitecons-modern-three);
}

.site-footer-two__social>a:hover {
    color: rgb(26, 150, 181);
}

.site-footer-two__social>a+a {
    margin-left: 15px;
}

.footer-widget-two__service {
    position: relative;
    display: block;
    margin-left: 100px;
}

.footer-widget-two__title-box {
    position: relative;
    display: block;
    margin-bottom: 41px;
    margin-top: 13px;
}

.logo-container-footer {
    background: #221434;
    display: block;
    width: 30%;
    /* margin-left: 8rem; */
    border-radius: 10px;
}

.footer-widget-two__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-base1);
    /* text-shadow: 2px 2px 4px rgba(248, 246, 246, 0.161), 2px 2px 4px rgba(255, 255, 255, 0.5); */
    /* text-shadow: 2px 2px 4px rgba(26, 26, 26, 0.668), 2px 2px 4px rgba(44, 44, 44, 0.5); */
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;


}

.footer-widget-two__service-list {
    position: relative;
    display: block;
}

.footer-widget-two__service-list>li {
    position: relative;
    display: block;
}

.footer-widget-two__service-list>li+li {
    margin-top: 15px;
}

.footer-widget-two__service-list>li>a {
    color: var(--elitecons-white);
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-widget-two__service-list>li>a>span {
    font-size: 13px;
    color: var(--elitecons-base);
}

.footer-widget-two__service-list>li>a:hover {
    color: rgb(26, 150, 181);
}

.footer-widget-two__links {
    position: relative;
    display: block;
    margin-left: 55px;
}

.footer-widget-two__contact {
    position: relative;
    display: block;
}

.footer-widget-two__contact-list {
    position: relative;
    display: block;
}

.footer-widget-two__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-two__contact-list li+li {
    margin-top: 17px;
}

.footer-widget-two__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-two__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: var(--elitecons-modern-two);
}

.footer-widget-two__contact-list li .content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.footer-widget-two__contact-list li .content>p {
    color: var(--elitecons-white);
    font-weight: 700;
    margin-top: 3px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.footer-widget-two__contact-list li .content>p>a {
    color: var(--elitecons-white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.footer-widget-two__contact-list li .content>p>a:hover {
    color: rgb(26, 150, 181);
}

.site-footer-two__bottom {
    /* position: relative;
    display: block;
    border-top: 1px solid #221434; */
    position: relative;
    display: block;
    border-top: 1px solid #221434;
    background: rgba(0, 0, 0, 0.27);
    width: 100% !important;

}

.site-footer-two__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 31px;
}

.site-footer-two__bottom-text {
    color: var(--elitecons-white);
}

.site-footer-two__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-two__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-two__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer-two__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-two__bottom-menu li a:hover {
    color: var(--elitecons-base);
}

.arrow-shadow {
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px, rgba(0, 0, 0, 0.5) 2px 2px 4px;

}

/*--------------------------------------------------------------
# Features Five
--------------------------------------------------------------*/
.features {
    position: relative;
    display: block;
    margin-top: -100px;
    z-index: 99;
}

.features__single {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    border: 2px solid var(--elitecons-modern-one);
    padding: 10px;
    margin-bottom: 30px;
    height: 170px;
    /* Adjust the height based on your needs */
    overflow: hidden;
    text-align: center;
    border-radius: 20px;

}

.features__icon {
    position: relative;
    display: inline-block;
}

.features__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.features__single:hover .features__icon span {
    transform: scale(0.9);
}

.features__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    padding-top: 23px;
    display: block;
    margin-top: 10px;
    width: 100%;
}

.features__title a {
    color: var(--elitecons-base) !important;
    display: block;
    max-width: 100%;
    /* Ensures the link fits inside */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.features__title a:hover {
    color: var(--elitecons-base);
}


/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.about-three__left {
    position: relative;
    display: block;
    margin-right: 30px;
}

.about-three__img {
    position: relative;
    display: block;
}

.about-three__img img {
    width: 100%;
}

.about-three__right {
    position: relative;
    display: block;
    margin-top: 80px;
}

.about-three__right .section-title {
    margin-bottom: 20px;
}

.about-three__points {
    position: relative;
    display: block;
    margin-top: 39px;
}

.about-three__points li {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.about-three__points li+li {
    margin-top: 18px;
}

.about-three__points li .icon {
    position: relative;
    display: inline-block;
    top: 2px;
}

.about-three__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--elitecons-base);
}

.about-three__points li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.about-three__points li .content h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
}

/*--------------------------------------------------------------
# Services Six
--------------------------------------------------------------*/
.services-six {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    overflow: hidden;
    z-index: 1;
}

.services-six__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 512px;
    background-color: var(--elitecons-black);
    z-index: -1;
}

.services-six__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: topBottom 3s ease-in-out infinite;
}

.services-six__top {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 58px;
}

.services-six__top .section-title__tagline {
    color: var(--elitecons-white);
}

.services-six__top .section-title__title {
    color: var(--elitecons-white);
}

.services-six__top .section-title {
    margin-bottom: 0px;
}

.services-six__btn-box {
    position: relative;
    display: block;
}

.services-six__btn {
    border: 1px solid var(--elitecons-white);
    padding: 15px 29px 13px;
    color: var(--elitecons-white);
    background-color: transparent;
}

.services-six__btn:hover {
    border: 1px solid var(--elitecons-base);
}

.services-six__btn::after {
    background-color: var(--elitecons-base);
}

.services-six__single {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.services-six__img-box {
    position: relative;
    display: block;
}

.services-six__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-six__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.services-six__single:hover .services-six__img::before {
    opacity: .50;
}

.services-six__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.services-six__single:hover .services-six__img img {
    transform: scale(1.05) rotate(0deg);
}

.services-six__content {
    position: relative;
    display: block;
    border-bottom: 2px solid var(--elitecons-base);
    background-color: var(--elitecons-white);
    padding: 27px 30px 28px;
}

.services-six__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.services-six__title a {
    color: var(--elitecons-black);
}

.services-six__title a:hover {
    color: var(--elitecons-base);
}

.services-six__text {
    margin-top: 1px;
    margin-bottom: 33px;
}

.services-six__read-more {
    position: relative;
    display: inline-block;
}

.services-six__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    color: var(--elitecons-base);
    gap: 12px;
}

.services-six__read-more a:hover {
    color: var(--elitecons-black);
}

.services-six__read-more a>span {
    font-size: 14px;
}

/*--------------------------------------------------------------
# Recent Project
--------------------------------------------------------------*/
.recent-project {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.recent-project__list-box {
    position: relative;
    display: block;
}

.recent-project__list-box li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 28px 60px 28px;
}

.recent-project__list-content {
    position: relative;
    display: flex;
    align-items: center;
}

.recent-project__list-content .icon {
    position: relative;
    display: inline-block;
}

.recent-project__list-content .icon>span {
    position: relative;
    display: inline-block;
    font-size: 76px;
    color: var(--elitecons-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    z-index: 2;
}

.recent-project__list-box li:hover .recent-project__list-content .icon>span {
    transform: scale(0.9);
}

.recent-project__list-content .content {
    position: relative;
    display: block;
    margin-left: 83px;
}

.recent-project__list-content .content>h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px;
}

.recent-project__list-content .content>h3>a {
    color: var(--elitecons-black);
}

.recent-project__list-content .content>h3>a:hover {
    color: var(--elitecons-base);
}

.recent-project__btn-box {
    position: relative;
    display: block;
}

.recent-project__btn {
    background-color: var(--elitecons-black);
}

.recent-project__btn::after {
    background-color: var(--elitecons-base);
}

.recent-project__img {
    position: absolute;
    top: 50%;
    right: 375px;
    transform: translateY(-50%) rotate(-10.57deg) scale(0);
    -webkit-transform: translateY(-50%) rotate(-10.57deg) scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.recent-project__list-box li:hover .recent-project__img {
    -webkit-transform: translateY(-50%) rotate(-10.57deg) scale(1);
    transform: translateY(-50%) rotate(-10.57deg) scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.recent-project__img img {
    width: auto;
}

/*--------------------------------------------------------------
# Why Choose Three
--------------------------------------------------------------*/
.why-choose-three {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 120px 0 0;
    z-index: 1;
}

.why-choose-three__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 210px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

.why-choose-three::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    background-color: var(--elitecons-black);
    z-index: -1;
}

.why-choose-three__left {
    position: relative;
    display: block;
}

.why-choose-three__left .section-title {
    margin-bottom: 20px;
}

.why-choose-three__left .section-title__tagline {
    color: var(--elitecons-white);
}

.why-choose-three__left .section-title__title {
    color: var(--elitecons-white);
}

.why-choose-three__text {
    color: var(--elitecons-white);
}

.why-choose-three__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 170px;
}

.why-choose-three__btn {
    color: var(--elitecons-black);
    background-color: var(--elitecons-white);
}

.why-choose-three__contact-list {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(var(--elitecons-white-rgb), .20);
    margin-right: -77px;
}

.why-choose-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.why-choose-three__contact-list li+li {
    margin-left: 160px;
}

.why-choose-three__contact-list li .icon {
    position: relative;
    display: inline-block;
}

.why-choose-three__contact-list li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: rgba(var(--elitecons-white-rgb), .30);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    z-index: 2;
}

.why-choose-three__contact-list li:hover .icon>span {
    transform: scale(0.9);
}

.why-choose-three__contact-list li .content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.why-choose-three__contact-list li .content>span {
    font-size: 16px;
    color: var(--elitecons-white);
    line-height: 26px;
}


.why-choose-three__contact-list li .content>p {
    font-weight: 700;
}

.why-choose-three__contact-list li .content>p>a {
    color: var(--elitecons-white);
}

.why-choose-three__contact-list li .content>p>a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 162px 0 119px;
}

.counter-three__inner {
    position: relative;
    display: block;
}

.counter-three__count-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-three__count-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-three__count {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-three__count>h3 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    color: var(--elitecons-white);
}

.counter-three__count>span {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    line-height: 60px;
    color: var(--elitecons-white);
}

.counter-three__text {
    margin-left: 13px;
    font-weight: 700;
    color: var(--elitecons-white);
    line-height: 24px;
}

.counter-three__big-count {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -20px;
    left: 0;
}

.counter-three__big-count>h3 {
    font-size: 140px;
    font-weight: 900;
    line-height: 140px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--elitecons-white-rgb), .20);
}

.counter-three__big-count>span {
    font-size: 140px;
    font-weight: 900;
    line-height: 140px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--elitecons-white-rgb), .20);
}

/*--------------------------------------------------------------
# Project Three
--------------------------------------------------------------*/
.project-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.project-three__single {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.project-three__img-box {
    position: relative;
    display: block;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.project-three__img:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(var(--elitecons-black-rgb), .65);
    content: "";
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.project-three__img img {
    width: 100%;
    transition: all 0.8s ease 0s;
}

.project-three__single:hover .project-three__img img {
    transform: scale(1.2);
}

.project-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px 30px;
    padding-right: 40px;
}

.project-three__title-box {
    position: relative;
    display: block;
}

.project-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
}

.project-three__title>a {
    color: var(--elitecons-black);
}

.project-three__title>a:hover {
    color: var(--elitecons-base);
}

.project-three__plus {
    position: relative;
    display: block;
}

.project-three__plus>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--elitecons-black);
    font-size: 17px;
    color: var(--elitecons-white);
}

.project-three__plus>a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# Contact Two
--------------------------------------------------------------*/
.contact-two {
    position: relative;
    display: block;
    padding: 0 0 220px;
    z-index: 1;
}

.contact-two__left {
    position: relative;
    display: block;
    margin-top: 9px;
}

.contact-two__left .section-title {
    margin-bottom: 20px;
}

.contact-two__call-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 59px;
}

.contact-two__call-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--elitecons-primary);
    border-radius: 50%;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__call-box .icon:hover {
    background-color: var(--elitecons-base);
}

.contact-two__call-box .icon>span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--elitecons-base);
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-two__call-box .icon:hover>span {
    color: var(--elitecons-white);
}

.contact-two__call-box .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.contact-two__call-box .content>span {
    font-size: 16px;
    line-height: 16px;
}

.contact-two__call-box .content>p {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.contact-two__call-box .content>p>a {
    color: var(--elitecons-black);
}

.contact-two__call-box .content>p>a:hover {
    color: var(--elitecons-base);
}

.contact-two__right {
    position: relative;
    display: block;
}

.contact-two__form {
    position: relative;
    display: block;
}

.contact-two__input-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.contact-two__input-box input[type="text"],
.contact-two__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--elitecons-primary);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: var(--elitecons-gray);
    display: block;
    font-weight: 400;
}

.contact-two__input-box textarea {
    color: var(--elitecons-gray);
    height: 150px;
    width: 100%;
    background-color: var(--elitecons-primary);
    padding: 20px 20px 30px;
    border: none;
    outline: none;
    font-weight: 400;
}

.contact-two__btn {
    border: none;
}

.contact-two__input-box.text-message-box {
    height: 150px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 120px 0 54px;
    z-index: 1;
}

.testimonial-three__bg {
    position: absolute;
    top: -100px;
    left: 0;
    bottom: 0;
    width: calc((100% - 159px) / 2);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: -1;
}

.testimonial-three__right {
    position: relative;
    display: block;
}

.testimonial-three__single {
    position: relative;
    display: block;
}

.testimonial-three__text-box {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 40px 40px 60px;
}

.testimonial-three__client-info {
    position: relative;
    display: block;
    margin-top: -40px;
    padding-left: 30px;
}

.testimonial-three__client-img {
    position: relative;
    display: block;
    max-width: 70px;
    width: 100%;
}

.testimonial-three__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-three__client-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 8px;
    margin-bottom: 6px;
}

.testimonial-three__quote {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.testimonial-three__quote>span {
    position: relative;
    display: inline-block;
    font-size: 37px;
    color: var(--elitecons-base);
}

.testimonial-three__dot-style {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    bottom: 50px;
    right: 0;
    z-index: 2;
}

.swiper-dot-style1 {
    position: relative;
    display: inline-flex;
    line-height: 0;
    height: 0;
}

.swiper-dot-style1 .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0px 9px;
    background: rgba(var(--elitecons-black-rgb), .20);
    border-radius: 50%;
    opacity: 1;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--elitecons-base);
    opacity: 1.0;
}

.swiper-dot-style1 .swiper-pagination-bullet::before {
    position: absolute;
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
    border: 2px solid var(--elitecons-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    content: "";
}

.swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-style1 .swiper-pagination-bullet:hover {
    transform: scale(1.0);
}

/*--------------------------------------------------------------
# About Four
--------------------------------------------------------------*/
.about-four {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 2;
}

.about-four__bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 138px;
    background-color: var(--elitecons-primary);
    z-index: -1;
}

.about-four__left {
    position: relative;
    display: block;
    margin-top: 10px;
}

.about-four__left .section-title {
    margin-bottom: 20px;
}

.about-four__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.about-four__right {
    position: relative;
    display: block;
}

.about-four__single {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
}

.about-four__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    background-color: var(--elitecons-primary);
    border-radius: 50%;
    margin: 0 auto;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-four__single:hover .about-four__icon {
    background-color: var(--elitecons-base);
}

.about-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 38px;
    color: var(--elitecons-base);
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.about-four__single:hover .about-four__icon>span {
    color: var(--elitecons-white);
}

.about-four__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.about-four__title>a {
    color: var(--elitecons-black);
}

.about-four__title>a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Team Three
--------------------------------------------------------------*/
.team-three {
    position: relative;
    display: block;
    padding: 237px 0 90px;
    margin-top: -138px;
    z-index: 1;
}

.team-three__bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 687px;
    background-color: var(--elitecons-black);
    z-index: -1;
}

.team-three__bg-shape {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.team-three__bg-shape img {
    width: auto;
    opacity: .50;
}

.team-three .section-title__tagline {
    color: var(--elitecons-white);
}

.team-three .section-title__title {
    color: var(--elitecons-white);
}

.team-three__single {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.team-three__img-box {
    position: relative;
    display: block;
}

.team-three__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.team-three__img::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    background-color: rgba(var(--elitecons-black-rgb), .30);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.team-three__single:hover .team-three__img::before {
    transform: scaleY(1.0);
}

.team-three__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.team-three__single:hover .team-three__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-three__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 40px 25px;
    padding-right: 30px;
}

.team-three__title-box {
    position: relative;
    display: block;
}

.team-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1px;
}

.team-three__title a {
    color: var(--elitecons-black);
}

.team-three__title a:hover {
    color: var(--elitecons-base);
}

.team-three__share-and-social {
    position: relative;
    display: block;
    z-index: 2;
}

.team-three__share {
    position: relative;
    display: block;
}

.team-three__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--elitecons-bdr-color);
    font-size: 20px;
    color: var(--elitecons-base);
}

.team-three__social {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    top: -205px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--elitecons-base);
    padding: 20px 14.5px 20px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform-origin: right center;
}

.team-three__share-and-social:hover .team-three__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 400ms;
}

.team-three__social a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 15px;
    color: var(--elitecons-white);
}

.team-three__social a:hover {
    color: var(--elitecons-black);
}

.team-three__social a+a {
    margin-top: 25px;
}

/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    padding-top: 0;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
    position: relative;
    display: block;
}

.video-one__inner {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    text-align: center;
    padding: 157px 0 116px;
    overflow: hidden;
    z-index: 1;
}

.video-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .30;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

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

.video-one__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.81px;
    color: var(--elitecons-white);
    margin-bottom: 23px;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    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;
    width: 86px;
    height: 86px;
    line-height: 86px;
    text-align: center;
    font-size: 22px;
    color: var(--elitecons-base);
    background-color: var(--elitecons-white);
    border-radius: 50%;
    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;
    margin: 0 auto;
}

.video-one__video-icon:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), 0.6);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__text {
    font-weight: 700;
    color: var(--elitecons-white);
    letter-spacing: -0.81px;
    margin-top: 18px;
}

.video-one__shape-1 {
    position: absolute;
    width: 543px;
    height: 543px;
    background-color: rgba(var(--elitecons-base-rgb), .80);
    bottom: -336px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

/*--------------------------------------------------------------
# Blog Three
--------------------------------------------------------------*/
.blog-three {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.blog-three__img-box {
    position: relative;
    display: block;
}

.blog-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-three__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-three__single:hover .blog-three__img::before {
    opacity: .50;
}

.blog-three__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-three__single:hover .blog-three__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-three__content {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    padding: 41px 30px 30px;
    z-index: 2;
}

.blog-three__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-three__meta li {
    position: relative;
    display: block;
}

.blog-three__meta li+li {
    margin-left: 30px;
}

.blog-three__meta li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--elitecons-gray);
}

.blog-three__meta li>a:hover {
    color: var(--elitecons-base);
}

.blog-three__meta li>a>span {
    position: relative;
    top: -3px;
    margin-right: 10px;
    color: var(--elitecons-base);
}

.blog-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 11px;
    margin-bottom: 31px;
}

.blog-three__title a {
    color: var(--elitecons-black);
}

.blog-three__title a:hover {
    color: var(--elitecons-base);
}

.blog-three__read-more {
    position: relative;
    display: inline-block;
}

.blog-three__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    gap: 12px;
    color: var(--elitecons-black);
}

.blog-three__read-more a:hover {
    color: var(--elitecons-base);
}

.blog-three__read-more a>span {
    font-size: 11px;
}

.blog-three__admin {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--elitecons-base);
    display: flex;
    align-items: center;
    width: 92px;
    height: 40px;
    justify-content: center;
    top: -20px;
    left: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__admin:hover {
    background-color: var(--elitecons-black);
}

.blog-three__admin>p {
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-three__admin:hover>p {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# CTA Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-two__wrap {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    clip-path: polygon(0 0, 68% 0%, 52% 100%, 0% 100%);
    z-index: 1;
}

.cta-two__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc((100% - 65px) / 2);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    z-index: -1;
}

.cta-two__inner {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.cta-two__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: var(--elitecons-white);
}

.cta-two__call-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 29px;
}

.cta-two__call-box .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta-two__call-box .icon:hover {
    background-color: var(--elitecons-black);
}

.cta-two__call-box .icon>span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--elitecons-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.cta-two__call-box .icon:hover>span {
    color: var(--elitecons-white);
}

.call-number {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.call-number>a {
    color: var(--elitecons-white);
}

.call-number>a:hover {
    color: var(--elitecons-black);
}

.call-number>a+a {
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    z-index: 1;
}

.site-footer-three__shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.site-footer-three__shape-1 img {
    width: auto;
    opacity: .10;
}

.site-footer-three__top {
    position: relative;
    display: block;
    padding: 80px 0 75px;
}

.site-footer-three__top-inner {
    position: relative;
    display: block;
}

.footer-widget-three__about {
    position: relative;
    display: block;
}

.footer-widget-three__logo {
    position: relative;
    display: block;
}

.footer-widget-three__about-text {
    color: var(--elitecons-white);
    margin-top: 31px;
}

.footer-widget-three__about-form {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer-widget-three__about-form-input-box {
    position: relative;
    display: block;
}

.footer-widget-three__about-form-input-box input[type="email"] {
    height: 50px;
    width: 100%;
    background-color: var(--elitecons-modern-one);
    outline: none;
    font-size: 20px;
    color: var(--elitecons-white);
    font-weight: 400;
    border: none;
    padding-right: 70px;
    padding-left: 20px;
    letter-spacing: -0.02em;
}

.footer-widget-three__about-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    bottom: 0;
    width: 60px;
    background-color: var(--elitecons-base);
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-three__about-btn:hover {
    background-color: var(--elitecons-white);
}

.footer-widget-three__about-btn span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__about-btn:hover span {
    color: var(--elitecons-base);
}

.site-footer-three__social {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-three__social>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--elitecons-white);
}

.site-footer-three__social>a:hover {
    color: var(--elitecons-base);
}

.site-footer-three__social>a+a {
    margin-left: 25px;
}

.footer-widget-three__link {
    position: relative;
    display: block;
    margin-left: 100px;
}

.footer-widget-three__title-box {
    position: relative;
    display: block;
    margin-bottom: 41px;
    margin-top: 13px;
}

.footer-widget-three__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.footer-widget-three__link-list {
    position: relative;
    display: block;
}

.footer-widget-three__link-list>li {
    position: relative;
    display: block;
}

.footer-widget-three__link-list>li+li {
    margin-top: 15px;
}

.footer-widget-three__link-list>li>a {
    color: var(--elitecons-white);
}

.footer-widget-three__link-list>li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget-three__page {
    position: relative;
    display: block;
    margin-left: 93px;
}

.footer-widget-three__contact {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list {
    position: relative;
    display: block;
}

.footer-widget-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.footer-widget-three__contact-list li+li {
    margin-top: 17px;
}

.footer-widget-three__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--elitecons-modern-one);
    border-radius: 50%;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .icon {
    background-color: var(--elitecons-base);
}

.footer-widget-three__contact-list li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-white);
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-three__contact-list li:hover .icon>span {
    color: var(--elitecons-white);
}

.footer-widget-three__contact-list li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.footer-widget-three__contact-list li .content>span {
    color: var(--elitecons-white);
}

.footer-widget-three__contact-list li .content>p {
    color: var(--elitecons-white);
    font-weight: 700;
    margin-top: 3px;
}

.footer-widget-three__contact-list li .content>p>a {
    color: var(--elitecons-white);
}

.footer-widget-three__contact-list li .content>p>a:hover {
    color: var(--elitecons-base);
}

.site-footer-three__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #221434;
}

.site-footer-three__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 31px;
    font-size: 14px;
}

.site-footer-three__bottom-text {
    color: var(--elitecons-white);
    padding-bottom: 1rem;
}

.site-footer-three__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-three__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-three__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer-three__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-three__bottom-menu li a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Services Seven
--------------------------------------------------------------*/
.services-seven {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.services-seven__left {
    position: relative;
    display: block;
    margin-top: 65px;
    margin-right: 149px;
}

.services-seven__left .section-title {
    margin-bottom: 20px;
}

.services-seven__text {
    margin-bottom: 51px;
}

.services-seven__btn-box {
    position: relative;
    display: block;
}

.services-seven__right {
    position: relative;
    display: block;
}

.services-seven__single {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid var(--elitecons-bdr-color);
    background-color: var(--elitecons-white);
    margin-bottom: 30px;
    padding: 43px 0 38px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.services-seven__single:hover {
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    border: 1px solid transparent;
}

.services-seven__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--elitecons-base);
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: -1;
}

.services-seven__single:hover:before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.services-seven__title-box {
    position: relative;
    display: block;
}

.services-seven__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 12px;
}

.services-seven__title a {
    color: var(--elitecons-black);
}

.services-seven__title a:hover {
    color: var(--elitecons-base);
}

.services-seven__sub-title {
    font-size: 16px;
}

.services-seven__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
}

.services-seven__icon span {
    position: relative;
    display: inline-block;
    font-size: 73px;
    color: var(--elitecons-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-seven__single:hover .services-seven__icon span {
    transform: scale(.9);
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# About Five
--------------------------------------------------------------*/
.about-five {
    position: relative;
    display: block;
    padding: 120px 0 300px;
    background-color: var(--elitecons-primary);
    z-index: 1;
}

.about-five__left {
    position: relative;
    display: block;
    margin-right: 245px;
}

.about-five__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.about-five__shape-1 {
    position: absolute;
    top: 66px;
    right: -160px;
    z-index: -1;
}

.about-five__shape-1 img {
    width: auto;
}

.about-five__shape-2 {
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
}

.about-five__shape-2 img {
    width: auto;
}

.about-five__img {
    position: relative;
    display: block;
}

.about-five__img img {
    width: 100%;
}

.about-five__img-two {
    position: absolute;
    bottom: -200px;
    right: -216px;
    z-index: 2;
}

.about-five__img-two img {
    width: auto;
}

.about-five__experience {
    position: absolute;
    bottom: -110px;
    left: 55px;
    background: #F3F3F3;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    padding: 30px 30px 30px;
    padding-right: 37px;
    z-index: 2;
}

.about-five__experience-icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-five__experience-icon span {
    position: relative;
    display: inline-block;
    font-size: 80px;
    color: var(--elitecons-base);
}

.about-five__experience-content {
    position: relative;
    display: block;
    margin-left: 6px;
}

.about-five__experience-count-outer {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.about-five__experience-count {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-five__experience-count h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.about-five__experience-count span {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: var(--elitecons-black);
}

.about-five__experience-text {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

.about-five__experience-count-text {
    padding-top: 5px;
}

.about-five__right {
    position: relative;
    display: block;
    margin-top: 50px;
}

.about-five__right .section-title {
    margin-bottom: 31px;
}

.about-five__text-box {
    position: relative;
    display: block;
    border-left: 2px solid var(--elitecons-bdr-color);
    padding-top: 20px;
    padding-bottom: 19px;
    padding-left: 25px;
}

.about-five__text-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 2px;
    background-color: var(--elitecons-bdr-color);
}

.about-five__text-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 13px;
    height: 2px;
    background-color: var(--elitecons-bdr-color);
}

.about-five__points {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 155px;
    margin-top: 44px;
    margin-bottom: 49px;
}

.about-five__points li {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.about-five__points li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-five__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-five__points li:hover .icon span {
    transform: scale(.9);
}

.about-five__points li .text {
    position: relative;
    display: block;
}

.about-five__points li .text p {
    font-size: 20px;
    color: var(--elitecons-black);
    line-height: 24px;
    font-weight: 700;
}

.about-five__btn-box {
    position: relative;
    display: block;
}

.about-five__btn {
    background-color: var(--elitecons-black);
}

.about-five__btn::after {
    background-color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Services Eight
--------------------------------------------------------------*/
.services-eight {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.services-eight__carousel-box {
    position: relative;
    display: block;
}

.services-eight__single {
    position: relative;
    display: block;
}

.services-eight__img-box {
    position: relative;
    display: block;
    margin-right: 80px;
}

.services-eight__img-box:before {
    content: "";
    position: absolute;
    top: 105px;
    right: -80px;
    bottom: 0;
    width: 80px;
    background-color: var(--elitecons-primary);
}

.services-eight__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.services-eight__img::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(var(--elitecons-black-rgb), .30);
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.services-eight__single:hover .services-eight__img::after {
    visibility: visible;
    opacity: 1;
}

.services-eight__img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    object-fit: cover;
}

.services-eight__single:hover .services-eight__img img {
    transform: scale(1.1);
}

.services-eight__content {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 20px 40px 40px;
}

.services-eight__title-box {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.services-eight__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
    background-color: var(--elitecons-base);
}

.services-eight__icon span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: var(--elitecons-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-eight__single:hover .services-eight__icon span {
    transform: scale(.9);
}

.services-eight__title {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
}

.services-eight__title a {
    color: var(--elitecons-black);
}

.services-eight__title a:hover {
    color: var(--elitecons-base);
}

.services-eight__text {
    margin-top: 22px;
    margin-bottom: 41px;
}

.services-eight__btn-box {
    position: relative;
    display: block;
}

.services-eight__btn {
    background-color: transparent;
    border: 1px solid var(--elitecons-bdr-color);
    color: var(--elitecons-black);
    padding: 15px 30px 13px;
}

.services-eight__btn:hover {
    border: 1px solid var(--elitecons-black);
}

.services-eight__dot-style {
    position: relative;
    text-align: center;
    padding-top: 76px;
}

.services-eight__dot-style .swiper-dot-style1 .swiper-pagination-bullet {
    background: rgba(var(--elitecons-base-rgb), 1);

}

/*--------------------------------------------------------------
# Gallery One
--------------------------------------------------------------*/
.gallery-one {
    position: relative;
    display: block;
    padding: 120px 0 0;
    z-index: 1;
}

.gallery-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 675px;
    background-color: var(--elitecons-black);
    z-index: -1;
}

.gallery-one__top {
    position: relative;
    display: block;
    margin-bottom: 58px;
}

.gallery-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery-one__top-inner .section-title {
    margin-bottom: 0;
}

.gallery-one__top-inner .section-title__title {
    color: var(--elitecons-white);
}

.gallery-one__nav {
    position: relative;
    display: flex;
    align-items: center;
}

.gallery-one__nav .swiper-button-prev1,
.gallery-one__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 0;
    color: var(--elitecons-white);
    background-color: rgba(var(--elitecons-white-rgb), .10);
    font-size: 16px;
    margin: 0px 0px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
    z-index: 100;
}

.gallery-one__nav .swiper-button-prev1:hover,
.gallery-one__nav .swiper-button-next1:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.gallery-one__nav .swiper-button-next1 {
    margin-left: 10px;
}

.gallery-one__bottom {
    position: relative;
    display: block;
}

.gallery-one__bottom .container {
    max-width: 1740px;
}

.gallery-one__swiper-box {
    position: relative;
    display: block;
}

.gallery-one__single {
    position: relative;
    display: block;
}

.gallery-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 94, 20, 0) 0%, #FF5E14 100%);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.gallery-one__single:hover .gallery-one__img:before {
    transform: scaleY(1.0);
}

.gallery-one__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.gallery-one__single:hover .gallery-one__img img {
    transform: scale(1.05) rotate(0deg);
}

.gallery-one__content-box {
    position: absolute;
    bottom: 44px;
    left: 40px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .1s;
    transition-property: all;
    z-index: 2;
}

.gallery-one__single:hover .gallery-one__content-box {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
    transition-delay: .8s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.gallery-one__title-box {
    position: relative;
    display: block;
}

.gallery-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 13px;
}

.gallery-one__title a {
    color: var(--elitecons-white);
}

.gallery-one__title a:hover {
    color: var(--elitecons-black);
}

.gallery-one__sub-title {
    font-size: 16px;
    color: var(--elitecons-white);
    line-height: 20px;
}

.gallery-one__arrow {
    position: relative;
    display: block;
    top: 13px;
}

.gallery-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: var(--elitecons-white);
    font-size: 15px;
}

.gallery-one__arrow a:hover {
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
}


/*--------------------------------------------------------------
# Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-four__left {
    position: relative;
    display: block;
}

.testimonial-four__img {
    position: relative;
    display: block;
}

.testimonial-four__img img {
    width: 100%;
}

.testimonial-four__right {
    position: relative;
    display: block;
    margin-top: 60px;
    margin-left: -132px;
    z-index: 3;
}

.testimonial-four__single {
    position: relative;
    display: block;
    background-color: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 70px 60px 60px;
}

.testimonial-four__quote-and-rating {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.testimonial-four__quote {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-four__quote span {
    position: relative;
    display: inline-block;
    font-size: 63px;
    color: rgba(var(--elitecons-base-rgb), .50);
}

.testimonial-four__rating {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.testimonial-four__rating span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #F8BC26;
}

.testimonial-four__rating span:nth-child(4) {
    color: #D0D0D0;
}

.testimonial-four__rating span:nth-child(5) {
    color: #D0D0D0;
}

.testimonial-four__text {
    font-size: 26px;
    line-height: 30px;
    padding-top: 38px;
    padding-bottom: 27px;
}

.testimonial-four__client-info {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonial-four__client-img {
    position: relative;
    display: block;
    width: 65px;
}

.testimonial-four__client-img img {
    width: 100%;
}

.testimonial-four__client-content {
    position: relative;
    display: block;
}

.testimonial-four__client-name {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}

.testimonial-four__client-sub-title {
    margin-top: 6px;
}

.testimonial-four__right .swiper-container {
    overflow: visible;
}

.testimonial-four__right .swiper-container .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-four__right .swiper-container .swiper-slide-active.swiper-slide {
    opacity: 1;
    visibility: visible;
}

.testimonial-four__dot-style {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2;
}

.testimonial-four__dot-style .swiper-dot-style1 .swiper-pagination-bullet {
    background: rgba(var(--elitecons-base-rgb), 1);
}

/*--------------------------------------------------------------
# Team Four
--------------------------------------------------------------*/
.team-four {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    padding: 130px 0 215px;
    overflow: hidden;
    z-index: 1;
}

.team-four__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .10;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.team-four .container {
    max-width: 1775px;
}

.team-four .section-title__title {
    color: var(--elitecons-white);
}

.team-four__swiper-box {
    position: relative;
    display: block;
}

.team-four__single {
    position: relative;
    display: block;
}

.team-four__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.team-four__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.team-four__single:hover .team-four__img::before {
    opacity: .50;
}

.team-four__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.team-four__single:hover .team-four__img img {
    transform: scale(1.05) rotate(0deg);
}

.team-four__content {
    position: relative;
    display: block;
    background-color: var(--elitecons-modern-one);
    padding: 30px 30px 28px;
    z-index: 3;
}

.team-four__title-box {
    position: relative;
    display: block;
}

.team-four__name {
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

.team-four__name a {
    color: var(--elitecons-white);
}

.team-four__name a:hover {
    color: var(--elitecons-base);
}

.team-four__sub-title {
    color: var(--elitecons-white);
    font-size: 16px;
    line-height: 16px;
}

.team-four__share-and-social {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.team-four__share {
    position: relative;
    display: inline-block;
}

.team-four__share a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: var(--elitecons-white);
    background-color: var(--elitecons-black);
}

.team-four__share a:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.team-four__social {
    position: absolute;
    top: -177px;
    left: 50%;
    background-color: var(--elitecons-black);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 21px 12px 20px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-four__share-and-social:hover .team-four__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-four__social>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: var(--elitecons-white);
}

.team-four__social>a:hover {
    color: var(--elitecons-base);
}

.team-four__social>a+a {
    margin-top: 21px;
}

.team-four__dot-style {
    position: relative;
    display: block;
    margin-top: 80px;
}

.team-four__dot-style .swiper-dot-style1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5px;
    width: 400px;
    background-color: var(--elitecons-modern-one);
    margin: 0 auto 0;
}

.team-four__dot-style .swiper-dot-style1 .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    margin: 0;
    background: rgba(var(--elitecons-base-rgb), 1);
    border-radius: 3px;
    opacity: 0;
}

.team-four__dot-style .swiper-dot-style1 .swiper-pagination-bullet::before {
    display: none;
}

.team-four__dot-style .swiper-dot-style1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1.0;
}



/*--------------------------------------------------------------
# Counter Four
--------------------------------------------------------------*/
.counter-four {
    position: relative;
    display: block;
    margin-top: -95px;
    z-index: 1;
}

.counter-four__single {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 40px 30px 40px;
}

.counter-four__icon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.counter-four__icon span {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: var(--elitecons-base);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.counter-four__single:hover .counter-four__icon span {
    transform: scale(.9);
}

.counter-four__content {
    position: relative;
    display: block;
}

.counter-four__count {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-four__count h3 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.counter-four__count span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: -1.2px;
    color: var(--elitecons-black);
}


/*--------------------------------------------------------------
# Feature One
--------------------------------------------------------------*/
.feature-one {
    position: relative;
    display: block;
    padding: 90px 0 0;
}

.feature-one__left {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 70px 60px 60px;
    margin-top: 80px;
    z-index: 1;
}

.feature-one__left .section-title__tagline {
    color: var(--elitecons-white);
}

.feature-one__left .section-title {
    margin-bottom: 20px;
}

.feature-one__left .section-title__title {
    color: var(--elitecons-white);
}

.feature-one__text {
    color: var(--elitecons-white);
}

.feature-one__count-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.feature-one__count-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--elitecons-black);
    border-radius: 50%;
}

.feature-one__count-icon>span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--elitecons-base);
}

.feature-one__count-content {
    position: relative;
    display: flex;
    align-items: center;
    background-color: rgba(var(--elitecons-black-rgb), .10);
    padding: 23px 40px 21px;
    padding-right: 20px;
    margin-left: -20px;
}

.feature-one__count {
    position: relative;
    display: flex;
    align-items: center;
}

.feature-one__count>h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.feature-one__count>span {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.feature-one__count-text {
    font-weight: 700;
    color: var(--elitecons-white);
    margin-left: 10px;
}

.feature-one__right {
    position: relative;
    display: block;
    margin-left: -220px;
}

.feature-one__img {
    position: relative;
    display: block;
}

.feature-one__img img {
    width: 100%;
}

/*--------------------------------------------------------------
# Pricing Three
--------------------------------------------------------------*/
.pricing-three {
    position: relative;
    display: block;
    padding: 120px 0 70px;
    z-index: 1;
}

.pricing-three__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.pricing-three__shape-1 img {
    width: auto;
    opacity: 0.05;
}

.pricing-three__price-list {
    position: relative;
    display: block;
}

.pricing-three__price-list>li {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.pricing-three__price-and-btn {
    position: relative;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: space-between;
    padding: 33px 40px 40px;
}

.pricing-three__price-box {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-three__price {
    position: relative;
    display: block;
}

.pricing-three__price>h3 {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
}

.pricing-three__price>h3>span {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--elitecons-gray);
    margin-left: 10px;
}

.pricing-three__price-content {
    position: relative;
    display: block;
    margin-left: 80px;
}

.pricing-three__price-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 6px;
}

.pricing-three__btn-box {
    position: relative;
    display: block;
}

.pricing-three__btn {
    background-color: transparent;
    color: var(--elitecons-black);
    border: 1px solid var(--elitecons-base);
    padding: 15px 29px 13px;
}

.pricing-three__btn::after {
    background-color: var(--elitecons-base);
}

.pricing-three__img {
    position: absolute;
    top: -20px;
    right: 305px;
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.pricing-three__img img {
    width: auto;
}

.pricing-three__price-list>li:hover .pricing-three__img {
    transform: scaleY(1.0);
}

/*--------------------------------------------------------------
# Faq Three
--------------------------------------------------------------*/
.faq-three {
    position: relative;
    display: block;
    padding: 0 0 209px;
}

.faq-three__bg {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.faq-three__year {
    position: absolute;
    top: -32px;
    left: 59px;
}

.faq-three__year>p {
    font-size: 138px;
    font-weight: 700;
    line-height: 138px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(var(--elitecons-base-rgb), .50);
    letter-spacing: 9.26px;
}

.faq-three__right {
    position: relative;
    display: block;
    padding: 70px 60px 60px;
    border-top: 5px solid #FF5E14;
    background-color: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.faq-three__right .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__right .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 25px 30px 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-three__right .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: var(--elitecons-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-three__right .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--elitecons-black);
}

.faq-three__right .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-three__right .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
    color: var(--elitecons-base);
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: var(--elitecons-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-three__right .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--elitecons-white);
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--elitecons-base);
}

.faq-three__right .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 70px;
}

.faq-three__right .faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Blog Four
--------------------------------------------------------------*/
.blog-four {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-four__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 15px 15px 39px;
    background-color: var(--elitecons-primary);
}

.blog-four__img-box {
    position: relative;
    display: block;
}

.blog-four__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-four__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-four__single:hover .blog-four__img::before {
    opacity: .50;
}

.blog-four__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-four__single:hover .blog-four__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-four__content {
    position: relative;
    display: block;
    padding: 20px 20px 0;
    z-index: 2;
}

.blog-four__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-four__meta li {
    position: relative;
    display: block;
}

.blog-four__meta li+li {
    margin-left: 20px;
}

.blog-four__meta li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--elitecons-gray);
}

.blog-four__meta li>a:hover {
    color: var(--elitecons-base);
}

.blog-four__meta li>a>span {
    position: relative;
    top: -3px;
    margin-right: 10px;
    color: var(--elitecons-base);
}

.blog-four__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 29px;
    margin-top: 21px;
    margin-bottom: 81px;
}

.blog-four__title a {
    color: var(--elitecons-black);
}

.blog-four__title a:hover {
    color: var(--elitecons-base);
}

.blog-four__read-more {
    position: relative;
    display: inline-block;
}

.blog-four__read-more a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
    gap: 12px;
    color: var(--elitecons-black);
    text-transform: capitalize;
}

.blog-four__read-more a:hover {
    color: var(--elitecons-base);
}

.blog-four__read-more a>span {
    font-size: 11px;
}

/*--------------------------------------------------------------
# Site Footer Five
--------------------------------------------------------------*/
.site-footer-four {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
}

.site-footer-four__top {
    position: relative;
    display: block;
    padding: 80px 0 80px;
}

.site-footer-four__top-inner {
    position: relative;
    display: block;
}

.footer-widget-four__about {
    position: relative;
    display: block;
}

.footer-widget-four__logo {
    position: relative;
    display: block;
}

.footer-widget-four__about-text {
    color: var(--elitecons-white);
    margin-top: 31px;
    margin-bottom: 30px;
}

.footer-widget-four__about-form {
    position: relative;
    display: block;
}

.footer-widget-four__about-input-box {
    position: relative;
    display: block;
}

.footer-widget-four__about-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--elitecons-white-rgb), .10);
    outline: none;
    font-size: 20px;
    color: var(--elitecons-white);
    font-weight: 400;
    border: none;
    padding-right: 70px;
    padding-left: 20px;
    letter-spacing: -0.02em;
}

.footer-widget-four__about-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    bottom: 4px;
    width: 56px;
    background-color: var(--elitecons-base);
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-four__about-btn:hover {
    background-color: var(--elitecons-white);
}

.footer-widget-four__about-btn span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-four__about-btn:hover span {
    color: var(--elitecons-base);
}

.footer-widget-four__services {
    position: relative;
    display: block;
    margin-left: 100px;
    margin-right: -6px;
}

.footer-widget-four__title-box {
    position: relative;
    display: block;
    margin-bottom: 41px;
    margin-top: 13px;
}

.footer-widget-four__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.footer-widget-four__services-list {
    position: relative;
    display: block;
}

.footer-widget-four__services-list>li {
    position: relative;
    display: block;
}

.footer-widget-four__services-list>li+li {
    margin-top: 15px;
}

.footer-widget-four__services-list>li>a {
    color: var(--elitecons-white);
}

.footer-widget-four__services-list>li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget-four__link {
    position: relative;
    display: block;
    margin-left: 105px;
}

.footer-widget-four__link-list>li {
    position: relative;
    display: block;
}

.footer-widget-four__link-list>li+li {
    margin-top: 15px;
}

.footer-widget-four__link-list>li>a {
    color: var(--elitecons-white);
    position: relative;
    display: flex;
    align-items: center;
    gap: 17px;
}

.footer-widget-four__link-list>li>a>span {
    position: relative;
    font-size: 13px;
}

.footer-widget-four__link-list>li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget-four__contact {
    position: relative;
    display: block;
    margin-left: 43px;
}

.footer-widget-four__contact-list {
    position: relative;
    display: block;
}

.footer-widget-four__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-widget-four__contact-list li+li {
    margin-top: 15px;
}

.footer-widget-four__contact-list li .icon {
    position: relative;
    display: inline-block;
}

.footer-widget-four__contact-list li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: var(--elitecons-base);
}

.footer-widget-four__contact-list li p {
    color: var(--elitecons-white);
}

.footer-widget-four__contact-list li p>a {
    color: var(--elitecons-white);
}

.footer-widget-four__contact-list li p>a:hover {
    color: var(--elitecons-base);
}

.site-footer-four__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.site-footer-four__social>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--elitecons-white-rgb), 0.10);
    font-size: 16px;
    color: var(--elitecons-white);
}

.site-footer-four__social>a:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.site-footer-four__social>a+a {
    margin-left: 20px;
}

.site-footer-four__bottom {
    position: relative;
    display: block;
    border-top: 1px solid #221434;
}

.site-footer-four__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 31px;
}

.site-footer-four__bottom-text {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.site-footer-four__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-four__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-four__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer-four__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--elitecons-white-rgb), .70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-four__bottom-menu li a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# breadcrumb
--------------------------------------------------------------*/
.breadcrumb-section {

    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    max-height: 550px;
    min-height: 550px;
    height: 550px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* margin-top: 5rem; */
}

.breadcrumb-item {
    font-size: 2rem;
    font-weight: 800;
}

.breadcrumb-section .container {
    direction: ltr;
}

.breadcrumb-title {
    font-size: 3rem !important;
    font-weight: bold !important;
    font-family: "Handlee", serif !important;
    direction: ltr !important;
    text-wrap: nowrap !important;
    color: var(--elitecons-base) !important;
    text-decoration: none !important;
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;

    margin-top: 150px !important;
}

.breadcrumb-title-active {
    font-size: 2rem !important;
    font-family: "Handlee", serif !important;
    direction: ltr !important;
    text-wrap: nowrap !important;
    color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: var(--elitecons-base);
    content: var(--bs-breadcrumb-divider, "/");
    text-shadow: 0 0 3px #ffffff, 0 0 5px #ffffff;
}

@media only screen and (max-width: 500px) {
    .breadcrumb-title {
        font-size: 2rem !important;
    }
}

/*--------------------------------------------------------------
# About Six
--------------------------------------------------------------*/
.about-six {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.about-six__shape-3 {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: -1;
}

.about-six__shape-3 img {
    width: auto;
    opacity: .10;
}

.about-six__left {
    position: relative;
    display: block;
    margin-left: 24px;
    margin-right: 30px;
}

.about-six__img {
    position: relative;
    display: block;
    z-index: 1;
}

.about-six__img img {
    width: 100%;
}

.about-six__shape-1 {
    position: absolute;
    left: 0;
    right: 26px;
    bottom: -24px;
    top: 24px;
    background-color: var(--elitecons-primary);
    z-index: -1;
}

.about-six__shape-2 {
    position: absolute;
    left: -24px;
    bottom: -24px;
    width: 179px;
    height: 179px;
    background-color: var(--elitecons-base);
    z-index: -1;
}

.about-six__count-box {
    position: absolute;
    right: 20px;
    bottom: 26px;
    max-width: 226px;
    width: 100%;
    background-color: var(--elitecons-black);
    padding: 12px 30px 14px;
    text-align: center;
    z-index: 2;
}

.about-six__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-six__count>h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 37px;
    color: var(--elitecons-white);
}

.about-six__count>span {
    font-size: 37px;
    font-weight: 700;
    line-height: 37px;
    color: var(--elitecons-white);
}

.about-six__count-text {
    color: var(--elitecons-white);
    margin-top: 6px;
}

.about-six__right {
    position: relative;
    display: block;
    margin-top: 38px;
}

.about-six__right .section-title {
    margin-bottom: 20px;
}

.about-six__points {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.about-six__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.about-six__points li+li {
    margin-top: 10px;
}

.about-six__points li>.icon {
    position: relative;
    display: inline-block;
}

.about-six__points li>.icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-base);
}

.about-six__points li>p {
    margin-left: 15px;
}

/*--------------------------------------------------------------
# Services Nine
--------------------------------------------------------------*/
.services-nine {
    position: relative;
    display: block;
    padding: 0 0 90px;
    counter-reset: count;
    z-index: 1;
}

.services-nine__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.services-nine__img-box {
    position: relative;
    display: block;
}

.services-nine__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.services-nine__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--elitecons-base);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.services-nine__single:hover .services-nine__img::before {
    opacity: .60;
}

.services-nine__img img {
    width: 100%;
}

.services-nine__content {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 18px 40px 34px;
    border-bottom: 6px solid transparent;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-nine__single:hover .services-nine__content {
    border-bottom: 6px solid var(--elitecons-base);
    box-shadow: none;
}

.services-nine__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.services-nine__title>a {
    color: var(--elitecons-black);
}

.services-nine__title>a:hover {
    color: var(--elitecons-base);
}

.services-nine__text {
    margin-top: 16px;
    margin-bottom: 52px;
}

.services-nine__read-more {
    position: relative;
    display: inline-block;
}

.services-nine__read-more>a {
    font-size: 16px;
    font-weight: 500;
    color: var(--elitecons-black);
    gap: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.services-nine__read-more>a:hover>span {
    color: var(--elitecons-base);
}

.services-nine__read-more>a>span {
    position: relative;
    font-size: 13px;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-nine__icon {
    position: absolute;
    bottom: 65px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--elitecons-base);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0) translateX(-50%);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.services-nine__icon:hover {
    background-color: var(--elitecons-black);
}

.services-nine__single:hover .services-nine__icon {
    -webkit-transform: scale(1);
    transform: scale(1) translateX(-50%);
    transition-delay: 500ms;
    opacity: 1;
}

.services-nine__icon>span {
    position: relative;
    display: inline-block;
    font-size: 55px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.services-nine__count {
    position: absolute;
    bottom: 18px;
    right: 11px;
    z-index: 2;
}

.services-nine__count::before {
    position: relative;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    color: rgba(208, 208, 208, .20);
    display: flex;
    align-items: center;
    justify-content: center;
    counter-increment: count;
    content: "0" counter(count);
}

/*--------------------------------------------------------------
# FAQ Four
--------------------------------------------------------------*/
.faq-four {
    position: relative;
    display: block;
    padding: 0 0 120px;
    z-index: 1;
}

.faq-four__shape-1 {
    position: absolute;
    bottom: 120px;
    right: 0;
    z-index: 1;
}

.faq-four__shape-1 img {
    width: auto;
    opacity: .10;
}

.faq-four__left {
    position: relative;
    display: block;
    margin-top: 20px;
    z-index: 10;
}

.faq-four__left .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-four__left .faq-one-accrodion .accrodion.active {
    background-color: var(--elitecons-primary);
}

.faq-four__left .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 22px 30px 22px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.faq-four__left .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-four__left .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--elitecons-black);
}

.faq-four__left .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 30px;
}

.faq-four__left .faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: var(--elitecons-black);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--elitecons-bdr-color);
}

.faq-four__left .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--elitecons-white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--elitecons-base);
    border: 1px solid var(--elitecons-base);
}

.faq-four__left .faq-one-accrodion .accrodion-content {
    position: relative;
    padding-bottom: 19px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}

.faq-four__left .faq-one-accrodion .accrodion-content p {
    font-size: 16px;
}

.faq-four__right {
    position: relative;
    display: block;
    margin-left: 56px;
}

.faq-four__img-box {
    position: relative;
    display: block;
}

.faq-four__img {
    position: relative;
    display: block;
}

.faq-four__img::before {
    content: "";
    position: absolute;
    left: -28px;
    bottom: 56px;
    width: 10px;
    height: 395px;
    background-color: var(--elitecons-base);
}

.faq-four__img img {
    width: 100%;
}

.faq-four__img-2 {
    position: absolute;
    top: 30px;
    right: -57px;
}

.faq-four__img-2 img {
    width: auto;
}

/*--------------------------------------------------------------
# Counter Five
--------------------------------------------------------------*/
.counter-five {
    position: relative;
    display: block;
    z-index: 2;
}

.counter-five__wrap {
    position: relative;
    display: block;
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.counter-five__shape-1 {
    position: absolute;
    top: 5px;
    left: 5px;
}

.counter-five__shape-1 img {
    width: auto;
    opacity: .20;
}

.counter-five__shape-2 {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.counter-five__shape-2 img {
    width: auto;
    opacity: .20;
}

.counter-five__shape-3 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.counter-five__shape-3 img {
    width: auto;
    opacity: 0.05;
}

.counter-five__inner {
    position: relative;
    display: block;
    padding: 80px 0 70px;
}

.counter-five__count-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.counter-five__count-list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.counter-five__count {
    position: relative;
    display: flex;
    align-items: center;
}

.counter-five__count>h3 {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
}

.counter-five__count>span {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    color: var(--elitecons-black);
}

.counter-five__text {
    margin-top: 10px;
}

/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
.gallery-two {
    position: relative;
    display: block;
    padding: 265px 0 90px;
    background-color: rgba(var(--elitecons-black-rgb), .95);
    margin-top: -136px;
    z-index: 1;
}

.gallery-two__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.gallery-two .section-title__title {
    color: var(--elitecons-white);
}

.gallery-two__bottom {
    position: relative;
    display: block;
}

.gallery-two__single-wrap {
    position: relative;
    display: block;
}

.gallery-two__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-two__img-box {
    position: relative;
    display: block;
}

.gallery-two__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-two__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.gallery-two__single:hover .gallery-two__img img {
    transform: scale(1.05) rotate(0deg);
}

.gallery-two__content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px 30px;
    background-color: var(--elitecons-white);
    background-position: center bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}

.gallery-two__single:hover .gallery-two__content {
    transform: scaleY(1.0);
}

.gallery-two__title-box {
    position: relative;
    display: block;
}

.gallery-two__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
}

.gallery-two__title>a {
    color: var(--elitecons-black);
}

.gallery-two__title>a:hover {
    color: var(--elitecons-base);
}

.gallery-two__plus {
    position: relative;
    display: block;
}

.gallery-two__plus>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: var(--elitecons-base);
    font-size: 20px;
    color: var(--elitecons-white);
    border-radius: 50%;
    webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.gallery-two__single:hover .gallery-two__plus>a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.gallery-two__plus>a:hover {
    background-color: var(--elitecons-black);
    color: var(--elitecons-white);
}

.gallery-two__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -120px;
    right: 0;
}

.gallery-two__nav .swiper-button-prev1,
.gallery-two__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 0;
    color: var(--elitecons-white);
    border: 1px solid var(--elitecons-white);
    background-color: transparent;
    font-size: 18px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
}

.gallery-two__nav .swiper-button-prev1:hover,
.gallery-two__nav .swiper-button-next1:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
    border: 1px solid var(--elitecons-base);
}

.gallery-two__nav .swiper-button-next1 {
    margin-left: 20px;
}

/*--------------------------------------------------------------
# Work Process
--------------------------------------------------------------*/
.work-process {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 80px 0 60px;
    z-index: 1;
}

.work-process__bg-shape {
    position: absolute;
    height: 303px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.work-process__inner {
    position: relative;
    display: block;
    z-index: 1;
}

.work-process__shape-1 {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.work-process__shape-1 img {
    width: auto;
}

.work-process__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.work-process__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    background-color: var(--elitecons-white);
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
}

.work-process__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border-radius: 50%;
    background-color: var(--elitecons-black);
    transform: scale(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}

.work-process__single:hover .work-process__icon:before {
    transform: scaleX(1);
}

.work-process__icon>span {
    position: relative;
    display: inline-block;
    font-size: 65px;
    color: var(--elitecons-black);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.work-process__single:hover .work-process__icon>span {
    transform: scale(0.9);
    color: var(--elitecons-white);
}

.work-process__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 19px;
    margin-bottom: 6px;
}

.work-process__title>a {
    color: var(--elitecons-black);
}

.work-process__title>a:hover {
    color: var(--elitecons-base);
}

/*--------------------------------------------------------------
# Testimonial Five
--------------------------------------------------------------*/
.testimonial-five {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.testimonial-five__left {
    position: relative;
    display: block;
}

.testimonial-five__single {
    position: relative;
    display: block;
    background: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 40px 40px 40px;
}

.testimonial-five__client-info {
    position: relative;
    display: flex;
    align-items: center;
}

.testimonial-five__client-img {
    position: relative;
    display: block;
    max-width: 80px;
    width: 100%;
}

.testimonial-five__client-img img {
    width: 100%;
    border-radius: 50%;
}

.testimonial-five__client-content {
    position: relative;
    display: block;
    margin-left: 40px;
}

.testimonial-five__client-content>h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}

.testimonial-five__ratting {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 19px;
}

.testimonial-five__ratting>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-base);
}

.testimonial-five__ratting>span+span {
    margin-left: 5px;
}

.testimonial-five__text {
    font-size: 24px;
}

.testimonial-five__quote {
    position: absolute;
    top: 53px;
    right: 40px;
}

.testimonial-five__quote>img {
    width: auto;
    opacity: .40;
}

.testimonial-five__right {
    position: relative;
    display: block;
    margin-left: 198px;
    margin-right: 73px;
    margin-top: 25px;
}

.testimonial-five__img-box {
    position: relative;
    display: block;
}

.testimonial-five__img {
    position: relative;
    display: block;
    z-index: 1;
}

.testimonial-five__img img {
    width: 100%;
}

.testimonial-five__shape-1 {
    position: absolute;
    left: 0;
    bottom: -88px;
    z-index: 1;
}

.testimonial-five__shape-1 img {
    width: auto;
}

.testimonial-five__shape-2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.testimonial-five__shape-2 img {
    width: auto;
}

.testimonial-five__shape-3 {
    position: absolute;
    bottom: -72px;
    left: -120px;
}

.testimonial-five__shape-3 img {
    width: auto;
    opacity: .20;
}

.testimonial-five__left .swiper-container {
    overflow: visible;
}

.testimonial-five__left .swiper-container .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial-five__left .swiper-container .swiper-slide-active.swiper-slide {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Pricing Four
--------------------------------------------------------------*/
.pricing-four {
    position: relative;
    display: block;
    padding: 0 0 90px;
    z-index: 1;
}

.pricing-four__single {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    margin-bottom: 30px;
}

.pricing-four__single::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: var(--elitecons-base);
    background-position: left center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: left;
    transform-style: preserve-3d;
    transform: scaleX(0);
    z-index: 2;
}

.pricing-four__single:hover::before {
    transform: scaleX(1.0);
}

.pricing-four__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    padding: 38px 44px 26px;
}

.pricing-four__price-box {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    padding: 19px 44px 19px;
    z-index: 1;
}

.pricing-four__price-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--elitecons-black);
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.pricing-four__single:hover .pricing-four__price-box::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.pricing-four__price-box>p {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    color: var(--elitecons-black);
    position: relative;
    display: flex;
    align-items: flex-end;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-four__single:hover .pricing-four__price-box>p {
    color: var(--elitecons-white);
}

.pricing-four__price-box>p>span {
    font-size: 20px;
    font-weight: 400;
    color: var(--elitecons-gray);
    position: relative;
    margin-left: 5px;
    top: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pricing-four__single:hover .pricing-four__price-box>p>span {
    color: var(--elitecons-white);
}

.pricing-four__points-and-btn {
    padding: 20px 44px 52px;
}

.pricing-four__points {
    position: relative;
    display: block;
    padding-bottom: 40px;
}

.pricing-four__points li {
    position: relative;
    display: flex;
    align-items: center;
}

.pricing-four__points li+li {
    margin-top: 10px;
}

.pricing-four__points li .icon {
    position: relative;
    display: inline-block;
}

.pricing-four__points li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-base);
}

.pricing-four__points li>p {
    position: relative;
    margin-left: 10px;
}

.pricing-four__btn-box {
    position: relative;
    display: block;
}

.pricing-four__btn {
    padding: 15px 30px 13px;
    border: 1px solid var(--elitecons-base);
    background-color: transparent;
    color: var(--elitecons-black);
    width: 100%;
    justify-content: center;
}

.pricing-four__btn::after {
    background-color: var(--elitecons-base);
}

.pricing-four__btn:hover {
    border: 1px solid var(--elitecons-base);
}

/*--------------------------------------------------------------
# Team Five
--------------------------------------------------------------*/
/* .team-five .site-footer__shape-2 img {
        position: absolute!important;
    right: 0px;
} */

.position-absolute {
    right: 0px
}

.team-five {
    position: relative;
    display: block;
    background-color: var(--elitecons-modern-three);
    padding: 50px;
    z-index: 1;
}

.team-five .section-title__title {
    color: var(--elitecons-white);
}

.team-five__swiper-box {
    position: relative;
    display: block;
}

.team-five__single {
    position: relative;
    display: block;
    border: 1px solid rgba(127, 127, 127, 0.5);
    border-radius: 20px;
}

.social-hover:hover {
    color: var(--elitecons-base) !important;
}

.team-five__img-box {
    position: relative;
    display: block;
}

.team-five__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

.team-five__img img {
    width: 100%;
    transform: scale(1.01);
    transform-origin: 70% 80%;
    transition: all .1s linear;
    border-radius: 20px;
}

.team-five__single:hover .team-five__img img {
    transform: scale(1.036);
    transition-duration: .9s;
    border-radius: 20px;
}

.team-five__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 18px;
    padding-right: 20px;
}

.team-five__title-box {
    position: relative;
    display: block;
}

.team-five__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1px;
}

.team-img {
    border-radius: 20px;
}

.team-five__title>a {
    color: #221434;
}

.team-five__title>a:hover {
    color: var(--elitecons-base);
}

.team-five__sub-title {
    color: #D0D0D0;
}

.team-five__share-and-social {
    position: relative;
    display: block;
}

.team-five__share {
    position: relative;
    display: block;
    top: 2px;
}

.team-five__share>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid var(--elitecons-white);
    font-size: 16px;
    color: var(--elitecons-white);
}

.team-five__social {
    position: absolute;
    top: -162px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: var(--elitecons-base);
    padding: 10px 9.5px;
    transform: scaleY(0.0) translateX(-50%);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: right center;
}

.team-five__share-and-social:hover .team-five__social {
    transform: scaleY(1.0) translateX(-50%);
    transform-origin: bottom center;
    transition-delay: 500ms;
}

.team-five__social>a {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: var(--elitecons-white);
}

.team-five__social>a:hover {
    color: var(--elitecons-black);
}

.team-five__social>a+a {
    margin-top: 20px;
}

.team-five__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -120px;
    left: 0;
}

.team-five__nav .swiper-button-prev1,
.team-five__nav .swiper-button-next1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: #959595 !important;
    background-color: transparent;
    border: 1px solid #959595;
    font-size: 18px;
    margin: 0px 0px;
    text-align: center;
    transition: all 500ms ease;
    z-index: 100;
    border-radius: 10px;
}

.team-five__nav .swiper-button-prev1:hover,
.team-five__nav .swiper-button-next1:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
    border: 2px solid var(--elitecons-base);
}

.team-five__nav .swiper-button-next1 {
    margin-left: 15px;
}

.team-name {
    color: var(--elitecons-black);
}

/*--------------------------------------------------------------
# Progress One
--------------------------------------------------------------*/
.progress-one {
    position: relative;
    display: block;
    margin-top: -136px;
    z-index: 2;
}

.progress-one__inner {
    position: relative;
    display: block;
    background-color: var(--elitecons-base);
    padding: 80px 60px 57px;
}

.progress-one__progress-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.progress-one__progress-list li {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 19px;
}

.progress-one__single {
    position: relative;
    display: block;
}

.progress-one__progress-box {
    position: relative;
    display: inline-block;
}

.progress-one__progress-box canvas {
    transform: rotate(-190deg);
}

.progress-one__progress-box .price__pack {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.progress-one__progress-box .price__pack p {
    font-size: 36px;
    font-weight: 700;
    color: var(--elitecons-white);
    line-height: 36px;
}

.progress-one__progress-content {
    position: relative;
    display: block;
}

.progress-one__progress-content>p {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
    margin-top: 19px;
}

/*--------------------------------------------------------------
# Blog Five
--------------------------------------------------------------*/
.blog-five {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    z-index: 1;
}

.blog-five__top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-five__btn-box {
    position: relative;
    display: block;
}

.blog-five__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-color: var(--elitecons-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-five__single:hover {
    background-color: var(--elitecons-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.blog-five__img-box {
    position: relative;
    display: block;
}

.blog-five__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.blog-five__img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--elitecons-black);
    opacity: 0;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-five__single:hover .blog-five__img::before {
    opacity: .50;
}

.blog-five__img img {
    width: 100%;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
}

.blog-five__single:hover .blog-five__img img {
    transform: scale(1.05) rotate(0deg);
}

.blog-five__content {
    position: relative;
    display: block;
    padding: 21px 30px 30px;
}

.blog-five__meta {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-five__meta li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-five__meta li>a {
    font-size: 16px;
    color: var(--elitecons-gray);
}

.blog-five__meta li>a:hover {
    color: var(--elitecons-base);
}

.blog-five__meta li+li {
    margin-left: 25px;
}

.blog-five__meta li>a>span {
    position: relative;
    margin-right: 10px;
    color: var(--elitecons-base);
}

.blog-five__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 32px;
}

.blog-five__title>a {
    color: var(--elitecons-black);
}

.blog-five__title>a:hover {
    color: var(--elitecons-base);
}

.blog-five__read-more {
    position: relative;
    display: inline-block
}

.blog-five__read-more>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    color: var(--elitecons-black);
}

.blog-five__read-more>a:hover>span {
    color: var(--elitecons-base);
}

.blog-five__read-more>a>span {
    position: relative;
    font-size: 13px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-five__date {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.blog-five__date>p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 58px;
    background-color: var(--elitecons-black);
    font-weight: 700;
    color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# CTA Three
--------------------------------------------------------------*/
.cta-three {
    position: relative;
    display: block;
    background-color: var(--elitecons-primary);
    z-index: 1;
}

.cta-three__left {
    position: relative;
    display: block;
    margin-right: 257px;
    margin-left: -37px;
}

.cta-three__img-box {
    position: relative;
    display: block;
}

.cta-three__img {
    position: relative;
    display: block;
    z-index: 1;
}

.cta-three__img img {
    width: 100%;
}

.cta-three__img-2 {
    position: absolute;
    right: -150px;
    bottom: 0;
}

.cta-three__img-2 img {
    width: auto;
}

.cta-three__img-shape {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 356px;
    height: 356px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF5E14 0%, rgba(255, 94, 20, 0) 67.71%);
    z-index: -1;
}

.cta-three__shape-1 {
    position: absolute;
    bottom: 0;
    left: -280px;
    z-index: -1;
}

.cta-three__shape-1 img {
    width: auto;
    opacity: .20;
}

.cta-three__shape-2 {
    position: absolute;
    width: 884px;
    height: 252px;
    left: -280px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(243, 243, 243, 0) 38.02%, #F3F3F3 100%);
    z-index: 1;
}

.cta-three__right {
    position: relative;
    display: block;
    margin-top: 80px;
    z-index: 5;
}

.cta-three__title {
    font-size: 60px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
}

.cta-three__text {
    margin-top: 11px;
    margin-bottom: 30px;
}

.cta-three__form {
    position: relative;
    display: block;
}

.cta-three__input-box {
    position: relative;
    display: flex;
    align-items: center;
}

.cta-three__input-box input[type="email"] {
    height: 60px;
    width: 390px;
    background-color: var(--elitecons-white);
    outline: none;
    color: var(--elitecons-gray);
    font-weight: 400;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
}

.cta-three__btn {
    border: none;
    margin-left: 10px;
    padding: 16px 24px 14px;
}

/*--------------------------------------------------------------
# Site Footer Five
--------------------------------------------------------------*/
.site-footer-five {
    position: relative;
    display: block;
    background-color: var(--elitecons-black);
    z-index: 1;
}

.site-footer-five__shape-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.site-footer-five__shape-1 img {
    width: auto;
    opacity: 0.02;
}

.site-footer-five__shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}

.site-footer-five__shape-2 img {
    width: auto;
    opacity: 0.02;
}

.site-footer-five__top {
    position: relative;
    display: block;
    padding: 80px 0 79px;
}

.site-footer-five__top-inner {
    position: relative;
    display: block;
}

.footer-widget-five__about {
    position: relative;
    display: block;
}

.footer-widget-five__logo {
    position: relative;
    display: block;
}

.footer-widget-five__about-text {
    color: rgba(var(--elitecons-white-rgb), .70);
    margin-top: 20px;
    margin-bottom: 51px;
}

.site-footer-five__social {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-five__social>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: rgba(var(--elitecons-white-rgb), 0.05);
    font-size: 16px;
    color: var(--elitecons-white);
}

.site-footer-five__social>a:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.site-footer-five__social>a+a {
    margin-left: 10px;
}

.footer-widget-five__title-box {
    position: relative;
    display: block;
    margin-bottom: 31px;
    margin-top: 13px;
}

.footer-widget-five__title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    color: var(--elitecons-white);
}

.footer-widget-five__services {
    position: relative;
    display: block;
    margin-left: 90px;
}

.footer-widget-five__services-list>li {
    position: relative;
    display: block;
}

.footer-widget-five__services-list>li+li {
    margin-top: 15px;
}

.footer-widget-five__services-list>li>a {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.footer-widget-five__services-list>li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget-five__contact {
    position: relative;
    display: block;
    margin-left: 53px;
}

.footer-widget-five__contact-list {
    position: relative;
    display: block;
}

.footer-widget-five__contact-list>li {
    position: relative;
    display: block;
}

.footer-widget-five__contact-list>li+li {
    margin-top: 27px;
}

.footer-widget-five__contact-list>li>p {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.footer-widget-five__contact-list>li>a {
    font-weight: 700;
    color: var(--elitecons-white);
    margin-top: 2px;
    position: relative;
    display: inline-block;
}

.footer-widget-five__contact-list>li>a:hover {
    color: var(--elitecons-base);
}

.footer-widget-five__newsletter {
    position: relative;
    display: block;
}

.footer-widget-five__newsletter-text {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.footer-widget-five__newsletter-form {
    position: relative;
    display: block;
    margin-top: 30px;
}

.footer-widget-five__newsletter-input-box {
    position: relative;
    display: block;
}

.footer-widget-five__newsletter-input-box input[type="email"] {
    height: 60px;
    width: 100%;
    background-color: rgba(var(--elitecons-white-rgb), .10);
    outline: none;
    font-size: 20px;
    color: var(--elitecons-white);
    font-weight: 400;
    border: none;
    padding-right: 70px;
    padding-left: 20px;
    letter-spacing: -0.02em;
}

.footer-widget-five__newsletter-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    bottom: 4px;
    width: 56px;
    background-color: var(--elitecons-base);
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-widget-five__newsletter-btn:hover {
    background-color: var(--elitecons-white);
}

.footer-widget-five__newsletter-btn span {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget-five__newsletter-btn:hover span {
    color: var(--elitecons-base);
}

.site-footer-five__bottom {
    position: relative;
    display: block;
    border-top: 1px solid rgba(var(--elitecons-bdr-rgb), .20);
}

.site-footer-five__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 31px 0 31px;
}

.site-footer-five__bottom-text {
    color: rgba(var(--elitecons-white-rgb), .70);
}

.site-footer-five__bottom-menu {
    position: relative;
    display: flex;
    align-items: center;
}

.site-footer-five__bottom-menu li {
    position: relative;
    display: block;
}

.site-footer-five__bottom-menu li+li {
    margin-left: 30px;
}

.site-footer-five__bottom-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--elitecons-white-rgb), .70);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-five__bottom-menu li a:hover {
    color: var(--elitecons-base);
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 249px 0 166px;
    background-color: var(--elitecons-black);
    overflow: hidden;
    z-index: 1;
}

.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .20;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

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

.page-header__inner h2 {
    font-size: 80px;
    font-weight: 900;
    line-height: 80px;
    color: var(--elitecons-white);
    margin-bottom: 17px;
}

.thm-breadcrumb__box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.thm-breadcrumb {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: var(--elitecons-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:nth-child(2) {
    color: var(--elitecons-primary);
}

.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--elitecons-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
    color: var(--elitecons-base);
}

.thm-breadcrumb li span {
    position: relative;
    font-size: 12px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page {
    position: relative;
    display: block;
    padding: 120px 0 120px;
    z-index: 1;
}

.contact-page__left {
    position: relative;
    display: block;
    margin-right: 52px;
}

.contact-page__img {
    position: relative;
    display: block;
}

.contact-page__img img {
    width: 100%;
}

.contact-page__right {
    position: relative;
    display: block;
}

.contact-page__title {
    font-size: 59px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
}

.contact-page__contact-list {
    position: relative;
    display: block;
}

.contact-page__contact-list li {
    position: relative;
    display: flex;
}

.contact-page__contact-list li+li {
    margin-top: 40px;
}

.contact-page__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background-color: rgba(var(--elitecons-base-rgb), .10);
    border-radius: 10px;
}

.contact-page__contact-list li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 23px;
    color: var(--elitecons-base);
}

.contact-page__contact-list li .content {
    position: relative;
    display: block;
    margin-left: 20px;
}

.contact-page__contact-list li .content>h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-page__contact-list li .content>p {
    color: var(--elitecons-gray);
}

.contact-page__contact-list li .content>p>a {
    color: var(--elitecons-gray);
}

.contact-page__contact-list li .content>p>a:hover {
    color: var(--elitecons-base);
}

.contact-page__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 52px;
}

.contact-page__social a {
    position: relative;
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--elitecons-black);
    background-color: var(--elitecons-primary);
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.contact-page__social a:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
}

.contact-page__social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--elitecons-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
}

.contact-page__social a:hover:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.contact-page__social a+a {
    margin-left: 10px;
}

/*--------------------------------------------------------------
# Google Map Two
--------------------------------------------------------------*/
.google-map-one {
    position: relative;
    display: block;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 655px;
    width: 100%;
}

/*--------------------------------------------------------------
# Contact Three
--------------------------------------------------------------*/
.contact-three {
    position: relative;
    display: block;
    padding: 120px 0 237px;
}

.contact-three__form {
    position: relative;
    display: block;
}

.contact-three__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--elitecons-primary);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: var(--elitecons-gray);
    display: block;
}

.contact-three__input-box textarea {
    color: var(--elitecons-gray);
    height: 250px;
    width: 100%;
    background-color: var(--elitecons-primary);
    padding: 20px 20px 30px;
    border: none;
    outline: none;
}

.contact-three__btn-box {
    position: relative;
    display: block;
    text-align: center;
}

.contact-three__btn {
    border: none;
    padding: 16px 77px 14px;
}

.contact-three__input-box.text-message-box {
    height: 250px;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0 182px;
    z-index: 1;
}

.blog-details__left {
    position: relative;
    display: block;
}

.blog-details__img-box {
    position: relative;
    display: block;
}

.blog-details__img {
    position: relative;
    display: block;
}

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

.blog-details__meta {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: var(--elitecons-base);
    gap: 36px;
    padding: 11px 20px 9px;
}

.blog-details__meta>li {
    position: relative;
    display: block;
}

.blog-details__meta>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--elitecons-white);
    font-size: 16px;
    gap: 10px;
}

.blog-details__meta>li>a:hover {
    color: var(--elitecons-black);
}

.blog-details__meta>li>a>span {
    position: relative;
    top: -2px;
}

.blog-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-details__title-1 {
    font-size: 59px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
}

.blog-details__text-1 {
    margin-top: 30px;
    margin-bottom: 28px;
}

.blog-details__title-2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.blog-details__text-2 {
    margin-top: 17px;
    margin-bottom: 40px;
}

.blog-details__quote-box {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 18px 70px 22px;
    padding-right: 50px;
    overflow: hidden;
    z-index: 1;
}

.blog-details__quote-text {
    color: var(--elitecons-black);
}

.blog-details__quote-sub-title {
    font-weight: 700;
    color: var(--elitecons-black);
    padding-left: 50px;
    position: relative;
    margin-top: 12px;
    display: inline-block;
}

.blog-details__quote-sub-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 40px;
    height: 2px;
    background-color: var(--elitecons-base);
    transform: translateY(-50%);
}

.blog-details__quote {
    position: absolute;
    top: -11px;
    left: -11px;
    background-color: var(--elitecons-base);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    z-index: -1;
}

.blog-details__quote img {
    width: auto;
}

.blog-details__text-3 {
    margin-top: 31px;
    margin-bottom: 40px;
}

.blog-details__img-and-content {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__text-img {
    position: relative;
    display: block;
    max-width: 380px;
    width: 100%;
}

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

.blog-details__text-box {
    position: relative;
    display: block;
    margin-left: 30px;
    max-width: 376px;
    width: 100%;
}

.blog-details__img-btn-box {
    position: relative;
    display: block;
    margin-top: 30px;
}

.blog-details__img-btn {
    background-color: transparent;
    border: 1px solid var(--elitecons-bdr-color);
    color: var(--elitecons-black);
    padding: 15px 30px 13px;
}

.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 40px;
}

.blog-details__bottom p {
    margin: 0;
}

.blog-details__tags span {
    color: var(--elitecons-black);
    font-size: 26px;
    margin-right: 20px;
    font-weight: 700;
}

.blog-details__tags a {
    position: relative;
    color: var(--elitecons-gray);
    font-size: 16px;
    display: inline-block;
    padding: 5px 20px 3px;
    font-weight: 400;
    border: 1px solid var(--elitecons-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__tags a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

.blog-details__tags a+a {
    margin-left: 20px;
}

.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__social-list a {
    position: relative;
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--elitecons-base);
    background-color: var(--elitecons-primary);
    font-size: 14px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.blog-details__social-list a:hover {
    color: var(--elitecons-white);
}

.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--elitecons-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scalex(0);
    transform: scaleX(0);
    z-index: -1;
}

.blog-details__social-list a:hover:after {
    opacity: 1;
    -webkit-transform: scalex(1);
    transform: scalex(1);
}

.blog-details__social-list a+a {
    margin-left: 10px;
}

.blog-details__pagenation-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-details__pagenation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 29px 29px 29px;
}

.blog-details__pagenation::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 1px;
    background-color: var(--elitecons-base);
    transform: translateX(-50%) translateY(-50%);
}

.blog-details__pagenation li {
    position: relative;
    display: flex;
    align-items: center;
}

.blog-details__pagenation li .icon {
    position: relative;
    display: inline-block;
}

.blog-details__pagenation li .icon>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--elitecons-black);
    font-size: 20px;
    color: var(--elitecons-white);
}

.blog-details__pagenation li:hover .icon>a {
    background-color: var(--elitecons-base);
}

.blog-details__pagenation li p {
    position: relative;
    margin-left: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--elitecons-black);
}

.blog-details__pagenation li:last-child>p {
    margin-left: 0px;
    margin-right: 20px;
}

.comment-one {
    position: relative;
    display: block;
    margin-top: 73px;
}

.comment-one__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #0F0F0F;
    margin-bottom: 24px;
}

.comment-one__single {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.comment-one__single-2 {
    margin-top: 45px;
}

.comment-one__image {
    position: relative;
    display: block;
    max-width: 95px;
    width: 100%;
}

.comment-one__image img {
    width: 100%;
}

.comment-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.comment-one__content>h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #0F0F0F;
    position: relative;
    display: flex;
    align-items: center;
}

.comment-one__content>h3>span {
    font-weight: 400;
    color: #777777;
    position: relative;
    margin-left: 15px;
}

.comment-one__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 19px;
}

.comment-one__social>a {
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: var(--elitecons-base);
}

.comment-one__social>a:hover {
    color: var(--elitecons-base);
}

.comment-one__social>a+a {
    margin-left: 15px;
}

.comment-one__btn-box {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.comment-one__btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.32px;
    color: #0F0F0F;
    text-transform: capitalize;
}

.comment-one__btn:hover {
    color: var(--elitecons-base);
}

.blog-details__icon-and-content-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: 82px;
    margin-bottom: 60px;
}

.blog-details__content-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    height: 100px;
    background-color: var(--elitecons-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-details__content-icon:hover {
    background-color: var(--elitecons-black);
}

.blog-details__content-icon>span {
    position: relative;
    display: inline-block;
    font-size: 61px;
    color: var(--elitecons-white);
}

.blog-details__content-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.blog-details__content-box>h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
}

.comment-form {
    position: relative;
    display: block;
}

.comment-form__form {
    position: relative;
    display: block;
}

.comment-form__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--elitecons-primary);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--elitecons-gray);
    display: block;
    font-weight: 400;
}

.comment-form__input-box .select-box {
    width: 100%;
}

.comment-form__input-box .nice-select {
    height: 60px;
    width: 100%;
    border: none;
    background-color: var(--elitecons-primary);
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--elitecons-gray);
    display: block;
    font-weight: 400;
    line-height: 60px;
    float: none;
    border-radius: 0;
    text-align: left !important;
}

.comment-form__input-box .nice-select:after {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--elitecons-gray);
    border-right: 2px solid var(--elitecons-gray);
    margin-top: 0px;
    z-index: 10;
}

.comment-form__input-box .nice-select .option {
    color: var(--elitecons-white);
}

.comment-form__input-box textarea {
    height: 130px;
    width: 100%;
    border: none;
    background-color: var(--elitecons-primary);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: var(--elitecons-gray);
    display: block;
    font-weight: 400;
    margin-bottom: 0;
}

.comment-form__input-box.text-message-box {
    height: 130px;
    margin-bottom: 30px;
}

.comment-form__btn-box {
    position: relative;
    display: block;
}

.comment-form__btn {
    border: none;
    padding: 16px 90px 14px;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar {
    position: relative;
    display: block;
}

.sidebar__title {
    position: relative;
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--elitecons-base);
    padding-left: 30px;
    padding-bottom: 19px;
}

.sidebar__search {
    position: relative;
    display: block;
    padding: 18px 0px 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
}

.sidebar__search-form {
    position: relative;
    display: block;
    margin: 0 30px 0;
}

.sidebar__search-form input[type="search"] {
    display: block;
    outline: none;
    background-color: transparent;
    border: 1px solid var(--elitecons-bdr-color);
    font-weight: 400;
    height: 70px;
    width: 100%;
    padding-left: 20px;
    padding-right: 50px;
    color: var(--elitecons-gray);
}

.sidebar__search-form button[type="submit"] {
    color: var(--elitecons-gray);
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 50px;
    width: 100%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 18px 0 30px;
}

.sidebar__post-list {
    position: relative;
    display: block;
    padding: 0 30px 0;
}

.sidebar__post-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar__post-list li+li {
    margin-top: 20px;
}

.sidebar__post-image {
    position: relative;
    display: block;
    max-width: 88px;
    width: 100%;
}

.sidebar__post-image img {
    width: 100%;
}

.sidebar__post-content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.sidebar__post-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 6px;
}

.sidebar__post-content h3>a {
    color: var(--elitecons-black);
}

.sidebar__post-content h3>a:hover {
    color: var(--elitecons-base);
}

.sidebar__post-date {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.sidebar__post-date>i {
    font-size: 21px;
    color: var(--elitecons-base);
    position: relative;
    top: -6px;
}

.sidebar__category {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 18px 0 27px;
}

.sidebar__category-list {
    position: relative;
    display: block;
    padding: 0 30px 0;
}

.sidebar__category-list>li {
    position: relative;
    display: block;
}

.sidebar__category-list>li+li {
    margin-top: 14px;
}

.sidebar__category-list>li>a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--elitecons-black);
}

.sidebar__category-list>li>a:hover {
    color: var(--elitecons-base);
}

.sidebar__category-list>li>a>span {
    color: var(--elitecons-base);
}

.sidebar__tags {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 18px 0 27px;
}

.sidebar__tags-list {
    padding: 0 16px 0;
    padding-right: 0;
    margin-top: -20px;
}

.sidebar__tags-list a {
    font-size: 16px;
    color: var(--elitecons-gray);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid var(--elitecons-bdr-color);
    display: inline-block;
    padding: 4px 20px 4px;
    margin-left: 14.5px;
    font-weight: 400;
}

.sidebar__tags-list a+a {
    margin-top: 20px;
}

.sidebar__tags-list a:hover {
    color: var(--elitecons-white);
    background-color: var(--elitecons-base);
    border: 1px solid var(--elitecons-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 182px;
    z-index: 1;
}

.blog-page__left {
    position: relative;
    display: block;
}

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

.blog-page__img-box {
    position: relative;
    display: block;
}

.blog-page__img {
    position: relative;
    display: block;
}

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

.blog-page__content {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
    margin-top: -84px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 40px 40px;
    z-index: 2;
}

.blog-page__meta {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--elitecons-base);
    max-width: 395px;
    padding: 11px 20px 9px;
    gap: 23px;
}

.blog-page__meta li {
    position: relative;
    display: block;
}

.blog-page__meta li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--elitecons-white);
    gap: 10px;
}

.blog-page__meta li>a:hover {
    color: var(--elitecons-black);
}

.blog-page__title {
    font-size: 59px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
    margin-top: 31px;
    margin-bottom: 30px;
}

.blog-page__title>a {
    color: var(--elitecons-black);
}

.blog-page__title>a:hover {
    color: var(--elitecons-base);
}

.blog-page__btn-box {
    position: relative;
    display: block;
    margin-top: 40px;
}

.blog-page__btn {
    background-color: transparent;
    border: 1px solid var(--elitecons-base);
    color: var(--elitecons-black);
}

.blog-page__btn:hover {
    border: 1px solid var(--elitecons-black);
}

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

.blog-page__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 10px;
}

.blog-page__pagination .pg-pagination li a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    color: var(--elitecons-black);
    background-color: var(--elitecons-primary);
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li a:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details {
    position: relative;
    display: block;
    padding: 120px 0 252px;
    z-index: 1;
}

.project-details__img {
    position: relative;
    display: block;
}

.project-details__img img {
    width: 100%;
}

.project-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.project-details__title {
    font-size: 59px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
}

.project-details__title-2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 123px;
    margin-bottom: 21px;
}


.project-details__text-3 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.project-details__bottom {
    position: relative;
    display: block;
}

.project-details__bottom-left {
    position: relative;
    display: block;
}

.project-details__bottom-points {
    position: relative;
    display: block;
}

.project-details__bottom-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__bottom-points li+li {
    margin-top: 20px;
}

.project-details__points-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    border: 1px solid var(--elitecons-base);
    border-radius: 50%;
}

.project-details__bottom-points li p {
    margin-left: 20px;
}

.project-details__client-box {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 28px 29px 28px;
    margin-top: 70px;
}

.project-details__client-img {
    position: relative;
    display: block;
    max-width: 89px;
    width: 100%;
}

.project-details__client-img img {
    width: 100%;
    border-radius: 50%;
}

.project-details__client-content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.project-details__client-content>h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 6px;
}

.project-details__bottom-right {
    position: relative;
    display: block;
}

.project-details__bottom-img {
    position: relative;
    display: block;
}

.project-details__bottom-img img {
    width: 100%;
}

.project-details__bottom-img {
    position: relative;
    display: block;
}

.project-details__video-link {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.project-details__video-icon {
    position: relative;
    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;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 12px;
    color: var(--elitecons-base);
    background-color: var(--elitecons-white);
    border-radius: 50%;
    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;
}

.project-details__video-icon::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border: 8px solid rgba(var(--elitecons-white-rgb), .50);
    border-radius: 50%;
}

.project-details__video-icon:hover {
    background-color: var(--elitecons-base);
    color: var(--elitecons-white);
}

.project-details__video-link .ripple,
.project-details__video-icon .ripple:before,
.project-details__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), .5);
    -o-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), .5);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), .5);
    box-shadow: 0 0 0 0 rgba(var(--elitecons-white-rgb), .5);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.project-details__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.project-details__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.project-details__information {
    position: absolute;
    right: 84px;
    bottom: -278px;
    background-color: var(--elitecons-white);
    border: 1px solid var(--elitecons-bdr-color);
    padding: 37px 40px 19px;
    max-width: 410px;
    width: 100%;
    z-index: 2;
}

.project-details__information-minus {
    position: absolute;
    top: 54px;
    right: 40px;
    width: 25px;
    height: 2px;
    background-color: var(--elitecons-base);
}

.project-details__information-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.project-details__information-text {
    margin-top: 16px;
    margin-bottom: 30px;
}

.project-details__information-list {
    position: relative;
    display: block;
}

.project-details__information-list li {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--elitecons-bdr-color);
    padding-bottom: 18px;
}

.project-details__information-list li:last-child {
    border-bottom: none;
}

.project-details__information-list li+li {
    margin-top: 19px;
}

.project-details__information-list li>p {
    position: relative;
    display: flex;
    align-items: center;
}

.project-details__information-list li>p>span {
    font-weight: 700;
    color: var(--elitecons-black);
    margin-right: 15px;
}

.project-details__information-list li>p>i {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: var(--elitecons-base);
}

.project-details__information-list li>p>i+i {
    margin-left: 5px;
}

/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.services-details {
    position: relative;
    display: block;
    padding: 120px 0 183px;
    z-index: 1;
}

.services-details__left {
    position: relative;
    display: block;
}

.services-details__img {
    position: relative;
    display: block;
}

.services-details__img img {
    width: 100%;
}

.services-details__content {
    position: relative;
    display: block;
    margin-top: 30px;
}

.services-details__title-1 {
    font-size: 59px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.2px;
}

.services-details__text-1 {
    margin-top: 22px;
    margin-bottom: 58px;
}

.services-details__title-2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.services-details__text-2 {
    margin-top: 22px;
    margin-bottom: 30px;
}

.services-details__points {
    position: relative;
    display: block;
}

.services-details__points li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.services-details__points li+li {
    margin-top: 10px;
}

.services-details__points-bullet {
    position: relative;
    width: 8px;
    height: 8px;
    border: 1px solid var(--elitecons-base);
    border-radius: 50%;
}

.services-details__bottom {
    position: relative;
    display: block;
    margin-top: 100px;
}

.services-details__bottom-single {
    position: relative;
    display: block;
    border: 1px solid var(--elitecons-bdr-color);
    padding: 62px 40px 40px;
    padding-right: 60px;
    margin-bottom: 70px;
}

.services-details__bottom-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
}

.services-details__bottom-title a {
    color: var(--elitecons-black);
}

.services-details__bottom-title a:hover {
    color: var(--elitecons-base);
}

.services-details__bottom-text {
    margin-top: 16px;
    margin-bottom: 40px;
}

.services-details__bottom-btn-box {
    position: relative;
    display: inline-block;
}

.services-details__bottom-btn {
    background-color: transparent;
    color: var(--elitecons-black);
    border: 1px solid var(--elitecons-bdr-color);
    padding: 15px 30px 13px;
}

.services-details__bottom-btn>span {
    color: var(--elitecons-base);
}

.services-details__bottom-btn:hover {
    border: 1px solid var(--elitecons-black);
}

.services-details__icon {
    position: absolute;
    top: -40px;
    left: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: var(--elitecons-base);
}

.services-details__icon>span {
    position: relative;
    display: inline-block;
    font-size: 43px;
    color: var(--elitecons-white);
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.services-details__bottom-single:hover .services-details__icon>span {
    transform: scale(0.9);
}

.services-details__right {
    position: relative;
    display: block;
}

.services-details__sidebar {
    position: relative;
    display: block;
    padding: 32px 40px 40px;
    background-color: var(--elitecons-white);
    border: 1px solid var(--elitecons-bdr-color);
}

.services-details__sidebar-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.services-details__sidebar-sub-title {
    margin-top: 1px;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.services-details__sidebar-title-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 27px;
    margin-bottom: 17px;
}

.services-details__sidebar-points {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 40px;
}

.services-details__sidebar-points li {
    position: relative;
    display: flex;
    align-items: center;
}

.services-details__sidebar-points li+li {
    margin-top: 10px;
}

.services-details__sidebar-points li .icon {
    position: relative;
    display: inline-block;
}

.services-details__sidebar-points li .icon>span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: var(--elitecons-base);
}

.services-details__sidebar-points li p {
    margin-left: 15px;
}


/*--------------------------------------------------------------
# About Seven
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Four
--------------------------------------------------------------*/
.contact-four {
    padding: 120px 0 220px;
}

/*--------------------------------------------------------------
# Faq Five
--------------------------------------------------------------*/
.faq-five {
    padding: 120px 0 237px;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/
.services-page {
    position: relative;
    display: block;
    padding: 120px 0 207px;
    background-color: rgba(239, 229, 255, 0.3);
}

/*--------------------------------------------------------------
# Projects Page
--------------------------------------------------------------*/
.projects-page {
    position: relative;
    display: block;
    padding: 120px 0 207px;
}

/*--------------------------------------------------------------
# Team Page
--------------------------------------------------------------*/
.team-page {
    position: relative;
    display: block;
    padding: 120px 0 207px;
    background-color: var(--elitecons-black);
}

/*--------------------------------------------------------------
# Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
    position: relative;
    display: block;
    padding: 120px 0 207px;
}

.testimonial-page .testimonial-two__single {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Pricing Page
--------------------------------------------------------------*/
.pricing-page {
    position: relative;
    display: block;
    padding: 120px 0 207px;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    padding: 120px 0 227px;
}

.faq-page__left {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
    position: relative;
    display: block;
    padding: 67px 0 237px;
    z-index: 1;
}

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

.error-page__title-box {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.error-page__title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 350px;
    font-weight: 500;
    color: var(--elitecons-base);
    z-index: 2;
}

.error-page__tagline {
    font-size: 40px;
    line-height: 49px;
    font-weight: 400;
    color: var(--elitecons-black);
    text-transform: uppercase;
    margin-bottom: 8px;
}

.error-page__text {
    font-size: 20px;
}

.error-page__form {
    position: relative;
    display: block;
    margin: 47px 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: 52px;
    width: 100%;
    outline: none;
    background-color: var(--elitecons-primary);
    border: 0;
    font-size: 14px;
    color: var(--elitecons-gray);
    font-weight: 500;
    padding-left: 50px;
    padding-right: 75px;
    border-radius: 0;
}

.error-page__form button[type="submit"] {
    background-color: transparent;
    color: var(--elitecons-black);
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 72px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    position: relative;
    display: block;
    padding: 120px 0 227px;
}

.gallery-page .row {
    --bs-gutter-x: 10px;
}

.gallery-page .container {
    max-width: 1572px;
}

.gallery-page__single {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.gallery-page__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.gallery-page__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    left: 0;
    right: 0;
    background-color: var(--elitecons-base);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scaleY(0) translateZ(100px);
    transform: scaleY(0) translateZ(100px);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
    z-index: 2;
}

.gallery-page__single:hover .gallery-page__img:before {
    opacity: .90;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0px);
    transform: scaleY(1) translateZ(0px);
}

.gallery-page__img-box {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #090909;
}

.gallery-page__img img {
    width: 100%;
}

.gallery-page__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    z-index: 2;
}

.gallery-page__icon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--elitecons-white);
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}


.gallery-page__single:hover .gallery-page__icon a {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-delay: 500ms;
    opacity: 1;
}

.gallery-page__icon a:hover {
    color: var(--elitecons-black);
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .services-one__single {
        padding: 41px 20px 39px;
    }

    .about-one__right {
        margin-left: 0;
        margin-top: 0;
    }

    .about-one__points-list {
        margin-top: 24px;
    }

    .project-one .section-title__title {
        font-size: 50px;
    }

    .project-one__right {
        display: block;
        margin-left: 90px;
    }

    .pricing-one__left .section-title__title {
        font-size: 50px;
        line-height: 55px;
    }

    .faq-one__left .section-title__title {
        font-size: 50px;
        line-height: 54px;
    }

    .contact-one__right .section-title {
        margin-right: 0;
    }

    .contact-one__right .section-title__title {
        font-size: 44px;
        line-height: 50px;
    }

    .contact-one__right {
        margin-top: 0;
    }

    .team-one__title {
        font-size: 21px;
    }

    .team-one__content {
        padding: 32px 20px 30px;
    }

    .testimonial-one__nav {
        left: 540px;
        bottom: 0px;
    }

    .testimonial-one__content {
        padding: 66px 30px 66px;
    }

    .testimonial-one__client-info {
        padding-bottom: 20px;
        margin-bottom: 22px;
    }

    .testimonial-one__text {
        font-size: 22px;
        line-height: 35px;
    }

    .blog-one__content {
        padding: 36px 30px 40px;
    }

    .cta-one__title {
        font-size: 55px;
    }

    .services-three__single {
        padding: 75px 20px 40px;
    }

    .about-two__left {
        margin-right: 0;
    }

    .why-choose-two__left {
        margin-right: 0;
        margin-top: 0;
    }

    .why-choose-two__left .section-title__title {
        font-size: 52px;
    }

    .join-us-one__inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .join-us-one__title {
        font-size: 45px;
        line-height: 55px;
    }

    .success-one__img-box {
        width: 50%;
    }

    .testimonial-two__single {
        padding: 55px 20px 93px;
    }

    .testimonial-two__text {
        font-size: 20px;
    }

    .testimonial-two__right {
        margin-top: 30px;
    }

    .footer-widget-two__service {
        margin-left: 50px;
    }

    .footer-widget__services {
        margin-left: 50px;
    }


    .about-three__right {
        margin-top: 20px;
    }

    .about-four__single {
        padding: 30px 20px 30px;
    }

    .blog-three__content {
        margin-left: 10px;
        margin-right: 10px;
        padding: 41px 15px 30px;
    }

    .footer-widget-three__link {
        margin-left: 50px;
    }

    .footer-widget-three__page {
        margin-left: 50px;
    }

    .footer-widget-three__contact {
        margin-left: -41px;
    }

    .services-seven {
        padding: 20px 0 90px;
    }

    .services-seven__left {
        margin-right: 0;
    }

    .testimonial-four__single {
        padding: 70px 40px 60px;
    }

    .testimonial-four__right {
        margin-top: 20px;
    }

    .team-four__share-and-social {
        right: 10px;
    }

    .counter-four__single {
        gap: 15px;
        padding: 40px 15px 40px;
    }

    .feature-one__left {
        padding: 70px 30px 60px;
    }

    .feature-one__left .section-title__title {
        font-size: 55px;
    }

    .pricing-three__img {
        display: none;
    }

    .faq-three__right {
        padding: 70px 30px 60px;
    }

    .blog-four__content {
        padding: 20px 10px 0;
    }

    .footer-widget-four__services {
        margin-left: 45px;
        margin-right: 0;
    }

    .footer-widget-four__link {
        margin-left: 50px;
    }

    .footer-widget-four__contact {
        margin-left: 0;
    }

    .about-six__right {
        margin-top: 0;
    }

    .about-six__right .section-title__title {
        font-size: 58px;
    }

    .faq-four__left .section-title__title {
        font-size: 50px;
    }

    .faq-four__left .faq-one-accrodion .accrodion-title h4 {
        font-size: 24px;
    }

    .testimonial-five__left .section-title__title {
        font-size: 54px;
    }

    .pricing-four__points-and-btn {
        padding: 20px 30px 52px;
    }

    .cta-three__right {
        margin-left: -40px;
    }

    .cta-three {
        padding-bottom: 120px;
    }

    .footer-widget-five__services {
        margin-left: 50px;
    }

    .project-details__information {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .services-details__bottom-single {
        padding: 62px 30px 40px;
        padding-right: 30px;
    }

    .services-details__sidebar {
        padding: 32px 20px 40px;
    }

    .project-three__content {
        padding: 28px 20px 30px;
        padding-right: 20px;
    }

    .services-four__content {
        height: 400px !important;
    }










}








/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .services-two__content {
        padding: 28px 20px 40px;
    }

    .project-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .pricing-one__left .section-title__title {
        font-size: 45px;
        line-height: 50px;
    }

    .why-choose-one__left .section-title__title {
        font-size: 50px;
        line-height: 55px;
    }

    .why-choose-one__text br {
        display: none;
    }

    .why-choose-one__points li h3 {
        margin-left: 10px;
    }

    .why-choose-one__points li {
        padding: 15px 10px 18px;
    }

    .faq-one__left .section-title__title {
        font-size: 45px;
        line-height: 55px;
    }

    .contact-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .testimonial-one__content {
        padding: 26px 15px 27px;
    }

    .testimonial-one__text {
        font-size: 19px;
        line-height: 29px;
    }

    .testimonial-one__nav {
        left: 450px;
    }

    .blog-one__content {
        padding: 36px 20px 40px;
    }

    .blog-one__title {
        font-size: 22px;
    }

    .blog-one {
        padding: 120px 0 90px;
    }

    .cta-one__img {
        display: none;
    }

    .cta-one__shape-1 {
        display: none;
    }

    .cta-one__inner {
        text-align: center;
    }

    .cta-one__form {
        justify-content: center;
    }

    .footer-widget__news {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__services {
        margin-left: 0;
    }

    .services-three__single {
        padding: 75px 20px 40px;
    }

    .services-three__title {
        font-size: 22px;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-two__right {
        max-width: 600px;
        margin: 45px auto 0;
    }

    .why-choose-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .why-choose-two__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .join-us-one__inner {
        justify-content: center;
        text-align: center;
    }

    .join-us-one__form-box {
        margin-top: 30px;
    }

    .services-four__content {
        margin: -60px 10px 0;
        padding: 32px 15px 30px;
    }

    .success-one__img-box {
        width: 50%;
    }

    .faq-two .section-title__title {
        font-size: 50px;
    }

    .faq-two__content-box .faq-one-accrodion .accrodion-title h4 {
        font-size: 23px;
        line-height: 23px;
    }

    .counter-two__top {
        flex-direction: column;
        align-items: baseline;
    }

    .counter-two__top-text {
        margin-top: 30px;
    }

    .counter-two__single {
        margin-bottom: 70px;
    }

    .testimonial-two {
        padding: 50px 0 0;
    }

    .testimonial-two__left {
        margin-right: 0;
    }

    .blog-two__content {
        padding: 31px 19px 30px;
    }

    .footer-widget-two__service {
        margin-left: 0;
    }

    .footer-widget-two__links {
        margin-left: 0;
        padding-top: 35px;
    }

    .footer-widget-two__contact {
        /* padding-top: 35px; */
    }


    .about-three__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-three__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .services-six__content {
        padding: 27px 25px 28px;
    }

    .why-choose-three__bg {
        width: calc((100% - 295px) / 2);
    }

    .counter-three__big-count>h3 {
        font-size: 90px;
    }

    .counter-three__big-count>span {
        font-size: 90px;
    }

    .project-three__title {
        font-size: 20px;
        line-height: 30px;
    }

    .project-three__content {
        padding: 28px 20px 30px;
    }

    .contact-two__left .section-title__title {
        font-size: 40px;
        line-height: 50px;
    }

    .contact-two__left {
        margin-top: 0;
    }

    .contact-two__text br {
        display: none;
    }

    .testimonial-three__text-box {
        padding: 40px 20px 60px;
    }

    .about-four__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .team-three__content {
        padding: 28px 20px 25px;
    }

    .team-three__title {
        font-size: 24px;
        line-height: 34px;
    }

    .blog-three__content {
        margin-left: 0;
        margin-right: 0;
        padding: 41px 15px 30px;
    }

    .blog-three__meta li+li {
        margin-left: 10px;
    }

    .blog-three__meta li>a {
        font-size: 14px;
    }

    .cta-two__title {
        font-size: 57px;
    }

    .footer-widget-three__link {
        margin-left: 0;
    }

    .footer-widget-three__page {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-three__title-box {
        margin-top: 0;
    }

    .footer-widget-three__contact {
        margin-top: 43px;
    }

    .recent-project__img {
        display: none;
    }

    .services-seven {
        padding: 20px 0 90px;
    }

    .services-seven__left {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .about-five__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-five__img-two,
    .about-five__shape-2 {
        display: none;
    }

    .about-five__right {
        max-width: 600px;
        margin: 170px auto 0;
    }

    .gallery-one__content-box {
        flex-direction: column;
        align-items: baseline;
    }

    .testimonial-four__right {
        margin-left: 0;
    }

    .team-four__share-and-social {
        right: 20px;
    }

    .feature-one__left {
        margin-top: 0;
    }

    .feature-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .pricing-three__img {
        display: none;
    }

    .faq-three__year {
        position: relative;
        top: 0;
        left: 0;
    }

    .blog-four__content {
        padding: 20px 0px 0;
    }

    .blog-four__meta li+li {
        margin-left: 10px;
    }

    .blog-four__meta li>a {
        font-size: 18px;
    }

    .blog-four__title {
        font-size: 22px;
    }

    .footer-widget-four__services {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-four__link {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__title-box {
        margin-top: 0;
    }

    .about-six__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-six__right {
        max-width: 600px;
        margin: 84px auto 0;
    }

    .services-nine__content {
        padding: 18px 20px 34px;
    }

    .faq-four__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .faq-four__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .gallery-two__content {
        left: 20px;
        right: 20px;
        padding: 28px 20px 30px;
    }

    .work-process__shape-1 {
        display: none;
    }

    .testimonial-five__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .testimonial-five__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .pricing-four__points-and-btn {
        padding: 20px 20px 52px;
    }

    .progress-one__progress-list {
        flex-wrap: wrap;
    }

    .progress-one__progress-list li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }

    .blog-five__content {
        padding: 21px 15px 30px;
    }

    .cta-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .cta-three__shape-2 {
        width: 1500px;
    }

    .cta-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .cta-three {
        padding: 100px 0 120px;
    }

    .footer-widget-five__services {
        margin-left: 0;
    }

    .footer-widget-five__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-five__newsletter {
        margin-top: 43px;
    }

    .footer-widget-five__title-box {
        margin-top: 0;
    }

    .contact-three {
        padding: 120px 0 120px;
    }

    .project-details__information {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .services-details__sidebar {
        padding: 32px 20px 40px;
    }

    .services-details {
        padding: 120px 0 50px;
    }

    .contact-four {
        padding: 50px 0 220px;
    }

    .faq-five {
        padding: 120px 0 120px;
    }

    .projects-page {
        padding: 120px 0 120px;
    }

    .services-page {
        padding: 120px 0 120px;
    }

    .team-page {
        padding: 120px 0 90px;
    }

    .testimonial-page {
        padding: 120px 0 90px;
    }

    .pricing-page {
        padding: 120px 0 90px;
    }

    .gallery-page {
        padding: 120px 0 110px;
    }

    .faq-page {
        padding: 120px 0 110px;
    }

    .error-page {
        padding: 67px 0 120px;
    }

    .logo {
        height: 60px;
    }






}








/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .services-two .section-title__title {
        font-size: 56px;
    }

    .project-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .pricing-one__left {
        margin-bottom: 50px;
    }

    .why-choose-one__bg {
        display: none;
    }

    .faq-one__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .contact-one__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .contact-one__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .testimonial-one__img {
        margin-left: 0;
        margin-top: 30px;
    }

    .testimonial-one__nav {
        display: none;
    }

    .blog-one {
        padding: 120px 0 90px;
    }

    .cta-one__img {
        display: none;
    }

    .cta-one__shape-1 {
        display: none;
    }

    .cta-one__inner {
        text-align: center;
    }

    .cta-one__form {
        justify-content: center;
    }

    .footer-widget__news {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__services {
        margin-left: 0;
    }

    .site-footer__bottom-inner {
        justify-content: center;
        text-align: center;
    }

    .about-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-two__right {
        max-width: 600px;
        margin: 45px auto 0;
    }

    .why-choose-two__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .why-choose-two__right {
        max-width: 600px;
        margin: 0 auto;
    }

    .join-us-one__inner {
        justify-content: center;
        text-align: center;
    }

    .join-us-one__form-box {
        margin-top: 30px;
    }

    .success-one__img-box {
        position: relative;
        top: 0;
    }

    .success-one__left {
        margin-top: 50px;
    }

    .project-two__bottom {
        margin-right: 0;
    }

    .counter-two__top {
        flex-direction: column;
        align-items: baseline;
    }

    .counter-two__top-text {
        margin-top: 30px;
    }

    .counter-two__single {
        margin-bottom: 70px;
    }

    .testimonial-two {
        padding: 50px 0 0;
    }

    .testimonial-two__left {
        margin-right: 0;
    }

    .footer-widget-two__service {
        margin-left: 0;
    }

    .footer-widget-two__links {
        margin-left: 0;
        padding-top: 35px;
    }

    .footer-widget-two__contact {
        /* padding-top: 35px; */
    }

    .site-footer-two__bottom-inner {
        flex-direction: column;
    }


    .about-three__left {
        max-width: 600px;
        margin: 0 auto;
    }

    .about-three__right {
        max-width: 600px;
        margin: 50px auto 0;
    }

    .services-six__top .section-title__title {
        font-size: 45px;
        line-height: 55px;
    }

    .recent-project__list-box li {
        padding: 28px 20px 28px;
    }

    .recent-project__list-content .content {
        margin-left: 25px;
    }

    .why-choose-three__bg {
        display: none;
    }

    .why-choose-three__contact-list {
        margin-right: 0;
    }

    .counter-three {
        padding: 162px 0 19px;
    }

    .counter-three__count-list li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
        margin-bottom: 100px;
    }

    .counter-three__count-list {
        flex-wrap: wrap;
    }

    .contact-two__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .contact-two {
        padding: 0 0 120px;
    }

    .testimonial-three__bg {
        display: none;
    }

    .about-four__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .about-four {
        padding: 56px 0 0;
    }

    .cta-two__wrap {
        /* clip-path: none; */
    }

    .footer-widget-three__link {
        margin-left: 0;
    }

    .footer-widget-three__page {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-three__title-box {
        margin-top: 0;
    }

    .footer-widget-three__contact {
        margin-top: 43px;
    }

    .site-footer-three__bottom-inner {
        flex-direction: column;
        font-size: 14px;
    }

    .recent-project__img {
        display: none;
    }

    .services-seven {
        padding: 20px 0 90px;
    }

    .services-seven__left {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .about-five__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-five__img-two,
    .about-five__shape-2 {
        display: none;
    }

    .about-five__right {
        max-width: 600px;
        margin: 170px auto 0;
    }

    .gallery-one__top-inner {
        flex-direction: column;
        align-items: baseline;
    }

    .gallery-one__top-inner .section-title {
        margin-bottom: 30px;
    }

    .testimonial-four__right {
        margin-left: 0;
    }

    .feature-one__left {
        margin-top: 0;
    }

    .feature-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .pricing-three__img {
        display: none;
    }

    .pricing-three__price-and-btn {
        flex-direction: column;
        align-items: baseline;
    }

    .pricing-three__price-box {
        margin-bottom: 20px;
    }

    .faq-three__year {
        position: relative;
        top: 0;
        left: 0;
    }

    .faq-three__right {
        padding: 70px 20px 60px;
    }

    .footer-widget-four__services {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-widget-four__link {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__title-box {
        margin-top: 0;
    }

    .site-footer-four__bottom-inner {
        flex-direction: column;
    }

    .about-six__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .about-six__right {
        max-width: 600px;
        margin: 84px auto 0;
    }

    .faq-four__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .faq-four__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .counter-five__count-list {
        flex-direction: column;
    }

    .work-process__shape-1 {
        display: none;
    }

    .testimonial-five__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .testimonial-five__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .progress-one__progress-list {
        flex-wrap: wrap;
    }

    .progress-one__progress-list li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 100%;
    }

    .blog-five__top {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 60px;
    }

    .blog-five__top .section-title {
        margin-bottom: 48px;
    }

    .cta-three__left {
        max-width: 600px;
        margin: 0 auto 0;
    }

    .cta-three__shape-2 {
        width: 1500px;
    }

    .cta-three__right {
        max-width: 600px;
        margin: 60px auto 0;
    }

    .cta-three {
        padding: 100px 0 120px;
    }

    .footer-widget-five__services {
        margin-left: 0;
    }

    .footer-widget-five__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-five__newsletter {
        margin-top: 43px;
    }

    .footer-widget-five__title-box {
        margin-top: 0;
    }

    .site-footer-five__bottom-inner {
        flex-direction: column;
    }

    .contact-page__left {
        margin-right: 0;
    }

    .contact-page__right {
        margin-top: 50px;
    }

    .contact-three {
        padding: 120px 0 120px;
    }

    .project-details__information {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .project-details__bottom-right {
        margin-top: 30px;
    }

    .project-details {
        padding: 120px 0 120px;
    }

    .services-details {
        padding: 120px 0 120px;
    }

    .contact-four {
        padding: 50px 0 120px;
    }

    .faq-five {
        padding: 120px 0 120px;
    }

    .projects-page .project-three__content {
        padding: 28px 20px 30px;
        padding-right: 20px;
    }

    .projects-page .project-three__title {
        font-size: 22px;
    }

    .projects-page {
        padding: 120px 0 120px;
    }

    .services-page {
        padding: 120px 0 120px;
    }

    .services-page .services-four__text br {
        display: none;
    }

    .team-page {
        padding: 120px 0 90px;
    }

    .testimonial-page {
        padding: 120px 0 90px;
    }

    .pricing-page {
        padding: 120px 0 90px;
    }

    .gallery-page {
        padding: 120px 0 110px;
    }

    .faq-page {
        padding: 120px 0 110px;
    }

    .error-page {
        padding: 67px 0 120px;
    }

















}










/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .section-title__title br {
        display: none;
    }

    .section-title__title {
        font-size: 29px;
        line-height: 39px;
    }

    .about-title {
        font-size: 29px !important;
    }

    .about-one__right {
        margin-left: 0;
        margin-top: 50px;
    }

    .about-one__points-list li {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: baseline;
    }

    .about-one__points-list li .content {
        margin-left: 0;
        margin-top: 20px;
    }

    .project-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .pricing-one__left {
        margin-bottom: 50px;
    }

    .why-choose-one__bg {
        display: none;
    }

    .why-choose-one__text br {
        display: none;
    }

    .why-choose-one__points {
        align-items: baseline;
        flex-direction: column;
    }

    .why-choose-one__points li+li {
        margin-left: 0;
        margin-top: 30px;
    }

    .faq-one__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .faq-one__right .faq-one-accrodion .accrodion-content {
        padding-right: 30px;
    }

    .contact-one__left {
        margin-right: 0;
    }

    .contact-one__form {
        padding: 60px 30px 60px;
    }

    .contact-one__right .section-title {
        margin-right: 0;
    }

    .contact-one__right {
        margin-top: 50px;
    }

    .contact-one__call-box {
        flex-direction: column;
        align-items: baseline;
    }

    .contact-one__call-box li+li {
        margin-left: 0;
        margin-top: 30px;
    }

    .testimonial-one__img {
        margin-left: 0;
        margin-top: 30px;
    }

    .testimonial-one__nav {
        display: none;
    }

    .testimonial-one__content {
        padding: 55px 20px 70px;
    }

    .testimonial-one__quote {
        right: 20px;
    }

    .blog-one__content {
        padding: 36px 20px 40px;
    }

    .blog-one__title {
        font-size: 22px;
    }

    .blog-one {
        padding: 120px 0 90px;
    }

    .cta-one__img {
        display: none;
    }

    .cta-one__shape-1 {
        display: none;
    }

    .cta-one__inner {
        text-align: center;
    }

    .cta-one__form {
        justify-content: center;
        flex-direction: column;
    }

    .cta-one__title {
        font-size: 34px;
        line-height: 44px;
    }

    .cta-one__input-box {
        margin-bottom: 30px;
    }

    .footer-widget__news {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget__contact {
        margin-left: 0;
        margin-top: 45px;
    }

    .footer-widget__services {
        margin-left: 0;
        margin-top: 52px;
    }

    .site-footer__bottom-inner {
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .site-footer__bottom-menu {
        flex-direction: column;
        justify-content: center;
        margin-top: 20px;
    }

    .site-footer__bottom-menu li+li {
        margin-left: 0;
        margin-top: 5px;
    }

    .services-three__single {
        padding: 75px 20px 40px;
    }

    .services-three__title {
        font-size: 22px;
    }

    .about-two__left {
        margin-right: 0;
    }

    .about-two__points li .text p {
        font-size: 17px;
    }

    .about-two__right {
        margin-top: 45px;
    }

    .why-choose-two__left {
        margin-right: 0;
    }

    .why-choose-two__right {
        margin-left: 0;
        margin-right: 0;
    }

    .join-us-one__inner {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        justify-content: center;
    }

    .join-us-one__title {
        font-size: 30px;
        line-height: 40px;
    }

    .join-us-one__shape-1 {
        display: none;
    }

    .join-us-one__shape-2 {
        display: none;
    }

    .join-us-one__btn {
        position: relative;
        right: 0;
        margin-top: 20px;
    }

    .join-us-one__form-box {
        margin-top: 18px;
    }

    .join-us-one__contact-form {
        margin: 0 auto;
    }

    .services-four__content {
        margin: -60px 10px 0;
        padding: 32px 15px 30px;
    }

    .project-two__bottom {
        margin-right: 0;
    }

    .project-two__top {
        flex-direction: column;
        align-items: baseline;
    }

    .project-two__nav {
        margin-top: 30px;
    }

    .project-two__content {
        left: 15px;
        right: 15px;
        flex-direction: column;
        align-items: baseline;
    }

    .project-two__title-box {
        margin-bottom: 20px;
    }

    .success-one__img-box {
        position: relative;
        top: 0;
    }

    .success-one__left {
        margin-top: 50px;
    }

    .success-one__points-text {
        font-size: 19px;
    }

    .faq-two__content-box {
        padding: 50px 20px 40px;
    }

    .faq-two__content-box .faq-one-accrodion .accrodion-title {
        padding: 22px 15px 22px;
    }

    .faq-two__content-box .faq-one-accrodion .accrodion-title h4 {
        font-size: 20px;
        line-height: 22px;
    }

    .counter-two__top {
        flex-direction: column;
        align-items: baseline;
    }

    .counter-two__top-text {
        margin-top: 30px;
    }

    .counter-two__single {
        margin-bottom: 70px;
    }

    .testimonial-two {
        padding: 50px 0 0;
    }

    .testimonial-two__left {
        margin-right: 0;
    }

    .testimonial-two__single {
        padding: 55px 20px 93px;
    }

    .testimonial-two__client-info {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-two__content {
        padding: 31px 19px 30px;
    }

    .footer-widget-two__service {
        margin-left: 0;
        padding-top: 39px;
    }

    .footer-widget-two__links {
        margin-left: 0;
        padding-top: 35px;
    }

    .footer-widget-two__contact {
        /* padding-top: 35px; */
    }

    .site-footer-two__bottom-inner {
        flex-direction: column;
    }


    .about-three__left {
        margin-right: 0;
    }

    .about-three__right {
        margin-top: 50px;
    }

    .services-six__content {
        padding: 27px 25px 28px;
    }

    .services-six__top {
        flex-direction: column;
        align-items: baseline;
    }

    .services-six__btn-box {
        margin-top: 29px;
    }

    .recent-project__list-box li {
        flex-direction: column;
        text-align: center;
        padding: 28px 30px 28px;
    }

    .recent-project__list-content {
        flex-direction: column;
    }

    .recent-project__list-content .content {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .why-choose-three__bg {
        display: none;
    }

    .why-choose-three__contact-list {
        margin-right: 0;
        flex-direction: column;
        align-items: baseline;
    }

    .why-choose-three__btn-box {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .why-choose-three__contact-list li+li {
        margin-left: 0;
        margin-top: 30px;
    }

    .counter-three {
        padding: 162px 0 19px;
    }

    .counter-three__count-list li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 100px;
        justify-content: center;
        display: inline-flex;
    }

    .counter-three__count-list {
        flex-wrap: wrap;
    }

    .counter-three__big-count>h3 {
        font-size: 90px;
    }

    .counter-three__big-count>span {
        font-size: 90px;
    }

    .counter-three__big-count {
        bottom: -31px;
        left: 42px;
    }

    .project-three__title {
        font-size: 21px;
        line-height: 31px;
    }

    .project-three__content {
        padding: 28px 20px 30px;
    }

    .contact-two__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .contact-two {
        padding: 0 0 120px;
    }

    .testimonial-three__bg {
        display: none;
    }

    .testimonial-three__dot-style {
        display: none;
    }

    .about-four__left {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .about-four {
        padding: 56px 0 0;
    }

    .team-three__content {
        padding: 28px 20px 25px;
    }

    .team-three__title {
        font-size: 24px;
        line-height: 34px;
    }

    .video-one__title {
        font-size: 27px;
        line-height: 37px;
    }

    .blog-three__content {
        margin-left: 0;
        margin-right: 0;
        padding: 41px 15px 30px;
    }

    .blog-three__meta li+li {
        margin-left: 10px;
    }

    .blog-three__meta li>a {
        font-size: 14px;
    }

    .cta-two__wrap {
        /* clip-path: none; */
    }

    .cta-two__title {
        font-size: 45px;
        line-height: 55px;
    }

    .cta-two__call-box {
        flex-direction: column;
        align-items: baseline;
    }

    .call-number {
        margin-left: 0;
        margin-top: 20px;
        flex-direction: column;
        align-items: baseline;
    }

    .call-number>a+a {
        margin-left: 0;
        margin-top: 10px;
    }

    .contact-two__text br {
        display: none;
    }

    .why-choose-three::before {
        background-color: var(--elitecons-base);
    }

    .why-choose-three__contact-list li .icon>span {
        color: rgba(var(--elitecons-white-rgb), 1);
    }

    .why-choose-three__contact-list li .content>p>a:hover {
        color: var(--elitecons-black);
    }

    .footer-widget-three__link {
        margin-left: 0;
        margin-top: 52px;
    }

    .footer-widget-three__page {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-three__title-box {
        margin-top: 0;
    }

    .footer-widget-three__contact {
        margin-top: 43px;
    }

    .site-footer-three__bottom-inner {
        flex-direction: column;
        text-align: center;
        font-size: 14px;
    }

    .site-footer-three__bottom-menu {
        flex-direction: column;
        margin-top: 10px;
    }

    .site-footer-three__bottom-menu li+li {
        margin-left: 0;
    }

    .recent-project__img {
        display: none;
    }

    .services-seven {
        padding: 20px 0 90px;
    }

    .services-seven__left {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px;
    }

    .about-five__left {
        margin-right: 0;
    }

    .about-five__shape-1,
    .about-five__shape-2,
    .about-five__img-two {
        display: none;
    }

    .about-five__experience {
        padding: 30px 20px 30px;
        padding-right: 20px;
        position: relative;
        left: 0;
        bottom: 0;
    }

    .about-five__points {
        gap: 20px;
        flex-direction: column;
        align-items: baseline;
    }

    .services-eight__img-box {
        margin-right: 0;
    }

    .services-eight__title-box {
        flex-direction: column;
        align-items: baseline;
    }

    .services-eight__content {
        padding: 20px 20px 40px;
    }

    .gallery-one__top-inner {
        flex-direction: column;
        align-items: baseline;
    }

    .gallery-one__top-inner .section-title {
        margin-bottom: 30px;
    }

    .gallery-one__content-box {
        flex-direction: column;
        align-items: baseline;
        left: 15px;
        right: 15px;
    }

    .testimonial-four__right {
        margin-left: 0;
    }

    .testimonial-four__single {
        padding: 70px 20px 60px;
    }

    .testimonial-four__dot-style {
        bottom: 25px;
        right: 25px;
    }

    .team-four__share-and-social {
        right: 20px;
    }

    .feature-one__left {
        margin-top: 0;
        padding: 70px 20px 60px;
    }

    .counter-four__single {
        justify-content: center;
    }

    .feature-one__right {
        margin-left: 0;
        margin-top: 30px;
    }

    .feature-one__count-text {
        font-size: 17px;
    }

    .pricing-three__img {
        display: none;
    }

    .pricing-three__price-and-btn {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .pricing-three__price-box {
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
    }

    .pricing-three__price-content {
        margin-left: 0;
    }

    .pricing-three__price-text br {
        display: none;
    }

    .faq-three__year {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 20px;
    }

    .faq-three__year>p {
        font-size: 40px;
        line-height: 50px;
    }

    .faq-three__right {
        padding: 70px 20px 60px;
    }

    .blog-four__content {
        padding: 20px 0px 0;
    }

    .blog-four__meta li+li {
        margin-left: 10px;
    }

    .blog-four__meta li>a {
        font-size: 18px;
    }

    .blog-four__title {
        font-size: 22px;
    }

    .footer-widget-four__services {
        margin-left: 0;
        margin-right: 0;
        margin-top: 52px;
    }

    .footer-widget-four__link {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-four__title-box {
        margin-top: 0;
    }

    .site-footer-four__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer-four__bottom-menu {
        flex-direction: column;
        margin-top: 20px;
    }

    .site-footer-four__bottom-menu li+li {
        margin-left: 0;
    }

    .about-six__left {
        margin-left: 0;
        margin-right: 0;
    }

    .about-six__right {
        margin-top: 84px;
    }

    .services-nine__content {
        padding: 18px 20px 34px;
    }

    .faq-four__left {
        margin-top: 0;
    }

    .faq-four__left .faq-one-accrodion .accrodion-title {
        padding: 22px 15px 22px;
    }

    .faq-four__right {
        margin-left: 0;
        margin-top: 60px;
    }

    .faq-four__shape-1,
    .faq-four__img-2 {
        display: none;
    }

    .counter-five__count-list {
        flex-direction: column;
    }

    .gallery-two__nav {
        display: none;
    }

    .gallery-two__content {
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 28px 10px 30px;
    }

    .gallery-two__text {
        font-size: 18px;
        line-height: 28px;
    }

    .gallery-two__text br {
        display: none;
    }

    .gallery-two__title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px;
    }

    .work-process__shape-1 {
        display: none;
    }

    .testimonial-five__single {
        padding: 40px 20px 40px;
    }

    .testimonial-five__client-info {
        flex-direction: column;
        align-items: baseline;
    }

    .testimonial-five__client-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .testimonial-five__text {
        font-size: 20px;
    }

    .testimonial-five__right {
        margin-left: 0;
        margin-right: 0;
        margin-top: 50px;
    }

    .pricing-four__points-and-btn {
        padding: 20px 20px 52px;
    }

    .team-five__nav {
        display: none;
    }

    .progress-one__progress-list {
        flex-wrap: wrap;
    }

    .progress-one__progress-list li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .progress-one__inner {
        padding: 80px 20px 57px;
    }

    .blog-five__top {
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 60px;
    }

    .blog-five__top .section-title {
        margin-bottom: 48px;
    }

    .blog-five__content {
        padding: 21px 15px 30px;
    }

    .cta-three__left {
        margin-right: 0;
        margin-left: 0;
    }

    .cta-three__shape-2 {
        width: 1000px;
    }

    .cta-three__img-2,
    .cta-three__img-shape {
        display: none;
    }

    .cta-three__right {
        margin-top: 60px;
    }

    .cta-three__title {
        font-size: 45px;
        line-height: 55px;
    }

    .cta-three__text br {
        display: none;
    }

    .cta-three {
        padding: 100px 0 120px;
    }

    .cta-three__input-box {
        flex-direction: column;
        align-items: baseline;
    }

    .cta-three__btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-widget-five__services {
        margin-left: 0;
        margin-top: 52px;
    }

    .footer-widget-five__contact {
        margin-left: 0;
        margin-top: 43px;
    }

    .footer-widget-five__newsletter {
        margin-top: 43px;
    }

    .footer-widget-five__title-box {
        margin-top: 0;
    }

    .site-footer-five__bottom-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer-five__bottom-menu {
        flex-direction: column;
        margin-top: 20px;
    }

    .site-footer-five__bottom-menu li+li {
        margin-left: 0;
    }

    .blog-page__content {
        margin-left: 0;
        margin-right: 0;
        padding: 40px 10px 40px;
    }

    .blog-page__meta {
        gap: 10px;
        flex-direction: column;
    }

    .blog-page__title {
        font-size: 30px;
        line-height: 40px;
    }

    .blog-page__pagination .pg-pagination li {
        display: block;
        margin-right: 0;
    }

    .blog-page__pagination .pg-pagination li+li {
        margin-top: 10px;
    }

    .blog-page {
        padding: 120px 0 120px;
    }

    .blog-details__meta {
        position: relative;
        gap: 10px;
        flex-direction: column;
    }

    .blog-details__title-1 {
        font-size: 35px;
        line-height: 45px;
    }

    .blog-details__quote-box {
        padding: 18px 30px 22px;
        padding-right: 30px;
    }

    .blog-details__img-and-content {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-details__text-box {
        margin-left: 0;
        margin-top: 15px;
    }

    .blog-details__bottom {
        flex-direction: column;
    }

    .blog-details__bottom p {
        text-align: center;
    }

    .blog-details__tags span {
        margin-right: 0;
        padding-bottom: 10px;
        position: relative;
        display: block;
    }

    .blog-details__tags a {
        display: block;
    }

    .blog-details__tags a+a {
        margin-left: 0;
        margin-top: 10px;
    }

    .blog-details__social-list {
        margin-top: 30px;
    }

    .blog-details__pagenation {
        padding: 29px 20px 29px;
        flex-direction: column;
    }

    .blog-details__pagenation::before {
        display: none;
    }

    .blog-details__pagenation li+li {
        margin-top: 20px;
    }

    .comment-one__single {
        flex-direction: column;
        align-items: baseline;
    }

    .comment-one__content {
        margin-left: 0;
        margin-top: 10px;
    }

    .blog-details__icon-and-content-box {
        flex-direction: column;
        align-items: baseline;
    }

    .blog-details__content-box {
        margin-left: 0;
        margin-top: 15px;
    }

    .contact-page__left {
        margin-right: 0;
    }

    .contact-page__right {
        margin-top: 50px;
    }

    .contact-page__title {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-page__contact-list li .content>p br {
        display: none;
    }

    .contact-three {
        padding: 120px 0 120px;
    }

    .project-details__information {
        position: relative;
        right: 0;
        bottom: 0;
        margin-top: 30px;
        padding: 37px 15px 19px;
    }

    .project-details__bottom-right {
        margin-top: 30px;
    }

    .project-details {
        padding: 120px 0 120px;
    }

    .project-details__title {
        font-size: 30px;
        line-height: 40px;
    }

    .project-details__text br {
        display: none;
    }

    .project-details__title-2 {
        font-size: 25px;
        line-height: 35px;
    }

    .project-details__client-box {
        padding: 28px 20px 28px;
        flex-direction: column;
        align-items: baseline;
    }

    .project-details__client-content {
        margin-left: 0;
        margin-top: 20px;
    }

    .services-details {
        padding: 120px 0 120px;
    }

    .services-details__title-1 {
        font-size: 30px;
        line-height: 40px;
    }

    .services-details__bottom-single {
        padding: 62px 20px 40px;
        padding-right: 20px;
    }

    .services-details__sidebar {
        padding: 32px 15px 40px;
    }

    .services-details__sidebar-text br {
        display: none;
    }

    .page-header__inner h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .contact-four {
        padding: 50px 0 120px;
    }

    .faq-five {
        padding: 120px 0 120px;
    }

    .projects-page {
        padding: 120px 0 120px;
    }

    .services-page {
        padding: 120px 0 120px;
    }

    .team-page {
        padding: 120px 0 90px;
    }

    .testimonial-page {
        padding: 120px 0 90px;
    }

    .pricing-page {
        padding: 120px 0 90px;
    }

    .gallery-page {
        padding: 120px 0 110px;
    }

    .faq-page {
        padding: 120px 0 110px;
    }

    .error-page {
        padding: 98px 0 120px;
    }

    .error-page__title {
        font-size: 150px;
        line-height: 150px;
    }

    .error-page__tagline {
        font-size: 35px;
        line-height: 45px;
    }


















}






























@media only screen and (min-width: 1320px) and (max-width: 1500px) {
    .contact-one__right .section-title {
        margin-right: 0;
    }

    .contact-one__right .section-title__title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .success-one__img-box {
        width: 50%;
    }
}


@media only screen and (min-width: 1320px) and (max-width: 1599px) {
    .success-one__img-box {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {
    .faq-three__year {
        position: relative;
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1610px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 1320px) and (max-width: 1350px) {}





































/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .banner-one__top-title {
        font-size: 75px;
    }
}










@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider__content {
        margin-left: 0;
    }

    .main-slider-two #main-slider-pagination {
        align-items: flex-end;
        justify-content: center;
    }

    .main-slider-two__img,
    .main-slider-two__shape-1 {
        /* display: none; */
    }



    .main-slider-three__nav {
        left: auto;
        right: 50px;
    }

    .main-slider-three__shape-1 {
        display: none;
    }

    .main-slider-three__img {
        display: none;
    }

    .main-slider-three__social-box {
        right: 10px;
    }

    .main-slider-four__img-1,
    .main-slider-four__img-2 {
        display: none;
    }





    .banner-one__top-left {
        margin-bottom: 25px;
    }









}






@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider__content {
        margin-left: 0;
        padding: 77px 50px 80px;
    }

    .main-slider__img {
        display: none;
    }


    .main-slider-two #main-slider-pagination {
        align-items: flex-end;
        justify-content: center;
    }

    .main-slider-two__img,
    .main-slider-two__shape-1,
    .main-slider-two__shape-2,
    .main-slider-two__shape-3 {
        /* display: none; */
    }




    .main-slider-three__nav {
        left: auto;
        right: 50px;
    }

    .main-slider-three__shape-1 {
        display: none;
    }

    .main-slider-three__img {
        display: none;
    }

    .main-slider-three__social-box {
        display: none;
    }





    .main-slider-four__img-1,
    .main-slider-four__img-2 {
        display: none;
    }





    .banner-one__top-left {
        margin-bottom: 25px;
    }

    .banner-one__bottom {
        margin-left: 0;
        margin-right: 0;
    }







}







@media only screen and (max-width: 767px) {
    .main-slider__content {
        margin-left: 0;
        padding: 77px 20px 80px;
    }

    .main-slider__img {
        display: none;
    }

    .main-slider__shape-1 {
        display: none;
    }

    .main-slider__title {
        font-size: 35px;
        line-height: 45px;
    }

    .main-slider__text br {
        display: none;
    }

    .main-slider__btn-and-video-box {
        flex-direction: column;
        align-items: baseline;
    }

    .main-slider__video-link {
        margin-left: 0;
        margin-top: 20px;
    }

    #main-slider-pagination {
        display: none;
    }




    .main-slider-two #main-slider-pagination {
        align-items: flex-end;
        justify-content: center;
    }

    .main-slider-two__img,
    .main-slider-two__shape-1,
    .main-slider-two__shape-2,
    .main-slider-two__shape-3 {
        /* display: none; */
    }

    .main-slider-two__title {
        font-size: 35px;
        line-height: 45px;
    }

    .main-slider-two__text br {
        display: none;
    }

    .main-slider-two__btn-and-call-box {
        flex-direction: column;
        align-items: baseline;
    }






    .main-slider-three__nav {
        display: none;
    }

    .main-slider-three__shape-1 {
        display: none;
    }

    .main-slider-three__img {
        display: none;
    }

    .main-slider-three__social-box {
        display: none;
    }

    .main-slider-three__title {
        font-size: 35px;
        line-height: 45px;
    }

    .main-slider-three__text br {
        display: none;
    }

    .main-slider-three__btn-boxes {
        flex-direction: column;
        align-items: baseline;
    }






    .main-slider-four__img-1,
    .main-slider-four__img-2 {
        display: none;
    }

    .main-slider-four__title {
        font-size: 35px;
        line-height: 45px;
    }

    .main-slider-four__title span {
        font-size: 35px;
        line-height: 29px;
    }

    .main-slider-four__text br {
        display: none;
    }

    .main-slider-four__btn-and-call-box {
        gap: 20px;
        flex-direction: column;
        align-items: baseline;
    }




    .banner-one__top-left {
        margin-bottom: 25px;
    }

    .banner-one__top-title {
        font-size: 34px;
        line-height: 44px;
    }

    .banner-one__bottom {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }

    .banner-one__sec-img-1,
    .banner-one__sec-img-2,
    .banner-one__img-shape-2 {
        display: none;
    }






}







@media only screen and (min-width: 1200px) and (max-width: 1470px) {
    .main-slider__content {
        margin-left: 0;
    }
}




@media only screen and (min-width: 1200px) and (max-width: 1450px) {
    .main-slider-two #main-slider-pagination {
        align-items: flex-end;
        justify-content: center;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1650px) {
    .main-slider-three__nav {
        left: auto;
        right: 30px;
    }

    .main-slider-three__shape-1 {
        right: 150px;
    }

    .main-slider-three__img {
        right: 100px;
    }

    .main-slider-four__img-1,
    .main-slider-four__img-2 {
        display: none;
    }


}



/*--------------------------------------------------------------
# Main Menu All Responsive Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1319px) {
    .main-menu__wrapper-inner {
        padding-left: 20px;
    }

    .main-menu__call {
        padding: 22.5px 20px 22.5px;
    }

    .main-menu__menu-box-and-call-box {
        gap: 20px;
    }

    .main-menu__search-box {
        display: none;
    }













}






@media (min-width: 1300px) and (max-width: 1439px) {
    .nav-link {
        font-size: 14px !important;
        padding-left: 0 !important;
        letter-spacing: 2px;

    }

    .logo {
        height: 50px;
        margin-right: 10px !important;
        margin-left: 10px !important;

    }
}



@media (width: 1200px) {
    .nav-link {
        font-size: 13px !important;
        padding-left: 0 !important;


    }

    .logo {
        height: 60px;
        margin-right: 10px !important;
        margin-left: 10px !important;

    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-two__top {
        display: none;
    }

    .main-header-two__logo a {
        padding: 10px 71.5px;
    }



    .main-menu-six .mobile-nav__toggler:hover {
        color: var(--elitecons-white);
    }

    .logo {
        height: 50px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}








@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-two__top {
        display: none;
    }

    .logo1 {
        display: none !important;

    }

    .main-header-two__logo a {
        padding: 10px 71.5px;
    }



    .main-header-four__top {
        display: none;
    }


    .main-menu-six .mobile-nav__toggler:hover {
        color: var(--elitecons-white);
    }






}














@media (max-width: 767px) {
    .main-menu__wrapper-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-menu__call,
    .main-menu__search-box {
        display: none;
    }



    .main-header-two__wrap {
        padding-left: 0;
    }

    .main-header-two__top {
        display: none;
    }

    .main-header-two__logo {
        position: relative;
    }

    .main-header-two__logo a {
        max-width: 250px;
        margin: 0 auto 20px;
        padding: 20px 71.5px;
    }

    .main-menu-two__menu-box-and-btn-box {
        padding-left: 20px;
        padding-right: 20px;
    }






    .main-menu-three__right {
        display: none;
    }



    .main-header-four__top {
        display: none;
    }

    .main-menu-four__right {
        display: none;
    }



    .main-menu-five__right {
        display: none;
    }


    .main-menu-six__right {
        display: none;
    }

    .main-menu-six .mobile-nav__toggler:hover {
        color: var(--elitecons-white);
    }


}









@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    .main-header-two__wrap {
        padding-left: 270px;
    }

    .main-header-two__top-inner {
        padding: 10px 30px 10px;
        padding-right: 30px;
    }

    .main-header-two__contact-list li+li {
        margin-left: 20px;
    }

    .main-menu-two__menu-box-and-btn-box {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-header-two__logo a {
        padding: 35px 56.5px;
    }


}



/* media query 320px */
@media only screen and (min-width: 320px) and (max-width: 374px) {
    .main-slider-three__title {
        font-size: 20px;
        line-height: 15px;
    }

    .services-four__single {
        margin-bottom: 60px;
    }

    .counter-two__count h3 {
        font-size: 45px;
    }

    .main-slider-three__text {
        font-size: 15px;
        line-height: 28px;
    }

    .main-menu-three__wrapper-inner {
        padding: 0 10px;
    }

    .main-menu-three__logo a img {
        max-width: 150px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .thm-btn {
        font-size: 12px;
        padding: 7px 7px 7px;
    }

    .handle-preloader .animation-preloader img {
        max-width: 12rem !important;
    }


    .main-menu-three__right {
        display: flex;
    }

    .main-header-three .main-menu .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .stricky-header.main-menu-three .sticky-header__content .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .about-three__right p {
        font-size: 15px;
    }

    .section-title__title {
        font-size: 25px;
    }

    .learn-more-section h2 {
        font-size: 25px;
    }

    .services-six__top {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 30px;
    }

    .services-six {
        padding-top: 0px;
    }

    .services-six__content {
        text-align: center;
    }

    .counter-two {
        padding: 45px 0 0;
    }

    /* .services-six__title{
        font-size: 25px;
    } */

    .handle-preloader .animation-preloader .spinner {
        left: 1rem;
    }

    .services-six__read-more a {
        font-size: 13px;
    }

    .services-six__title {
        font-size: 18px;
    }

    .contact-two__left .section-title {
        text-align: center;
    }

    .contact-two {
        padding-bottom: 0px;
    }

    .team-three {
        margin-top: -168px;
        padding-bottom: 2rem;
    }

    .footer-widget-three__logo a img {
        max-width: 240px;
    }

    .site-footer-three .site-footer-three__top .container .row .col-xl-4 {
        text-align: center;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    .footer-widget-three__contact-list {
        padding: 0px 0rem 0rem 3rem;
    }

    /* .clientstitle{
        font-size: 25px;
        font-weight: 500;
    } */

    .suppport-system-section .container .services-six__top {
        padding-top: 0px;
    }

    .brands-area {
        padding-top: 0rem !important;
    }

    .brands-area .brand-wrap {
        padding-top: 0rem !important;
    }

    .contact-two__right .text-center {
        text-align: left !important;
    }

    .about-three .it-nw-blog-sh img {
        padding-left: 12rem;
        margin-top: -2rem;
    }

    .projects-page {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

    .services-details {
        padding: 30px 0 0px;
        padding-bottom: 0rem;
    }

    .why-choose-img {
        padding-top: 1rem;
    }

    .why-choose-three {
        padding-top: 3rem !important;
    }

    .main-slider-three__social-box {
        position: absolute;
        top: 423px;
        right: -116px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        transform: rotate(-90deg);
        z-index: 100;
        text-shadow: 0 0 5px #000000, 0 0 5px #000000;
    }

    .services-details .container .row .col-lg-7 {
        padding-bottom: 3rem;
    }
}


/* media query 375px */
@media only screen and (min-width: 375px) and (max-width: 424px) {

    .main-slider-three__title {
        font-size: 30px;
        line-height: 35px;
    }

    .main-slider-three__text {
        font-size: 20px;
        line-height: 35px;
    }

    .main-menu-three__wrapper-inner {
        padding: 0 10px;
    }

    .main-menu-three__logo a img {
        max-width: 150px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .thm-btn {
        font-size: 12px;
        padding: 7px 7px 7px;
    }

    .handle-preloader .animation-preloader img {
        max-width: 15rem !important;
    }


    .main-menu-three__right {
        display: flex;
    }

    .main-header-three .main-menu .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .stricky-header.main-menu-three .sticky-header__content .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .about-three__right p {
        font-size: 15px;
    }

    .section-title__title {
        font-size: 28px;
    }

    .learn-more-section h2 {
        font-size: 25px;
    }

    .services-six__top {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 30px;
    }

    .services-six {
        padding-top: 0px;
    }

    .services-six__content {
        text-align: center;
    }

    .counter-two {
        padding: 45px 0 0;
    }

    /* .services-six__title{
        font-size: 25px;
    } */

    .handle-preloader .animation-preloader .spinner {
        left: 2.5rem;
    }

    .services-six__read-more a {
        font-size: 17px;
    }

    .services-six__title {
        font-size: 22px;
    }

    .contact-two__left .section-title {
        text-align: center;
    }

    .contact-two {
        padding-bottom: 0px;
    }

    .team-three {
        margin-top: -168px;
        padding-bottom: 2rem;
    }

    .footer-widget-three__logo a img {
        max-width: 240px;
    }

    .site-footer-three .site-footer-three__top .container .row .col-xl-4 {
        text-align: center;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    .footer-widget-three__contact-list {
        padding: 0px 0rem 0rem 5rem;
    }

    /* .clientstitle{
    font-size: 25px;
    font-weight: 500;
    } */

    .brands-area {
        padding-top: 0rem !important;
    }

    .brands-area .brand-wrap {
        padding-top: 0rem !important;
    }

    .contact-two__right .text-center {
        text-align: left !important;
    }

    .suppport-system-section .container .services-six__top {
        padding-top: 0px;
    }

    .about-three .it-nw-blog-sh img {
        padding-left: 16rem;
        margin-top: 0rem;
    }

    .projects-page {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

    .services-details {
        padding: 30px 0 0px;
        padding-bottom: 0rem;
    }

    .why-choose-img {
        padding-top: 1rem;
    }

    .why-choose-three {
        padding-top: 3rem !important;
    }

    .main-slider-three__social-box {
        position: absolute;
        top: 423px;
        right: -124px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        transform: rotate(-90deg);
        z-index: 100;
        text-shadow: 0 0 5px #000000, 0 0 5px #000000;
    }

    .services-details .container .row .col-lg-7 {
        padding-bottom: 3rem;
    }

}


/* media query 425px */
@media only screen and (min-width: 425px) and (max-width: 767px) {

    .main-slider-three__title {
        font-size: 30px;
        line-height: 35px;
    }

    .main-slider-three__text {
        font-size: 20px;
        line-height: 35px;
    }

    .main-menu-three__wrapper-inner {
        padding: 0 10px;
    }

    .main-menu-three__logo a img {
        max-width: 200px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .thm-btn {
        font-size: 12px;
        padding: 7px 7px 7px;
    }

    .handle-preloader .animation-preloader img {
        max-width: 15rem !important;
    }


    .main-menu-three__right {
        display: flex;
    }

    .main-header-three .main-menu .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .stricky-header.main-menu-three .sticky-header__content .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .about-three__right p {
        font-size: 15px;
    }

    .section-title__title {
        font-size: 30px;
    }

    .learn-more-section h2 {
        font-size: 25px;
    }

    .services-six__top {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 30px;
    }

    .services-six {
        padding-top: 0px;
    }

    .services-six__content {
        text-align: center;
    }

    .counter-two {
        padding: 45px 0 0;
    }

    /* .services-six__title{
        font-size: 25px;
    } */

    .handle-preloader .animation-preloader .spinner {
        left: 2.5rem;
    }

    .services-six__read-more a {
        font-size: 17px;
    }

    .services-six__title {
        font-size: 22px;
    }

    .contact-two__left .section-title {
        text-align: center;
    }

    .contact-two {
        padding-bottom: 0px;
    }

    .team-three {
        margin-top: -168px;
        padding-bottom: 2rem;
    }

    .footer-widget-three__logo a img {
        max-width: 240px;
    }

    .site-footer-three .site-footer-three__top .container .row .col-xl-4 {
        text-align: center;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    .footer-widget-three__contact-list {
        padding: 0px 1rem 0rem 7rem;
    }

    /* .clientstitle{
    font-size: 25px;
    font-weight: 500;
    } */

    .brands-area {
        padding-top: 0rem !important;
    }

    .brands-area .brand-wrap {
        padding-top: 1rem !important;
    }

    .contact-two__right .text-center {
        text-align: left !important;
    }

    .suppport-system-section .container .services-six__top {
        padding-top: 0px;
    }

    .about-three .it-nw-blog-sh img {
        padding-left: 19rem;
        margin-top: 3rem;
    }

    .projects-page {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

    .services-details {
        padding: 30px 0 0px;
        padding-bottom: 0rem;
    }

    .why-choose-img {
        padding-top: 1rem;
    }

    .why-choose-three {
        padding-top: 3rem !important;
    }


    .main-slider-three__social-box {
        position: absolute;
        top: 384px;
        right: -120px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        transform: rotate(-90deg);
        z-index: 100;
        text-shadow: 0 0 5px #000000, 0 0 5px #000000;
    }

    .services-details .container .row .col-lg-7 {
        padding-bottom: 3rem;
    }
}


/* media query 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .main-slider-three__title {
        font-size: 40px;
        line-height: 25px;
    }

    .main-slider-three__text {
        font-size: 20px;
        line-height: 35px;
    }

    .main-menu-three__wrapper-inner {
        padding: 0 10px;
    }

    .main-menu-three__logo a img {
        max-width: 200px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .thm-btn {
        font-size: 12px;
        padding: 7px 7px 7px;
    }

    .handle-preloader .animation-preloader img {
        max-width: 20rem !important;
    }


    .main-menu-three__right {
        display: flex;
    }

    .main-header-three .main-menu .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .stricky-header.main-menu-three .sticky-header__content .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .about-three__right p {
        font-size: 15px;
    }

    .section-title__title {
        font-size: 45px;
    }

    .about-title {
        font-size: 45px !important;
    }

    .learn-more-section h2 {
        font-size: 45px;
    }

    .services-six__top {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 30px;
    }

    .services-six {
        padding-top: 0px;
    }

    .services-six__content {
        text-align: center;
    }

    .counter-two {
        padding: 45px 0 0;
    }

    /* .services-six__title{
        font-size: 25px;
    } */

    .handle-preloader .animation-preloader .spinner {
        left: 0.5rem;
    }

    .services-six__read-more a {
        font-size: 17px;
    }

    .services-six__title {
        font-size: 20px;
    }

    .contact-two__left .section-title {
        text-align: center;
    }

    .contact-two {
        padding-bottom: 0px;
    }

    .team-three {
        margin-top: -168px;
        padding-bottom: 2rem;
    }

    .footer-widget-three__logo a img {
        max-width: 240px;
    }

    .site-footer-three .site-footer-three__top .container .row .col-xl-4 {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    /* .footer-widget-three__contact-list{
        padding: 0px 1rem 0rem 5rem;
    } */

    /* .clientstitle{
    font-size: 25px;
    font-weight: 500;
} */

    .brands-area {
        padding-top: 0rem !important;
    }

    .brands-area .brand-wrap {
        padding-top: 0rem !important;
    }

    .contact-two__right .text-center {
        text-align: left !important;
    }

    .main-slider-three__btn-box-1 {
        padding-left: 2rem;
    }

    .suppport-system-section .container .services-six__top {
        padding-top: 0px;
    }

    .footer-widget-three__contact {
        margin-top: 10px;
    }

    .footer-widget-three__link {
        margin-top: 10px;
    }

    .footer-widget-three__title-box {
        margin-bottom: 15px;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    .footer-widget-three__contact-list li .content {
        margin-left: 14px;
    }

    .contact-two__right .recaptcha {
        max-width: 20px;
    }

    .about-three .it-nw-blog-sh img {
        padding-left: 40rem;
        margin-top: -7rem;
    }

    .projects-page {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

    .services-details {
        padding: 30px 0 0px;
        padding-bottom: 0rem;
    }

    .main-slider-three__social-box {
        position: absolute;
        top: 384px;
        right: -120px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        transform: rotate(-90deg);
        z-index: 100;
        text-shadow: 0 0 5px #000000, 0 0 5px #000000;
    }

    .about-three__right {
        margin: -26px auto 0;
    }

    .contact-two .section-title__title {
        text-align: justify;
    }

    .our-vision-secton {
        padding-bottom: 3rem;
    }

    .why-choose-three .container .row .our-vision h2 {
        margin-bottom: 5px !important;
    }

    .about-three__img {
        padding-top: 3rem;
    }

    .services-details .container .row .col-lg-7 {
        padding-bottom: 3rem;
    }

}

/* media query 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {

    .main-slider-three__title {
        font-size: 40px;
        line-height: 25px;
    }

    .main-slider-three__text {
        font-size: 20px;
        line-height: 35px;
    }

    .main-menu-three__wrapper-inner {
        padding: 0 10px;
    }

    .main-menu-three__logo a img {
        max-width: 200px;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    .thm-btn {
        font-size: 12px;
        padding: 7px 7px 7px;
    }

    .handle-preloader .animation-preloader img {
        max-width: 20rem !important;
    }


    .main-menu-three__right {
        display: flex;
    }

    .main-header-three .main-menu .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .stricky-header.main-menu-three .sticky-header__content .main-menu-three__wrapper .container .main-menu-three__wrapper-inner .main-menu-three__right {
        display: none !important;
    }

    .about-three__right p {
        font-size: 15px;
    }

    .section-title__title {
        font-size: 45px;
    }

    .about-title {
        font-size: 45px !important;
    }

    .learn-more-section h2 {
        font-size: 45px;
    }

    .services-six__top {
        flex-direction: row;
        padding-top: 2rem;
        padding-bottom: 30px;
    }

    .services-six {
        padding-top: 0px;
    }

    .services-six__content {
        text-align: center;
    }

    .counter-two {
        padding: 45px 0 0;
    }

    /* .services-six__title{
        font-size: 25px;
    } */

    .handle-preloader .animation-preloader .spinner {
        left: 0.5rem;
    }

    .services-six__read-more a {
        font-size: 17px;
    }

    .services-six__title {
        font-size: 20px;
    }

    .contact-two__left .section-title {
        text-align: center;
    }

    .contact-two {
        padding-bottom: 0px;
    }

    .team-three {
        margin-top: -168px;
        padding-bottom: 2rem;
    }

    .footer-widget-three__logo a img {
        max-width: 240px;
    }

    .site-footer-three .site-footer-three__top .container .row .col-xl-4 {
        text-align: center;
        padding-right: 0px;
        padding-left: 0px;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 13px;
    }

    /* .footer-widget-three__contact-list{
        padding: 0px 1rem 0rem 5rem;
    } */

    /* .clientstitle{
    font-size: 25px;
    font-weight: 500;
} */

    .brands-area {
        padding-top: 0rem !important;
    }

    .brands-area .brand-wrap {
        padding-top: 0rem !important;
    }

    .contact-two__right .text-center {
        text-align: left !important;
    }

    .main-slider-three__btn-box-1 {
        padding-left: 2rem;
    }

    .suppport-system-section .container .services-six__top {
        padding-top: 0px;
    }

    .footer-widget-three__contact {
        margin-top: 10px;
    }

    .footer-widget-three__link {
        margin-top: 10px;
    }

    .footer-widget-three__title-box {
        margin-bottom: 15px;
    }

    .footer-widget-three__contact-list li .content>p {
        font-size: 17px;
    }

    .footer-widget-three__contact-list li .content {
        margin-left: 14px;
    }

    .contact-two__right .recaptcha {
        max-width: 20px;
    }

    .about-three .it-nw-blog-sh img {
        padding-left: 56rem;
        margin-top: -7rem;
    }

    .projects-page {
        padding-top: 0px;
        padding-bottom: 30px !important;
    }

    .services-details {
        padding: 30px 0 0px;
    }

    .about-three__right {
        margin-top: 0px;
    }

    .main-slider-three__nav {
        left: auto;
        right: 108px;
    }

    .main-slider-three__social-box {
        right: -81px;
    }

    .contact-two .section-title__title {
        text-align: justify;
    }

}

/* media query 1440px */
@media (min-width: 1440px) {

    .main-slider-three__title {
        font-size: 40px;
        line-height: 25px;
    }

    .main-slider-three__text {
        font-size: 20px;
        line-height: 35px;
    }


}


/* ==============================================================
    media query by mohamed fathy
===================================================================*/

/* media query 320px */
@media only screen and (min-width: 320px) and (max-width: 374px) {

    .copy-right .container-copyright p {
        font-size: 13px;
    }

    .services-four__title {
        font-size: 14px !important;
        margin: 0;
        paddin: 5px;
    }

    .first-nav-mobile {
        font-size: 11px !important;
    }

    .main-slider-two__sub-title {
        text-shadow: #464646 0 0 5px, #464646 0 0 5px;
        font-size: 12px;
    }

    .about-one__img img {
        height: 0%;
    }

    .about-one__right .justify-content-center {
        justify-content: left !important;
    }

    .section-title__tagline-box {
        padding-bottom: 1rem;
    }

    .counter-two {
        max-height: 80rem !important;
    }

    .about-one__right .about-one__text {
        font-size: 15px;
        text-align: justify !important;
    }

    .services-four__text {
        font-size: 12px;
    }

    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 11px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .testimonial-box {
        padding-bottom: 3rem;
    }

    .logo-container-footer {
        width: 45%;
    }

    .footer-widget-two__title {
        text-align: center;
    }

    .footer-widget-two__service-list {
        padding-left: 5rem;
    }

    .footer-widget-two__contact-list {
        padding-left: 2rem;
    }

    .footer-widget-two__contact-list li .content {
        direction: ltr;
    }

    .main-slider-two__btn-and-call-box .main-slider-two__btn-box {
        border-radius: 3px;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }
}

/* media query 375px */
@media only screen and (min-width: 375px) and (max-width: 424px) {
    .services-four__title {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .first-nav-mobile {
        font-size: 16px !important;
    }

    .main-slider-two__sub-title {
        text-shadow: #464646 0 0 5px, #464646 0 0 5px;
    }

    .about-one__img img {
        height: 0%;
    }

    .about-one__right .justify-content-center {
        justify-content: left !important;
    }

    .section-title__tagline-box {
        padding-bottom: 1rem;
    }

    .counter-two {
        max-height: 80rem !important;
    }

    .about-one__right .about-one__text {
        font-size: 15px;
    }

    .services-four__text {
        font-size: 12px;
    }

    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 11px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .testimonial-box {
        padding-bottom: 3rem;
    }

    .logo-container-footer {
        width: 45%;
    }

    .footer-widget-two__title {
        text-align: center;
    }

    .footer-widget-two__service-list {
        padding-left: 5rem;
    }

    .footer-widget-two__contact-list {
        padding-left: 2rem;
    }

    .footer-widget-two__contact-list li .content {
        direction: ltr;
    }

    .main-slider-two__btn-and-call-box .main-slider-two__btn-box {
        border-radius: 3px;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

}


/* media query 425px */
@media only screen and (min-width: 425px) and (max-width: 767px) {
    .services-four__title {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .first-nav-mobile {
        font-size: 16px !important;
    }

    .main-slider-two__sub-title {
        text-shadow: #464646 0 0 5px, #464646 0 0 5px;
    }

    .about-one__img img {
        height: 0%;
    }

    .about-one__right .justify-content-center {
        justify-content: left !important;
    }

    .section-title__tagline-box {
        padding-bottom: 1rem;
    }

    .counter-two {
        max-height: 80rem !important;
    }

    .about-one__right .about-one__text {
        font-size: 15px;
    }

    .services-four__text {
        font-size: 15px;
    }

    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 14px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .testimonial-box {
        padding-bottom: 3rem;
    }

    .logo-container-footer {
        width: 45%;
    }

    .footer-widget-two__title {
        text-align: center;
    }

    .footer-widget-two__service-list {
        padding-left: 8rem;
    }

    .footer-widget-two__contact-list {
        padding-left: 5rem;
    }

    .footer-widget-two__contact-list li .content {
        direction: ltr;
    }

    .main-slider-two__btn-and-call-box .main-slider-two__btn-box {
        border-radius: 3px;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

    .testimonials-wrap .container h2 {
        direction: ltr;
    }

    .navbar-nav {
        align-items: start !important;
        justify-content: start !important;
    }

}

@media only screen and (max-width: 425px) {
    .logo-two {
        visibility: hidden !important;
    }

    .navbar-toggler {
        /* margin-right: -100px; */
    }

    .container-fluid {
        height: 70px;
    }

    .navbar {
        /* margin-top: 30px !important; */
    }

    .navbar-collapse {
        background-color: var(--elitecons-modern-one);
        padding: 20px;
        margin-top: -40px;
        border-radius: 10px;
    }

    #small-nav {
        display: none !important;
    }

    .footer-widget-two__title-box {
        margin-top: 80px;
    }

    .main-slider-two__sub-title {
        line-height: 30px;
    }

    .about-one {
        padding-top: 100px;
    }

    .services-four {
        /* padding-top: 20px; */

    }

    .services-four__content2 {
        height: 500px !important;
        margin: 0 !important;
    }

    .services-four__title {
        font-size: 13px;
    }

    .services-four__text {
        font-size: 12px !important;
    }

    .form-container {
        margin: 0 !important;
    }
}

@media only screen and (width: 425px) {
    .services-four__text {
        text-align: right;
    }

    .services-four__content {
        padding-bottom: 240px !important;
        height: 480px !important;

    }
}

@media only screen and (max-width: 1200px) {
    .services-four__text {
        font-size: 18px;
    }
}

@media only screen and (width: 1024px) {
    .services-four__text {
        font-size: 17px;
    }

    .services-four__content1 {
        height: 520px !important;
    }

    /* .services-four__title {
        font-size: 15px;
    } */
}

@media only screen and (width: 425px) {
    .services-four__text {
        font-size: 14px;
        text-align: left;
    }
}

/* media query 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .services-four__title {
        font-size: 17px;
        margin-bottom: 0px;
    }

    /* .first-nav-mobile{
        font-size: 15px !important;
    } */

    .main-slider-two__sub-title {
        text-shadow: #464646 0 0 5px, #464646 0 0 5px;
    }

    .about-one__img img {
        height: 0%;
    }

    .about-one__right .justify-content-center {
        justify-content: left !important;
    }

    .section-title__tagline-box {
        padding-bottom: 1rem;
    }

    .counter-two {
        max-height: 80rem !important;
    }

    .about-one__right .about-one__text {
        font-size: 15px;
    }

    .services-four__text {
        font-size: 15px;
    }

    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 14px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .testimonial-box {
        padding-bottom: 3rem;
    }

    .logo-container-footer {
        width: 70%;
    }

    .footer-widget-two__title {
        text-align: center;
    }

    /* .footer-widget-two__service-list{
        padding-right: 8rem;
    }
    .footer-widget-two__contact-list{
        padding-right: 5rem;
    } */

    .footer-widget-two__contact-list li .content {
        direction: ltr;
    }

    .main-slider-two__btn-and-call-box .main-slider-two__btn-box {
        border-radius: 3px;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

    /* .about-one__right{
        margin: -29px auto 0;
    }
 */

    .services-four .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .container h2 {
        direction: ltr;
    }

    .team-five .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .navbar-nav {
        align-items: start !important;
        justify-content: start !important;
    }

}

/* media query 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 14px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .nav-link {
        /* font-size: 18px !important; */
        /* font-weight: 400 !important; */
        /* letter-spacing: 1px; */

    }

    .services-four .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .container h2 {
        direction: ltr;
    }

    .team-five .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .main-slider-two__btn-and-call-box .main-slider-two__btn-box {
        border-radius: 3px;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    }

}

@media (max-width: 1024px) {
    .nav-link {
        font-size: 14px !important;


    }

    .site-footer-two__social>a {
        font-size: 10px !important;
        margin-top: 10px !important;
    }

    .lang-btn {
        font-size: 15px !important;

    }

    .navbar-nav {
        padding: 0;
    }

    .site-footer-two__social>a+a {
        margin-right: 8 px;
    }

    a.dropdown-item {
        font-size: 12px !important;
    }

    .logo,
    .logo-two {
        /* height: 40px !important; */
    }

    .services-four__content {
        height: 390px !important;

    }
}

@media (min-width: 1601px) {

    .nav-link {
        font-size: 18px !important;
        font-weight: 400 !important;
        letter-spacing: 2px;
    }

    /* .logo{
    margin-right: 40px !important;
        margin-left: 40px !important;

} */
}

@media (min-width: 1440px) and (max-width: 1600px) {

    .testimonial-content .text-justify {
        text-align: justify !important;
        font-size: 17px;
        /* direction: rtl; */
    }

    /* .owl-carousel .animated{
        text-align: right;
    } */

    .nav-link {
        font-size: 20px !important;
        font-weight: 400 !important;
        /* letter-spacing: 2px; */
    }

    .logo {
        height: 65px;
    }

    .services-four .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .testimonials-wrap .container h2 {
        direction: ltr;
    }

    .team-five .section-title__tagline-box {
        padding-bottom: 2rem;
    }

    .first-nav-mobile {
        font-size: 16px !important;
    }
}


@media (width: 1440px) {
    .nav-link {
        font-size: 18px !important;
        padding-left: 0 !important;


    }

    .logo {
        height: 58px;
        /* margin-right: 40px !important;
        margin-left: 40px !important; */

    }
}

.icon-angle-left {
    color: #7B797F !important;
}

.site-footer-three_bottom-text {
    font-size: 14px;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px, rgba(0, 0, 0, 0.5) 2px 2px 4px;
}

.subscribe-input {
    border-radius: 10px;
}

.about-shape {
    opacity: 15%;
    animation: topBottom 5s ease-in-out infinite reverse;
    z-index: -1;
}

.icon-angle-right {
    color: #7B797F !important;
}

.icon-arrow-up-2 {
    /* color: var(--elitecons-modern-two) !important; */
}

.text-justify {
    text-align: justify !important;
}

.toastr {
    text-size: 50rem;
}

.services-four__single {
    gap: 10px !important;
}

.navbar-nav {
    /* padding: 0; */
}

.navbar-brand {
    margin-right: 0 !important;
}

.dashboard-warning {
    color: #f83c3c;
    background-color: #212121;
}

.testimonial-item .name,
.testimonial-item .position,
.testimonial-item .review-desc {
    font-family: "Handlee", cursive !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.footer-left-icon {
    color: rgb(26, 150, 181) !important;
    font-size: 13px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--elitecons-modern-three);
}

.nice-select .list {
    background-color: var(--elitecons-modern-two);
}

.swiper-wrapper-partner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
@media (width: 1024px) {
.services-four__content2{
    height: 500px !important;
}
}

@media (width: 768px) {
    .services-four__content {
        height: 350px !important;
    }

    .main-slider-two__title {
        font-size: 30px;
    }
}

@media (width: 425px) {
    .services-four__content {
        height: 450px !important;
    }

    .marquee {
        padding: 0 !important;
    }

    .main-slider-two__title {
        font-size: 20px;
    }

    .main-slider-two .container {
        padding-top: 150px;
    }
}

@media (width: 400px) {
    .services-four__content {
        height: 580px !important;
    }

    .marquee {
        padding: 0 !important;
    }

    .main-slider-two__title {
        font-size: 15px;
    }

    .main-slider-two .container {
        padding-top: 150px;
    }

    .services-four__text {
        font-size: 12px;
    }

    .services-four__content2 {
        height: 550px !important;
        margin: 0 !important;
    }
}
