/* * {
	will-change: transform;
	transform: translateY(0);
} */

body {
    font-family: Urbanist;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #777c90;
    font-display: swap;
}

.main-page-wrapper {
    overflow-x: hidden
}

.fix {
    overflow: hidden
}

.button,
a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: #11b6e8;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none
}

button:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Urbanist;
    color: #181818;
    line-height: 1.4;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.list-none {
    margin: 0;
    padding: 0;
}

p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    font-family: Urbanist;
    color: #777c90;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid rgab(white, .1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #181818;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

.overlay-bg {
    position: relative;
    z-index: 2;
}

.overlay-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.dark #preloader {
    background-color: #232323;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px
}

.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #11b6e8;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

#scrollUp {
    background: #11b6e8;
    width: 40px !important;
    height: 40px;
    position: fixed !important;
    z-index: 999 !important;
    right: 25px !important;
    bottom: 40px !important;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: block;
}

#scrollUp i {
    color: #fff
}

.overlay-soft {
    position: relative;
    z-index: 1
}

.overlay-soft::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""
}

[data-overlay=light]::before {
    background-color: #fff
}

[data-overlay=dark]::before {
    background-color: #11b6e8
}

[data-opacity="1"]::before {
    opacity: .1
}

[data-opacity="2"]::before {
    opacity: .2
}

[data-opacity="3"]::before {
    opacity: .3
}

[data-opacity="4"]::before {
    opacity: .4
}

[data-opacity="5"]::before {
    opacity: .5
}

[data-opacity="6"]::before {
    opacity: .6
}

[data-opacity="7"]::before {
    opacity: .7
}

[data-opacity="8"]::before {
    opacity: .8
}

[data-opacity="9"]::before {
    opacity: .9
}

.header-custom-container {
    max-width: 1480px
}

.main-header-area {
    position: relative;
    width: 100%;
    left: 0;
    z-index: 999
}

.logo-area img {
    max-width: 100%
}

.logo-area .front {
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.logo-area .back {
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    width: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.hamburger-menu {
    display: inline-block
}

.round-menu {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .2);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: 42px;
}

@media (max-width:1480px) {
    .round-menu {
        margin: 20px;
    }
}

.round-menu i {
    color: #fff
}

.offset-sidebar {
    display: block;
    margin-top: 30px
}

.offset-widget i {
    color: #11b6e8;
    font-size: 24px
}

.main-menu {
    position: relative;
    z-index: 11
}

.main-menu ul {
    padding: 0;
    margin: 0
}

.main-menu ul li {
    list-style: none;
    position: relative;
    z-index: 1;
    display: inline-block
}

.main-menu ul li:last-child a {
    margin-right: 0
}

.main-menu ul li:last-child a:before {
    display: none
}

.main-menu ul li.active {
    color: #181818
}

.main-menu ul li.active a {
    color: #181818
}

.main-menu ul li a {
    color: #fff;
    font-family: Urbanist;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 60px 0 0;
    padding: 19px 0 20px 0
}

@media only screen and (max-width:1600px) {
    .main-menu ul li a {
        margin: 0 40px 0 0
    }
}

.main-menu ul li .drop::before {
    content: "\F282";
    font-family: bootstrap-icons;
    font-weight: 700;
    position: absolute;
    font-size: 13px;
    right: -16px;
    top: 21px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .main-menu ul li a::before {
        display: none
    }
}

.main-menu ul li a::after {
    display: none
}

.main-menu ul li a:hover {
    color: #11b6e8
}

.main-menu ul li a i {
    font-size: 14px
}

.main-menu ul li:hover>a {
    color: #11b6e8
}

.main-menu ul li ul.sub-menu {
    border: 0;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    display: block;
    right: 0;
    left: 0;
    padding: 0;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    min-width: 220px;
    box-shadow: 0 30px 70px 0 rgba(0, 0, 0, .05);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-menu ul li ul.sub-menu li {
    display: block;
    position: relative
}

.main-menu ul li ul.sub-menu li ul.sub-menu {
    position: absolute;
    right: 0;
    left: 100%;
    top: 0
}

.main-menu ul li ul.sub-menu li a {
    color: #181818;
    font-size: 14px;
    font-family: Urbanist;
    font-weight: 500;
    padding: 14px 25px;
    display: block;
    transition: all .3s ease-in-out;
    width: 100%
}

.main-menu ul li ul.sub-menu li a::before {
    display: none
}

.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
    float: right
}

.main-menu ul li ul.sub-menu li a.active,
.main-menu ul li ul.sub-menu li a:hover {
    color: #fff;
    background-color: transparent;
    background: #11b6e8
}

.main-menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.sticky-menu {
    position: fixed;
    background: #181818;
    top: 0;
    animation: .3s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    padding-top: 0;
    padding-bottom: 0
}

.sticky-menu .hamburger-menu {
    top: 17px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sticky-menu .hamburger-menu {
        top: 35px
    }
}

.theme-menu-one {
    border-bottom: 2px solid rgba(248, 249, 252, .05)
}

.theme-menu-one .main-menu ul li a {
    padding: 25px 0 25px 0
}

.theme-menu-one .main-menu ul li a::before {
    top: 25px
}

.theme-menu-one .sticky-menu {
    padding: 15px 0
}

.theme-menu-one .sticky-menu .menu-list {
    margin: 0
}

.theme-menu-one .sticky-menu .top__header__info {
    display: none
}

.theme-menu-one .top__header__info {
    border-bottom: 1px solid rgba(248, 249, 252, .05)
}

.theme-menu-one .header-info {
    position: relative;
    z-index: 1010
}

.custom-border {
    border-left: 2px solid rgba(248, 249, 252, .05);
    position: relative;
    z-index: 100
}

.header-info {
    list-style: none
}

.header-info>li {
    position: relative;
    z-index: 1;
    padding-left: 55px;
    margin-right: 50px
}

.header-info>li:first-child {
    padding-left: 0
}

.header-info>li::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 2px;
    background: #fff;
    top: 20px;
    right: -55px;
    z-index: 1
}

.header-info>li:last-child::before {
    display: none
}

@media only screen and (max-width:1600px) {
    .header-info>li {
        margin-right: 15px;
        padding-left: 55px
    }
    .header-info>li::before {
        display: none
    }
}

.header-info-box {
    display: flex;
    align-items: center
}

.header-info-box .ht_btn::before {
    background-color: #fff !important;
    -webkit-background-color: #fff !important
}

.header-info-box .ht_btn {
    padding: 20px 30px
}

.header-info-box .icon {
    margin-right: 10px
}

.header-info-box .text-content span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: Urbanist
}

.header-info-box .text-content h6 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-family: Urbanist
}

.right-language .dropdown {
    line-height: 1
}

.right-language .language-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px
}

.right-language .language-btn i {
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.right-language .language-btn::after {
    color: #181818
}

.right-language .dropdown-menu {
    min-width: 170px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 25px 50px 0 rgba(213, 216, 223, .5);
    border: 1px solid #f8f8f8;
    border-radius: 0;
    top: 20px;
    text-align: left
}

.right-language .dropdown-menu li {
    display: block
}

.right-language .dropdown-menu li a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #181818;
    line-height: 35px;
    text-transform: uppercase
}

.right-language .dropdown-menu li a:hover {
    color: #fff;
    background: #11b6e8
}

.social_media a {
    color: #11b6e8;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #11b6e81f
}

.social_media a:hover {
    color: #fff;
    background: #11b6e8
}

.theme-menu-two .header-info {
    position: relative;
    z-index: 1011
}

.theme-menu-two .header-info li:last-child {
    margin-right: 0
}

.theme-menu-two .main-header-area {
    background: linear-gradient(135deg, rgba(255, 255, 255, .09) 0, rgba(255, 255, 255, .03) 100%);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, .09) 0, rgba(255, 255, 255, .03) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .09) 0, rgba(255, 255, 255, .03) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .09) 0, rgba(255, 255, 255, .03) 100%);
    background: o-linear-gradient(135deg, rgba(255, 255, 255, .09) 0, rgba(255, 255, 255, .03) 100%);
    backdrop-filter: blur(7.5px)
}

