*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-tap-highlight-color: transparent;
    -tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Regular.woff2") format("woff2"), url("../font/poppins/Poppins-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-ExtraLight.woff2") format("woff2"), url("../font/poppins/Poppins-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Bold.woff2") format("woff2"), url("../font/poppins/Poppins-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-ExtraBold.woff2") format("woff2"), url("../font/poppins/Poppins-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Light.woff2") format("woff2"), url("../font/poppins/Poppins-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../font/poppins/Poppins-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Medium.woff2") format("woff2"), url("../font/poppins/Poppins-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Black.woff2") format("woff2"), url("../font/poppins/Poppins-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Roboto';
    src: url("../font/poppins/Roboto-Regular.html") format("woff2"), url("../font/poppins/Roboto-Regular-2.html") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins';
    src: url("../font/poppins/Poppins-Thin.woff2") format("woff2"), url("../font/poppins/Poppins-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url("../font/montserrat/Montserrat-Black.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-Black.woff2") format("woff2"), url("../font/montserrat/Montserrat-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url("../font/montserrat/Montserrat-Bold.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-Bold.woff2") format("woff2"), url("../font/montserrat/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url("../font/montserrat/Montserrat-ExtraBold.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("../font/montserrat/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url("../font/montserrat/Montserrat-Medium.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-Medium.woff2") format("woff2"), url("../font/montserrat/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url("../font/montserrat/Montserrat-Regular.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-Regular.woff2") format("woff2"), url("../font/montserrat/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url("../font/montserrat/Montserrat-SemiBold.ttf") format("ttf");
    src: url("../font/montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../font/montserrat/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    font-size: 16px;
    line-height: 30px
}

html {
    scroll-behavior: smooth;
    height: 100%
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
    font-family: "Poppins", sans-serif;
    font-size: 14px
}

button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

html,
body,
div,
span,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: baseline
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.f-0 {
    font-size: 0;
    line-height: 0
}

button {
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer
}

img {
    max-width: 100%
}

a {
    text-decoration: none;
    color: #00b0eb
}

p {
    color: #777;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 28px;
    text-transform: none;
    font-weight: 400
}

p:last-child {
    margin-bottom: 0
}


/* SECTION DEFAULT GAP CSS START HERE */
.default-padding {
    padding: 60px 0
}

@media screen and (max-width: 1199px) {
    .default-padding {
        padding: 50px 0
    }
}

@media screen and (max-width: 991px) {
    .default-padding {
        padding: 40px 0
    }
}

.default-padding-bottom {
    padding: 0 0 60px 0
}

@media screen and (max-width: 1199px) {
    .default-padding-bottom {
        padding: 0 0 50px 0
    }
}

@media screen and (max-width: 991px) {
    .default-padding-bottom {
        padding: 0 0 40px 0
    }
}

.default-padding-top {
    padding: 60px 0 0 0
}

@media screen and (max-width: 1199px) {
    .default-padding-top {
        padding: 50px 0 0 0
    }
}

@media screen and (max-width: 991px) {
    .default-padding-top {
        padding: 40px 0 0 0
    }
}

/* SECTION DEFAULT GAP CSS START HERE */


/* SECTION HEADING CSS START HERE */
@media (max-width: 767px) {
    .heading {
        text-align: center
    }
}

.heading h2,
.heading h3 {
    font-size: 36px;
    color: #12130F;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px
}

.heading h2:last-child,
.heading h3:last-child {
    margin-bottom: 0
}

.heading h2 span,
.heading h3 span {
    color: #00b0eb
}

.heading h2::after,
.heading h3::after {
    position: absolute;
    content: '';
    background: #00b0eb;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px
}

@media (max-width: 1199px) {

    .heading h2,
    .heading h3 {
        font-size: 32px
    }
}

@media (max-width: 991px) {

    .heading h2,
    .heading h3 {
        font-size: 28px
    }
}

@media (max-width: 575px) {

    .heading h2,
    .heading h3 {
        font-size: 24px
    }
}

@media (max-width: 375px) {

    .heading h2,
    .heading h3 {
        font-size: 22px
    }
}

.heading.left h2::before,
.heading.left h3::before {
    left: 0;
    margin-left: 60px
}

@media (max-width: 991px) {

    .heading.left h2::before,
    .heading.left h3::before {
        left: 0;
        right: -40px;
        margin: auto
    }
}

.heading.left h2::after,
.heading.left h3::after {
    left: 0;
    margin-left: 0
}

@media (max-width: 991px) {

    .heading.left h2::after,
    .heading.left h3::after {
        left: -40px;
        right: 0;
        margin: auto
    }
}

.heading p {
    font-size: 14px;
    color: #777777;
    text-align: center;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 730px
}

.heading p:last-child {
    margin-bottom: 0
}

/* SECTION HEADING CSS START HERE */


/* BREADCRUMBS SECTION CSS START HERE */
.breadcrumb_wrapper {
    padding: 120px 0;
    margin-bottom: 60px;
    position: relative
}

@media (max-width: 1399px) {
    .breadcrumb_wrapper {
        padding: 90px 0;
    }
}

@media (max-width: 1199px) {
    .breadcrumb_wrapper {
        padding: 70px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb_wrapper {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .breadcrumb_wrapper {
        padding: 40px 0;
        margin-bottom: 50px
    }
}
.breadcrumb_wrapper.abouts {
    background: url(../images/people-with-laptops-office_23-2147656717.jpg) no-repeat;
    background-size: cover;
    background-position: center
}


.breadcrumb_wrapper.contact {
    background: url(../images/woman-hand-holding-smartphone-show-email-screen-application-mobile-office_175201-388.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.about {
    background: url(../images/blog/military-fighters-sky-closeup-generative-ai_446633-36435.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.service {
    background: url(../images/teamwork-human-resources-hr-management-technology-business-kudos_31965-285276.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.project {
    background: url(../images/blog/military-fighters-sky-closeup-generative-ai_446633-36435.jpg)no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.pricing {
    background: url(../images/blog/military-fighters-sky-closeup-generative-ai_446633-36435.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.faqs {
    background: url(../images/blog/military-fighters-sky-closeup-generative-ai_446633-36435.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper.blog {
    background: url(../images/blog/military-fighters-sky-closeup-generative-ai_446633-36435.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

.breadcrumb_wrapper:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.breadcrumb_wrapper .breadcrumb_block {
    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;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    text-align: center
}

.breadcrumb_wrapper .breadcrumb_block h1 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    line-height: 1.3
}

.breadcrumb_wrapper .breadcrumb_block h1 span {
    color: #00b0eb
}

@media screen and (max-width: 1199px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 36px
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 28px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb_wrapper .breadcrumb_block h1 {
        font-size: 22px;
        font-weight: 600
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a,
.breadcrumb_wrapper .breadcrumb_block .trackPage span {
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 30px;
    transition: 0.3s all;
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a:hover {
    color: #00b0eb;
    transition: 0.3s all;
}

.breadcrumb_wrapper .breadcrumb_block .trackPage a::after,
.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: "/";
    color: #fff;
    font-size: 14px;
    margin-right: 7px;
    margin-left: 7px
}

@media screen and (max-width: 1199px) {

    .breadcrumb_wrapper .breadcrumb_block .trackPage a,
    .breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {

    .breadcrumb_wrapper .breadcrumb_block .trackPage a,
    .breadcrumb_wrapper .breadcrumb_block .trackPage span {
        font-size: 14px
    }
}

.breadcrumb_wrapper .breadcrumb_block .trackPage span::after {
    content: none
}

/* BREADCRUMBS SECTION CSS START HERE */


@media (max-width: 991px) {
    .section_heading {
        text-align: center
    }
}

.section_heading h2 {
    font-size: 30px;
    color: #12130F;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600
}

@media (max-width: 767px) {
    .section_heading h2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .section_heading h2 {
        font-size: 24px
    }
}

@media (max-width: 375px) {
    .section_heading h2 {
        padding-bottom: 10px;
        margin-bottom: 10px
    }
}

.section_heading h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00b0eb;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/* COMMON BUTTON CSS START HERE */
.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.su_button_circle {
    background-color: #0093e2;
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    pointer-events: none;
}

.button_su_inner {
    display: inline-block;
    background: #00b0eb;
    text-align: center;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    border-radius: 10px;
    text-transform: capitalize;
    transition: 400ms;
    text-decoration: none;
    padding: 14px;
    z-index: 99;
    min-width: 150px;
    transition: 0.3s all;
}

.button_text_container {
    position: relative;
    z-index: 9;
}

.explode-circle {
    animation: explode 0.5s forwards;

}

.desplode-circle {
    animation: desplode 0.5s forwards;
}

@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #0093e2;
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #0093e2;
    }
}

@keyframes desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #0093e2;
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #0093e2;
    }
}

/* COMMON BUTTON CSS START HERE */


/* SCROLL TO TOP BUTTON CSS START HERE */
#button {
    width: 50px;
    height: 50px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -50px;
    line-height: 50px;
    z-index: 9999999;
    bottom: 25px;
    opacity: 0;
    background: #00b0eb;
    border-radius: 12px;
    text-align: center;
    color: white;
    font-size: large;
    transition: 0.5s all;
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px 0 rgb(54 54 54 / 30%);
    cursor: pointer;
    z-index: 99;
}

#button svg path {
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

#button:hover {
    text-decoration: none;
    background-color: #fff;
    color: #12130F;
    -webkit-box-shadow: 0 0 15px 0 rgb(54 54 54 / 30%);
    box-shadow: 0 0 15px 0 rgb(54 54 54 / 30%);
}

#button:hover svg path {
    fill: #12130F;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (max-width: 575px) {
    #button {
        width: 40px;
        height: 40px;
        right: 20px;
        bottom: 55px;
    }
}

#button.show {
    right: 25px;
    opacity: 1;
    transform: rotate(-360deg);
    transition: 0.5s all;
}

/* SCROLL TO TOP BUTTON CSS END HERE */


/* FORM CSS START HERE */
form .user-input {
    width: 100%;
    padding: 8px 8px 8px 20px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background: #fff;
    font-size: 14px;
    color: #777777;
    margin-bottom: 20px;
    outline: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

textarea {
    resize: none;
}

@media (max-width: 375px) {
    form .user-input {
        padding: 6px 6px 6px 15px;
        font-size: 12px
    }
}

form .user-input::placeholder {
    font-size: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form .user-input:hover,
form .user-input:focus {
    border: 1px solid #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form .user-input:hover::-webkit-input-placeholder,
form .user-input:focus::-webkit-input-placeholder {
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form .user-input:hover::-webkit-input-placeholder,
form .user-input:focus::-webkit-input-placeholder {
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form .user-input:hover::-webkit-input-placeholder,
form .user-input:focus::-webkit-input-placeholder {
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form .user-input:hover::placeholder form .user-input:focus::placeholder {
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
    -webkit-text-fill-color: #777;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

form textarea {
    min-height: 120px
}

form .common_btn {
    text-transform: uppercase;
    margin: 0;
    max-width: 160px
}

/* FORM CSS END HERE */


.map-wrapper {
    height: 100%;
    filter: grayscale(100%);
    line-height: 0;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.map-wrapper .foot-map {
    height: 100%;
}

header {
    position: relative;
    width: 100%;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 15px 0px rgb(94 94 94 / 20%);
    box-shadow: 0px 5px 15px 0px rgb(94 94 94 / 20%);
    background-color: #fff;
    transition: 0.5s all;
}

header.top {
    top: -100px;
    transition: 0.5s all;
}

header.scroll-header {
    position: fixed;
    top: 0;
    transition: 0.5s all;
}

/* header.scroll-header .navbar .navbar-nav .nav-item .nav-link.active::after,
header.scroll-header .navbar .navbar-nav .nav-item .nav-link:hover::after{
    top: 0;
    transition: .5s all;
} */


/* header.scroll-header .navbar .navbar-nav .nav-item .nav-link:after{
    top: 75px;
    transition: .5s all;
} */


/* @media (min-width: 992px) {
    header.sticky {
        position: fixed;
        -webkit-transition: all ease 0.5s 0s;
        transition: all ease 0.5s 0s;
        -webkit-box-shadow: 0px 15px 39px -22px rgb(0 0 0 / 20%);
        box-shadow: 0px 15px 39px -22px rgb(0 0 0 / 20%);
        top: 0;
    }
} */

header .navigation-wrap.Navbar_open {
    background: #fff;
}

header .navigation-wrap.scroll-on {
    background: #fff;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s
}

@media (max-width: 991px) {
    header .navigation-wrap.scroll-on .navbar .navbar-brand {
        margin-right: auto
    }
}

header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link {
    padding: 25px 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media screen and (max-width:991px) {
    header .navigation-wrap.scroll-on .navbar .navbar-nav .nav-item .nav-link {
        padding: 13px 20px;
    }
}

header .navigation-wrap.scroll-on .sm-clean a {
    color: #555555
}

header .navbar {
    padding: 0;
}

header .navbar .navbar-brand {
    padding: 0;
}

header .navbar .navbar-brand h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 991px) {
    header .navbar {
        position: inherit;
    }

    header .navbar .navbar-collapse {
        position: absolute;
        top: 65px;
        width: 85%;
        background: #f1f1f1;
        z-index: 99;
        left: 50%;
        transform: translateX(-50%);
    }
}

header .navbar .navbar-brand .sticky-img {
    display: none
}

header .navbar .navbar-toggler {
    border: none;
    padding: 0;
    background: #00b0eb;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 5px;
}

header .navbar .navbar-toggler:active {
    outline: none
}

header .navbar .navbar-toggler:focus {
    outline: none
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    display: block;
    width: 10px;
    height: 2px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler .navbar-toggler-icon:after {
    width: 15px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 6px;
    left: 0;
    content: '';
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

header .navbar .navbar-toggler .navbar-toggler-icon:before {
    width: 20px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: -6px;
    left: 0;
    content: '';
    z-index: 2;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border: none;
}

header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    -webkit-transform: rotate(45deg);
    width: 20px;
    top: 0;
    transform: rotate(45deg)
}

header .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    top: -8px;
    transform: translateY(8px) rotate(-45deg)
}

@media (max-width: 991px) {
    header .navbar {
        padding: 15px 0;
    }

}

header .navbar .navbar-nav .nav-item {
    position: relative;
    line-height: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    margin-right: 20px;
}

@media (max-width: 991px) {
    header .navbar .navbar-nav .nav-item {
        margin-right: 0
    }

    header .navbar .navbar-nav .nav-item:last-child {
        margin-bottom: 0
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #12130F;
    padding: 30px 10px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    font-family: "Montserrat-SemiBold";
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}


@media (max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        position: unset
    }
}

header .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    /*background: #00b0eb;*/
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    /* margin: auto; */
    transition: all 0.5s ease
}

header .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    /*background: linear-gradient(to bottom, #00b0eb30 0%, rgb(255 255 255 / 0%) 100%);*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    /* margin: auto; */
    transition: all 0.5s ease;
    z-index: -1;
}

header .navbar .navbar-nav .nav-item .nav-link.active,
header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #000;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;

}

header .navbar .navbar-nav .nav-item .nav-link:hover::before{
    top: 0;
    transition: all 0.5s ease;
}

header .navbar .navbar-nav .nav-item .nav-link:hover::after{
    top: 75px;
    transition: .5s all;
}

header .navbar .navbar-nav .nav-item .nav-link.active::after{
    top: 75px;
    transition: .5s all;
}

header .navbar .navbar-nav .nav-item .nav-link.active::before{
    top: 0;
    transition: .5s all;
}

header.scroll-header .navbar .navbar-nav .nav-item .nav-link:after{
    top: -4px;
}

header.scroll-header .navbar .navbar-nav .nav-item .nav-link:hover::after,
header.scroll-header .navbar .navbar-nav .nav-item .nav-link.active::after{
    top: 65px;
}


header .navbar i.fa.fa-search {
    color: #12130F
}

.blur-body {
    overflow: hidden
}

.blur-body::before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 9999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
    direction: rtl;
    text-align: right
}

.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0
}

.sm ul {
    display: none
}

.sm li,
.sm a {
    position: relative
}

.sm a {
    display: block
}

.sm a.disabled {
    cursor: default
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    overflow: hidden
}

.sm *,
.sm *::before,
.sm *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.sm-clean a {
    padding: 13px 20px;
    padding-right: 58px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none
}

.sm-clean a.current {
    color: #D23600
}

.sm-clean a.disabled {
    color: #bbbbbb
}

.sm-clean a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 5px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 5px
}

@media (max-width: 991px) {
    .sm-clean a .sub-arrow {
        top: 22px
    }
}

.sm-clean a .sub-arrow::before {
    content: "+"
}

.sm-clean a.highlighted .sub-arrow::before {
    content: "-"
}

.sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}

.sm-clean li:first-child {
    border-top: 0
}

.sm-clean ul {
    background: rgba(162, 162, 162, 0.1);
    padding-left: 0;
    list-style-type: none
}

@media (min-width: 992px) {
    .sm-clean ul {
        position: absolute;
        width: 12em
    }

    .sm-clean ul a,
    .sm-clean.sm-vertical a {
        white-space: normal
    }

    .sm-clean .sm-nowrap>li>a,
    .sm-clean .sm-nowrap>li>:not(ul) a,
    .sm-clean a {
        white-space: nowrap
    }

    .sm-clean {
        padding: 0 0 0 20px;
        background: none
    }

    .sm-clean a.has-submenu {
        padding-right: 0px
    }

    .sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: -12px;
        width: 0;
        height: 0;
        border-width: 4px;
        border-style: solid dashed dashed dashed;
        border-color: #555555 transparent transparent transparent;
        background: transparent;
        border-radius: 0
    }

    .sm-clean a .sub-arrow::before {
        display: none
    }

    .sm-clean li {
        border-top: 0
    }

    .sm-clean ul {
        border: none;
        padding: 0;
        background: #fff;
        border-radius: 0px !important;
        -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2)
    }

    .sm-clean ul a,
    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px !important;
        color: #555555;
        margin: 0 !important;
        text-transform: uppercase;
        font-family: "Montserrat-SemiBold";
        min-width: max-content;
    }

    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a.highlighted {
        background: #00b0eb;
        color: #fff !important;
        opacity: 1 !important
    }

    .sm-clean ul a.active {
        color: #000;
    }

    .sm-clean ul a.has-submenu {
        padding-right: 20px
    }

    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
        padding: 10px 20px
    }

    .sm-clean.sm-rtl ul a.has-submenu {
        padding: 10px 20px !important
    }

    .sm-clean.sm-vertical>li>ul::before,
    .sm-clean.sm-vertical>li>ul::after {
        display: none
    }
}


.mobile-search-form {
    display: none
}

.sticky i.fa.fa-search {
    color: #555555
}


.sticky span .input-group-btn i.fa.fa-search {
    color: #fff
}

.topbar {
    background-color: #353c4e;
    padding: 10px 0;
}

.topbar .phone_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}

i.fa.fa-phone {
    height: 50px;
    font-size: 22px;
    padding-right: 10px;
    color: #00b0eb;
}

.topbar .phone_box i.fa.fa-phone {
    color: #00b0eb;
    font-size: 15px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 8px;
    background: #fff;
}

.topbar .mail_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar .phone_box a {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0px;
    transition: 0.3s all;
}

.topbar .phone_box a:hover,
.topbar .mail_box a:hover {
    color: #00b0eb;
    transition: 0.3s all;
}

.topbar .mail_box a {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0px;
    transition: 0.3s all;
}

i.fa.fa-envelope {
    height: 50px;
    font-size: 17px;
    padding-right: 10px;
    color: #00b0eb;
    margin-top: 1px;
}

.topbar .mail_box i.fa.fa-envelope {
    color: #00b0eb;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-right: 8px;
    background: #fff;
}

.topbar .login {
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
}

.topbar .login .or {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin: 0 10px;
    text-transform: uppercase;
}

.topbar .login button {
    padding: 8px 10px;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
    line-height: 1.4;
    min-width: 100px;
    transition: 0.3s all;
}


.topbar .social_icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


.topbar .social_icon ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.topbar .social_icon ul li:last-child {
    margin-right: 0;
}

.topbar .social_icon ul li {
    list-style: none;
    margin-right: 10px;
}

.topbar .social_icon ul li a {
    color: #00b0eb;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
}


.social_icon ul li a:hover {
    color: #fff;
    background: #00b0eb;
    transition: all ease 0.5s 0s;
}



/* BANNER SECTION CSS START HERE */
.banner_wrapper {
    margin-bottom: 20px;
}

.banner_wrapper .banner-slider .banner-slide {
    position: relative;
    padding: 200px 0;
}

.banner-slide .slide__img {
    line-height: 0;
    width: 100%;
    height: 100%;
}

.banner_wrapper .banner-slider .banner-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.one-slide{
    background: url(../images/sliders/slider1.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

.two-slide{
    background: url(../images/sliders/slider2.jpeg) no-repeat;
    background-position: center;
    background-size: cover;
}

.three-slide{
    background: url(../images/sliders/slider3.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-slide .slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: scale(1.2); */
    transition: 3s all;
}

.swiper-slide.swiper-slide-active .banner-slide .slide__img img {
    animation: scale 5s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
         transform: scale(1.2);
    }
}

.banner-slide .slide__content{
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-slide .slide__content h2 {
    color: #fff;
    line-height: 1.4;
    font-size: 48px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}

.banner-slide .slide__content h2 span {
    background: #00b0eb;
    padding: 0 5px;
}

.banner-slide .slide__content p {
    font-size: 14px;
    color: #fff;
    max-width: 650px;
    margin: 0 auto 40px auto;
}

.banner-slide .slide__content .service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.slick-nav{
    display: none !important;
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after{
    display: none;
}

.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-button-prev{
    width: 70px;
    height: 40px;
}

.bannerSwiper .swiper-button-next{
    right: 20px;
}

.bannerSwiper .swiper-button-prev{
    transform: rotate(180deg);
    left: 20px;
}


.bannerSwiper .swiper-button-next img,
.bannerSwiper .swiper-button-prev img{
    opacity: 0.7;
    transition: .4s all;
}

.bannerSwiper .swiper-button-next img:hover,
.bannerSwiper .swiper-button-prev img:hover{
    opacity: 1;
    transition: .4s all;
}

/* .slick-nav {
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
    left: 20px;
    transform: scaleX(-1);
    z-index: 9;
}

.slick-nav.next-arrow {
    left: auto;
    right: 20px;
    z-index: 9;
}

.slick-nav i {
    display: block;
    position: absolute;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
    content: '';
    width: 10px;
    height: 2px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    margin: -1px 0 0 -5px;
    display: block;
    transform-origin: 9px 50%;
}

.slick-nav i:before {
    transform: rotate(-40deg);
}

.slick-nav i:after {
    transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .12);
}

.slick-nav svg {
    width: 44px;
    height: 44px;
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 126;
    stroke-dasharray: 126 126 0;
    transform: rotate(0deg);
}

.slick-nav.animate svg {
    animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
    animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
    animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
    animation: arrowDown 1.6s ease forwards;
}

@keyframes stroke {
    52% {
        transform: rotate(-180deg);
        stroke-dashoffset: 0;
    }

    52.1% {
        transform: rotate(-360deg);
        stroke-dashoffset: 0;
    }

    100% {
        transform: rotate(-180deg);
        stroke-dashoffset: 126;
    }
}

@keyframes arrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1;
    }

    23% {
        transform: translateX(17px);
        opacity: 1;
    }

    24%,
    80% {
        transform: translateX(-22px);
        opacity: 0;
    }

    81% {
        opacity: 1;
        transform: translateX(-22px);
    }
}

@keyframes arrowUp {

    0%,
    100% {
        transform: rotate(-40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
}

@keyframes arrowDown {

    0%,
    100% {
        transform: rotate(40deg) scaleX(1);
    }

    20%,
    80% {
        transform: rotate(0deg) scaleX(.1);
    }
} */

/* BANNER SECTION CSS END HERE */



.about_wrapper .about_right {
    padding: 40px;
    -webkit-box-shadow: 0px 24px 55px -35px rgba(20, 25, 62, .1);
    box-shadow: 0px 24px 55px -35px rgba(20, 25, 62, .1);
    background-color: #ffffff;
    transform: translateX(-50px);
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .about_wrapper .about_right {
        padding: 30px
    }
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right {
        text-align: center;
        transform: none;
    }
}

@media screen and (min-width: 421px) and (max-width: 575px) {
    .about_wrapper .about_right {
        max-width: 450px;
        margin: 0 auto
    }
}

@media (max-width: 375px) {
    .about_wrapper .about_right {
        padding: 20px
    }
}

.about_wrapper .about_right .heading {
    margin-bottom: 0
}

.about_wrapper .about_right h2 {
    display: inline-block;
    margin-bottom: 30px
}

@media screen and (max-width: 991px) {
    .about_wrapper .about_right h2 {
        margin-bottom: 20px
    }
}

.about_wrapper .about_right h2::before {
    left: 0;
    margin-left: 60px
}

@media (max-width: 991px) {
    .about_wrapper .about_right h2::before {
        left: 0;
        right: -40px;
        margin: auto
    }
}

.about_wrapper .about_right h2::after {
    left: 0;
    margin-left: 0
}

@media (max-width: 991px) {
    .about_wrapper .about_right h2::after {
        left: 0px;
        right: 0;
        margin: auto
    }
}

.about_wrapper .about_right p {
    font-size: 14px;
    color: #12130F;
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .about_wrapper .about_right p {
        margin-bottom: 25px
    }
}

.about_wrapper .about_left {
    line-height: 0;
    position: relative;
}

/* .about_wrapper .about_left::after {
    content: '';
    width: 95%;
    height: 105%;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    border: 1px solid #00b0eb;
    background: #fff;
    z-index: -1;
    transition: .5s all;
} */
 .single-team-box img {
    height: 350px;
    object-fit: cover;
}



.about_wrapper .about_left:hover::after{
    background: #00b0eb;
    transition: .5s all;
}

@media (max-width: 991px) {
    .about_wrapper .about_left::after {
        display: none;
    }
}

@media screen and (min-width: 421px) and (max-width: 575px) {
    .about_wrapper .about_left {
        max-width: 450px;
        margin: 0 auto
    }
}

.about_wrapper .about_left img {
    width: 100%
}


/* FEATURES SECTION CSS START HERE */
.features_wrapper .featureSwiper .swiper-pagination {
    bottom: 0
}

@media (max-width: 1199px) {
    .features_wrapper .featureSwiper .swiper-pagination {
        padding: 10px 0
    }
}

.features_wrapper.services .feature-list {
    margin: 30px 0 0
}

@media (max-width: 575px) {
    .navbar-collapse{
        width: 100% !important;
        left: 0 !important;
        transform: none !important;
    }
    .features_wrapper.services .feature-list {
        max-width: 400px;
        margin: 20px auto 0 auto
    }
}

.feature-list {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 30px 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* box-shadow: 0px 24px 55px -35px rgba(20, 25, 62, .1); */
    transition: .6s all;
    text-align: center;
    border-radius: 5px;
}

.feature-list:hover {
    background: rgb(18, 19, 15, 0.70);
    box-shadow: none;
    transition: .6s all;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.feature-list.one-slide:hover {
    background-image: url('../images/sliders/slider1.webp');
    transition: .6s all;
}

.feature-list.two-slide:hover {
    background-image: url('../images/sliders/slider2.webp');
    transition: .6s all;
}

.feature-list.three-slide:hover {
    background-image: url('../images/sliders/slider3.webp');
    transition: .6s all;
}

@media screen and (max-width: 991px) {
    .feature-list {
        padding: 20px
    }
}

.feature-list .bg_icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(220, 53, 69, 0.05);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
}

@media screen and (max-width: 767px) {
    .navbar-collapse{
        width: 90% !important;
    }
    .feature-list .bg_icon {
        width: 65px;
        height: 65px;
    }
}

.feature-list .bg_icon img {
    transition: .6s all;
    width: 55px;
}

@media screen and (max-width: 767px) {
    .feature-list .bg_icon img {
        width: 40px
    }
}

.feature-list .heading {
    margin-bottom: 10px
}

.feature-list span {
    color: #12130F;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
    display: block
}

.feature-list h2 {
    color: #12130F;
    font-size: 18px;
    line-height: 2.0;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .6s all;
}

@media (max-width: 575px) {
    .feature-list h2 {
        font-size: 16px
    }
}

.feature-list p {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: .6s all;
}

.feature-list a i {
    transition: .6s all
}

.feature-list:hover h2,
.feature-list:hover p {
    color: #fff;
    transition: .6s all;
}

.feature-list:hover .bg_icon {
    background-color: transparent;
}

.feature-list:hover .bg_icon img {
    filter: brightness(1000%);
    transition: .6s all;
}

.feature-list:hover .heading h2:after {
    background: #fff;
    transition: .6s all
}

.feature-list:hover a i {
    margin-left: 10px;
    transition: .6s all
}

/* FEATURES SECTION CSS END HERE */


/* OUR SERVICE SECTION CSS START HERE */
.services_wrapper .heading {
    margin-bottom: 20px;
}

.services_wrapper .service-list {
    margin-top: 40px;
    position: relative;
}

.services_wrapper .service-list .bg_icon {
    border: 1px dashed #00b0eb;
    line-height: 0;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

/* .services_wrapper .service-list:hover .bg_icon {
    left: 50px;
    transition: 0.5s all;
} */

.services_wrapper .service-list:hover .bg_icon{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
    transition: all 0.5s ease;
}

.services_wrapper .service-list:hover .content {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s ease;
}

.services_wrapper .service-list .bg_icon img {
    width: 55px;
    transition: 0.5s all;
}

.services_wrapper .service-list:hover .content {
    transition: 0.5s all;
}

.services_wrapper .service-list .content {
    background: #fff;
    border: 1px solid #00b0eb6e;
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
    text-align: center;
    margin-top: -30px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

.services_wrapper .service-list .content:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff2e9;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.services_wrapper .service-list:hover .content:before{
    height: 100%;
    transition: all 0.5s ease;
}

/* .services_wrapper .service-list .content:after {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
} */

/* .services_wrapper .service-list:hover .content:after {
    animation: shine .90s
} */

/* @keyframes shine {
    100% {
        left: 125%;
    }
} */

.services_wrapper .service-list .content h2 {
    color: #12130F;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.services_wrapper .service-list .content h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #00b0eb;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.services_wrapper .service-list .content p {
    color: #000;
    opacity: 0.7;
    font-size: 14px;

}

/* OUR SERVICE SECTION CSS END HERE */


/* ARCHIVEMENT SECTION CSS START HERE */
.achievements {
    background-image: url(../images/countup/countups-image.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    background-position: center center;
    margin: 60px 0;
}

.achievements:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #323232;
    opacity: 0.7;
}

.achievements .heading {
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.achievements .heading h2 {
    color: #fff;
}

.achievements .heading p {
    color: #fff;
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .achievements {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    .achievements {
        padding: 30px 0
    }
}



/* ARCHIVEMENT SECTION CSS END HERE */


/* OUR PROJECTS SECTION CSS START HERE */
.project {
    text-align: center;
}

.project .heading {
    margin-bottom: 40px;
}

.project .filters ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.project .filters {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px;
    position: relative;
}

.project .filters:after {
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    background: #0093e2;
    min-width: 600px;
}

.project .filters ul li {
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 20px;
    border-radius: 8px;
    cursor: pointer;
    background: transparent;
    margin-right: 10px;
    transition: .6s all;
}

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

.project .filters ul li.active,
.project .filters ul li:hover {
    background: #00b0eb;
    transition: .6s all;
}

.project .project-details .project_box {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.project .project-details .project_box .project-content {
    position: absolute;
    width: 100%;
    left: -50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s all;
}

.project .project-details .project_box:hover .project-content {
    left: 50%;
    transition: 0.5s all;
}

.project .project-details .project_box .project-content .link {
    display: block;
    color: #0093e2;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}

.project .project-details .project_box .project-content h6,
.project .project-details .project_box .project-content p {
    color: #fff;
    text-transform: capitalize;
}

.project .project-details .project_box .project-content h6 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}

.project .project-details .project_box .project-content h6:after {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #fff;
}

.project .project-details .project_box .project-content p {
    font-size: 14px;
    line-height: 1.2;
}

.project .project-details .project_box .project-img {
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.project .project-details .project_box .project-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0093e2;
    opacity: 0;
    transition: 0.6s all;
}

.project .project-details .project_box:hover .project-img:after {
    opacity: 0.8;
}

.project .project-details .project_box {
    margin-bottom: 20px;
    position: relative;
}


.project_box .project-img img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    transition: opacity 0.4s, transform 0.4s;
    transform: translate3d(-40px, 0, 0);
}

.project_box:hover .project-img img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.4s all;
}

.projects .view_all {
    text-align: center
}

.projects .view_all .common_btn {
    max-width: 180px;
    margin: 30px auto 0 auto
}

/* OUR PROJECTS SECTION CSS START HERE */


/* OUR TEAM SECTION CSS START HERE */
.team .heading {
    margin-bottom: 30px
}

@media (max-width: 575px) {
    .team.our_team .single-team-box {
        max-width: 300px;
        margin: 0 auto 20px auto
    }
}

.swiper.TeamSwiper .swiper-pagination {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: -10px !important;
    padding: 5px 0
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #00b0eb;
    opacity: 0.7;
    display: block;
    border-radius: 30px;
    display: inline-block
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b0eb;
    width: 10px;
    height: 10px;
    opacity: 1
}

.our_team .single-team-box {
    margin-bottom: 30px
}

.single-team-box {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(20, 25, 62, 0.6) 0px 24px 55px -35px;
}

@media (max-width: 480px) {
    .single-team-box {
        max-width: 300px;
        margin: 0 auto
    }
}

@media (max-width: 375px) {
    .single-team-box {
        max-width: 100%
    }
}

.single-team-box:hover .img_block:after {
    height: 100%;
    width: 100%;
    background-color: rgb(201 106 38 / 30%);
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    opacity: 1
}

.single-team-box:hover .img_block .social_icon {
    opacity: 1;
    z-index: 2;
    transition: 0.7s all
}

.single-team-box:hover .team_content {
    width: 101%;
    border-radius: 0;
}

.single-team-box .img_block {
    position: relative;
}

.single-team-box .img_block:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: transparent;
    border-radius: 0px 0px 5px 5px;
    transition: 0.6s all;
    opacity: 0
}

.single-team-box .img_block img {
    margin: auto;
    display: block;
    width: 100%;
}

.single-team-box .img_block .social_icon {
    position: absolute;
    right: 20px;
    top: -130px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    row-gap: 6px;
    transition: 0.7s all;
}

.single-team-box:hover .img_block .social_icon {
    top: 20px;
    transition: top 0.7s all;
}

.single-team-box .img_block .social_icon li {
    margin: 0 5px;
    text-align: center
}

.single-team-box .img_block .social_icon li a i {
    height: 35px;
    width: 35px;
    background: #fff;
    color: #00b0eb;
    border-radius: 50%;
    line-height: 35px;
    transition: 0.7s all;
}

.single-team-box .img_block .social_icon li a i.fa-facebook:hover {
    background: #3b5998;
    color: #ffff;
    transition: 0.7s all;
}

.single-team-box .img_block .social_icon li a i.fa-twitter:hover {
    background: #00acee;
    color: #fff;
    transition: 0.7s all;
}

.single-team-box .img_block .social_icon li a i.fa-linkedin:hover {
    background: #0072b1;
    color: #fff;
    transition: 0.7s all;
}

.single-team-box .team_content {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #00b0eb;
    padding: 20px 0;
    border-radius: 5px 5px 0 0;
    transition: all 0.7s ease;
}

.single-team-box .team_content h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: 0.3s all;
    transition: 0.7s all
}

.single-team-box .team_content p {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0px
}

/* OUR TEAM SECTION CSS END HERE */


.new-project {
    padding: 38px 0 38px;
    background: #e8e8e8;
    margin-top: 40px;
}

@media (max-width: 575px) {
    .new-project {
        padding: 32px 0 32px
    }
}

@media (max-width: 991px) {
    .new-project .single-new-project {
        margin-bottom: 20px;
        text-align: center
    }
}

.new-project .single-new-project h3 {
    color: #12130F;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .new-project .single-new-project h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .new-project .single-new-project h3 {
        font-size: 24px
    }
}

.new-project .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.start_btn {
    margin: 0;
    text-transform: uppercase;
    max-width: 150px;
    padding: 12px 30px
}

@media (max-width: 991px) {
    .start_btn {
        margin: 0 auto
    }
}


/* CUSTOMER REVIEW SECTION CSS START HERE */
.reviews {
    position: relative;
    padding: 0;
    background-image: url(../images/countup/countups-image.webp);
    background-blend-mode: overlay;
    background-size: cover;
    background-attachment: fixed;
    margin: 60px 0;
    overflow: hidden;
}

.reviews::before {
    content: '';
    position: absolute;
    background: #323232;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
}

.reviews.pricing-reviews {
    margin-top: 60px
}

.reviews .arrow,
.reviews .arrow-mob {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 150px;
    height: 60px;
}

.reviews .arrow .swiper-button-prev,
.reviews .arrow .swiper-button-next,
.reviews .arrow-mob .swiper-button-prev,
.reviews .arrow-mob .swiper-button-next {
    background: transparent;
    border: 1px solid #9C9C9C;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    transition: 0.4s all;
}

.reviews .arrow .swiper-button-prev:hover,
.reviews .arrow .swiper-button-next:hover {
    background: #ffff;
    transition: 0.4s all;
}

.reviews .arrow .swiper-button-prev:hover img,
.reviews .arrow .swiper-button-next:hover img {
    filter: brightness(0);
}

.reviews .arrow .swiper-button-prev {
    left: 0;
}

.reviews .arrow .swiper-button-prev img,
.reviews .arrow-mob .swiper-button-prev img {
    transform: rotate(180deg);
    max-width: 10px;
}


.reviews .arrow .swiper-button-prev:after,
.reviews .arrow-mob .swiper-button-prev:after {
    display: none;
}

.reviews .arrow .swiper-button-next:after,
.reviews .arrow-mob .swiper-button-next:after {
    display: none;
}

.reviews .arrow .swiper-button-next img,
.reviews .arrow-mob .swiper-button-next img {
    transform: rotate(180deg);
    max-width: 10px;
}

.reviews .heading p {
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .reviews.pricing-reviews {
        margin-top: 50px
    }
}

@media screen and (max-width: 991px) {
    .reviews.pricing-reviews {
        margin-top: 40px
    }
}

.reviews .heading {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.reviews .heading h3 {
    color: #fff
}

.reviews .heading h3:after {
    background: #fff;
    margin-left: 0;
    left: 0;
}


.review_con p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
}

@media (min-width: 992px) {

    .reviews .client-review .swiper-container .swiper-slide.swiper-slide-prev,
    .reviews .client-review .swiper-container .swiper-slide.swiper-slide-next {
        opacity: 0.3;
        transform: scale(0.8);
        transition: 0.4s all;
    }

    .reviews .client-review .swiper-container .swiper-slide.swiper-slide-next .review_box .box,
    .reviews .client-review .swiper-container .swiper-slide.swiper-slide-prev .review_box .box {
        filter: blur(2px);
        transition: 0.4s all;
    }
}

.reviews .client-review .swiper-container .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: 0.4s all;
}

.reviews .client-review .swiper-container .swiper-slide .review_box {
    background: transparent;
    padding: 10px;
    border: 2px solid #ffffff80;
    border-radius: 50px;
}

.reviews .client-review .swiper-container .swiper-slide .review_box .box {
    background: rgb(255 255 255 / 85%);
    padding: 30px;
    border-radius: 40px;
    transition: 0.4s all;
}


.reviews .client-review .swiper-container .swiper-slide .review_box .review_con .review_star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.reviews .client-review .swiper-container .swiper-slide .review_box .review_con .review_star li {
    margin: 0 5px;
    line-height: 0;
    color: #ffd14d
}

.reviews .client-review .swiper-container .swiper-slide .review_box .review_arrow {
    line-height: 0;
    display: flex;
    justify-content: flex-end;
}

.reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls .client_img {
    line-height: 0
}

.reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls .client-name {
    margin-left: 12px;
}

.reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls .client-name h6 {
    font-size: 18px;
    color: #00b0eb;
    font-weight: 700;
}

@media (max-width: 575px) {
    .reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls .client-name h6 {
        font-size: 16px
    }
}

.reviews .client-review .swiper-container .swiper-slide .review_box .client-personal-dtls .client-name p {
    font-size: 14px;
    line-height: 1.2;
    color: #00b0eb;
}


.reviews .client-review .swiper-container {
    max-height: 600px;
    position: relative;
}


.reviews .swiper-container {
    width: 100%;
    height: 100%;
}

/* CUSTOMER REVIEW SECTION CSS END HERE */


/* OUR PRICING PLANS SECION CSS START HERE */
.pricing .price_box {
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-radius: 20px;
    background-color: #fff;
}

@media (max-width: 575px) {
    .pricing .price_box {
        max-width: 400px;
        margin: 30px auto 0 auto
    }
}


.pricing .price_box .price_img {
    position: absolute;
    opacity: 0;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s
}

.pricing .price_box .price_title {
    text-align: center;
    background: #00b0eb;
    padding: 25px 20px;
    -webkit-transition: all ease 0.5s 0s;
    transition: all ease 0.5s 0s;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding: 40px 0 100px;
}

.pricing .price_box .price_title .plans {
    background: #363636;
    margin: 0 -8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
    padding: 10px;
    transition: 0.4s all;
}

.pricing .price_box:hover .price_title .plans {
    margin: 0;
    transition: 0.4s all;
}

.pricing .price_box .price_title .plans:before {
    content: "";
    position: absolute;
    bottom: -30px;
    opacity: 1;
    left: 1px;
    border-top: 10px solid #363636;
    border-left: 8px solid transparent;
    border-bottom: 20px solid transparent;
    transition: 0.3s all;
}

.pricing .price_box:hover .price_title .plans:before {
    opacity: 0;
    transition: 0.3s all;
}

.pricing .price_box .price_title .plans:after {
    content: "";
    position: absolute;
    bottom: -30px;
    opacity: 1;
    right: 1px;
    border-top: 10px solid #363636;
    border-right: 8px solid transparent;
    border-bottom: 20px solid transparent;
    transition: 0.3s all;
}

.pricing .price_box:hover .price_title .plans:after {
    opacity: 0;
    transition: 0.3s all;
}

.pricing .price_box .price_title .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.pricing .price_box .price_title .pricing-deco-img .deco-layer--1 {
    transition: 0.4s all;
}

.pricing .price_box:hover .price_title .pricing-deco-img .deco-layer--1 {
    transform: translate3d(40px, 0, 0);
    transition: 0.4s all;
}


.pricing .price_box .price_title .plans h4 {
    font-size: 34px;
    line-height: 1.3;
    color: #fff;
}

@media (max-width: 1199px) {
    .pricing .price_box .price_title h2 {
        font-size: 26px
    }
}

.pricing .price_box .price_title h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px
}

@media (max-width: 1199px) {
    .pricing .price_box .price_title h3 {
        font-size: 16px
    }
}


.pricing .price_box .plan_detail .detail_plan {
    margin-bottom: 40px
}

@media (max-width: 1399px) {
    .pricing .price_box .plan_detail .detail_plan {
        margin-bottom: 30px
    }
}

.pricing .price_box .plan_detail .detail_plan li {
    list-style: none;
    text-align: center;
    line-height: 35px;
    color: #000;
    font-size: 14px;
    padding: 5px 15px;
    transition: color 0.3s ease;
}

.pricing .price_box .plan_detail {
    padding: 10px 10px 20px 10px;
    text-align: center;
}

/* OUR PRICING PLANS SECION END START HERE */


/* NEWS SECTION CSS START HERE */
.news .heading {
    margin-bottom: 30px
}

.news .swiper-slide .blog_con {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px;
    transition: 0.3s all;
}

.news .swiper-slide .blog_con:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 25px;
    border-radius: 0;
    transition: 0.4s all;
}

@media (max-width: 575px) {
    .news .swiper-slide .blog_con {
        max-width: 400px;
        margin: 10px auto 10px auto
    }
}

.news .swiper-slide .blog_con .blog_img {
    line-height: 0;
    position: relative;
}

.news .swiper-slide .blog_con .blog_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -210px;
    background: #00b0eb;
    opacity: 0.2;
    transition: 0.4s all;
}

.news .swiper-slide .blog_con:hover :after {
    bottom: 0;
    transition: 0.4s all;
}

.news .swiper-slide .blog_con .blog_img img {
    width: 100%
}

.news .swiper-slide .blog_con .blog_img {
    position: relative;
}


.news .swiper-slide .blog_con .blog_detail_con {
    position: relative;
    line-height: 0;
    background: #00b0eb;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: -30px;
    box-shadow: 0px 24px 100px -35px rgba(20, 25, 62, .1);
    overflow: hidden;
    transition: 0.3s all;
}

.news .swiper-slide .blog_con:hover .blog_detail_con .read-btn {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 0;
    transition: 0.4s all;
}

.news .swiper-slide .blog_con .blog_detail_con .read-btn {
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #00b0eb;
    padding: 10px;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    text-align: center;
    line-height: 1.4;
    text-transform: capitalize;
    border-radius: 10px;
    transition: 0.4s all;
}

.news .swiper-slide .blog_con .blog_detail_con:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 3px;
    transition: width .7s;
    right: 0;
    background-color: #fff;
    width: 0;
}

.news .swiper-slide .blog_con:hover .blog_detail_con:after {
    width: 100%;
    transition: width .7s;
}

.news .swiper-slide .blog_con:hover .blog_detail_con:before {
    width: 100%;
    transition: 0s;
    background: rgba(0, 0, 0, 0);
}


.news .swiper-slide .blog_con .blog_detail_con:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #fff;
    left: 0;
}

.news .swiper-slide .blog_con:hover .blog_detail_con {
    border-radius: 0px;
    transition: 0.4s all;
}


.news .swiper-slide .blog_con .blog_detail_con h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.5px;
    transition: 0.3s all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_border {
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 375px) {
    .news .swiper-slide .blog_con .blog_detail_con h2 {
        font-size: 15px
    }
}

.news .swiper-slide .blog_con .date_con {
    padding: 20px 0;
}

.news .swiper-slide .blog_con .date_con .admin_box p {
    color: #fff;
}

@media (max-width: 1199px) {
    .news .swiper-slide .blog_con .date_con {
        padding: 15px
    }
}

.news .swiper-slide .blog_con .date_con .admin_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .swiper-slide .blog_con .date_con .admin_box p {
    margin: 0 10px;
}

@media (max-width: 1199px) {
    .news .swiper-slide .blog_con .date_con .admin_box p {
        display: flex;
        align-items: center;
    }
}

.news .swiper-slide .blog_con .date_con .admin_box p i {
    padding-right: 5px
}

/* NEWS SECTION CSS END HERE */


/* OUR PARTNER SECTION CSS START HERE */

.partners {
    background: #363636;
    padding: 50px 0;
}

.partners .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners .swiper-wrapper .item {
    line-height: 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
}

.partners .swiper-wrapper .item img {
    opacity: 0.4;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.partners .swiper-wrapper .item img:hover {
    opacity: 1;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

/* OUR PARTNER SECTION CSS END HERE */


/* CONTACT US SECTION CSS START HERE */
.contact_us .contact-wrapper .write-dtls form .common_btn {
    background: #fff;
    color: #00b0eb;
}

.contact_us .contact-wrapper .write-dtls {
    position: relative;
    z-index: 1;
    background: #0093e2;
    padding: 30px;
    border-radius: 20px 0 0 20px;
}

.contact_us .contact-wrapper .write-dtls .heading h3 {
    color: #fff;
}

.contact_us .heading {
    margin-bottom: 40px
}

.contact_us .heading h3:after {
    left: 0;
    margin-left: 0;
    background: #ffff;
}

.contact_us .contact-wrapper .write-dtls .button_su .button_su_inner {
    min-width: 200px;
}

.contact_us .contact-wrapper .write-dtls .button_su .button_su_inner:hover .button_text_container {
    color: #0093e2;
}

.contact_us .contact-wrapper .write-dtls .button_su .explode-circle {
    animation: form-explode 0.5s forwards;

}

.contact_us .contact-wrapper .write-dtls .button_su .desplode-circle {
    animation: form-desplode 0.5s forwards;
}

@keyframes form-explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #fff;
    }

    100% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #fff;
    }
}

@keyframes form-desplode {
    0% {
        width: 400px;
        height: 400px;
        margin-left: -200px;
        margin-top: -200px;
        background-color: #fff;
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: #fff;
    }
}

/* CONTACT US SECTION CSS END HERE */


@media (max-width: 991px) {
    .reviews {
        padding: 50px 0;
    }

    .contact_us .heading h3:after {
        margin: 0 auto;
        transform: translateX(-50%);
        left: 50%;
    }

    .contact_us .heading {
        text-align: center;
    }
}


@media (max-width: 991px) {
    .about_page {
        text-align: center
    }
}

.about_page .heading {
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .about_page .heading {
        text-align: center
    }
}

@media (min-width: 992px) {
    .about_page .heading h3:after {
        left: 0;
        margin: 0
    }
}

.about_page .about_page_img {
    line-height: 0
}

@media (max-width: 991px) {
    .about_page .about_page_img {
        margin-top: 30px
    }
}

.about_page .about_pages_con .common_btn {
    margin-top: 15px
}

.planning .planning_list {
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center
}

@media screen and (max-width: 991px) {
    .planning .planning_list {
        padding: 20px
    }
}

.planning .planning_list .bg_icon img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

@media screen and (max-width: 767px) {
    .planning .planning_list .bg_icon img {
        width: 40px
    }
}

.planning .planning_list .heading {
    margin-bottom: 10px
}

.planning .planning_list span {
    color: #12130F;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 2px;
    display: block
}

.planning .planning_list h2 {
    color: #12130F;
    font-size: 18px;
    line-height: 2.0;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
    .planning .planning_list h2 {
        font-size: 16px
    }
}

.planning .planning_list p {
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.planning .planning_list a i {
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

/* PRINCIPLES SECTION CSS START HERE */
.principles .principlaes_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s all;
    cursor: pointer;
}

.principles .principlaes_box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b0eb;
    left: 0;
    top: 0;
    opacity: 0.4;
    transition: 0.5s all;
}

.principles .principlaes_box:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b0eb;
    opacity: 0.9;
    left: 0;
    top: 0;
    transition: 0.5s all;
}

/* .principles .principlaes_box:hover:after {
    opacity: 0.5;
    transition: 0.5s all;
} */

.principles .principlaes_box .principales_img {
    position: relative;
}

.principles .principlaes_box .principales_img:after,
.principles .principlaes_box .principales_img:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    transition: all 1s ease-in;
}

.principles .principlaes_box .principales_img:before {
    border-top: 2px solid #FFF;
    border-left: 2px solid #FFF;
    top: 20px;
    left: 20px;
    z-index: 1;
    opacity: 0;
}

.principles .principlaes_box .principales_img:after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    opacity: 0;
}

.principles .principlaes_box:hover .principales_img:before,
.principles .principlaes_box:hover .principales_img:after {
    opacity: 1;
}

.principles .principlaes_box:hover .principales_img:after,
.principles .principlaes_box:hover .principales_img:before {
    width: 90%;
    height: 85%;
}

.principles .principlaes_box .our_mission {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.principles .principlaes_box .our_mission h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 20px;
    margin: 0;
    opacity: 1;
    transition: 0.5s all;
}

.principles .principlaes_box .our_mission h2:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #fff;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

.principles .principlaes_box:hover .our_mission h2 {
    opacity: 0;
    transition: 0.5s all;
}


.principles .principlaes_box .our_mission p {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    font-size: 14px;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 30px;
    opacity: 0;
    transition: 0.5s all;
}

.principles .principlaes_box:hover .our_mission p {
    opacity: 1;
    transition: 0.5s all;
}

.principles .principlaes_box .principales_img {
    line-height: 0;
}

/* PRINCIPLES SECTION CSS START HERE */


/* BLOG SECTION CSS START HERE */
.blog_pages .blog_con .blog_img {
    display: block;
    line-height: 0;
    position: relative;
}

.blog_pages .blog_con .blog_img .blog-box {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 20px;
    background: #00b0eb;
    width: 100px;
    height: 40px;
    padding: 10px;
    text-align: center;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}

.blog_pages .blog_con .blog_img .blog-box p {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}

.blog_pages .blog_con .blog_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00b0eb;
    opacity: 0;
    left: 0;
    top: 0;
    transition: 0.4s all;
}

.blog_pages .blog_con:hover .blog_img:before {
    opacity: 0.2;
    transition: 0.4s all;
}

/* .blog_pages .blog_con .blog_img:after {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.blog_pages .blog_con:hover .blog_img:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
} */

.blog_pages .blog_con .blog_img img {
    width: 100%;
}

.blog_pages .blog_con .blog_detail_con {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 3px 15px 0px #e2e2e2;
}

.blog_pages .blog_con .blog_detail_con .blog-content {
    border-bottom: 1px solid #00b0eb;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog_pages .blog_con .blog_detail_con .admin-name {
    display: flex;
    margin-bottom: 15px;
}

.blog_pages .blog_con .blog_detail_con .admin-name .user_blog {
    color: #00b0eb;
}

.blog_pages .blog_con .blog_detail_con .read-more {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    color: #00b0eb;
    display: flex;
    align-items: center;
}

.blog_pages .blog_con .blog_detail_con .read-more img {
    margin-left: 5px;
    transition: 0.4s all;
}

.blog_pages .blog_con:hover .blog_detail_con .read-more img {
    margin-left: 10px;
    color: #00b0eb;
    transition: 0.4s all;
}

.blog_pages .blog_con .blog_detail_con .admin-name .user_blog .fa-user {
    padding-right: 10px;
}

.blog_pages .blog_con .blog_detail_con .blog-title {
    font-size: 26px;
    font-weight: 600;
    color: #12130F;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    transition: 0.4s all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog_pages .blog_con:hover .blog_detail_con .blog-title {
    color: #00b0eb;
    transition: 0.4s all;
}

.blog_details .single-blog-post {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F1F1F1
}

@media (max-width: 575px) {
    .blog_details .single-blog-post {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.blog_details .single-blog-post .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px
}

@media (max-width: 1199px) {
    .blog_details .single-blog-post .content-box {
        margin-top: 20px
    }
}

.blog_details .single-blog-post .content-box .date-box {
    text-align: center;
    margin-right: 20px
}

@media (max-width: 991px) {
    .blog_details .single-blog-post .content-box .date-box {
        margin-right: 15px
    }
}

.blog_details .single-blog-post .content-box .date-box .date {
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    padding: 15px 0;
    width: 70px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.1;
    font-size: 16px
}

@media (max-width: 991px) {
    .blog_details .single-blog-post .content-box .date-box .date {
        padding: 12px 0
    }
}

@media (max-width: 575px) {
    .blog_details .single-blog-post .content-box .date-box .date {
        font-size: 14px;
        width: 60px;
        padding: 10px 0
    }
}

.blog_details .single-blog-post .content-box .date-box .date span {
    font-size: 24px
}

@media (max-width: 991px) {
    .blog_details .single-blog-post .content-box .date-box .date span {
        font-size: 20px
    }
}

@media (max-width: 575px) {
    .blog_details .single-blog-post .content-box .date-box .date span {
        font-size: 18px
    }
}

.blog_details .single-blog-post .content-box .date-box .comment {
    font-size: 20px;
    color: #202A30;
    padding: 15px 0;
    border: 1px solid #E6E6E6;
    border-top: 0
}

@media (max-width: 991px) {
    .blog_details .single-blog-post .content-box .date-box .comment {
        padding: 12px 0
    }
}

@media (max-width: 575px) {
    .blog_details .single-blog-post .content-box .date-box .comment {
        padding: 10px 0;
        font-size: 18px
    }
}

.blog_details .single-blog-post .content-box .content_blog h3 {
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 12px;
    font-weight: 600
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box {
    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
}

@media (max-width: 575px) {
    .blog_details .single-blog-post .content-box .content_blog .bottom-box {
        display: block
    }
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box h6 {
    font-size: 13px;
    color: #12130F;
    font-weight: 400
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box h6 a {
    color: #12130F
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box .share li span {
    font-size: 13px;
    color: #12130F
}

.blog_details .single-blog-post .content-box .content_blog .bottom-box .share li a {
    margin: 0 10px
}

.blog_details .admin-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F1F1F1
}

.blog_details .admin-info .img-box {
    min-width: 100px;
    margin-right: 30px
}

@media (max-width: 991px) {
    .blog_details .admin-info .img-box {
        min-width: 60px;
        margin-right: 20px
    }
}

.blog_details .admin-info .content_blog h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #12130F;
    font-weight: 700
}

.blog_details .admin-info .content_blog p {
    font-size: 15px;
    color: #9C9C9C
}

.blog_details .admin-info .content_blog .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog_details .admin-info .content_blog .social li a {
    margin: 0 10px
}

.blog_details .comment-box {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #F1F1F1
}

@media (max-width: 575px) {
    .blog_details .comment-box {
        padding-bottom: 20px;
        margin-bottom: 30px
    }
}

.blog_details .comment-box h2 {
    font-size: 32px;
    text-transform: capitalize;
    color: #272727;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .blog_details .comment-box h2 {
        margin-bottom: 30px;
        font-size: 28px
    }
}

@media (max-width: 375px) {
    .blog_details .comment-box h2 {
        margin-bottom: 20px;
        font-size: 26px
    }
}

.blog_details .comment-box .single-comment-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 575px) {
    .blog_details .comment-box .single-comment-box {
        margin-bottom: 30px
    }
}

@media (max-width: 375px) {
    .blog_details .comment-box .single-comment-box {
        display: block
    }
}

.blog_details .comment-box .single-comment-box .img-box {
    min-width: 100px
}

@media (max-width: 991px) {
    .blog_details .comment-box .single-comment-box .img-box {
        min-width: 60px;
        margin-right: 20px
    }
}

@media (max-width: 575px) {
    .blog_details .comment-box .single-comment-box .img-box {
        min-width: 50px;
        margin-right: 10px
    }
}

@media (max-width: 375px) {
    .blog_details .comment-box .single-comment-box .img-box {
        margin-right: 0
    }
}

.blog_details .comment-box .single-comment-box .content-box h3 {
    font-size: 16px;
    color: #272727;
    text-transform: capitalize;
    font-weight: 700
}

.blog_details .comment-box .single-comment-box .content-box .meta-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 10px 0
}

.blog_details .comment-box .single-comment-box .content-box .meta-box span {
    font-size: 14px;
    color: #777
}

.blog_details .comment-form h2 {
    font-size: 30px;
    color: #23282A;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600
}

@media (max-width: 375px) {
    .blog_details .comment-form h2 {
        font-size: 26px;
        margin-bottom: 20px
    }
}

.blog_details .comment-form .contact-form input {
    width: 100%;
    border: 1px solid #F0F0F0;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #23282A
}

.blog_details .comment-form .contact-form input::-webkit-input-placeholder {
    font-size: 14px
}

.blog_details .comment-form .contact-form input:-ms-input-placeholder {
    font-size: 14px
}

.blog_details .comment-form .contact-form input::-ms-input-placeholder {
    font-size: 14px
}

.blog_details .comment-form .contact-form input::placeholder {
    font-size: 14px
}

.blog_details .comment-form .contact-form input:focus {
    outline: none
}

.blog_details .comment-form .contact-form textarea {
    width: 100%;
    border: 1px solid #F0F0F0;
    padding: 10px 10px 10px 20px
}

.blog_details .comment-form .contact-form textarea:focus {
    outline: none
}

.blog_details .comment-form .contact-form .common_btn {
    padding: 10px 40px;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize
}

/* BLOG SECTION CSS END HERE */


/* FAQ SECTION CSS START HERE */
.faq {
    padding-bottom: 60px
}

@media (max-width: 575px) {
    .faq {
        padding-bottom: 50px
    }
}

.faq .section_heading {
    font-size: 32px
}

.faq .section_heading h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 32px
}

@media (max-width: 1199px) {
    .faq .section_heading h2 {
        font-size: 28px
    }
}

@media (max-width: 767px) {
    .faq .section_heading h2 {
        font-size: 26px
    }
}

@media (max-width: 575px) {
    .faq .section_heading h2 {
        font-size: 22px
    }
}

@media (max-width: 375px) {
    .faq .section_heading h2 {
        font-size: 20px
    }
}

.faq .section_heading h2:after {
    background: #00b0eb;
    left: 0;
    -webkit-transform: none;
    transform: none
}

.faq .myaccordion .card {
    background: #00b0eb;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    transition: 0.5s all;
}

.faq .myaccordion .card .card-header {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    border-radius: 0;
    background: none;
    padding: 0;
    transition: 0.4s all;
    position: relative;
    transition: 0.5s all;
}

.faq .myaccordion .card .card-header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 0.7s all;
}

.faq .myaccordion .card .card-header h2 {
    font-size: 15px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
    line-height: 1.3;
}

.faq .myaccordion .card .card-header h2 .icon {
    background: #fff;
    min-width: 28px;
    min-height: 28px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: 0.4s all;
}

@media (max-width: 991px) {
    .faq .myaccordion .card .card-header h2 {
        font-size: 14px
    }
}

.faq .myaccordion .card .card-header h2 div .faqs-heading {
    padding-right: 12px
}