.theme-menu-two .main-header-area .menu-list {
    margin: 0;
    padding: 0
}

.theme-menu-two .sticky-menu {
    background: #181818 !important;
    padding: 10px 0
}

.page-title-area {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.page-title-area::before {
    content: "";
    position: absolute;
    background: rgba(24, 24, 24, .1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.page-title-area .page-title-shape {
    position: absolute;
    z-index: 1
}

.page-title-area .page-title-shape.shape-one {
    bottom: 40px;
    left: 0
}

.page-title-area .page-title-shape.shape-two {
    bottom: 70px;
    right: 250px;
    animation: float-bob-y 5s infinite linear
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

.page-title-wrapper {
    position: relative;
    z-index: 2
}

.page-title-wrapper .page-title {
    color: #fff;
    font-size: 58px;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .page-title-wrapper .page-title {
        font-size: 38px
    }
}

@media (max-width:767px) {
    .page-title-wrapper .page-title {
        font-size: 32px
    }
}

ul.breadcrumb {
    display: inline-block;
    padding: 12px 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    backdrop-filter: blur(12.5px)
}

ul.breadcrumb li {
    display: inline-block
}

ul.breadcrumb li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 1
}

ul.breadcrumb li a::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 2px;
    height: 18px;
    right: -1px;
    top: 1px;
    z-index: 1;
    transform: rotate(14deg)
}

ul.breadcrumb li.active {
    color: #fff;
    font-weight: 700
}

@media only screen and (max-width:1200px) {
    ul.breadcrumb {
        padding: 5px 15px
    }
    ul.breadcrumb li a {
        font-size: 18px
    }
}

@media only screen and (max-width:767.98px) {
    ul.breadcrumb {
        padding: 5px 5px
    }
}


/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: 0 0;
    padding: 4px 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: 0 0;
    margin-top: 0
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 0;
    margin: 0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: .5em 0;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    visibility: visible;
    font-size: 16px
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 100%;
    padding: 1em 0
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 21px;
    line-height: 21px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    border: none !important
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0, 0, 0, .9)
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -400px;
    width: 400px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #181818;
    z-index: 1900;
    -webkit-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .6s cubic-bezier(.785, .135, .15, .86);
    transition: all .6s cubic-bezier(.785, .135, .15, .86);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slide-bar {
        width: 350px
    }
}

@media (max-width:767px) {
    .slide-bar {
        width: 310px;
        padding: 25px 16px
    }
}

.slide-bar.show {
    right: 0
}

.open-mobile-menu {
    display: inline-block
}

.catalouge-section h4 {
    color: #11b6e8;
}

.catalouge-title span {
    color: #000;
}

.pump-catalouge .industry_btn {
    text-align: end;
}

@media (max-width:767px) {
    .catalouge-section {
        text-align: center !important;
    }
    .pump-catalouge .industry_btn {
        text-align: center;
    }
}

.open-mobile-menu a {
    display: block;
    width: 50px;
    height: 50px;
    background: #212121;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff
}

.open-mobile-menu a:hover {
    background: #11b6e8
}

.open-mobile-menu a.active {
    background: #11b6e8
}

.close-mobile-menu a {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
    left: 0
}

.close-mobile-menu a:hover {
    color: #11b6e8
}

.on-side {
    overflow: hidden
}

.body-overlay {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.body-overlay.active {
    opacity: 1;
    display: block
}

.offset-widget.offset-logo {
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px
}

.offset-widget .info-widget .offset-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff
}

.offset-widget .info-widget p {
    color: #fff
}

.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 18px
}

.offset-widget .info-widget.info-widget2 p i {
    margin-right: 7px;
    color: #fff
}

.fw-exbold {
    font-weight: 800
}

.fw-bold {
    font-weight: 700
}

.fw-semi {
    font-weight: 600
}

.fw-medium {
    font-weight: 500
}

.fw-normal {
    font-weight: 400
}

.fw-light {
    font-weight: 300
}

.fw-thin {
    font-weight: 100
}

.fs-20 {
    font-size: 20px
}

.fs-18 {
    font-size: 18px
}

.fs-17 {
    font-size: 17px !important
}

.fs-14 {
    font-size: 14px
}

.fs-12 {
    font-size: 12px
}

.grey-bg {
    background: #f8f9fc
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #181818
}

.heding-bg {
    background: #181818
}

.theme-bg {
    background: #11b6e8
}

.text-white {
    color: #fff
}

.text-prime {
    color: #11b6e8
}

.text-black {
    color: #000
}

.text-theme {
    color: #11b6e8
}

.text-body {
    color: #777c90
}

.text-heding {
    color: #181818
}

.body-font {
    font-family: Urbanist
}