.faq .myaccordion .card[aria-expanded="true"] {
    border-radius: 12px;
    transition: 0.5s all;
}

.faq .myaccordion .card[aria-expanded="true"] .card-header .icon {
    transform: rotate(90deg);
    transition: 0.3s all
}

.faq .myaccordion .card[aria-expanded="true"] .card-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: 0.5s all;
}

.faq .myaccordion .card[aria-expanded="true"] .card-header:after {
    width: 100%;
    opacity: 1;
    transition: 0.7s all;
}

.faq .myaccordion .card .card-body {
    padding: 0;
}

.faq .myaccordion .card .card-body span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 1.5
}

/* FAQ SECTION CSS END HERE */


@media (max-width: 575px) {
    footer {
        padding: 10px 0
    }
}

footer p {
    color: #fff;
    font-size: 15px
}

@media (max-width: 575px) {
    footer p {
        font-size: 14px
    }
}

.header {
    text-align: center;
    padding: 20px 0
}

.header .navbar-brand h3 {
    font-size: 30px;
    color: #00b0eb;
    font-weight: 700;
    margin: 0;
}

.header a {
    display: block;
    line-height: 0
}

.blockquote .blockquote_box {
    margin-bottom: 60px
}

@media (max-width: 1199px) {
    .blockquote .blockquote_box {
        margin-bottom: 50px
    }
}

@media (max-width: 767px) {
    .blockquote .blockquote_box {
        margin-bottom: 40px
    }
}

@media (max-width: 575px) {
    .blockquote .blockquote_box {
        margin-bottom: 30px
    }
}

.blockquote .blockquote_box h5 {
    font-size: 26px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px
}

@media (max-width: 1199px) {
    .blockquote .blockquote_box h5 {
        font-size: 22px;
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {
    .blockquote .blockquote_box h5 {
        font-size: 20px
    }
}

.blockquote .blockquote_box .border-left,
.blockquote .blockquote_box .border-right,
.blockquote .blockquote_box .border-all,
.blockquote .blockquote_box .simple_box {
    padding: 25px;
    background: #fff
}

@media (max-width: 1199px) {

    .blockquote .blockquote_box .border-left,
    .blockquote .blockquote_box .border-right,
    .blockquote .blockquote_box .border-all,
    .blockquote .blockquote_box .simple_box {
        padding: 20px
    }
}

.blockquote .blockquote_box .border-left p,
.blockquote .blockquote_box .border-right p,
.blockquote .blockquote_box .border-all p,
.blockquote .blockquote_box .simple_box p {
    font-style: italic;
    line-height: 1.5
}

.blockquote .blockquote_box .border-left h6,
.blockquote .blockquote_box .border-right h6,
.blockquote .blockquote_box .border-all h6,
.blockquote .blockquote_box .simple_box h6 {
    text-transform: uppercase;
    font-size: 16px
}

@media (max-width: 575px) {

    .blockquote .blockquote_box .border-left h6,
    .blockquote .blockquote_box .border-right h6,
    .blockquote .blockquote_box .border-all h6,
    .blockquote .blockquote_box .simple_box h6 {
        font-size: 14px
    }
}

.blockquote .blockquote_box .border-left.box_bg,
.blockquote .blockquote_box .border-right.box_bg,
.blockquote .blockquote_box .border-all.box_bg,
.blockquote .blockquote_box .simple_box.box_bg {
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%)
}

.blockquote .blockquote_box .border-left.box_bg p,
.blockquote .blockquote_box .border-right.box_bg p,
.blockquote .blockquote_box .border-all.box_bg p,
.blockquote .blockquote_box .simple_box.box_bg p {
    color: rgba(255, 255, 255, 0.7)
}

.blockquote .blockquote_box .border-left.box_bg h6,
.blockquote .blockquote_box .border-right.box_bg h6,
.blockquote .blockquote_box .border-all.box_bg h6,
.blockquote .blockquote_box .simple_box.box_bg h6 {
    color: #fff
}

.blockquote .blockquote_box .border-left {
    border-left: 3px solid #00b0eb
}

.blockquote .blockquote_box .border-right {
    border-right: 3px solid #00b0eb
}

.blockquote .blockquote_box .border-all {
    border: 1px solid;
    border-image: -webkit-linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    border-image-slice: 1;
    border-width: 3px
}


.alerts .alert_box .alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 3px 0px 15px #e7e7e7;
    box-shadow: 3px 0px 15px #e7e7e7
}