.heding-font {
    font-family: Urbanist
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.capitalize {
    text-transform: lowercase
}

.bg-none {
    background: 0 0
}

@keyframes rotation {
    to {
        transform: rotate(360deg)
    }
}

.ht_btn {
    overflow: hidden;
    color: #fff !important;
    background: #11b6e8;
    font-size: 16px;
    font-family: Urbanist;
    font-weight: 700;
    line-height: 16px;
    padding: 22px 33px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    transition: all;
    text-transform: uppercase;
    z-index: 3
}

.industry_btn .ht_btn {
    padding: 22px 25px;
}

.ht_btn img {
    margin-top: -2px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ht_btn::before {
    content: "";
    background: #181818;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ht_btn:hover {
    color: #11b6e8 !important
}

.ht_btn:hover::before {
    width: 100%
}

.ht_btn:hover img {
    filter: invert(40%) sepia(100%) saturate(4672%) hue-rotate(172deg) brightness(98%) contrast(100%)
}

.ht_btn.hover-bg::before {
    background: #181818
}

.ht_btn.hover-bg:hover::before {
    width: 100%
}

.ht_btn.ht_btn2:hover {
    color: #fff
}

.ht_btn.ht_btn2:hover img {
    filter: invert(1)
}

.ht_btn.blog_btn {
    padding: 14px 27px
}

.ht_btn.blog_btn::before {
    background: #181818
}

.ht_btn.blog_btn:hover {
    color: #fff
}

.ht_btn.blog_btn:hover img {
    filter: invert(0)
}

.cta__area .ht_btn::before,
.theme__main__banner .ht_btn::before {
    background: #fff
}

.ht-blog-btn .ht_btn {
    font-size: 16px;
    line-height: 21px;
    padding: 10px 20px 10px 20px
}

.widget__btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: #11b6e8;
    display: block;
    width: 100%;
    border: 0;
    height: 50px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.widget__btn:hover {
    color: #11b6e8;
    background: #fff
}

.sub__title__one {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase
}

@media only screen and (max-width:1600px) {
    .sub__title__one {
        font-size: 20px
    }
}

.snake-line {
    margin-top: -5px
}

.section__title__one {
    font-size: 48px;
    line-height: 1.2
}

.section__title__one span {
    color: #11b6e8
}

@media only screen and (max-width:1600px) {
    .section__title__one {
        font-size: 36px
    }
}

@media only screen and (max-width:1200px) {
    .section__title__one {
        font-size: 32px
    }
}

@media only screen and (max-width:991.98px) {
    .section__title__one {
        font-size: 28px
    }
}

.big-style-text {
    font-size: 250px;
    z-index: -1;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(24, 24, 24, 0.05)
}

@media only screen and (max-width:1800px) {
    .big-style-text {
        font-size: 100px
    }
}

@media only screen and (max-width:991.98px) {
    .big-style-text {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .big-style-text {
        font-size: 58px
    }
}

.single__box__title {
    font-size: 28px
}

@media only screen and (max-width:1600px) {
    .single__box__title {
        font-size: 22px
    }
}

.single__box {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100%;
    flex-direction: column
}

.single__box a:hover {
    color: inherit;
}

.blog__title {
    font-size: 28px;
    line-height: 1.3
}

@media only screen and (max-width:1200px) {
    .blog__title {
        font-size: 22px
    }
}

.sub__title__two {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5
}

@media (max-width:767px) {
    .sub__title__two {
        font-size: 20px
    }
}

.sub__title__three {
    color: #11b6e8;
    font-size: 20px;
    font-weight: 600;
    background: #11b6e81c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px
}

.theme__main__banner {
    position: relative;
    z-index: 1;
    max-height: calc(100vh - 151px);
}

@media (max-width:1480px) and (min-width:1235px) {
    .theme__main__banner {
        max-height: calc(100vh - 171px);
    }
}

@media (max-width:1234px) and (min-width:1200px) {
    .theme__main__banner {
        max-height: calc(100vh - 217px);
    }
}

.theme__main__banner .shapes__blur {
    position: absolute;
    z-index: -1;
    border-radius: 536px;
    opacity: .20000000298023224;
    background: #11b6e8;
    filter: blur(150px);
    width: 536px;
    height: 536px;
    display: inline-block;
    top: 128px;
    right: 37.86%
}

.theme__main__banner .shapes {
    position: absolute;
    z-index: -1
}

.theme__main__banner .shapes.shapes__1 {
    top: 0;
    left: 0
}

.theme__main__banner .shapes.shapes__2 {
    bottom: 0;
    left: 0
}

.theme__main__banner .shapes.shapes.shapes__3 {
    top: 117px;
    right: 77.6%;
    border-radius: 50%
}

.circular__box {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100px;
    left: 100px;
    right: 0;
}

.hero__img {
    position: relative;
}

.circular__box .circular__text {
    border-radius: 50%;
    animation: rotation 15s infinite linear
}

.circular__box .circular__img {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1700px) and (min-width:1200px) {
    .hero__slider {
        right: -60px !important;
        height: auto !important;
    }
    .theme__main__banner {
        padding-bottom: 160px !important;
    }
}

@media (max-width:1700px) and (min-width:1400px) {
    .circular__box {
        top: calc(100vh - 180%);
        left: calc(100% - 109%);
        bottom: calc(100% - 100%);
    }
}

@media (max-width:1399px) and (min-width:1200px) {
    .theme__main__banner {
        padding-bottom: 100px !important;
    }
    .hero__slider {
        right: -60px !important;
        height: 70% !important;
        height: auto !important;
    }
    .circular__box {
        top: calc(100vh - 126%);
        left: calc(100% - 107%);
    }
}

@media (min-width:1920px) {
    .circular__box {
        .circular__box {
            top: 0;
            bottom: auto;
            left: 0;
            right: 0;
        }
    }
    .hero__slider {
        max-width: 960px !important;
        right: -60px !important;
    }
}

@media (max-width:1200px) {
    .theme__main__banner {
        padding-top: 200px;
    }
    .circular__box {
        top: 0;
        bottom: auto;
        left: 0;
        right: 0;
        text-align: center;
        margin: 20px;
    }
}

.sub__title {
    color: #11b6e8;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 3.6px;
    text-transform: uppercase
}

@media only screen and (max-width:1200px) {
    .sub__title {
        margin-top: 30px
    }
}

@media only screen and (max-width:991.98px) {
    .sub__title {
        font-size: 18px
    }
}

.main__title {
    color: #fff;
    font-size: 96px;
    line-height: 1.2;
    font-weight: 800
}

@media (max-width:1850px) and (min-width:1600px) {
    .main__title {
        font-size: 82px;
    }
}

@media only screen and (max-width:1600px) {
    .main__title {
        font-size: 72px;
    }
}

@media only screen and (max-width:1200px) {
    .main__title {
        font-size: 55px
    }
}

@media only screen and (max-width:991.98px) {
    .main__title {
        font-size: 32px
    }
}

.hero__slider {
    /* max-width: 960px; */
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
    position: absolute;
    right: -210px;
    bottom: 0;
    z-index: -1;
    top: calc(100% - 75%);
    z-index: 99 !important;
}

@media (max-width:1399px) and (min-width:1200px) {
    .hero__slider {
        top: calc(100% - 70%);
    }
}

@media (max-width:1200px) {
    .theme__main__banner {
        max-height: 100% !important;
    }
}

@media only screen and (max-width:1199px) {
    .hero__slider {
        top: 50px;
        max-width: 100%;
        height: 100%;
        margin: 0;
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center
    }
}

.hero__slider .swiper-pagination {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    font-family: Urbanist;
    line-height: 1
}

.hero__slider .swiper-pagination-total {
    font-size: 20px;
    font-weight: 500
}

.main__slider__section {
    position: relative;
    z-index: 1
}

.hero__slider__two .swiper-button-prev {
    left: 120px
}

.hero__slider__two .swiper-button-next {
    right: 120px
}

@media only screen and (max-width:1600px) {
    .hero__slider__two .swiper-button-prev {
        left: 0
    }
    .hero__slider__two .swiper-button-next {
        right: 0
    }
}

.hero__slider__wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.hero__slider__wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%);
    background: -moz-linear-gradient(0deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%);
    background: -o-linear-gradient(0deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%);
    background: -ms-llinear-gradient(0deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%);
    background: -webkit-linear-gradient(0deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%)
}

.hero__slider__wrapper .circular__box {
    left: auto;
    right: 21.56%;
    top: 37%;
    width: 190px;
    height: 190px
}

.hero__slider__wrapper .shapes__1 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

@media only screen and (max-width:1200px) {
    .hero__slider__wrapper .circular__box {
        display: none
    }
}

.hero__content .sub__title__two {
    max-width: 773px
}

@media only screen and (max-width:1200px) {
    .hero__content .sub__title__two {
        max-width: 100%
    }
}

.thumbs__gallery {
    position: absolute;
    max-width: 502px;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
    margin: 0 auto
}

.thumbs__gallery .swiper-slide-active .hero__thumb img {
    border: 5px solid #11b6e8
}

.swiper-button-next,
.swiper-button-prev {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .3) 0, rgba(255, 255, 255, .1) 100%);
    backdrop-filter: blur(7.5px);
    line-height: 55px;
    text-align: center
}

.swiper-button-next::before,
.swiper-button-prev::before {
    display: none !important
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #11b6e8 !important;
}

.hero__slider .swiper-button-prev {
    position: absolute;
    top: unset !important;
    bottom: 60px !important;
    left: 0;
    z-index: 1;
}

.hero__slider .swiper-button-next {
    position: absolute;
    top: unset !important;
    bottom: 0 !important;
    left: 0;
    z-index: 1
}

.hero__slider .swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    bottom: 35px;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .hero__slider .swiper-button-prev {
        transform: translateY(-50%);
        top: 50%;
        left: 15px
    }
    .hero__slider .swiper-button-next {
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 15px
    }
}

.swiper-pagination .swiper-pagination-bullet {
    background: #11b6e8b5;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 0
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #11b6e8
}

.about__section__wrapper {
    position: relative;
    z-index: 1
}

.about__section__wrapper .big-style-text {
    right: 0;
    top: 77px
}

.about__section__wrapper .about__shape__1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0
}

.about__section__wrapper .about__shape__2 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0
}

.about__circular__box {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1
}

.about__circular__box img {
    animation: rotation infinite 15s linear
}

.about__circular__box span {
    color: #11b6e8;
    font-size: 64px;
    font-weight: 900;
    font-family: Urbanist;
    line-height: 1;
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.single__box {
    padding: 50px 29px 40px 40px;
    background: #fff;
    position: relative;
    z-index: 1
}

.single__box::before {
    content: "";
    background: #11b6e8;
    inset: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .5s ease-in-out;
    z-index: -1
}

.single__box .icon {
    position: relative;
    z-index: 1
}

.single__box .icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #11b6e8;
    opacity: .1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    left: 0;
    top: 10px
}

.single__box .icon img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__box .icon .front-icon {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: inline-block;
    transform: scale(1)
}

.single__box .icon .back-icon {
    display: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: scale(0)
}

.single__box:hover::before {
    transform: scaleX(1);
    transform-origin: left
}

.single__box:hover .icon::before {
    background: rgba(255, 255, 255, .5)
}

.single__box:hover .icon .front-icon {
    display: none;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}

.single__box:hover .icon .back-icon {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.single__box:hover .single__box__title {
    color: #fff
}

.single__box:hover p {
    color: white;
}

@media only screen and (max-width:1200px) {
    .single__box {
        padding: 50px 15px 40px 15px
    }
    .single__box .single__box__title {
        font-size: 20px
    }
}

.quote__text {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    font-style: italic;
    position: relative;
    z-index: 1;
    padding-left: 20px
}

.quote__text::before {
    content: "";
    position: absolute;
    background: #181818;
    width: 2px;
    height: 50px;
    left: 0;
    top: 9px;
    z-index: 1;
    border-radius: 50%
}

.author__info {
    overflow: hidden
}

.author__info .author__img {
    float: left;
    margin-right: 10px
}

.author__info .author__name {
    font-size: 24px
}

.author__info .author__designation {
    font-size: 16px;
    line-height: 1
}

.about__img__wrapper {
    position: relative;
    z-index: 1
}

.about__img__wrapper .main__img {
    margin-left: -35px;
    position: relative;
    z-index: 1
}

.about__img__wrapper .main__img::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 85px;
    height: 250px;
    left: 0;
    top: 0;
    z-index: 1
}

.about__img__wrapper .main__img::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 260px;
    height: 105px;
    right: 0;
    bottom: 0;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .about__img__wrapper .main__img {
        margin-left: 0
    }
    .about__img__wrapper .main__img::after,
    .about__img__wrapper .main__img::before {
        display: none
    }
    .about__img__wrapper .main__img .main__img__1b {
        width: 100%
    }
}

.experience__box {
    width: 250px;
    padding: 33px;
    position: absolute;
    right: 11px;
    bottom: 60px;
    z-index: 1;
    background: #11b6e8;
    text-align: center;
    clip-path: polygon(82% 0, 100% 18%, 100% 100%, 0 100%, 0 0)
}

.experience__box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .2;
    width: 80%;
    height: 80%
}

.experience__box span {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    line-height: 1
}

.experience__box h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (max-width:767.98px) {
    .experience__box {
        width: 150px;
        padding: 4px;
        right: 11px;
        bottom: 0
    }
    .experience__box span {
        font-size: 24px
    }
    .experience__box h3 {
        font-size: 18px
    }
}

.about__section__wrapper2 {
    position: relative;
    z-index: 1
}

.about__section__wrapper2 .about__shape__1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

.about__section__wrapper2 .big-style-text {
    right: 125px;
    top: 27.5%;
    z-index: -1
}

.ht__feature__box {
    background: #fff;
    border: 2px solid rgba(82, 196, 89, .1);
    border-radius: 5px;
    padding: 35px 40px 35px 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}