@media (max-width: 991px) {
    .alerts .alert_box .alert {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.alerts .alert_box .alert svg {
    margin: 0 10px 0 0;
    min-width: 20px;
    min-height: 20px
}

.alerts .alert_box .alert .content {
    font-size: 14px;
    padding-right: 20px;
    line-height: 1.5
}

.alerts .alert_box .alert .content span {
    margin: 0 5px 0 0;
    font-weight: 700;
    line-height: 1.4
}

.alerts .alert_box .alert.success_box {
    border-left: 3px solid #3edd00;
    border-radius: 5px
}

.alerts .alert_box .alert.success_box span,
.alerts .alert_box .alert.success_box .close {
    color: #3edd00
}

.alerts .alert_box .alert.success_box p {
    color: #32b100
}

.alerts .alert_box .alert.info_box {
    border-left: 3px solid #45ABCD;
    border-radius: 5px
}

.alerts .alert_box .alert.info_box span,
.alerts .alert_box .alert.info_box .close {
    color: #45ABCD
}

.alerts .alert_box .alert.info_box p {
    color: #03b2d1
}

.alerts .alert_box .alert.warning_box {
    border-left: 3px solid #f9d300;
    border-radius: 5px
}

.alerts .alert_box .alert.warning_box span,
.alerts .alert_box .alert.warning_box .close {
    color: #f9d300
}

.alerts .alert_box .alert.warning_box p {
    color: #c7a900
}

.alerts .alert_box .alert.danger_box {
    border-left: 3px solid #e71b2e;
    border-radius: 5px
}

.alerts .alert_box .alert.danger_box span,
.alerts .alert_box .alert.danger_box .close {
    color: #e71b2e
}

.alerts .alert_box .alert.danger_box p {
    color: #95000e
}

.alerts .alert_box .alert.primary_box {
    border-left: 3px solid #007bff;
    border-radius: 5px
}

.alerts .alert_box .alert.primary_box span,
.alerts .alert_box .alert.primary_box .close {
    color: #007bff
}

.alerts .alert_box .alert.primary_box p {
    color: #0150a6
}

.alerts .alert_box .alert.secondary_box {
    border-left: 3px solid #616161;
    border-radius: 5px
}

.alerts .alert_box .alert.secondary_box span,
.alerts .alert_box .alert.secondary_box .close {
    color: #616161
}

.alerts .alert_box .alert.secondary_box p {
    color: #333537
}

.alerts .alert_box .alert.dark_box {
    border-left: 3px solid #333639;
    border-radius: 5px
}

.alerts .alert_box .alert.dark_box span,
.alerts .alert_box .alert.dark_box .close {
    color: #333639
}

.alerts .alert_box .alert.dark_box p {
    color: #232527
}

.alerts .alert_box .alert.light_box {
    border-left: 3px solid #a7a7a7;
    border-radius: 5px
}

.alerts .alert_box .alert.light_box span,
.alerts .alert_box .alert.light_box .close {
    color: #a7a7a7
}

.alerts .alert_box .alert.light_box p {
    color: #787878
}

.alerts .alert_box .alert .close {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 600
}

.alerts .alert_box.two .alert span,
.alerts .alert_box.two .alert .close {
    color: #fff
}

.alerts .alert_box.two .alert p {
    color: rgba(255, 255, 255, 0.7)
}

.alerts .alert_box.two .success_box {
    background: #56ab2f;
    border: none
}

.alerts .alert_box.two .info_box {
    background: #2193b0;
    border: none
}

.alerts .alert_box.two .warning_box {
    background: #ED8F03;
    border: none
}

.alerts .alert_box.two .danger_box {
    background: #cb2d3e;
    border: none
}

.alerts .alert_box.two .primary_box {
    background: #2948ff;
    border: none
}

.alerts .alert_box.two .primary_box svg {
    background: #fff;
    width: 22px;
    height: 22px;
    padding: 2px;
    border-radius: 100%
}

.alerts .alert_box.two .secondary_box {
    background: #616161;
    border: none
}

.alerts .alert_box.two .dark_box {
    background: #232526;
    border: none
}

.alerts .alert_box.two .dark_box svg {
    background: #fff;
    width: 22px;
    height: 22px;
    padding: 2px;
    border-radius: 100%
}

.alerts .alert_box.two .light_box {
    background: #d3d3d3;
    border: none
}

.alerts .alert_box.two .light_box svg {
    background: #fff;
    width: 22px;
    height: 22px;
    padding: 2px;
    border-radius: 100%
}

.alerts .alert_box.three .alert {
    padding: 15px 30px
}

.alerts .alert_box.three .alert .close {
    opacity: 0.5
}

.alerts .alert_box.three .alert.alert-success {
    border: 1px solid rgba(21, 87, 36, 0.5)
}

.alerts .alert_box.three .alert.alert-success .close,
.alerts .alert_box.three .alert.alert-success p {
    color: #155724
}

.alerts .alert_box.three .alert.alert-info {
    border: 1px solid rgba(12, 84, 96, 0.5);
    background: #d1ecf1
}

.alerts .alert_box.three .alert.alert-warning {
    border: 1px solid rgba(133, 100, 4, 0.5)
}

.alerts .alert_box.three .alert.alert-warning .close,
.alerts .alert_box.three .alert.alert-warning p {
    color: #856404
}

.alerts .alert_box.three .alert.alert-danger {
    border: 1px solid rgba(114, 28, 36, 0.5)
}

.alerts .alert_box.three .alert.alert-danger .close,
.alerts .alert_box.three .alert.alert-danger p {
    color: #721c24
}

.alerts .alert_box.three .alert.alert-primary {
    border: 1px solid rgba(0, 64, 133, 0.5)
}

.alerts .alert_box.three .alert.alert-primary .close,
.alerts .alert_box.three .alert.alert-primary p {
    color: #004085
}

.alerts .alert_box.three .alert.alert-secondary {
    border: 1px solid rgba(56, 61, 65, 0.5)
}

.alerts .alert_box.three .alert.alert-secondary .close,
.alerts .alert_box.three .alert.alert-secondary p {
    color: #383d41
}

.alerts .alert_box.three .alert.alert-dark {
    border: 1px solid rgba(27, 30, 33, 0.5)
}

.alerts .alert_box.three .alert.alert-dark .close,
.alerts .alert_box.three .alert.alert-dark p {
    color: #1b1e21
}

.alerts .alert_box.three .alert.alert-light {
    border: 1px solid rgba(129, 129, 130, 0.5)
}

.features_box .our_features {
    padding-bottom: 70px
}

.features_box .our_features .section_heading h2 {
    margin-bottom: 30px
}

.features_box .our_features .feature_box_one {
    position: relative;
    background: #fff;
    border: 1px solid #dee2e6;
    overflow: hidden;
    padding: 40px 30px;
    height: 100%
}

@media (max-width: 1199px) {
    .features_box .our_features .feature_box_one {
        padding: 30px 20px
    }
}

@media (max-width: 575px) {
    .features_box .our_features .feature_box_one {
        max-width: 400px;
        margin: 0 auto
    }
}

.features_box .our_features .feature_box_one:hover .left_border,
.features_box .our_features .feature_box_one:hover .right_border {
    height: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one:hover .top_border,
.features_box .our_features .feature_box_one:hover .bottom_border {
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one .left_border {
    position: absolute;
    width: 2px;
    height: 0;
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one .right_border {
    position: absolute;
    width: 2px;
    height: 0;
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    bottom: 0;
    right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one .top_border {
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    top: 0;
    left: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one .bottom_border {
    position: absolute;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    bottom: 0;
    right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_one .icon {
    margin-bottom: 20px
}

.features_box .our_features .feature_box_one span {
    display: block;
    color: #232323;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px
}

@media (max-width: 375px) {
    .features_box .our_features .feature_box_one span {
        font-size: 16px
    }
}

.features_box .our_features .feature_box_one p {
    font-size: 14px
}

.features_box .our_features .feature_box_two {
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

@media (max-width: 575px) {
    .features_box .our_features .feature_box_two {
        max-width: 400px;
        margin: 0 auto
    }
}

.features_box .our_features .feature_box_two:hover .feature_icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_two:hover .feature_content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_two .feature_icon {
    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: 100%;
    height: 250px;
    opacity: 1;
    border: 1px solid;
    border-image: -webkit-linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    border-image-slice: 1;
    border-width: 3px;
    padding: 40px 30px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (max-width: 1199px) {
    .features_box .our_features .feature_box_two .feature_icon {
        padding: 30px 20px
    }
}

.features_box .our_features .feature_box_two .feature_icon .front-content {
    text-align: center
}

.features_box .our_features .feature_box_two .feature_icon .front-content svg {
    margin-bottom: 10px
}

.features_box .our_features .feature_box_two .feature_icon .front-content h3 {
    font-size: 15px;
    color: #12130F
}

.features_box .our_features .feature_box_two .feature_content {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 250px;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 60px 20px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg)
}

.features_box .our_features .feature_box_two .feature_content h3 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px
}

.features_box .our_features .feature_box_two .feature_content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3
}

.features_box .our_features .feature_box_three {
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    height: 100%
}

@media (max-width: 575px) {
    .features_box .our_features .feature_box_three {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .features_box .our_features .feature_box_three {
        padding: 30px 20px
    }
}

.features_box .our_features .feature_box_three:hover .border_move {
    width: 20px;
    height: 150%;
    background-color: #fff;
    position: absolute;
    top: -20%;
    left: 150%
}

.features_box .our_features .feature_box_three .border_move {
    width: 20px;
    height: 500px;
    background-color: #fff;
    opacity: 0.8;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    top: -20%;
    left: -45%;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    z-index: 1
}

.features_box .our_features .feature_box_three svg {
    margin-bottom: 20px
}

.features_box .our_features .feature_box_three span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.features_box .our_features .feature_box_three p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

.features_box .our_features .feature_box_four {
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    padding: 40px 30px;
    height: 100%
}

@media (max-width: 575px) {
    .features_box .our_features .feature_box_four {
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .features_box .our_features .feature_box_four {
        padding: 30px 20px
    }
}

.features_box .our_features .feature_box_four:hover {
    -webkit-animation: shake 0.3s linear 3 alternate;
    animation: shake 0.3s linear 3 alternate;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.features_box .our_features .feature_box_four svg {
    margin-bottom: 10px
}

.features_box .our_features .feature_box_four span {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.features_box .our_features .feature_box_four p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg)
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg)
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotateZ(2deg);
        transform: rotateZ(2deg)
    }

    100% {
        -webkit-transform: rotateZ(-2deg);
        transform: rotateZ(-2deg)
    }
}

.action_head {
    padding: 0
}

.action_box.one {
    background-image: url(../images/services/services-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 50px
}

.action_box.one:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1
}

.action_box.one .btn {
    background: #fff;
    color: #00b0eb;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (max-width: 375px) {
    .action_box.one .btn {
        padding: 10px 30px
    }
}

.action_box.one .btn:hover {
    background: transparent;
    color: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.action_box.two {
    background: linear-gradient(45deg, #6d2ec0 0%, #0093e2 100%);
    margin-bottom: 80px
}

@media (max-width: 991px) {
    .action_box.two {
        margin-bottom: 60px
    }
}

.action_box.two .btn {
    background: transparent;
    color: #fff;
    padding: 12px 40px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (max-width: 375px) {
    .action_box.two .btn {
        padding: 10px 30px
    }
}

.action_box.two .btn:hover {
    background: #fff;
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.action_box .action_box_content {
    position: relative;
    z-index: 2;
    padding: 80px 0 50px 0
}

@media (max-width: 1199px) {
    .action_box .action_box_content {
        padding: 60px 0 40px 0
    }
}

@media (max-width: 575px) {
    .action_box .action_box_content {
        padding: 50px 0 30px 0
    }
}

.action_box .action_box_content h2 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

@media (max-width: 1399px) {
    .action_box .action_box_content h2 {
        margin-bottom: 20px
    }
}

@media (max-width: 375px) {
    .action_box .action_box_content h2 {
        margin-bottom: 15px
    }
}

.action_box .action_box_content h2:after {
    background: #fff;
    width: 100px;
    height: 2px
}

.action_box .action_box_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px
}

html.lb-disable-scrolling {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100vw
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.html) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-nav a {
    outline: none;
    background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==")
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.html) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.html) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.lb-container>.nav {
    left: 0
}

.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.html) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}


/* FOOTER SECTION CSS START HERE */
footer {
    padding: 0;
    background: #12130F;
}

footer .website-footer {
    padding: 60px 0 50px 0
}

footer .website-footer .quick-links ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .website-footer .news-letter {
    margin-top: 60px;
    text-align: center;
}

footer .website-footer .quick-links {
    margin-bottom: 30px;
}

footer .website-footer .contact-us-links ul {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .website-footer .contact-us-links ul .contacts {
    margin-right: 12px;
}

footer .website-footer .quick-links ul li {
    margin-right: 12px;
}

@media (max-width: 991px) {
    footer .website-footer {
        padding: 50px 0
    }
}

@media (max-width: 480px) {
    footer .website-footer {
        padding: 40px 0
    }
}

footer .website-footer .our-information .website-logo {
    display: block
}

footer .website-footer .our-information .website-logo h3 {
    font-weight: 700;
    color: #00b0eb;
    margin-bottom: 20px
}

@media (max-width: 575px) {
    footer .website-footer .our-information .website-logo h3 {
        margin-bottom: 15px
    }
}

footer .website-footer .our-information p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
    max-width: 320px
}

@media (max-width: 1199px) {
    footer .website-footer .our-information p {
        max-width: 250px
    }
}

@media (max-width: 767px) {
    footer .website-footer .our-information p {
        max-width: unset
    }
}

@media (max-width: 575px) {
    footer .website-footer .our-information p {
        letter-spacing: 0.2px
    }
}

footer .website-footer .our-information .social-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


footer .website-footer .our-information .social-icon a {
    padding-right: 7px
}

footer .website-footer .our-information .social-icon a i.icon {
    height: 35px;
    width: 35px;
    margin-top: 0px;
    background: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    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;
    border-radius: 50%
}

footer .website-footer .our-information .social-icon a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

footer .website-footer .our-information .social-icon a:hover i.icon {
    color: #FFF;
    background: #00b0eb
}

footer .website-footer .footer-links .footer-title {
    margin-bottom: 12px
}


footer .website-footer .footer-links .footer-toggler p {
    font-size: 14px;
    line-height: 1.2;
    color: #777777;
    margin: 20px 0
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control {
    background: #393939;
    padding: 12px 24px;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

@media (max-width: 1199px) {
    footer .website-footer .footer-links .footer-toggler form .input-group .form-control {
        padding: 10px 15px
    }
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control::-webkit-input-placeholder {
    font-size: 14px
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control:-ms-input-placeholder {
    font-size: 14px
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control::-ms-input-placeholder {
    font-size: 14px
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control::placeholder {
    font-size: 14px
}

footer .website-footer .footer-links .footer-toggler form .input-group .form-control:focus {
    background: rgba(255, 255, 255, 0.8);
    color: #12130F;
}

footer .website-footer .footer-links h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 1px
}

footer .website-footer .footer-links ul li a {
    color: #777777;
    font-size: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

footer .website-footer .footer-links ul li a:hover {
    color: #00b0eb
}

footer .website-footer .footer-links ul .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .website-footer .footer-links ul .contacts:first-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

footer .website-footer .footer-links ul .contacts .support-icon {
    font-size: 20px;
    background: -webkit-linear-gradient(#00b0eb, #00b0eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

footer .website-footer .footer-links ul .contacts .details .text {
    color: #777777;
    line-height: 1.2;
    font-size: 14px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

footer .website-footer .footer-links ul .contacts .details .text.location {
    line-height: 1.4;
    text-align: left;
}

footer .website-footer .footer-links ul .contacts .details .text a {
    color: #777777;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

footer .website-footer .footer-links ul .contacts .details .text a:hover {
    color: #00b0eb
}

footer .website-footer .social-icon-mob {
    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;
    padding-top: 20px
}

@media (min-width: 992px) {
    footer .website-footer .social-icon-mob {
        display: none
    }
}

footer .website-footer .social-icon-mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 18px
}

.copy-right {
    border-top: 1px solid #393939;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    .copy-right {
        text-align: center
    }
}

.copy-right .copy-content {
    font-size: 14px;
    color: #777;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 0px
}

@media (max-width: 375px) {
    .copy-right .copy-content {
        font-size: 12px
    }
}

.copy-right .copy-content .web-name {
    color: #00b0eb
}

.copy-right .copy-content .web-name:hover {
    color: #00b0eb
}

.copy-right .trems_con p {
    font-size: 14px;
    line-height: 1.3
}

@media (max-width: 375px) {
    .copy-right .trems_con p {
        font-size: 13px
    }
}

.copy-right .trems_con p a {
    padding: 0 10px;
    color: #777;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

.copy-right .trems_con p a:hover {
    color: #00b0eb;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

/* FOOTER SECTION CSS START HERE */



.blog_detail_con {
    background-color: #fff;
    box-shadow: 0px 3px 15px 0px rgba(226, 226, 226, 0.75);
    overflow: hidden;
    position: relative;
    transition: all ease 0.5s 0s;
}


.blog_con:hover .more {
    background-color: #fff;
    height: 50px;
    width: 50px;
    color: #00b0eb;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 22px;
    float: right;
}

i.fa.fa-calendar {
    margin-right: 5px;
}

.blog_con {
    margin-top: 30px;
}


#slider4 .owl-nav {
    display: none;
}

.pagination {
    text-align: center;
    padding: 0px 0;
}

.pagination a {
    font-family: 'Open Sans';
    font-size: 16px;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    color: #777777;
    display: inline-block;
    vertical-align: middle;
    line-height: 39px;
    text-decoration: none;
    border-radius: 50%;
    font-weight: 700;
    margin: 4px;
    transition: all 0.2s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a:hover,
.pagination a.selected {
    color: #fff;
    background: #00b0eb;
}

.pagination {
    width: 100%;
}

.pagination ul {
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li {
    display: inline;
    list-style: none;
}

.sidebar-item.category ul {
    margin: 0;
    padding: 0;
}

.sidebar-item.category ul li {
    display: block;
    margin: 0px 15px 0px 15px;
}

.sidebar-item.category ul li a {
    display: flex;
    padding: 12px 0;
    text-transform: capitalize;
    color: #777777;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    transition: 0.3s all;
}

.sidebar-item i.fa.fa-circle {
    font-size: 8px;
    margin-right: 10px;
    color: #777777;
    transition: 0.3s all;
}

.sidebar-item.category ul li a:hover {
    color: #00b0eb;
    transition: 0.3s all;
}

.sidebar-item ul li a:hover i.fa.fa-circle {
    color: #00b0eb;
    transition: 0.3s all;
}

.archives_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 20px;
    margin-bottom: 25px;
}

.recent_post {
    box-shadow: 0px 3px 15px 0px rgba(226, 226, 226, 0.75);
    margin-bottom: 25px;
}

.sidebar-item.recent-post {
    margin-top: 20px;
}

.sidebar-item.recent-post li {
    margin-bottom: 10px;
    padding-bottom: 15px;
    list-style: none;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.sidebar-item.recent-post img {
    border-radius: 10px;
}

.sidebar-item.recent-post li .thumb a {
    display: block;
    line-height: 0;
    width: 65px;
    height: 65px;
    min-width: 65px;
    min-height: 65px;
}


.sidebar-item.recent-post li .info {
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0 0 0 15px;
    vertical-align: middle;
}

.sidebar-item.recent-post li .info a {
    color: #12130F;
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.4s all;
}

.sidebar-item.recent-post li a:hover {
    color: #00b0eb;
    transition: 0.4s all;
}

.blog-area .blog-items .info a {
    display: inline-block;
    font-weight: 600;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    margin-top: 0px;
    font-size: 14px;
}

.sidebar-item.recent-post ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags .sidebar-info {
    margin-top: 20px;
}

.sidebar-item.tags ul li a {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 7px 20px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 30px;
    color: #777;
    font-size: 14px;
    background-color: #f5f5f5;
    transition: 0.3s all;
}

.sidebar-item.tags ul li a:hover {
    background: #00b0eb;
    color: #ffffff;
    transition: 0.3s all;
}

.sidebar-info ul {
    padding: 0px;
    margin: 0 15px;
}

.news_img img {
    width: 100%;
}

.news_img img:hover {
    opacity: 0.1;
    border-radius: 5px;
    transition: all ease 0.5s 0s;
}

.news_box:hover .news_img img {
    opacity: 0.1;
    border-radius: 5px;
    transition: all ease 0.5s 0s;
}

.carousel-caption1 {
    top: 35%;
}

.carousel-caption1 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

ul#breadcrumbs_menu {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#breadcrumbs_menu li {
    display: inline;
    margin: 2px;
    padding: 5px;
}

#breadcrumbs_menu a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
}

ul#breadcrumbs_menu {
    margin-top: 15px;
}

.carousel-caption h2 {
    font-size: 36px;
    color: #fff;
}

ul.breadcrumb {
    background-color: transparent;
    text-align: center;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    color: #dddcff;
}

.breadcrumb li>a {
    color: #dddcff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

#breadcrumbs_menu li span {
    margin-left: 8px;
    margin-right: 4px;
    font-size: 20px;
}

.breadcrumb>li+li:before {
    padding: 0 0px;
    color: transparent;
    content: "";
}

.news_box.blog_page {
    margin-bottom: 30px;
}

.categories_box {
    box-shadow: 0px 3px 15px 0px rgba(226, 226, 226, 0.75);
    margin-bottom: 25px;
}

.sidebar_title h5 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.sidebar_title {
    background-color: #00b0eb;
    padding: 14px;
    border-radius: 10px 10px 0 0;
}

.sidebar-item.category ul li span.categories_left {
    float: right;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    transition: all ease 0.5s 0s;
}

.blog_pages .blog_con {
    margin: 0 0 50px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    overflow: hidden;
    border-radius: 20px;
    transition: .4s all;
}

.blog_pages .blog_con:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: .4s all;
}

.side-bar .search form input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 8px 40px 8px 20px;
    margin: 0;
    background: #ffff;
    border-radius: 15px;
    border: 1px solid #d1d1d1;
}

.side-bar .search form button {
    color: #00b0eb;
}

.side-bar .search form {
    position: relative;
}

.side-bar .search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.side-bar {
    margin-bottom: 20px;
}

.side-bar .search form input:focus {
    outline: none;
    border: 1px solid #00b0eb;
}

.blog-meta {
    position: relative;
    top: -40px;
    background: #00b0eb;
    width: 60px;
    padding: 7px 10px;
    left: 15px;
    text-align: center;
}

.blog-meta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #444;
    line-height: 26px;
    margin-top: -20px;
}

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.50px;
    line-height: 28px;
    color: #777777;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 5px solid #00b0eb;
    font-style: italic;
}

blockquote p {
    font-size: 16px;
    line-height: 28px;
}

.single-post-comments {
    margin-top: 30px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
    list-style: none;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 60px;
    padding: 10px;
    position: relative;
}

.comments-content-wrap span b {
    margin-right: 5px;
}

span.post-time {
    margin-right: 5px;
}

.comments-content-wrap p {
    color: #a3a3a3;
    margin-top: 10px;
}

.comments-content-wrap span a {
    color: #00b0eb !important;
    text-transform: capitalize;
}

li.threaded-comments {
    margin-left: 50px;
}

.comment-respond {
    margin-top: 20px;
}

#comment-form {
    scroll-margin-top: 100px;
}

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

span.email-notes {
    color: #FF0000;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond .add-btn.contact-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #00b0eb;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease 0.5s 0s;
    border-radius: 0px;
    border: 2px solid #00b0eb;
}

.comment-respond .add-btn.contact-btn:hover {
    background: none;
    color: #00b0eb;
}

.san-style {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.img_style {
    float: left;
    padding: 0px;
    position: relative;
}

.img_style:hover .caption_gallery {
    opacity: 1;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    margin: 2px;
}

.san-style img {
    margin: 2px;
    padding: 0px;
    float: left;
    z-index: 4;
    width: 339px;
}

.san-style .caption_gallery {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 300px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.san-style .blur {
    background-color: rgba(104, 158, 232, 0.9);
    height: 300px;
    width: 339px;
    z-index: 5;
    position: absolute;
}

.san-style .gallery-text h1 {
    text-transform: uppercase;
    font-size: 18px;
}

.san-style .gallery-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 339px;
    height: 300px;
    text-align: center;
    top: 20px;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
}

.filter-button:hover {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;
}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

.more {
    background-color: #00b0eb;
    height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    font-size: 22px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ERROR PAGE SECTION CSS START HERE */
.not-found-ghost {
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 300px;
    margin-top: -40px;
}

.ghost {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #EDEDED;
    /* border: 1px solid #BFC0C0; */
    border-bottom: none;
    animation: float 2s ease-out infinite;
}

.ghost-copy {
    width: 50%;
    height: 53%;
    left: 25%;
    top: 10%;
    position: absolute;
    border-radius: 50% 50% 0 0;
    background: #EDEDED;
    /* border: 1px solid #BFC0C0; */
    border-bottom: none;
    animation: float 2s ease-out infinite;
    z-index: 0;
}


.face {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 20%;
}

.eye,
.eye-right {
    position: absolute;
    background: #585959;
    ;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 40%;
}

.eye {
    left: 25%;
}

.eye-right {
    right: 25%;
}

.mouth {
    position: absolute;
    top: 50%;
    left: 45%;
    width: 10px;
    height: 10px;
    border: 3px solid;
    border-radius: 50%;
    border-color: transparent #585959 #585959 transparent;
    transform: rotate(45deg);
}

.one,
.two,
.three,
.four {
    position: absolute;
    background: #EDEDED;
    top: 85%;
    width: 25%;
    height: 23%;
    /* border: 1px solid #BFC0C0; */
    z-index: 0;
}

.one {
    border-radius: 0 0 100% 30%;
    left: 0px;
}

.two {
    left: 23%;
    border-radius: 0 0 50% 50%;
}

.three {
    left: 50%;
    border-radius: 0 0 50% 50%;
}

.four {
    right: 0;
    border-radius: 0 0 30% 100%;
}

.shadow {
    position: absolute;
    width: 30%;
    height: 7%;
    background: #BFC0C0;
    ;
    left: 35%;
    top: 80%;
    border-radius: 50%;
    animation: scale 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes float {
    50% {
        transform: translateY(15px);
    }
}

.error_con {
    text-align: center;
}

.error_con h1 {
    color: #EDEDED;
    text-align: center;
    font-size: 180px;
    text-shadow: -1px 0 #BFC0C0, 0 1px #BFC0C0, 1px 0 #BFC0C0, 0 -1px #BFC0C0;
    color: #00b0eb;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.1;
}

.error_con h3 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #BFC0C0;
    font-weight: 900;
    margin: 0;
}

.error-page {
    position: relative;
}

.error-page:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/cooming_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.error-page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
}

.error-page .header {
    position: relative;
    z-index: 1;
}

.error-page .page_not_found_con {
    position: relative;
    z-index: 1;
}

.error_con .top {
    margin-top: 0;
    margin-bottom: 40px;
}

.error_con h2 {
    font-size: 32px;
    color: #12130F;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

.error_border {
    border-bottom: 3px solid #00b0eb;
    width: 50px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.error_con p {
    font-size: 14px;
    color: #777777;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-align: center;
}

.page_not_found_con {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 100px 0;
}

.go_to_home_btn {
    background: #00b0eb;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    padding: 12px 10px;
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    max-width: 200px;
    margin: 0 auto;
}

/* ERROR PAGE SECTION CSS END HERE */


/* COMING SOON SECTION CSS START HERE */
.coming-soon-page {
    position: relative;
}

.coming-soon-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cooming_bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
}

.coming-soon-page:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
}

.coming-soon-page .header {
    position: relative;
    z-index: 1;
}

.coming-soon-wrapper {
    color: #fff;
    margin: 0;
    justify-content: center;
    flex-direction: column;
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.coming-soon-wrapper .form-subscribe {
    margin-bottom: 30px;
}

.coming-soon-wrapper h1 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: 700;
    color: #fff;
}

.coming-soon-wrapper p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
}


.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.countdown span {
    position: relative;
    display: block;
    font-size: 16px;
    margin-top: -5px;
    text-align: center;
}

.time-box {
    height: 130px;
    width: 130px;
    border: 1px solid #fff;
    box-shadow: 2px 0px 0 #00b0eb, 3px -4px 0 #00b0eb, 6px -4px 0 #00b0eb;
    border-radius: 25px;
    margin: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: rgb(255 255 255 / 40%);
}

.number {
    font-size: 40px;
    margin-bottom: 10px;
}

.email-form {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.email-form .user-input {
    margin-bottom: 0;
    padding: 8px 60px 8px 20px;
}

.email-form .submit-btn {
    position: absolute;
    background: #00b0eb;
    border-radius: 0 10px 10px 0;
    width: 50px;
    height: 50px;
    right: -1px;
    top: 0;
    transition: 0.4s all;
}

.email-form .submit-btn:hover {
    background: #8d3038;
    transition: 0.4s all;
}

i.fa.fa-paper-plane {
    font-size: 16px;
    color: #fff;
}

ul#coming_social {
    margin: 0;
    padding: 0;
}

#coming_social {
    text-align: center;
    list-style: none;
}

#coming_social li {
    display: inline;
    margin: 0px;
    padding: 3px;
}

#coming_social a {
    text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
    color: #fff;
    font-variant: small-caps;
}

.coming_icon i.fa.fa-facebook {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    transition: all ease 0.5s 0s;
    color: #fff;
    opacity: 1;
    background: none;
}

.coming_icon i.fa.fa-facebook:hover {
    height: 35px;
    width: 35px;
    background: #fff;
    color: #00b0eb;
    opacity: 1;
    border-radius: 50%;
    line-height: 35px;
    transition: all ease 0.5s 0s;
}

.coming_icon i.fa.fa-twitter {
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    transition: all ease 0.5s 0s;
    color: #fff;
    opacity: 1;
    background: none;
}

.coming_icon i.fa.fa-twitter:hover {
    height: 35px;
    width: 35px;
    background: #fff;
    color: #00b0eb;
    opacity: 1;
    border-radius: 50%;
    line-height: 35px;
    transition: all ease 0.5s 0s;
}

.coming_icon i.fa.fa-google-plus {
    height: 35px;
    width: 35px;
    line-height: 35px;
    transition: all ease 0.5s 0s;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    background: none;
}

.coming_icon i.fa.fa-google-plus:hover {
    height: 35px;
    width: 35px;
    background: #fff;
    color: #00b0eb;
    opacity: 1;
    border-radius: 50%;
    line-height: 35px;
    transition: all ease 0.5s 0s;
}

.coming_icon i.fa.fa-linkedin:hover {
    height: 35px;
    width: 35px;
    background: #fff;
    color: #00b0eb;
    opacity: 1;
    border-radius: 50%;
    line-height: 35px;
    transition: all ease 0.5s 0s;
}

.coming_icon i.fa.fa-linkedin {
    height: 35px;
    width: 35px;
    line-height: 35px;
    transition: all ease 0.5s 0s;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
    background: none;
}

/* COMING SOON SECTION CSS END HERE */


/* CONTACT US PAGE CSS START HERE */
.info-title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.info-title h4 {
    margin: 0;
}

.contact_page .contact-touch {
    background: #00b0eb;
    padding: 30px;
    border-radius: 30px;
}

.contact_page .send-form .get_title h2 {
    color: #12130F;
}

.contact_page .send-form .get_title .contact_border {
    border-bottom: 3px solid #00b0eb;
}

.contact_page h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
}

.address_box,
.call_box {
    margin-bottom: 20px;
}

.address_box p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    opacity: 0.6;
}


.get_title1 {
    margin-top: 20px;
}


i.fa.fa-map-marker {
    height: 20px;
    font-size: 22px;
    padding-right: 10px;
    color: #fff;
}

.get_title1 .our-info {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    opacity: 0.6;
    margin-bottom: 30px;
}


.get_title1 a {
    color: #fff;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    opacity: 0.6;
    transition: 0.3s all;
}

.get_title1 a:hover {
    opacity: 1;
    transition: 0.3s all;
}

.address_box h4 {
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    font-size: 18px;
}

i.fa.fa-envelope {
    height: 20px;
    font-size: 17px;
    padding-right: 10px;
    color: #fff;
    margin-top: 1px;
}

i.fa.fa-fax {
    font-size: 17px;
    padding-right: 10px;
    color: #fff;
    margin-top: 1px;
}

i.fa.fa-phone {
    height: 20px;
    font-size: 22px;
    padding-right: 10px;
    color: #fff;
}

.call_box h4 {
    color: #fff;
    line-height: 1.3;
    font-weight: 600;
    font-size: 18px;
}

.contact_page_from {
    margin-top: 26px;
}

.contact_border {
    border-bottom: 3px solid #fff;
    width: 40px;
}

section.map_con {
    margin-top: 0;
    line-height: 0;
    filter: grayscale(100%);
}

.principales_img img {
    width: 100%;
}

.map_con {
    margin-top: 60px;
}

.map_con map {
    line-height: 0;
}

.coming-header {
    background: transparent;
    position: fixed;
    z-index: 2;
    width: 100%;
    padding: 15px 0;
}

.coming-header .logo {
    font-size: 40px;
    color: #00b0eb;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.1;
}

/* CONTACT US PAGE CSS START HERE */


/* PAGE SCROLLING CSS START HERE */
::-webkit-scrollbar,
::-webkit-scrollbar-width {
    width: 5px;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-color {
    background: #00b0eb;
}

::-webkit-scrollbar-track {
    background: #fff;
}

/* PAGE SCROLLING CSS END HERE */


/* LOGIN MODAL CSS START HERE */
.fill-up-form .modal-content {
    background: none;
    border: none;
    border-radius: 30px;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 4px 12px;

}

.fill-up-form .modal-content {
    text-align: center;
    position: relative;
}

.fill-up-form .modal-content .btn-close {
    font-family: cursive;
    border-radius: 100px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: #fff;
    opacity: 1;
    width: 22px;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #00b0eb;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
}

.fill-up-form .modal-content .btn-close:hover {
    box-shadow: none;
    transition: 0.3s all;
}

.fill-up-form .modal-content .modal-header {
    border: none;
    display: block;
    padding: 20px;
    background: #00b0eb;
    border-radius: 30px 30px 0 0;
}

.fill-up-form .modal-content .modal-header .modal-title {
    font-size: 28px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

.fill-up-form .modal-content .modal-body {
    background: #fff;
    border-radius: 0 0 30px 30px;
    padding: 30px 30px 20px 30px;
}

.fill-up-form .modal-dialog {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    transition: 0.7s all !important;
}

.fill-up-form.show .modal-dialog {
    top: 50%;
    transition: 0.7s all !important;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

/* LOGIN MODAL CSS END HERE */


/* PAGE LOADER CSS START HERE */
.page_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_loader .loader {
    display: block;
    position: relative;
    left: 0%;
    top: 0%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #00b0eb;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
.page_loader .loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00b0eb;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.page_loader .loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00b0eb;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
       /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
       /* IE 9 */
        transform: rotate(0deg);
       /* Firefox 16+, IE 10+, Opera */
   }
    100% {
        -webkit-transform: rotate(360deg);
       /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
       /* IE 9 */
        transform: rotate(360deg);
       /* Firefox 16+, IE 10+, Opera */
   }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
       /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
       /* IE 9 */
        transform: rotate(0deg);
       /* Firefox 16+, IE 10+, Opera */
   }
    100% {
        -webkit-transform: rotate(360deg);
       /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
       /* IE 9 */
        transform: rotate(360deg);
       /* Firefox 16+, IE 10+, Opera */
   }
}


/* PAGE LOADER CSS END HERE */


/* SEARCH BOX CSS START HERE */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
    background: none;
    border: 0;
    font-size: 22px;
    font-weight: 700;
    font-family: 'Montserrat-SemiBold';
    cursor: pointer;
    color: black;
    background: white;
    border-radius: 50%;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 0.3s all;
}

.close:hover {
    background: #00b0eb;
    color: #fff;
    transition: 0.3s all;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffad72;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.search-box.search-elem .inner input {
    width: 100%;
    padding: 10px 110px 10px 10px;
    border-radius: 12px;
    outline: none;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

input[type="search" i]:enabled:read-write:-webkit-any(:focus, :hover)::-webkit-search-cancel-button {
    display: none;
}

.search-box.search-elem .inner input::placeholder {
    font-size: 15px;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 12px;
    padding: 10px 20px;
    background: #00b0eb;
    font-size: 18px;
    color: #fff;
}

.search-box.search-elem input {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #999;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 10px;
    left: 2rem;
    font-size: 16px;
    font-weight: 300;
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 1rem;
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    padding: 0 10px;
}

.search-btn:hover {
    color: #00a896;
}

/* SEARCH BOX CSS END HERE */



@media (max-width: 991px) {
    .sm-clean a {
        color: #12130F;
    }

    header .navbar .navbar-nav .nav-item .nav-link.active,
    header .navbar .navbar-nav .nav-item .nav-link:hover {
        border-top: none;
    }

    .time-box {
        width: 100px;
        height: 100px;
    }

    .number {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .wrapper p {
        font-size: 15px;
        margin: 20px 0;
        text-align: center;
    }

    .wrapper h1 {
        font-size: 50px;
    }

    .contact_page h2 {
        font-size: 26px;
    }

    .error_con h1 {
        font-size: 72px;
    }

    .error_con h2 {
        font-size: 28px;
    }

    .single-post-comments {
        margin: 30px 0;
    }

    .more {
        width: 45px;
        height: 45px;
    }

    .pagination {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .coming-header .logo {
        font-size: 30px;
    }

    .coming-header {
        padding: 20px 0;
    }

    .countdown {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .time-box {
        width: 90px;
        height: 90px;
    }

    .number {
        font-size: 22px;
        margin-bottom: 0;
    }

    .countdown span {
        font-size: 14px;
    }

    .wrapper h1 {
        font-size: 40px;
    }

    .address_box h4,
    .call_box h4 {
        font-size: 16px;
    }

    .contact_page h2 {
        font-size: 24px;
    }

    .error_border {
        margin: 15px auto 15px auto;
    }

    .error_con h1 {
        font-size: 52px;
    }

    .error_con h2 {
        font-size: 24px;
    }

    .comments-list ul li {
        margin: 0;
    }

    .comments-content-wrap {
        padding: 0;
    }

    blockquote {
        padding: 5px 10px;
    }

    blockquote p {
        font-size: 14px;
    }

    .blog-content p {
        font-size: 14px;
    }

    .blog-content a h4 {
        font-size: 18px;
    }

    .more,
    .blog_con:hover .more {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media (max-width: 375px) {

    .contact_page h2 {
        font-size: 22px;
    }

    .error_border {
        margin: 12px auto 12px auto;
    }

    .error_con h1 {
        font-size: 42px;
    }

    .error_con h2 {
        font-size: 20px;
    }

    .new-project .single-new-project h3 {
        font-size: 20px;
    }

    .comments-heading h3,
    h3.comment-reply-title {
        margin-bottom: 10px;
    }

    .blog_detail_con p {
        font-size: 13px;
    }

    .more,
    .blog_con:hover .more {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .sidebar-item.tags ul li a {
        padding: 5px 15px;
    }
}

.error-page .header .nav-bar a h3 {
    font-size: 30px;
    color: #00b0eb;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 767px) {
    .contact_page h2 {
        text-align: center;
    }

    .contact_border {
        margin: 0 auto;
    }

    input#send_message {
        margin: 0 auto;
    }

    .get_title1 p:first-child {
        text-align: center;
    }

}

/* PAGE LOADER CSS START HERE */
.overflow{
    overflow: hidden;
}

.loader {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    perspective: 600px;
    background: #ffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* PAGE LOADER CSS END'S HERE */




.counter{
    padding: 15px 0 0;
    position: relative;
    max-width: 220px;
    margin: 0 auto;
}

.counter:hover .counter-value{
    top: 30px;
    transition: .5s all;
}
.counter .counter-value{
    background: #00b0eb;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 0.8px #fff;
    transition: .5s all;
}

.counter:hover .counter-value{
    background: #fff;
    -webkit-text-stroke: 0.8px #00b0eb;
    transition: .5s all;
}
.counter .counter-content{
    background: #e2e2e2;
    text-align: center;
    padding: 130px 25px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.counter:hover .counter-content::before{
    height: 100%;
    top: 0;
    transition: .6s all;
}

/* .counter .counter-content:before{
    content: "";
    background: #ffb989;
    width: 100%;
    height: 90%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%);
    position: absolute;
    top: -65px;
    left: 50%;
    transition: .6s all;
} */
.counter h3{
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #00b0eb;
    line-height: 21px;
    margin: 0;
    position: relative;
    z-index: 1;
    transition: .5s all;
}

.counter:hover .counter-content h3{
    color: #000;
    transition: .5s all;
}
.counter.orange .counter-content{ color: #e84a16; }
.counter.orange .counter-value {
    background: linear-gradient(to top right, #f57312, #e84a16);
}
.counter.orange .counter-content:before{
    background: linear-gradient(to bottom, #f57312, #e84a16);
}
.counter.green .counter-content{ color: #2c970d; }
.counter.green .counter-value {
    background: linear-gradient(to top right, #80f80d, #2c970d);
}
.counter.green .counter-content:before {
    background: linear-gradient(to bottom, #80f80d, #2c970d);
}
.counter.blue .counter-content{ color: #1c7ac0; }
.counter.blue .counter-value {
    background: linear-gradient(to top right, #2ebef3, #1c7ac0);
}
.counter.blue .counter-content:before{
    background: linear-gradient(to bottom, #2ebef3, #1c7ac0);
}
@media screen and (max-width:990px) {
    .counter{ margin-bottom: 40px; }
}


.img-ratio img{
    
        aspect-ratio: 16 / 12!important;
    object-fit: cover!important;
}