.ht__feature__box .icon {
    border-radius: 10px;
    line-height: 100px;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ht__feature__box:hover {
    border: 2px solid transparent;
    border-radius: 5px;
    box-shadow: 5px 15px 40px 0 rgba(24, 24, 24, .05)
}

.ht__feature__box:hover .icon {
    transform: translateY(5px)
}

.social_media_icon a {
    color: #11b6e8;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    margin-left: 15px
}

@media only screen and (max-width:1200px) {
    .ht__feature__box {
        padding: 60px 10px 25px 10px
    }
}

.feature__service__title {
    font-size: 22px
}

@media only screen and (max-width:1200px) {
    .feature__service__title {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .about__img__wrapper .about__img__3c {
        width: 100%
    }
    .about__img__wrapper .service__year {
        right: 0
    }
}

.about__img__wrapper__four {
    position: relative;
    z-index: 1
}

.about__img__wrapper__four .main__img__5d {
    position: absolute;
    z-index: 1;
    right: 43px;
    top: -90px
}

.about__img__wrapper__four .experience__box {
    bottom: -114px;
    right: 19%
}

@media only screen and (max-width:1200px) {
    .about__img__wrapper__four .main__img__4b {
        max-width: 100%
    }
    .about__img__wrapper__four .experience__box {
        bottom: 0;
        right: 0
    }
    .about__img__wrapper__four .experience__box span {
        font-size: 32px
    }
}

@media only screen and (max-width:991.98px) {
    .about__img__wrapper__four .main__img__4b {
        width: 100%
    }
}

.services__area {
    position: relative;
    z-index: 1
}

.services__area .big-style-text {
    left: 0;
    right: 0;
    text-align: center
}

.single__service__title {
    font-size: 24px;
    color: #fff
}

.single__services__box {
    position: relative;
    z-index: 1
}

.single__services__box .services__thumb {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.single__services__box .services__thumb img {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__services__box .services__content {
    position: absolute;
    right: 0;
    bottom: -30px;
    z-index: 3;
    background: #fff;
    box-shadow: 5px 15px 40px 0 rgba(24, 24, 24, .05);
    padding: 55px 26px 16px 20px
}

.single__services__box .services__icon {
    display: inline-block;
    background: #11b6e8;
    padding: 15px;
    position: absolute;
    z-index: 1;
    top: -40px;
    left: -40px
}

.single__services__box .single__service__title {
    color: #181818;
    margin-bottom: 11px
}

.single__services__box:hover .services__thumb img {
    transform: scale(1.3) rotate(-7deg)
}

.single__services__box:hover .services__content {
    background: #181818
}

.single__services__box:hover .single__service__title {
    color: #fff
}

@media only screen and (max-width:1200px) {
    .single__services__box .services__icon {
        left: 0
    }
    .single__services__box .single__service__title {
        font-size: 22px
    }
}

.services__bg__wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.services__bg__wrapper .big-style-text {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 31%
}

.single__services__two {
    position: relative;
    z-index: 1
}

.single__services__two .services__thumb {
    clip-path: polygon(100% 0, 100% 100%, 21% 100%, 0 79%, 0 0)
}

.single__services__two .services__content {
    position: absolute;
    right: -20px;
    bottom: 60px;
    z-index: 2;
    background: #181818;
    padding: 17px 20px 11px 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__services__two .services__content .traingle__shape {
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__services__two .services__content .traingle__shape.tri__2 {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__services__two .services__content .icon {
    position: relative;
    z-index: 1
}

.single__services__two .services__content .icon::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 40px;
    height: 40px;
    left: -7px;
    top: -7px;
    z-index: 1;
    opacity: .2;
    border-radius: 50%
}

.single__services__two:hover .services__content {
    background: #11b6e8
}

.single__services__two:hover .services__content .traingle__shape.tri__2 {
    opacity: 1
}

.swiper-slide.swiper-slide-active .single__services__two .services__content {
    background: #11b6e8
}

.swiper-slide.swiper-slide-active .single__services__two .services__content .traingle__shape.tri__2 {
    opacity: 1
}

.single__services__three:hover .services__icon {
    margin-left: 0
}

.single__services__three:hover .services__icon::before {
    left: 0;
    opacity: .2
}

.single__services__three:hover .service__title__three {
    color: #fff
}

.single__services__three:hover p {
    color: #fff
}

@media only screen and (max-width:991.98px) {
    .single__services__three .services__content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.service__title__three {
    color: #181818;
    font-size: 32px
}

@media only screen and (max-width:1200px) {
    .service__title__three {
        font-size: 24px
    }
}

.services__details__wrapper p {
    margin-bottom: 30px
}

.services__details__wrapper .text-list li {
    color: #181818
}

.chose__us__area {
    position: relative
}

.chose__shape__1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.chose__section__wrapper {
    position: relative;
    z-index: 3
}

.chose__section__wrapper .big-style-text {
    right: 20px;
    top: 8%
}

.chose__section__wrapper .big-style-text.style__2b {
    left: 0
}

.text-list {
    list-style: none
}

.text-list li {
    color: #777c90;
    font-size: 24px;
    font-weight: 600;
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.text-list li::before {
    content: "\F272";
    color: #fff;
    font-family: bootstrap-icons;
    font-weight: 700;
    position: absolute;
    font-size: 16px;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #11b6e8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .text-list li {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .text-list li {
        font-size: 18px
    }
}

.feature__box {
    display: flex;
    align-items: center;
    border: 2px solid rgba(24, 24, 24, .1);
    padding: 15px
}

.feature__box h5 {
    color: #11b6e8
}

.feature__box .icon {
    background: #181818;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    margin-right: 15px
}

.feature__box h4 {
    margin-bottom: 0
}

.feature__box:hover {
    border-color: #11b6e8
}

.feature__box:hover .icon {
    background: #11b6e8
}

@media only screen and (max-width:1200px) {
    .feature__box h4 {
        font-size: 18px
    }
}

.chose__img__wrapper {
    position: relative;
    z-index: 1
}

.chose__img__wrapper .main__img__2b {
    position: relative;
    z-index: 1
}

.chose__img__wrapper .main__img__2b::before {
    content: "";
    position: absolute;
    width: 162px;
    height: 62px;
    background: #fff;
    right: 70px;
    top: 0;
    z-index: 1
}

.chose__img__wrapper .main__img__2b::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 52px;
    background: #fff;
    left: 70px;
    bottom: 0;
    z-index: 1
}

@media only screen and (max-width:1200px) {
    .chose__img__wrapper .main__img__2b::after,
    .chose__img__wrapper .main__img__2b::before {
        display: none
    }
    .chose__img__wrapper .main__img__2b img {
        width: 100%
    }
}

.chose__img__wrapper .color__1b {
    position: absolute;
    right: 9px;
    top: -57px;
    z-index: 2
}

.chose__img__wrapper .text__box {
    text-align: left;
    padding: 35px 27px 30px 27px;
    width: 260px;
    height: 260px;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 3;
    background: #11b6e8;
    clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%, 0 21%)
}

.chose__img__wrapper .text__box .icon__2b {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: .2;
    top: 50%;
    transform: translateY(-50%)
}

.chose__img__wrapper .text__box h4 {
    color: #fff;
    font-size: 26px;
    line-height: 1.5
}

@media only screen and (max-width:991.98px) {
    .chose__img__wrapper .text__box {
        bottom: 0;
        height: max-content
    }
    .chose__img__wrapper .text__box h4 {
        font-size: 20px
    }
}

.chose__img__wrapper {
    position: relative;
    z-index: 1
}

.chose__img__wrapper .main__img__5d {
    clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
    margin-top: -30px
}

@media only screen and (max-width:991.98px) {
    .chose__img__wrapper .main__img__5d {
        margin-top: 0;
        max-width: 100%
    }
}

.chose__img__wrapper .main__img__6d {
    position: absolute;
    right: -100px;
    bottom: -60px;
    z-index: 1;
    border-top: 30px solid #fff;
    border-left: 30px solid #fff;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 81% 99%, 0 100%)
}

@media only screen and (max-width:991.98px) {
    .chose__img__wrapper .main__img__6d {
        bottom: 0
    }
}

.case__slider__one .swiper-slide-active .case__single__box .case__thumb::before {
    height: 100%
}

.case__slider__one .swiper-slide-active .case__single__box .icon {
    transform: translate(-50%, -50%) scale(1)
}

.case__slider__one .swiper-slide-active .case__single__box .case__content {
    bottom: 40px
}

.case__title {
    color: #fff;
    font-size: 30px;
    line-height: 1.3
}

@media only screen and (max-width:1600px) {
    .case__title {
        font-size: 22px
    }
}

.case__btn {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.case__btn span {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px
}

.case__btn:hover {
    color: #fff;
    transform: translateX(5px)
}

.case__wrapper__two {
    position: relative;
    z-index: 13;
    margin-top: -605px
}

.case__wrapper__two .big-style-text {
    left: 0;
    right: 0;
    top: 10%;
    margin: 0 auto;
    text-align: center;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.1)
}

.case__single__box2 {
    overflow: hidden;
    max-width: 350px;
    position: relative;
    z-index: 1
}

.case__single__box2 .case__content {
    opacity: 0;
    padding: 25px 25px 30px 25px;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: -220px;
    background: linear-gradient(180deg, rgba(24, 24, 24, .3) 0, rgba(24, 24, 24, .1) 100%);
    background: -moz-linear-gradient(180deg, rgba(24, 24, 24, .3) 0, rgba(24, 24, 24, .1) 100%);
    background: -ms-linear-gradient(180deg, rgba(24, 24, 24, .3) 0, rgba(24, 24, 24, .1) 100%);
    background: linear-gradient(180deg, rgba(24, 24, 24, .3) 0, rgba(24, 24, 24, .1) 100%);
    background: linear-gradient(180deg, rgba(24, 24, 24, .3) 0, rgba(24, 24, 24, .1) 100%);
    backdrop-filter: blur(7.5px);
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.case__single__box2 .case__content .overlay__icon {
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: -1;
    opacity: .1
}

.case__single__box2:hover .case__btn {
    color: #11b6e8
}

.case__title__two {
    color: #fff;
    font-size: 28px;
    line-height: 1.3
}

.swiper-slide.swiper-slide-active .case__single__box2 {
    transform: scale(1.4)
}

.swiper-slide.swiper-slide-active .case__single__box2 .case__content {
    bottom: 0;
    opacity: 1;
    transform: scale(1);
    padding: 12px 12px 15px 12px;
    left: 20px;
    right: 20px
}

@media only screen and (max-width:991.98px) {
    .swiper-slide.swiper-slide-active .case__single__box2 .case__content {
        transform: unset
    }
}

.swiper-slide.swiper-slide-active .case__single__box2 .case__title__two {
    font-size: 18px
}

.swiper-slide.swiper-slide-active .case__single__box2 .case__btn {
    font-size: 14px
}

.swiper-slide.swiper-slide-active .case__single__box2 .case__btn span {
    margin-top: -5px
}

@media only screen and (max-width:991.98px) {
    .swiper-slide.swiper-slide-active .case__single__box2 {
        max-width: 100%;
        transform: unset
    }
    .swiper-slide.swiper-slide-active .case__single__box2 .case__title__two {
        font-size: 22px
    }
    .swiper-slide.swiper-slide-active .case__single__box2 .case__btn {
        font-size: 16px
    }
    .swiper-slide.swiper-slide-active .case__single__box2 .case__btn span {
        margin-top: -5px
    }
}

.swiper-slide.swiper-slide-next .case__single__box2,
.swiper-slide.swiper-slide-prev .case__single__box2 {
    transform: scale(1);
    margin-top: 30px
}

@media only screen and (max-width:991.98px) {
    .swiper-slide.swiper-slide-next .case__single__box2,
    .swiper-slide.swiper-slide-prev .case__single__box2 {
        transform: unset;
        margin-top: 0
    }
}

.process__wrapper__about {
    position: relative;
    z-index: 1
}

.process__wrapper__about .shapes__1 {
    position: absolute;
    z-index: 1;
    left: -120px;
    top: 0;
    z-index: -1
}

.process__wrapper__about .shapes__2 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0
}

@media only screen and (max-width:1200px) {
    .process__wrapper__about {
        margin-bottom: 0
    }
}

.single__process__box {
    background: #fff;
    padding: 45px 40px 45px 40px;
    position: relative;
    z-index: 1
}

.single__process__box .star-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.single__process__box .tag {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background: #11b6e8;
    padding: 12px 16px 12px 20px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    border-radius: 40px 0 0 40px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__process__box .icon {
    background: #11b6e81f;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__process__box:hover {
    background: #11b6e8
}

.single__process__box:hover .tag {
    background: #fff;
    color: #181818
}

.single__process__box:hover .icon {
    background: #fff
}

.single__process__box:hover .single__box__title {
    color: #fff
}

.single__process__box:hover p {
    color: #fff
}

@media only screen and (max-width:1200px) {
    .single__process__box {
        padding: 72px 15px 15px 15px
    }
}

@media only screen and (max-width:1200px) {
    .comment__title {
        font-size: 24px
    }
}

.comment-box {
    position: relative;
    z-index: 1
}

.comment-box .comment-avatar {
    float: left;
    margin-right: 30px;
    margin-top: -15px
}

.comment-box .comment-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

@media (max-width:767px) {
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
        margin-top: 0
    }
}

.comment-box .comment-content {
    overflow: hidden;
    margin-top: 15px
}

.comment-box .comment-content p i {
    margin-right: 5px
}

.comment-box .comment-content h5 {
    margin-bottom: 3px
}

.comment-box .reply {
    color: #fff;
    font-size: 14px;
    border: 1px solid #f3f3f3;
    font-family: Urbanist;
    font-weight: 400;
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    background: #11b6e8;
    z-index: 1;
    right: 0;
    top: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

@media (max-width:767px) {
    .comment-box .reply {
        float: none;
        margin-right: 0;
        margin-top: 0
    }
}

.comment-box .reply:hover {
    color: #fff;
    background: #181818
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.testimonial__section__wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.testimonial__section__wrapper .shapes__1 {
    position: absolute;
    right: 215px;
    bottom: 0;
    z-index: -1
}

.testimonial__section__wrapper .shapes__2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.testimonial__section__wrapper .testimonial-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    max-width: 53.13%;
    max-height: 823px
}

.testimonial__wrapper {
    background: #fff;
    padding: 40px;
    box-shadow: 5px 15px 40px 0 rgba(24, 24, 24, .05)
}

.testimonial__wrapper p {
    font-size: 24px;
    line-height: 1.48;
    font-weight: 500;
    font-style: italic
}

.testimonial__slider__one .swiper-slide {
    height: auto;
}

.testimonial__slider__one .testimonial__wrapper {
    height: 100% !important;
}

@media only screen and (max-width:991.98px) {
    .testimonial__wrapper {
        padding: 40px 15px
    }
    .testimonial__wrapper p {
        font-size: 18px
    }
}

.testimonial__wrapper__two {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 5px 15px 40px 0 rgba(24, 24, 24, .05);
    max-width: 515px;
    padding: 40px
}

.testimonial__wrapper__two .author__img img {
    border-radius: 50%
}

.testimonial__wrapper__two .testmonial__desc {
    font-size: 24px;
    font-weight: 500;
    font-style: italic
}

.testimonial__wrapper__two .quote__icon {
    position: absolute;
    z-index: 1;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #11b6e8;
    right: 50px;
    bottom: -35px;
    text-align: center;
    line-height: 70px
}

@media only screen and (max-width:1600px) {
    .testimonial__wrapper__two {
        padding: 40px 20px
    }
}

@media only screen and (max-width:991.98px) {
    .testimonial__wrapper__two {
        padding: 40px 15px;
        max-width: 100%
    }
    .testimonial__wrapper__two .testmonial__desc {
        font-size: 18px
    }
}

.testimonial__section__wrapper2 {
    position: relative;
    z-index: 1
}

.testimonial__section__wrapper2::before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #f8f9fc;
    width: 100%;
    height: 59%;
    top: 0;
    left: 0;
    text-align: 0
}

.testimonial__section__wrapper2 .shapes__1 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: -165px
}

.testimonial__wrapper__three {
    background: #fff;
    padding: 40px;
    position: relative;
    z-index: 1
}

.testimonial__wrapper__three .quote__3c {
    position: absolute;
    right: 40px;
    top: 68px;
    z-index: 1
}

.testimonial__wrapper__three .author__img img {
    border-radius: 50%
}

.testimonial__wrapper__three .author__designation {
    color: #777c90;
    font-weight: 400
}

.testimonial__wrapper__three .testimonial__title {
    font-size: 24px
}

@media only screen and (max-width:1200px) {
    .testimonial__wrapper__three {
        padding: 40px 15px
    }
}

@media only screen and (max-width:767.98px) {
    .testimonial__wrapper__three .quote__3c {
        display: none
    }
    .testimonial__wrapper__three .testimonial__title {
        font-size: 22px
    }
}

.testimonial__desc {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic
}

@media only screen and (max-width:767.98px) {
    .testimonial__desc {
        font-size: 18px
    }
}

.testimonial__section__three {
    position: relative;
    z-index: 1
}

.testimonial__section__three::before {
    content: "";
    background: url("../img/testimonial/testimonial-line-bg-1c.svg") no-repeat;
    width: 100%;
    height: 100%;
    opacity: .08;
    left: 0;
    top: 35px;
    position: absolute;
    z-index: -1
}

.testimonial__slider__three .swiper-button-prev {
    left: 46%;
    transform: translateX(-46%)
}

.testimonial__slider__three .swiper-button-next {
    right: 42%;
    transform: translateX(-46%)
}

@media only screen and (max-width:1200px) {
    .testimonial__slider__three .swiper-button-prev {
        left: 45%
    }
    .testimonial__slider__three .swiper-button-next {
        right: 39%
    }
}

.widget__title {
    color: #fff;
    font-size: 30px
}

@media only screen and (max-width:991.98px) {
    .widget__title {
        font-size: 22px
    }
}

.widget__title__two {
    font-size: 40px
}

@media only screen and (max-width:1200px) {
    .widget__title__two {
        font-size: 26px
    }
}

.widget__title__three {
    font-size: 32px
}

@media only screen and (max-width:1200px) {
    .widget__title__three {
        font-size: 22px
    }
}

.service-widget {
    list-style: none;
    padding: 40px
}

.service-widget li:last-child a {
    margin-bottom: 0
}

.service-widget li a {
    color: #181818;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: Urbanist;
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 1
}

.service-widget li a::before {
    content: "";
    position: absolute;
    background: #11b6e8;
    height: 100%;
    width: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service-widget li a::after {
    content: "";
    position: absolute;
    background: #11b6e8;
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.service-widget li a:hover {
    color: #fff
}

.service-widget li a:hover::after,
.service-widget li a:hover::before {
    width: 52%
}

@media only screen and (max-width:1200px) {
    .service-widget li a {
        font-size: 18px;
        padding: 15px 20px
    }
}

@media only screen and (max-width:1200px) {
    .service-widget {
        padding: 40px 15px
    }
}

.widget-form {
    padding: 34px 40px 40px 40px
}

.widget-form p {
    color: #777c90
}

.widget-form input,
.widget-form textarea {
    border: 2px solid transparent;
    background: #fff;
    color: #777c90;
    font-size: 16px;
    display: block;
    height: 60px;
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px
}

.widget-form input:focus,
.widget-form textarea:focus {
    color: #777c90;
    outline: 0;
    border-color: #11b6e8
}

.widget-form input::placeholder,
.widget-form textarea::placeholder {
    color: #777c90;
    font-size: 16px
}

.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
    color: #777c90;
    font-size: 16px
}

.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
    color: #777c90;
    font-size: 16px
}

.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
    color: #777c90;
    font-size: 16px
}

.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
    color: #777c90;
    font-size: 16px
}

.widget-form textarea {
    height: 118px;
    resize: none;
    padding-top: 10px
}

.widget-form .widget-btn {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: Urbanist;
    font-weight: 700;
    border: 0;
    background: #11b6e8;
    width: 100%;
    padding: 21px 0 20px 0
}

.widget-form .widget-btn:hover {
    background: #181818
}

@media (max-width:1200px) {
    .widget-form {
        padding: 40px 15px
    }
}

.widget__search {
    padding: 40px
}

.widget__search .subscribe-form {
    position: relative;
    z-index: 1
}

.widget__search .subscribe-form input {
    color: #777c90;
    font-size: 16px;
    height: 60px;
    width: 100%;
    line-height: 50px;
    padding-left: 22px;
    border: 0;
    background: #fff;
    border-left: 1px solid #fff
}

.widget__search .subscribe-form input::placeholder {
    color: #777c90
}

.widget__search .subscribe-form input::-moz-placeholder {
    color: #777c90
}

.widget__search .subscribe-form input::-webkit-placeholder {
    color: #777c90
}

.widget__search .subscribe-form input::-o-placeholder {
    color: #777c90
}

.widget__search .subscribe-form .widget-btn {
    border: 0;
    background: #11b6e8;
    width: 54px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1
}

.widget__search .subscribe-form .widget-btn i {
    font-size: 16px
}

@media only screen and (max-width:1200px) {
    .widget__search {
        padding: 40px 15px
    }
}

@media only screen and (max-width:767.98px) {
    .widget-post .post-content {
        margin-right: 5px
    }
}

.widget-post .post-content h6 {
    color: #181818;
    font-size: 20px;
    font-family: Urbanist;
    font-weight: 600;
    margin-bottom: 0
}

.widget-post .post-content h6 a:hover {
    color: #11b6e8
}

.widget-post .post-content span {
    color: #11b6e8;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 4px
}

.brand__img {
    text-align: center;
    border: 2px solid rgba(119, 124, 144, .1);
    padding: 40px 23px;
    clip-path: polygon(78% 0, 100% 22%, 100% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 1
}

.brand__img::before {
    content: "";
    position: absolute;
    background: rgba(119, 124, 144, .1);
    width: 2px;
    height: 82px;
    right: 18px;
    top: -15px;
    z-index: 1;
    transform: rotate(-47deg)
}

.brand__img:hover {
    border-color: #11b6e8
}

.brand__img:hover img {
    filter: invert(40%) sepia(100%) saturate(4672%) hue-rotate(172deg) brightness(98%) contrast(100%)
}

.brand__img:hover::before {
    background: #11b6e8
}

.swiper-slide.swiper-slide-active .brand__img {
    border-color: #11b6e8
}

.swiper-slide.swiper-slide-active .brand__img img {
    filter: invert(40%) sepia(100%) saturate(4672%) hue-rotate(172deg) brightness(98%) contrast(100%)
}

.swiper-slide.swiper-slide-active .brand__img::before {
    background: #11b6e8
}

.brand__img__two {
    text-align: center;
    border-top: 2px solid rgba(119, 124, 144, .1);
    border-bottom: 2px solid rgba(119, 124, 144, .1);
    border-right: 1px solid rgba(119, 124, 144, .1);
    border-left: 1px solid rgba(119, 124, 144, .1);
    padding: 20px;
}

.swiper-slide.swiper-slide-active .brand__img__two {
    border: 2px solid #11b6e8
}

.map__area iframe {
    width: 100%;
    height: 400px;
    border: 0;
    margin-bottom: -9px
}

.cta__area {
    position: relative;
    z-index: 2;
    margin-bottom: -160px
}

@media only screen and (max-width:1200px) {
    .cta__area {
        margin-bottom: 60px
    }
}

.cta__wrapper {
    height: 100%;
    position: relative;
    z-index: 1
}

.cta__wrapper .shapes__1 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media only screen and (max-width:767.98px) {
    .cta__wrapper {
        text-align: center;
        padding-left: 15px
    }
}

.footer__cta__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none
}

.footer__cta__list .header-info-box .text-content span {
    color: #777c90
}

.footer__cta__list .header-info-box .text-content h6 {
    color: #181818
}

.footer__cta__list .right-language .language-btn {
    color: #181818
}

.footer__widget_box i {
    color: #11b6e8;
    font-size: 30px;
    opacity: .8
}

.footer__widget_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px
}

.footer__widget_box .text-content h6 {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500
}

.footer__widget_box .text-content {
    margin-left: 20px
}

.contact__section .contact-form-one {
    padding: 0 15px 0 25px
}

@media only screen and (max-width:991.98px) {
    .contact__section .contact-form-one {
        padding: 0
    }
}

@media (min-width:1400px) {
    footer .col-xxl-3 {
        width: 24.333%
    }
    footer .col-xxl-4 {
        width: 26.333%
    }
}

.contact-form-one {
    padding: 0 15px 0 25px
}

.contact-form-one .widget-form {
    padding: 0
}

.contact-form-one input {
    font-size: 14px;
    height: 60px;
    background: #f8f9fc
}

.contact-form-one textarea {
    font-size: 14px;
    height: 375px;
    background: #f8f9fc;
    resize: none
}

.contact-form-one label {
    display: inline-block;
    margin-bottom: 5px
}

.single__info__box {
    background: #f8f9fc;
    text-align: center;
    padding: 45px 15px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__info__box .icon {
    color: #11b6e8;
    font-size: 35px;
    background: #11b6e81f;
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    line-height: 84px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.single__info__box span {
    color: #181818;
    font-size: 18px;
    font-family: Urbanist;
    font-weight: 500;
    display: block;
    line-height: 30px
}

.single__info_heading {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.single__info__box:hover {
    background: #11b6e8;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px)
}

.single__info__box:hover .icon {
    color: #11b6e8;
    background: #fff
}

.single__info__box:hover span {
    color: #fff;
}

.single__info__box h6 {
    font-weight: 600;
    font-size: 18px;
}

.single__info__box:hover h6 {
    color: #fff !important;
}

@media (max-width:1199px) {
    .single__info__box span {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .single__info__box span {
        font-size: 16px
    }
    .single__info_heading {
        font-size: 18px
    }
}

.product-details table {
    width: 100%;
    margin-bottom: 10px
}

.product-details table {
    width: auto;
    margin-bottom: 10px
}

.product-details table th,
td {
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd
}

table tbody tr td {
    font-weight: 500;
}

.product-review-section .text {
    color: #11b6e8;
    font-weight: 600
}

.product-review-section table th,
td {
    padding: 15px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #ddd
}

.single__services__box .services__content_style {
    position: unset
}

.product-details-section img {
    width: 100%;
    height: auto
}

.product-review-section ul li {
    font-weight: 500 !important;
}

.product-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 15px 40px 0 rgba(24, 24, 24, .05);
    height: 95%
}

.product-wrapper:hover .action-btn {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.action-btn {
    position: absolute;
    top: 20px;
    right: 16px;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.action-btn a {
    color: #161b2d;
    font-size: 15px;
    display: block;
    line-height: 35px;
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin-bottom: 5px
}

.action-btn a:nth-child(2) {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.action-btn a:nth-child(3) {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.action-btn a:nth-child(4) {
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.action-btn a:hover {
    color: #fff;
    background: #11b6e8
}

.figure-caption {
    padding: 10px 20px 80px 20px;
}

.figure-caption .product-tag {
    color: #11b6e8;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    font-family: Urbanist;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}

.figure-caption .ht_btn {
    position: absolute !important;
    bottom: 30px !important;
}

.figure-caption .product-title {
    color: #181818;
    font-size: 24px;
    margin-bottom: 2px
}

.figure-caption .product-title:hover {
    color: #11b6e8
}

.figure-caption .price {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    font-family: Urbanist;
    margin-bottom: 15px
}

.figure-caption .price .old-price {
    margin-right: 12px
}

.figure-caption .price .new-price {
    color: rgba(24, 24, 24, .5)
}

@media (max-width:991.98px) {
    .figure-caption .product-title,
    .figure-caption .semi-title {
        font-size: 20px
    }
}

.cart-btn {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background: #11b6e8;
    width: 100%;
    display: block;
    text-align: center;
    padding: 18px 0
}

.cart-btn:hover {
    color: #fff;
    background: #11b6e8
}

.product-details .product-title {
    font-size: 40px
}

.product-details-content .product-tag {
    color: #11b6e8;
    margin: 10px;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .product-details .product-title {
        font-size: 28px
    }
}

@media (max-width:991.98px) {
    .product-details .product-title {
        font-size: 24px
    }
}

.product-details .price-list .old-price {
    font-size: 17px;
    color: #777c90;
    margin-right: 10px
}

.product-details .price-list .new-price {
    font-size: 24px;
    color: #181818;
    font-family: Urbanist;
    font-weight: 700
}

.product-details .add-to-cart {
    color: #11b6e8;
    font-size: 16px;
    line-height: 20px;
    font-family: Urbanist;
    font-weight: 600;
    background: #f8f9fc;
    padding: 16px 40px
}

@media (max-width:767px) {
    .product-details .add-to-cart {
        text-align: center;
        width: 100%;
        padding: 16px 23px
    }
}

.product-details .cart-btn {
    width: unset;
    padding: 16px 133px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    color: #fff
}

@media (max-width:767px) {
    .product-details .cart-btn {
        width: 100%;
        padding: 16px 23px
    }
}

@media only screen and (max-width:767.98px) {
    .color-mode .color-cus {
        width: 30px;
        height: 30px
    }
}

.product-last {
    color: #181818;
    font-weight: 500;
    text-decoration: underline
}

.product-category-name {
    color: #181818;
    font-weight: 700
}

.media_grey .social-tag {
    color: #181818;
    font-weight: 500
}

.media_grey a {
    color: #181818;
    background: rgba(24, 24, 24, .1)
}

@media only screen and (max-width:767.98px) {
    .media_grey a {
        margin-left: 1px
    }
}

.product-tab {
    border: 0;
    border-radius: 0;
    justify-content: center;
    padding: 2px 0
}

.product-tab .nav-link {
    border: 0;
    border-radius: 0;
    color: #181818;
    font-size: 24px;
    font-family: Urbanist;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    padding: 18px 0;
    margin: 0 30px
}

.product-tab .nav-link.active,
.product-tab .nav-link:hover {
    color: #11b6e8;
    background-color: transparent;
    border-bottom: 2px solid #11b6e8
}

@media only screen and (max-width:991.98px) {
    .product-tab .nav-link {
        font-size: 20px
    }
}

footer {
    overflow: hidden
}

.footer-bg-one {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 1
}

.footer-bg-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #181818;
    opacity: .9
}

.footer-bg-one .shapes__1,
.footer-bg-one .shapes__2 {
    position: absolute
}

.footer-bg-one .shapes__1 {
    top: 308px;
    left: 97px;
    z-index: -1
}

.footer-bg-one .shapes__2 {
    right: 0;
    top: 0;
    z-index: -1
}

.footer-bg-one .shapes__4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 130px;
    z-index: -1
}

.footer-bg-one .blur__shape {
    border-radius: 500px;
    opacity: .15;
    background: #11b6e8;
    filter: blur(150px);
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: -1;
    top: 100px;
    right: 39.73%
}

.footer-bg-one .big-style-text {
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.05);
    top: 100px;
    left: 1%;
    position: absolute
}

.footer__widget .footer__contact__one {
    border-top: 3px solid #11b6e8;
    padding-top: 55px
}

.footer__widget .widget__info {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.footer__widget .widget__query {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

@media only screen and (max-width:1200px) {
    .footer__widget .widget__query {
        font-size: 20px
    }
}

.footer__widget iframe {
    width: 100%;
    height: 264px;
    border-radius: 5px
}

.footer__widget p {
    color: #fff;
    line-height: 34px
}

.footer__widget .fot-list {
    list-style: none;
    padding: 0
}

.footer__widget .fot-list li a {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 16px;
    display: inline-block
}

.footer__widget .fot-list li a:hover {
    color: #11b6e8
}

.footer__widget .social_media a {
    color: #fff;
    background: linear-gradient(180deg, #11b6e885 0, #11b6e81f 100%);
    background: -webkit-linear-gradient(180deg, #11b6e885 0, #11b6e81f 100%);
    background: -moz-linear-gradient(180deg, #11b6e885 0, #11b6e81f 100%);
    background: -ms-linear-gradient(180deg, #11b6e885 0, #11b6e81f 100%);
    background: -o-linear-gradient(180deg, #11b6e885 0, #11b6e81f 100%);
    backdrop-filter: blur(7.5px)
}

.footer__widget .social_media a:hover {
    background: #11b6e8
}

.footer__contact .phone__nimber {
    color: #fff;
    font-size: 30px
}

@media only screen and (max-width:991.98px) {
    .footer__contact .phone__nimber {
        font-size: 22px
    }
}

.ht-footer-subscribe-form input {
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, rgba(49, 49, 49, .3) 0, rgba(49, 49, 49, .1) 100%);
    backdrop-filter: blur(7.5px);
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px
}

.ht-footer-subscribe-form input::placeholder {
    color: #fff
}

.ht-footer-subscribe-form input::-moz-placeholder {
    color: #fff
}

.ht-footer-subscribe-form input::-o-placeholder {
    color: #fff
}

.ht-footer-subscribe-form input::-ms-placeholder {
    color: #fff
}

.ht-footer-subscribe-form input::-webkit-placeholder {
    color: #fff
}

.footer__menu {
    padding: 0
}

.footer__menu li {
    list-style: none;
    display: inline-block
}

.footer__menu li:first-child a {
    margin-left: 0
}

.footer__menu li a {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: inline-block;
    margin-left: 67px
}

@media (max-width:767px) {
    .footer__menu li a {
        margin-left: 10px;
        font-size: 18px
    }
}

.copyright__text p {
    font-size: 20px;
    font-weight: 500;
    color: #fff
}

@media (max-width:767px) {
    .copyright__text p {
        font-size: 18px
    }
}

.copyright__border {
    border-top: 2px solid rgba(255, 255, 255, .05)
}

.footer-bg-two {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    position: relative;
    z-index: 1
}

.footer-bg-two::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #181818;
    opacity: .9
}

.footer-bg-two .shapes__1,
.footer-bg-two .shapes__2 {
    position: absolute
}

.footer-bg-two .shapes__1 {
    top: 80px;
    left: 195px;
    z-index: -1
}

.footer-bg-two .shapes__2 {
    right: 0;
    top: 0;
    z-index: -1
}

.footer-bg-two .shapes__4 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 130px;
    z-index: -1
}

.footer-bg-two .blur__shape {
    border-radius: 500px;
    opacity: .15;
    background: #11b6e8;
    filter: blur(150px);
    width: 500px;
    height: 500px;
    position: absolute;
    z-index: -1;
    top: 100px;
    right: 39.73%
}

.footer-bg-three {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.footer-bg-three::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #181818;
    opacity: .7
}

.footer-bg-three .footer__widget .fot-list li a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 19px;
    padding-left: 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer-bg-three .footer__widget .fot-list li a::before {
    content: "\F285";
    position: absolute;
    font-family: bootstrap-icons;
    font-size: 12px;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.footer__subsrciber .ht-footer-subscribe-form input {
    border: 2px solid rgba(255, 255, 255, .3);
    background: 0 0
}

.footer__subsrciber .ht-footer-subscribe-form .widget__btn {
    color: #181818;
    background: #fff
}

.footer__subsrciber .ht-footer-subscribe-form .widget__btn:hover {
    color: #fff;
    background: #181818
}

@media only screen and (max-width:991.98px) {
    .footer__subsrciber {
        margin-top: 0
    }
}

.modal {
    --bs-modal-border-radius: 0;
    --bs-modal-padding: 25px
}

.modal-dialog {
    max-width: 780px
}

.model-product-details h5 {
    padding: 10px 20px;
    background-color: #11b6e81f;
    color: #11b6e8
}

textarea::placeholder {
    color: #777c90
}

.model-product-details label {
    font-size: 18px;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: normal;
    align-self: center
}

.control {
    background: #f8f9fc;
    border: 2px solid transparent !important
}

.modal-body h3 {
    line-height: normal
}

.form-control {
    line-height: inherit;
    border-radius: 0 !important;
    border: 2px solid transparent
}

.iti__selected-flag {
    border: 2px solid transparent
}

.control--checkbox {
    padding: 6px 2px 7px 22px;
    font-size: 11px;
    width: 100%
}

.control__indicator {
    color: #777c90
}

.form-area label {
    padding-right: 10px
}

.form-area input {
    font-size: 14px;
    background: #f8f9fc;
    border: 2px solid transparent
}

form textarea {
    width: 300px;
    height: 50px;
    font-size: 12px;
    color: #777c90;
    padding: 10px;
    border: 2px solid transparent;
    line-height: initial;
    background: #f8f9fc
}

input[type=radio]#theme-radio {
    accent-color: #11b6e8
}

.iti--separate-dial-code .iti__selected-flag {
    background: #fff !important
}

.form-control:focus {
    box-shadow: none !important
}

.form-cart-btn {
    width: unset;
    padding: 16px 35px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    background-color: #11b6e8;
    color: #fff;
    border: 0;
    width: 100%
}

.control:focus,
.form-area input:focus,
.form-area textarea:focus,
.iti__selected-flag:focus {
    color: #777c90;
    outline: 0 !important;
    border-color: #11b6e8 !important
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 14px
}

.form-group {
    padding: 10px 0
}

.btn-close {
    position: absolute;
    top: 0;
    right: -40px;
    background: url("../img/icon/x.svg") center/35px auto no-repeat;
    filter: invert(100%) sepia(100%) saturate(40%) brightness(150%) contrast(190%);
    opacity: 100%;
    z-index: 99
}

.whatsapp-btn-icon {
    position: fixed !important;
    bottom: 25px;
    left: 25px;
    z-index: 999;
}

@media (max-width:767px) {
    .btn-close {
        top: 4px;
        right: 4px;
        filter: none
    }
    .modal-dialog {
        margin: 30px
    }
}