@font-face {
    font-family: "Poppins";
    src: url("../fonts/janna.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "header";
    src: url("../fonts/janna.woff") format("woff");
    font-style: normal;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}


html,
body {
    margin: 0;
    padding: 0
}

body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #555;
    position: relative;
    background: url(../images/Untitled-2.html);
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    direction: rtl;
    text-align: right;
    background: #ffff;
}


img {
    max-width: 100%;
}

.home-body {
    background: #fff;
}


.owl-carousel {
    direction: ltr;
}


.owl-carousel .owl-item>div {
    direction: rtl;
}


h1,
h2,
h3,
h4,
h5,
h6 {

    color: #292b38 !important;
    line-height: 1.1;
    margin: 0 0 15px;

}

p {
    margin: 0 0 15px
}

a {
    color: #292b38;
    text-decoration: none;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms
}

a:hover {
    color: #879296;
    text-decoration: none
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.primaryFont {
    font-family: "Poppins";
}

.secondaryFont {
    font-family: "Poppins";
}

.colorPrimary {
    color: #292b38
}

.fontWeight400 {
    font-weight: 400
}

.mo_btn {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;

    border-radius: 50px;
    padding: 12px 30px 12px 30px;
    background-color: #29235c;
    text-transform: capitalize;

    background-image: -ms-linear-gradient(left, #36a9e1 0%, #29235c 100%);
    background-image: -moz-linear-gradient(left, #36a9e1 0%, #29235c 100%);
    background-image: -o-linear-gradient(left, #36a9e1 0%, #29235c 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #36a9e1), color-stop(100, #29235c));
    background-image: -webkit-linear-gradient(left, #36a9e1 0%, #29235c 100%);
    background-image: linear-gradient(to right, #36a9e1 0%, #29235c 100%);
    border: none;
    display: inline-block;
}


.mo_btn:hover {
    background: #292b38;
    color: #fff
}

.mo_btn span {
    margin-left: 5px;
}

.mo_btn i {

    margin-right: 4px;
}


.mo_btn:hover i {}

.mo_reverse {
    background: #292b38;
    color: #fff
}

.mo_reverse:hover {
    background: #292b38;
    color: #fff
}

.mo_reverse i {
    background: #fff;
    color: #292b38
}

.mo_reverse:hover i {
    background: #292b38;
    color: #fff
}

.commonSection {
    position: relative;
}

.sectionTitle {
    position: relative;
}

.sectionTitle img {
    opacity: .1;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    margin: 0 auto;
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite
}

.sectionTitle h5 {
    font-size: 13px;
    color: #879296;
    font-weight: 300;
    line-height: .8;
    position: relative;
    margin: 0 0 9px
}

.sectionTitle h2 {
    font-size: 26px;
    display: inline-block;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 15px;
    line-height: 30px;
}


.sectionTitle h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    border-radius: 23px;
    right: 50%;
    margin-right: -30px;
    background: #36a9e1;
}


.sectionTitle h2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: 50px;
    height: 1px;
    border-radius: 23px;
    right: 50%;
    margin-right: -10px;
    background: #36a9e1;
}

.sectionTitle p {
    padding: 0 100px;
    margin: 0
}

.sectionTitle.text-left p {
    padding: 0
}

.sectionTitle.text-left img {
    margin: 0
}

.noPadding {
    padding: 0
}

.noPaddingRight {
    padding-left: 0
}

.noPaddingLeft {
    padding-right: 0
}

.layer_img {
    position: absolute;
    right: 0;
    bottom: 0
}

.layer_img img {
    max-width: 100%;
    height: auto
}

.move_anim img {
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite
}

.move_anim_two img {
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite
}

.rotate_anim img {
    -webkit-animation: rotated 30s infinite linear;
    animation: rotated 30s infinite linear
}

@keyframes movebounce {
    0% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0px)
    }
}

@keyframes movebounce2 {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0px)
    }
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes blinker {
    0% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.1, 1.1)
    }

    100% {
        transform: scale(1, 1)
    }
}

@keyframes shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 163, 146, .08), 0 0 0 30px rgba(247, 163, 146, .08), 0 0 0 50px rgba(247, 163, 146, .08)
    }

    100% {
        box-shadow: 0 0 0 30px rgba(247, 163, 146, .08), 0 0 0 50px rgba(247, 163, 146, .08), 0 0 0 70px transparent
    }
}

@keyframes shadows_2 {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 7, 6, 0.2), 0 0 0 30px rgba(11, 7, 6, 0.2), 0 0 0 50px rgba(11, 7, 6, 0.2)
    }

    100% {
        box-shadow: 0 0 0 30px rgba(11, 7, 6, 0.2), 0 0 0 50px rgba(11, 7, 6, 0.2), 0 0 0 70px transparent
    }
}

.preloader {
    background: #292b38;
    bottom: 0;
    height: 100%;
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999
}

.la-ball-scale-multiple,
.la-ball-scale-multiple>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-scale-multiple {
    display: block;
    font-size: 0;
    color: #292b38
}

.la-ball-scale-multiple.la-dark {
    color: #03030f
}

.la-ball-scale-multiple>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.la-ball-scale-multiple {
    width: 32px;
    height: 32px
}

.la-ball-scale-multiple>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

.la-ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.la-ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.la-ball-scale-multiple.la-sm {
    width: 16px;
    height: 16px
}

.la-ball-scale-multiple.la-sm>div {
    width: 16px;
    height: 16px
}

.la-ball-scale-multiple.la-2x {
    width: 64px;
    height: 64px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    position: absolute
}

.la-ball-scale-multiple.la-2x>div {
    width: 64px;
    height: 64px
}

.la-ball-scale-multiple.la-3x {
    width: 96px;
    height: 96px
}

.la-ball-scale-multiple.la-3x>div {
    width: 96px;
    height: 96px
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    5% {
        opacity: .75
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}


/***********************/

.aboutSection {
    padding: 60px 0;
}

.welcomeSection .sectionTitle {
    margin-bottom: 62px
}

.aboutSection .layer_img {
    right: auto;
    left: 1%
}

.hasBeforeDecoration:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 76px;
    background: url(../images/9.png) no-repeat center top;
}




.hasAfterDecoration:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 74px;
    background: url(../images/10.png) no-repeat center top
}



.serviceSection .l_01 {
    right: auto;
    left: 0;
    top: -8%
}

.serviceSection .l_02 {
    top: auto;
    bottom: 0;
    right: -1.1%
}

.apointmentSection {
    padding: 170px 0 190px
}

.pricingSection {
    background: url(../images/4.html) no-repeat fixed right bottom #fff6f4;
    padding: 115px 0 85px
}

.pricingSection .l_03 {
    right: auto;
    left: 0;
    top: -18%
}

.pl_area {
    margin-left: 20px
}

.pr_area {
    margin-left: 0;
    margin-right: 20px
}

.clientSection {
    padding: 85px 0;
    position: relative
}

.testimonialSlider {
    padding: 20px 0 167px
}

.blogSection {

    padding: 30px 0;
}

.blogSection .l_04 {
    top: auto;
    bottom: 9%;
    right: 1%
}

.videoSection {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.videoSection .layer_img {
    top: auto;
    bottom: 0
}



.bg_f8f8 {
    background: #f8f8f8
}

.serviceSection2 {
    background: url(../images/6.html) no-repeat left top;
    padding: 50px 0 0
}

.serviceSection2 .l_01 {
    right: auto;
    left: 0;
    top: -8%
}

.serviceSection2 .l_05 {
    top: auto;
    z-index: 1;
    bottom: -25%
}

.testimonialSlider2 {
    padding: 80px 0 150px
}

.testimonialSlider2 .testimoanial_area {
    box-shadow: none;
    background: url(../images/21.html) no-repeat top right
}

.funfactSection {
    padding: 100px 0 120px;
    position: relative;
    background: url(../images/5.jpg);
    background-attachment: fixed;
    z-index: 1;
}


.funfactSection:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0006;
    z-index: 0;

}



.teamSection {
    padding: 112px 0 78px
}

.teamSection .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px
}

.apointmentSection2 {
    padding: 50px 0 0;
}

.apointmentSection2 .container {
    margin-top: -60px;
    position: relative;
    z-index: 5;
}

.apointmentSection2 .appointment_form {
    padding: 70px;
    border: none;
    margin: 0
}

.row.no-gutters {
    margin-left: -15px;
    margin-right: -15px
}

.pd_85 {
    padding-bottom: 85px
}

.aboutSection2 {
    padding: 0 0 145px;
    overflow: hidden;
    margin-top: -125px;
    margin-left: 50px
}

.aboutSection2 .layer_img {
    top: auto;
    bottom: 18%
}

.aboutSection2 .abContent {
    padding-right: 65px;
    padding-left: 0;
    margin-top: 234px
}

.aboutSection2 .abContent h3 {
    right: -55px
}

.ab_thumb {
    position: relative;
    z-index: 2
}

.ab_thumb img {
    width: auto;
    max-width: none
}

.serviceSection3 {
    background: #fff6f4;
    padding: 120px 0 57px
}

.serviceSection3 .layer_img {
    top: -8%;
    right: auto;
    left: 1%
}

.serviceSection3 .serviceItem_01 {
    margin-bottom: 75px
}

.as3 {
    background: url(../images/10.html) no-repeat center center/cover
}

.featureSection {
    padding: 115px 0
}

.featureSection .layer_img {
    top: 19%
}

.featureSection .abContent {
    padding: 0 10px 0 0;
    margin-top: 170px
}

.featureSection .abContent h2:after {
    display: none
}



.jop-details li,
.aboutSection .abContent ul li {
    position: relative;
    padding-right: 35px;
    margin-bottom: 11px;
    text-align: justify;
}

.jop-details li:after,
.aboutSection .abContent ul li:after {
    position: absolute;
    right: 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;
    color: #fff;
    font-size: 9px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: #546be6;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    top: 3px;
}

.teamSection2 {
    padding: 92px 0 62px;
    background: url(../images/11.html) no-repeat fixed center center/cover
}

.teamSection2:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .8)
}

.teamSection2 .container {
    position: relative;
    z-index: 2
}

.teamSection2 .sectionTitle h2,
.teamSection2 .sectionTitle p {
    color: #fff
}

.teamSection2 .sectionTitle img {
    opacity: .2
}

.pricingSection2 {
    padding: 110px 0 80px
}

.blogSection3 {
    background: #fff6f4;
    padding: 75px 0 90px
}

.aboutSection3 {
    padding: 170px 0 108px
}

.aboutSection3 .layer_img {
    top: 13%;
    right: auto;
    left: 1%
}

.aboutSection3 .abContent {
    padding: 0 10px 0 0;
    margin-top: 95px
}

.aboutSection3 .abContent p:not(.leads) {
    margin: 0 0 15px
}

.historySection {
    padding: 0 0 185px
}

.abHistory {
    position: relative
}

.abHistory h2 {
    font-size: 48px;
    line-height: 58px;

    margin: 0 0 11px
}

.abHistory img {
    max-width: 100%;
    height: auto;
    margin: 0 0 6px
}

.abHistory p {
    margin: 0
}

.icon_box_02.fib_02 {
    margin-right: 35px;
    margin-left: -15px
}

.featureSection2 {
    background: #fef6f4;
    padding: 111px 0 105px
}

.featureSection2 .sectionTitle img {
    opacity: 1
}

.featureSection2 .l_01 {
    right: auto;
    left: 0;
    top: -8%
}

.featureImg {
    position: relative;
    float: left;
    margin: 65px -15px 0 0
}

.tm2 .sectionTitle img {
    opacity: .2
}

.servicePage {
    padding-bottom: 90px
}

.servicePage .serviceItem_01 {
    margin-bottom: 75px
}

.servicePage2 {
    padding-bottom: 110px
}

.apointmentSection3 {
    padding-bottom: 150px;
    background: url(../images/26.html) no-repeat center center/cover #fff6f4
}

.tm_meta.mb_103 {
    margin-bottom: 103px
}

.tm_service {
    margin-top: 75px
}

.tm_service .serviceItem_01 {
    margin-bottom: 25px
}

.tmCon p {
    margin-top: 27px;
    margin-bottom: 0
}

.teamPage {
    position: relative;
    padding: 120px 0
}

.teamPage .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px
}

.teamPage .layer_img {
    top: auto;
    right: -6%;
    bottom: 5%
}

.packagegPage {
    overflow: hidden;
    padding: 230px 0 80px
}

.packagegPage .layer_img {
    right: auto;
    left: 0
}

.pricingSection3 {
    padding: 0 0 120px
}

.star_ratings {
    position: relative;
    margin: 14px 0 0
}

.star_ratings img {
    max-width: 100%;
    height: auto
}

.gallerypage {
    overflow: hidden;
    position: relative;
    padding: 120px 0
}

.imgMr {
    margin-top: 47px;
    margin-bottom: 35px
}

.contactSection {
    position: relative;
    padding: 0 0 120px
}

.contactSection .appointment_form {
    border: none;
    margin: 0;
    padding: 0 50px 0 0;
    background: 0 0
}

.contactSection .appointment_area {
    padding-bottom: 118px
}

.contactWrapper {
    background: #fff6f4;
    padding: 50px
}

.contactSection h3 {
    font-size: 24px;
    line-height: .8;
    margin: 0 0 18px
}

.contactSection p {
    color: #879296;
    margin: 0 0 42px
}

.contactSection textarea {
    height: 150px
}

.headFont {
    font-family: "Poppins";
}

.serviceSection.lessPaddings {
    padding-bottom: 140px
}

.testimonialSections .singleTestimonial {
    margin-bottom: 30px
}

.mt2 {
    margin-top: 2px
}



@media(min-width:1200px) and (max-width:1600px) {
    .videoSection .layer_img {
        right: -20%
    }

    .serviceSection2 .l_05 {
        right: -20%
    }

    .aboutSection2 .layer_img {
        right: -16%
    }

    .serviceSection3 .layer_img {
        left: 0%
    }

    .featureSection .layer_img {
        right: -10%
    }

    .packagegPage .layer_img {
        left: -15%
    }

    .teamPage .layer_img {
        right: -23%
    }

}

@media(max-width:1199px) {

    .aboutSection3 .layer_img,
    .packagegPage .layer_img,
    .teamPage .layer_img,
    .videoSection .layer_img,
    .blogSection .l_04,
    .aboutSection .layer_img,
    .pricingSection .l_03,
    .serviceSection .l_02,
    .featureSection .layer_img,
    .serviceSection3 .layer_img,
    .aboutSection2 .layer_img,
    .serviceSection2 .l_05 {
        display: none
    }

    .apointmentSection2 .appointment_form {
        padding: 61px 40px 70px
    }

    .featureSection .abContent {
        padding-left: 0
    }
}

/************************/

.header_01 {
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.50);
    background-color: #fff;
}

.logo {
    position: relative;
    z-index: 1;
}

/*
.logo:before {
position: absolute;
content: '';
right: 0;
top: 0;
height: 135px;
width: 100%;
background: #fff;
z-index:-1;
box-shadow: 1px 1px 15px #00000080;
border-radius: 0 0 25px 25px;
}*/

.logo img {
    width: 100px;
    height: 80px;
    object-fit: contain;

}

.mainMenu {
    position: relative;
    line-height: 0.8;

}

/*
.mainMenu:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3000px;
  background-color: rgba(0,0,0,0.50);
}*/


.mainMenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
    line-height: 0.8;
}

.mainMenu ul li {
    list-style: none;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding: 0 20px;

}

.mainMenu ul li:last-child {
    margin-left: 0;
}

.mainMenu ul li a {
    display: block;
    font-size: 16px;
    line-height: 0.8;
    color: #000;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    font-family: "header";
    padding: 37px 0;
}

.mainMenu ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;

    font-size: 12px;
    color: inherit;
    font-weight: inherit;
    position: relative;
    top: 1px;
    margin-right: 5px;
}


.mainMenu>ul>li:hover>a,
.mainMenu>ul>li.current-menu-item>a {
    color: #36a4dc;
}



.mainMenu>ul>li:hover,
.mainMenu>ul>li.current-menu-item {}


.mainMenu>ul>li:hover>a:before,
.mainMenu>ul>li.current-menu-item>a:before {
    width: 100%;
}


.mainMenu>ul>li>a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 3px;
    background-color: #36a9e1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}



.mainMenu>ul ul {
    position: absolute;
    right: 35px;
    width: 260px;
    top: 100%;
    z-index: 5;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;

    box-shadow: 0 0 25px rgba(37, 37, 37, 0.15);
    -moz-box-shadow: 0 0 25px rgba(37, 37, 37, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(37, 37, 37, 0.15);
    padding: 15px;
    border-radius: 10px;
}

.mainMenu>ul ul li {
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
}

.mainMenu>ul ul li:first-child {
    border-top: none;
}

.mainMenu>ul ul li.menu-item-has-children>a:after {
    float: left;
}

.mainMenu>ul ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #292b38;
    padding: 14px 12px;
    font-family: "Poppins";
}


.mainMenu>ul ul li a:hover {
    color: #292b38;
}

.mainMenu>ul ul ul {
    right: calc(100% - -1px);
    top: -3px;
    margin: 0;
}

.mainMenu>ul li:hover>ul {
    pointer-events: inherit;
    opacity: 1;
    visibility: visible;
    right: 0;
}

.navAccess {
    display: flex;
    justify-content: flex-end;
    padding: 23px 0 0;
}

.humBurger {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}

.humBurger:hover,
.humBurger.active {
    background: #292b38;
}

.humBurger span {
    position: absolute;
    width: 15px;
    height: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.humBurger span:before {
    content: "";
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background: #292b38;
    position: absolute;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
}

.humBurger span:after {
    content: "";
    height: 2px;
    width: 10px;
    bottom: 0;
    left: 0;
    background: #292b38;
    position: absolute;
    transition: all ease-in-out 400ms;
    -moz-transition: all ease-in-out 400ms;
    -webkit-transition: all ease-in-out 400ms;
}

.humBurger:hover span:before,
.humBurger.active span:before {
    background: #fff;
    width: 10px;
}

.humBurger:hover span:after,
.humBurger.active span:after {
    background: #fff;
    width: 100%;
}

.popup_sidebar_sec {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.popup_sidebar_overlay {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    cursor: url(../images/close.html), auto;
    transition: all 0.4s ease-in 0.8s;
}

.popup_sidebar_sec.active .popup_sidebar_overlay {
    visibility: visible;
    left: 0;
    opacity: 1;
    transition: all 0.8s ease-out 0s;
}

.popup_sidebar_overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 360px;
    height: 100%;
    content: "";
    background: #fff;
    z-index: 999;
}

.widget_area {
    max-width: 360px;
    height: 100%;
    z-index: 9999;
    background: 0 0;
    padding: 60px 32px 30px;
    overflow-y: auto;
    position: fixed;
    left: 0;
    visibility: hidden;
    opacity: 0;
    top: 0;
    transition: all 0.2s ease-in 0.2s;
}

.popup_sidebar_sec.active .widget_area {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.2s ease-out 1.2s;

}

.widget_closer {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    z-index: 99;
    color: #292b38;
    line-height: 34px;
    text-align: center;
}

.widget_closer:hover {
    color: #879296;
    border-color: #879296;
}

.about_widget_area {
    position: relative;
}


.about_widget_area .text {
    height: 107px;
    overflow: hidden;
    line-height: 27px;
    margin-bottom: 30px;
}

.wd_logo {
    position: relative;
    margin-bottom: 48px;
}


.about_widget .text {
    color: #fff;
    margin-bottom: 15px;
    height: 90px;
    overflow: hidden;
}


.wd_logo img {
    max-width: 100%;
    height: auto;
    max-width: 280px;

    margin: 0 auto;

    display: block;
}

.about_widget_area>p {
    margin: 0 0 47px;
}

.icon_box_04 {
    position: relative;
    padding-right: 60px;
    margin: 0 0 30px;
}

.icon_box_04 h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px;
}

.icon_box_04 i {
    color: #292b38;
    font-size: 44px;
    position: absolute;
    right: 0;
    top: 5px;
    line-height: 40px;
}

.icon_box_04 p {
    margin: 0;
}

.social_item {
    padding: 0;
    margin: 54px 0 0;
}

.social_item a {
    width: 36px;
    height: 36px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    color: #292b38;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
}

.social_item a:hover {
    color: #fff;
    background: #292b38;
    border-color: #879296;
}

.center_align {
    z-index: 4;
    margin: auto;
    position: relative;
}



.banner-section {
    position: relative;
    overflow: hidden;
}

.round_anim {
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: #fff;
    animation: shadows 1s linear infinite;
    -webkit-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
    -moz-filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
    filter: drop-shadow(-1px 3px 65px rgba(237, 237, 237, 0.35));
}

.tp-bannertimer {
    display: none !important;
}

.ws_nowrap {
    white-space: normal !important;
}

.tp-caption .mob_lg i {
    text-align: center !important;
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.tp-caption .mob_lg {
    transition: all ease 400ms !important;
    -moz-transition: all ease 400ms !important;
    -webkit-transition: all ease 400ms !important;
}

.actionBox {
    position: relative;
    background: url(../images/2.html) no-repeat right bottom #f0f0f1;
    min-height: 274px;
    padding: 54px 0 65px 55px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.actionBox:hover {
    box-shadow: -18px 35px 29px 0 rgba(226, 225, 225, 0.79);
}

.actionBox h3 {
    font-size: 30px;
    margin: 0 0 12px;
}

.actionBox p {
    font-size: 12px;
    line-height: 24px;
    color: #707070;
    margin: 0 0 22px;
}

.abBg2 {
    background: url(../images/3.html) no-repeat right bottom #e9f9fd;
}

.aboutImg {
    position: relative;
}


.abImg {
    position: relative;
    text-align: center;
}

.abImg img {
    height: 400px;
    display: inline-block;

}

.expCounter {
    position: absolute;
    left: -43px;
    bottom: 76px;
}

.expCounter svg {
    width: 196px;
    height: 188px;
    fill: #fff;
}

.expCounter svg g {
    fill: #fff;
}

.expContent {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 2;
    padding: 42px 0 0;
}

.expContent h2 {
    font-size: 60px;
    line-height: 0.8;


    color: #879296;
    margin: 0 0 19px;
}

.expContent h2 i {
    font-style: normal;
}

.expContent p {

    color: #292b38;
    font-size: 14px;
    line-height: 0.8;
    margin: 0;
}

.shape1 {
    position: absolute;
    right: -5px;
    top: 19px;
    width: 194px;
    height: 125px;
}

.shape2 {
    position: absolute;
    left: -52px;
    bottom: 52px;
    width: 133px;
    height: 125px;
}

.shape3 {
    position: absolute;
    right: -100px;
    bottom: 74px;
    width: 201px;
    height: 360px;
    z-index: 2;
}


.abContent {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}


.abContent .text {
    margin-bottom: 15px;
}


.abContent h2 {

    font-size: 26px;
    margin: 0 0 10px;
}

.abContent h2:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 67px;
    background: url(../images/8.html) no-repeat center center;
    margin-top: -3px;
    margin-right: 4px;
}


.abContent p {
    font-size: 14px;
    margin: 0 0 15px;
    text-align: justify;
    color: rgb(85, 85, 85);
}



.abContent h3 {
    font-size: 15px;
    line-height: 26px;
    color: #36a9e1 !important;
    text-transform: capitalize;
    margin-bottom: 6px;
}


.serviceSection {
    padding: 50px 0;
    background: #eff3f4;
    background-color: #eff3f4;
    background-image: url(../images/ironpatern.png);
}

.serviceItem_01 {
    padding: 0 15px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ib_box {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 0 15px;
}

.ib_box svg {
    width: 167px;
    height: 147px;
    line-height: 147px;
    fill: #fff;
    -webkit-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
    -moz-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
    filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ib_box svg g {
    fill: inherit;
}

.serviceItem_01:hover .ib_box svg {
    fill: #292b38;
}

.ib_box>i {
    font-size: 56px;
    color: #879296;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ib_box .bg_icon {
    font-size: 100px;
    color: #879296;
    opacity: 0.2;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.serviceItem_01:hover .ib_box>i {
    color: #fff;
}

.serviceItem_01:hover .ib_box .bg_icon {
    color: #fff;
}

.serviceItem_01 h3 {
    font-size: 24px;
    margin: 0 0 16px;
}

.serviceItem_01 h3 a {
    color: inherit;
}

.serviceItem_01 h3 a:hover {
    color: #879296;
}

.serviceItem_01 p {
    margin: 0;
}

.sIlg .ib_box>i {
    font-size: 66px;
}

.sIlg .ib_box .bg_icon {
    font-size: 120px;
}

.appointment_area {
    position: relative;
    background: url(../images/13.html) no-repeat center center/cover #fff6f4;
    padding: 118px 60px 136px;
    border: 10px solid #fff;
    border-radius: 10px;
    -webkit-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
    -moz-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
    filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.24));
}

.appointment_form {
    position: relative;
    background: #f8f8f8;
    border: 5px solid rgba(255, 255, 255, 0.4);
    padding: 61px 50px 71px;
    margin-left: 30px;
}

.appointment_form h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.appointment_form p {
    margin-bottom: 21px;
}

.input-field {
    position: relative;
}

input[type="email"],
input[type="text"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea,
select,
.nice-select {
    display: block;
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 60px;
    margin: 0 0 20px;
    color: #879296;


}

textarea {
    height: 120px;
    line-height: 26px;
    padding-top: 12px;
    resize: none;
    margin-bottom: 30px;
}

.input-field i {
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 60px;
    font-size: 14px;
    color: #879296;
}


.form-inner i {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 60px;
    font-size: 14px;
    color: #879296;
}

.nice-select {
    z-index: 55;
}

.nice-select:after {
    border-color: #879296;
    left: 23px;
    right: auto;
    width: 6px;
    height: 6px;
}

.nice-select .list {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    max-height: 361px;
    overflow: auto;

}

.nice-select .option {
    font-size: 14px;
    color: #879296;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2px 25px;
    text-align: right;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background: 0 0;
    color: #fff;
}

.appointment_form .mo_btn {
    background: #292b38;
    color: #fff;
    border: none;
}

.appointment_form .mo_btn i {
    background: #fff;
    color: #879296;
}

.appointment_form .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.appointment_form .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.appointment_form .reqError {
    background: red;
}

.con_message {
    display: block;
    width: 100%;
    display: none;
    padding: 15px;
    border-radius: 0;
    border-width: 2px;
    margin: 15px 0 0;
}

.icon_box_01 {
    position: relative;
    margin: 0 0 40px;
}

.icon_box_01 h4 {
    display: flex;
    font-size: 24px;
    line-height: 34px;

    margin: 0 0 4px;
}

.icon_box_01 i {
    width: 37px;
    height: 37px;
    background: #292b38;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    margin-left: 13px;
}

.icon_box_01 p {
    font-size: 14px;
    line-height: 36px;
    margin: 0;
}

.package_item {
    position: relative;
    padding-right: 90px;
    min-height: 74px;
    margin-bottom: 42px;
}

.package_item img {
    width: 76px;
    height: 74px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.package_item h5 {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: -8px;
}

.package_item h5 a {
    color: inherit;
    font-size: 18px;
}

.package_item h5 a:hover {
    color: #879296;
}

.package_item .piborder {
    flex: 1;
    margin: 0 7px 16px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.package_item span {
    font-size: 14px;
    color: #879296;
    margin: 2px 22px 0 0;
    font-family: "Poppins";
}

.package_item p {
    color: #879296;
    margin: 0;
}

.clientSlider.owl-carousel .owl-item {
    text-align: center;
}

.clientSlider.owl-carousel img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    min-width: inherit;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.clientSlider.owl-carousel a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.clientSlider.owl-carousel a:hover .normal {
    display: block;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.clientSlider.owl-carousel a .hover {
    transition: all 0.3s ease-in-out;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    visibility: hidden;
}

.clientSlider.owl-carousel a:hover .hover {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    opacity: 3;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.testimoanial_area {
    position: relative;
    background: url(../images/15.html) no-repeat center center #fff;
    padding: 100px 200px 0;
    box-shadow: -36px 14px 29px 0 rgba(226, 225, 225, 0.24);
    -webkit-box-shadow: -36px 14px 29px 0 rgba(226, 225, 225, 0.24);
    -moz-box-shadow: -36px 14px 29px 0 rgba(226, 225, 225, 0.24);
}

.tw_testiSlider {
    position: relative;
    text-align: center;
    margin: 0 0 24px;
}

.quote {
    position: relative;
    margin: 0 0 8px;
}

.item {
    position: relative;
    text-align: center;
}

.quote img {
    width: 78px !important;
    height: 59px;
    margin: 0 auto;
    display: block !important;
}

.quote span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c8c8c8;
    border-radius: 50%;
    margin: 20px 5px 0;
}

.quatation {
    color: #292b38;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0 0 15px;
}

.test_author {
    position: relative;
}

.test_author span {
    font-size: 14px;
    color: #000;
    line-height: 18px;
    margin: 0 0 8px;
    display: block;
}

.test_author p {
    font-size: 14px;
    line-height: 0.8;
    color: #acacac;
    margin: 0;
}

.testiNav {
    position: relative;
    right: 0;
    left: 0;
    bottom: -30px;
    z-index: 5;
    margin: 0 auto;
    width: 340px;
}

.testiNav .navitem {
    cursor: pointer;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.testiNav .navitem img {
    width: 100px;
    height: 100px;
    opacity: 0.3;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.testiNav .slick-slide.slick-current.slick-active.slick-center img {
    border-color: #bebdbd;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.blog_item_01 {
    position: relative;
    margin: 0 0 60px;
}

.blog_item_01 img {
    max-width: 100%;
    height: auto;
}

.bp_content {

    background: url(../images/17.html) no-repeat bottom right #f6f6f6;
    padding: 20px;
    width: 100%;
    z-index: 2;
}

.bp_content span {
    display: block;
    color: #879296;
    font-size: 14px;
    margin-bottom: 3px;

    position: absolute;
    top: 15px;
    z-index: 2;
    right: 0;
    padding: 3px 10px;

    background-image: linear-gradient(to right, #292861 0%, #292861 100%);
    color: #fff;
}

.bp_content span i {
    margin-left: 5px;
}

.bp_content h3 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 18px;
    height: 54px;
    overflow: hidden;
}

.bp_content h3 a {
    color: inherit;
}

.bp_content h3 a:hover {
    color: #879296;
}

.lr_more {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #292b38;
    font-family: "Poppins";
    line-height: 21px;
}

.lr_more svg {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    fill: none;
    stroke: #bbb;
    stroke-width: 2px;
    opacity: 1;
    transition: transform 0.7s;
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    -webkit-backface-visibility: initial !important;
    -webkit-transform-origin: 50% 50%;
}

.lr_more:hover svg {
    transform: translate3d(-66.6%, 0, 0);
    stroke: #292b38;
}

.lr_more:hover {
    color: #879296;
}

.my_instagram {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.my_instagram a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: linear-gradient(to top, #000, #030101b3);
}

.my_instagram a img {
    width: 100%;
    height: 220px;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
    opacity: 0.5;
}

.my_instagram a:hover img {
    transform: scale(1.1) rotate(1.5deg);
    -moz-transform: scale(1.1) rotate(1.5deg);
    -webkit-transform: scale(1.1) rotate(1.5deg);
    -ms-transform: scale(1.1) rotate(1.5deg);
    -o-transform: scale(1.1) rotate(1.5deg);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.with_border a {
    border-left: 5px solid #fff;
}

.with_border a:last-child {
    border: none;
}

.ovelay a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(37, 37, 37, 0.26);
    visibility: hidden;
    transition: all ease 0.4s;
}

.ovelay a:before {
    position: absolute;
    content: "\ed46";
    font-family: icofont !important;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    font-size: 24px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.ovelay a:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.ovelay a:hover:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.footer_01 {
    position: relative;
    padding: 125px 0 70px;
}

.footer_01 .layer_img {
    top: auto;
    bottom: 0;
    right: 2%;
}

footer .widget {
    position: relative;
    margin: 0;
    padding: 0;
}

footer .widget .widget_title {
    font-size: 19px;
    margin: 0 0 25px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 18px;
}

footer .widget .widget_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 2px;
    border-radius: 23px;
    right: 0px;
    background: linear-gradient(to left, #36a9e1, #36a9e117);
}




.about_widget p {
    margin-bottom: 26px;
}

.about_widget .mo_btn {
    background: #292b38;
    color: #fff;
}

.about_widget .mo_btn i {
    background: #fff;
    color: #879296;
}

.about_widget .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgb(226 225 225/79%);
}

.about_widget .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.mc4wp-form-fields {
    position: relative;
    margin: 20px 0;
}

.mc4wp-form-fields input[type="email"] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #fff3;
    background: 0 0;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    line-height: 60px;
    font-weight: 400;
    padding: 0 40px;
    color: #fff;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}





.mc4wp-form-fields button {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    background: none;
    position: absolute;
    height: 56px;
    width: 60px;
    left: 2px;
    top: 16px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-right: 1px solid #fff3;
}

.mc4wp-form-fields button:hover {
    color: #fff;
}

.info_box {
    position: relative;
    padding-right: 60px;
    margin: 0 0 6px;
}

.info_box i {
    height: 49px;
    width: 49px;
    font-size: 14px;

    border-radius: 50%;
    text-align: center;
    line-height: 49px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 2px;
    background-image: linear-gradient(to right, #36a9e1 0%, #29235c 100%);
    background: #36a9e1;

}

.info_box p {
    margin: 0;
}

footer .widget ul {
    margin: 0;
    padding: 0;
}

footer .widget ul li {
    list-style: none;
    display: block;
    font-size: 15px;
    line-height: 26px;
    color: #707070;
    margin: 0 0 15px;
}

footer .widget ul li a {
    display: inline-block;
    color: inherit;
}

footer .widget ul li a:hover {
    color: #879296;
    padding-right: 6px;
}

.copyright {
    position: relative;
    background-color: #1d1f28;
    background-image: url(../images/ironpatern.png);
    padding: 6px 0;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 13px;
    line-height: 34px;
    color: #858585;
}

.copyright p a {
    color: inherit;
}

.copyright p a:hover {
    color: #879296;
}

.copy_social {
    position: relative;
}

.copy_social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background: 0 0;
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    margin-right: 6px;
    background: #0000004d;
}

.copy_social a:hover {
    background: #292b38;
    color: #fff;
}

#backtotop {
    position: fixed;
    left: 30px;
    bottom: -30px;
    width: 45px;
    height: 45px;
    background: #36a9e1;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-image: #29235c;

}

#backtotop:hover {
    -webkit-box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
    -moz-box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.header_02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 0 0 0 85px;
}

.header_02 .logo {
    padding-top: 15px;
}

.logo2 {
    display: none;
}


.navAccess_02 a {
    color: #fff;
    border-radius: 0;
    width: 70px;
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    text-align: center;
    margin-top: 8px;

    background-image: linear-gradient(to right, #36a9e1, #36a9e1, #b98d59, #ab7f4f, #9d7146);
    background-image: linear-gradient(to right, #36a9e1, #29235c);
}

.navAccess_02 a.humBurger {
    display: inline-block;
}

.navAccess_02 .humBurger span:before,
.navAccess_02 .humBurger span:after {
    background: #fff;
}

.navAccess_02 .cart_btn {
    border-right: 1px solid #fff;
}

.navAccess_02 a:hover {
    background: #92908f;
    color: #fff;
    background-image: linear-gradient(to left, #36a9e1, #36a9e1, #b98d59, #ab7f4f, #9d7146);
    background-image: linear-gradient(to left, #36a9e1, #29235c);
}

.navAccess_02 .mo_btn {
    background: #292b38;
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}

.navAccess_02 .mo_btn:hover {
    background: #292b38;
}

body.menu_open {
    overflow: hidden;
}

.menu_pop_logo {
    z-index: 99;
    position: absolute;
    right: 0;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup_menu.active .menu_pop_logo {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu_pop_logo img {
    max-height: 100%;
    width: auto;
    width: 150px;
}

.menu-close {
    position: absolute;
    left: 15px;
    top: 20px;
    font-size: 20px;
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 50%;
    z-index: 99;
    color: #fff;
    line-height: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup_menu.active .menu-close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.menu-close:hover {
    color: #879296;
    border-color: #879296;
}

.popup_menu .menu_top {
    position: relative;
    width: 100%;
    z-index: 99;
}

.popup_menu {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #292b38;
    display: none;
}

.menu_middle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: -1;
}

.popup_menu.active .menu_middle {
    z-index: 99;
}

.menu_popup {
    position: relative;
    text-align: center;
}

.menu_popup ul {
    margin: 0;
    padding: 0;
}

.menu_popup>ul {
    max-height: calc(100vh - 160px);
    width: 300px;
    margin: 0 auto;
    text-align: right;
}

.menu_popup ul li {
    list-style: none;
    margin: 20px 0;
    position: relative;
}

.menu_popup ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 0.8;


    font-family: "Poppins";
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.menu_popup ul li a:after {
    content: "-";
    border: none;
    position: absolute;
    right: -7px;
    top: 0;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    color: inherit;
    font-weight: 300;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.menu_popup ul li.active>a,
.menu_popup ul li:hover>a {
    color: #879296;
}

.menu_popup ul li.menu-item-has-children>a {
    position: relative;
}

.menu_popup ul li.menu-item-has-children>a::before {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    border: none;
    position: absolute;
    left: -7px;
    top: 0;
    color: #fff;
    font-size: 14px;

    line-height: 20px;
    color: inherit;
    font-weight: 300;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.menu_popup ul li.menu-item-has-children.active>a:before,
.menu_popup ul li.menu-item-has-children>a:hover:before {
    transform: rotate(-180deg);
    color: inherit;
}

.menu_popup>ul>li {
    opacity: 0;
    -webkit-transition: translateY(80px);
    transform: translateY(80px);
}

.menu_popup ul li ul.sub-menu {
    display: none;
    padding: 10px 30px 0;
    transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.menu_popup ul li .sub-menu li {
    margin: 5px 0;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.menu_popup ul li ul.sub-menu li a {
    font-size: 15px;
    color: #879296;
    font-weight: 400;
    text-transform: capitalize;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}


.menu_popup ul li ul.sub-menu li a:hover {
    color: #fff;
}

.bottom_menu {
    position: absolute;
    right: 0;
    bottom: 26px;
    z-index: -1;
    width: 100%;
}

.f_copy {
    position: relative;
}

.bottom_menu .f_copy {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup_menu.active .bottom_menu .f_copy {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.f_copy p {
    font-size: 12px;
    color: #fdfcfb;
    margin: 0;
}

.f_copy p a {
    color: inherit;
}

.f_copy p a:hover {
    color: #879296;
}

.foo_social {
    position: relative;
}

.bottom_menu .foo_social {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
    -webkit-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.popup_menu.active .bottom_menu .foo_social {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.foo_social a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    color: #fdfcfb;
    text-align: center;
    margin: 0 0 0 21px;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.foo_social a:hover {
    color: #879296;
}

.popup_menu.active .bottom_menu {
    z-index: 99;
}

.slider_02 {
    position: relative;
    overflow: hidden;
}

.slider_02 .tparrows.custom {
    border-radius: 0;
}

.tparrows.custom {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #292b38;
    border-radius: 50%;
    box-shadow: -32px 21px 68.6px 1.4px rgba(218, 218, 218, 0.45);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

.tparrows.custom.darks {
    box-shadow: none;
    background: rgba(37, 37, 37, 0.3);
    color: #fff;
}

.tparrows.custom:before {
    color: inherit;
    line-height: 60px;
}

.tparrows.custom:hover {
    box-shadow: none;
    background: #292b38;
    color: #fff;
}

.tparrows.custom.darks:hover {
    background: #292b38;
    color: #fff;
}

.videoContent {
    position: relative;
    padding: 50px 70px 10px;
}

.videoContent h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.videoContent p {
    margin-bottom: 52px;
}

.serviceItem_02 {
    padding-right: 130px;
    padding-top: 10px;
    margin: 0 0 27px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.serviceItem_02 .ib_box {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.serviceItem_02 .ib_box svg {
    width: 95px;
    height: 84px;
    line-height: 95px;
    fill: #fff;
    -webkit-filter: drop-shadow(-36px 14px 29px rgba(226, 225, 225, 0.24));
    -moz-filter: drop-shadow(-36px 14px 29px rgba(226, 225, 225, 0.24));
    filter: drop-shadow(-36px 14px 29px rgba(226, 225, 225, 0.24));
}

.serviceItem_02 .ib_box .bg_icon {
    font-size: 58px;
}

.serviceItem_02 .ib_box>i {
    font-size: 32px;
}

.serviceItem_02:hover .ib_box svg {
    fill: #292b38;
}

.serviceItem_02:hover .ib_box .bg_icon {
    color: #fff;
}

.serviceItem_02:hover .ib_box>i {
    color: #fff;
}

.serviceItem_02 h3 {
    font-size: 20px;
    margin: 0 0 9px;
    text-transform: capitalize;
}

.serviceItem_02 h3 a {
    color: inherit;
}

.serviceItem_02 h3 a:hover {
    color: #879296;
}

.serviceItem_02 p {
    margin: 0;
}

.video_banner {
    position: relative;
}

.videoSection {
    position: relative;
}



.videoSection:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: rgba(56, 25, 75, 0.5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.video_banner img {
    width: auto;
    max-width: none;
}


.popup_video {
    width: 80px;
    height: 80px;
    background: #292b38;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    position: absolute;
    right: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: shadows_2 1.4s linear infinite;
    -webkit-animation: shadows_2 1.4s linear infinite;
    -moz-animation: shadows_2 1.4s linear infinite;
    margin-right: -40px;
}


.popup_video:hover {
    color: #fff;
}

.serviceItem_03 {
    position: relative;
    margin: 0 0 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.serviceItem_03:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(56, 25, 75, 0.5);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.serviceItem_03:hover:after {
    background: #292b38;
}

.serviceItem_03 img {
    width: 100%;
    height: auto;
}

.serCon3 {
    padding: 50px;
    z-index: 3;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.serCon3 i {
    font-size: 61px;
    line-height: 61px;
    color: #fff;
    display: block;
    margin: 0 0 8px;
}

.serCon3 h3 {
    font-size: 36px;
    color: #fff;

    margin: 0;
}

.serCon3 h3 a {
    color: inherit;
}

.serCon3 h3 a:hover {
    color: #292b38;
}

.serCol {
    padding-left: 10px;
    padding-right: 10px;
}

.serCon3.inline_icon {
    display: flex;
}

.serCon3.inline_icon i {
    margin: 0 16px 0 0;
}

.serCon3.inline_icon h3 {
    margin-top: 8px;
}


.fact_01 {}


.fact_01 {
    position: relative;
}

.fact_01 h2 {
    font-size: 60px;
    line-height: 60px;

    margin: 0;
    color: #fff;
    font-family: "Poppins";
    display: inline-block;
    position: relative;
}

.fact_01 h2 i {
    font-style: normal;
    margin: 0 15px;
    font-size: 30px;
    position: absolute;
    top: 0;
}

.fact_01 h3 {
    font-size: 24px;
    color: #fff;
}

.team_01 {
    position: relative;
    margin-bottom: 34px;
    background: #fff;
    padding: 4px;
}

.tm_thumb {
    position: relative;
    margin: 0 0 5px;
}

.tm_thumb img {
    width: 100%;
    height: auto;
}

.tm_social {
    position: relative;
    margin: -24px 0 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: rotateY(45deg);
    -moz-transform: rotateY(45deg);
    transform: rotateY(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team_01:hover .tm_social {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.tm_social a {
    margin: 0 5px;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 2;
    background: #fff;
    color: #292b38;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    -webkit-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
    -moz-filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
    filter: drop-shadow(-2px 1px 8px rgba(226, 225, 225, 1));
}

.tm_social a:after {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0;
    height: 0;
    z-index: -1;
    content: "";
    background: #292b38;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tm_social a:hover:after {
    width: 104%;
    height: 104%;
}

.tm_social a:hover {
    color: #fff;
}

.team_01 p {
    font-size: 12px;
    color: #879296;

    margin: 0;
}

.team_01 h3 {
    font-size: 24px;
    line-height: 35px;
    margin: 0;
}

.team_01 h3 a {
    color: inherit;
}

.team_01 h3 a:hover {
    color: #879296;
}

.cta {
    background: url(../images/22.html) no-repeat center center/cover #292b38;
    height: 100%;
    text-align: center;
}

.cta_center {
    z-index: 3;
    right: 0;
    margin: auto;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cta p {
    width: 100%;
    text-transform: capitalize;
    font-size: 36px;
    color: #f8f8f8;
    line-height: 60px;
    font-weight: 300;
    margin: 0;

}

.cta p span {}

.cta .mo_btn {
    margin-top: 30px;
    padding-left: 25px;
}

.ct_img {
    position: relative;
}

.ct_img img {
    max-width: 100%;
    height: auto;
}

.product_item {
    position: relative;
    margin: 0 0 25px;
}

.pi_thumb {
    position: relative;
    overflow: hidden;
}

.pi_thumb img {
    width: 100%;
    height: auto;
}

.pi_01_actions {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pi_01_actions a {
    width: 45px;
    height: 45px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    color: #879296;
    margin: 0 3px;
    opacity: 0;
    visibility: hidden;
}

.pi_01_actions a:hover {
    background: #292b38;
    color: #fff;
}

.pi_01_actions a:nth-child(01) {
    -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -ms-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -o-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -webkit-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
}

.pi_01_actions a:nth-child(02) {
    -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -ms-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -o-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -webkit-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
}

.product_item:hover .pi_01_actions a:nth-child(01),
.product_item:hover .pi_01_actions a:nth-child(02) {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.prLabels {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
}

.prLabels p {
    background: #292b38;
    color: #fff;
    font-size: 10px;
    text-transform: capitalize;

    font-weight: 500;
    line-height: 18px;
    padding: 0 8px;
    margin: 0 0 5px;
}

.prLabels p.hot,
.prLabels p.featured {
    background: #39b54a;
}

.prLabels p.outofstock {
    background: #f04e4e;
}

.prLabels p.bestseller {
    background: #0684ff;
}

.pi_content {
    position: relative;
    padding: 16px 0 0;
}

.pi_content p {
    font-size: 14px;
    color: #9bb3c0;
    margin: 0 0 0;
}

.pi_content p a {
    color: inherit;
}

.pi_content p a:hover {
    color: #879296;
}

.pi_content h3 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 5px;
}

.pi_content h3 a {
    color: inherit;
}

.pi_content h3 a:hover {
    color: #879296;
}

.product_price {
    font-size: 14px;
    line-height: 35px;
    color: #9bb3c0;
    margin: 0;
}

.product_price .price {
    display: inline-block;
    color: inherit;
}

.product_price .price span {
    display: inline-block;
    color: inherit;
}

.product_price .price del {
    text-decoration: line-through;
    display: inline-flex;
    margin-left: 6px;
    position: relative;
    opacity: 0.5;
}

.blog_item_02 {
    position: relative;
    margin: 0 0 15px;
    border-radius: 10px;
    overflow: hidden;
}

.blog_item_02 img {
    width: 100%;
    width: 100%;
    height: 250px;
}

.fm_dark {
    padding: 130px 0 20px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background-color: #292b38;
    background-image: url(../images/ironpatern.png);
}



/*
.fm_dark:before { 

    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
background: #1d1d1db3;
z-index:0;
}
*/



.fm_dark .widget .widget_title {
    color: #fff !important;
}

.fm_dark .about_widget p,
.fm_dark .widget p {
    color: #fff;
}

.fm_dark .info_box p {
    color: #fdfcfb;
}

.fm_dark .mc4wp-form-fields input[type="email"] {
    background: #fff;
    background: #00000026;
    border: none;
}

.fm_dark .widget ul li {
    color: #fff;
}

.copy_dark {
    background: #242424;
}

.copy_dark p {
    color: #fff9f9;
}

.copy_dark .copy_social a {
    color: #fff;
}

footer .widget.mailchimp {
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.header_03 {
    position: relative;
    padding: 20px 35px 12px;
}

.header_03 .mo_btn {
    width: auto;
    height: 70px;
    display: inline-block;
    background: #292b38;
    box-shadow: none;
    color: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    border-radius: 0;
    padding: 0 36px;
}

.header_03 .mo_btn:hover {
    background: #292b38;
}

.header_03 .logo {
    padding: 7px 27px;
}

.header_03 .logo img {
    height: auto;
}

.header_03 a.humBurger {
    width: 90px;
    height: 70px;
    display: inline-block;
    background: #292b38;
    box-shadow: none;
    color: #879296;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 0;
}

.header_03 .humBurger span:before,
.header_03 .humBurger span:after {
    background: #fff;
}

.header_03 a.humBurger:hover {
    background: #292b38;
    color: #fff;
}

.header_03 .humBurger span:before,
.header_03 .humBurger span:after {
    background: #fff;
}

.header_03 .mainMenu {
    padding: 0;
    display: flex;
    justify-content: center;
}

.header_03 .mainMenu ul {
    text-align: inherit;
}

.header_03 .mainMenu>ul>li {
    margin: 0 25px;
    padding: 29px 0 44px;
}

.slider_03 {
    margin: 0 50px;
    position: relative;
    overflow: hidden;
    height: 853px;
}

.tp-bullet {
    border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tp-bullet:after {
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    right: -5px;
    top: -5px;
    border: 1px solid #292b38;
    border-radius: 50%;
    content: "";
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.tp-bullet:hover:after,
.tp-bullet.selected:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #292b38;
}

.aboutImg2 {
    position: relative;
}

.aboutImg2>img {
    max-width: 100%;
}

.aboutImg2 .shape1 {
    position: absolute;
    right: -90px;
    top: 55px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    width: 144px;
    height: 148px;
    border: 10px solid rgba(255, 255, 255, 0.4);
    box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
}

.aboutImg2 .shape1 img {
    width: 100%;
    height: 100%;
}

.aboutImg2 .shape2 {
    z-index: 2;
    position: absolute;
    left: 20px;
    bottom: -65px;
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite;
    width: 224px;
    height: 148px;
    border: 10px solid rgba(255, 255, 255, 0.4);
    box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -36px 14px 29px 0 rgba(0, 0, 0, 0.1);
}

.aboutImg2 .shape2 img,
.aboutImg2 .shape1 img {
    width: 100%;
    height: 100%;
}

.tm_col_4 .tm_social a {
    filter: none;
}

.tm_col_4.team_01 h3 {
    color: #fff;
}

.blog_item_03 {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.blog_item_03 img {
    width: 100%;
    height: auto;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog_item_03:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog_item_03:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(37, 37, 37, 0.6);
}

.blog_item_03 .bp_content {
    background: 0 0;
    filter: none;
    bottom: 5px;
    z-index: 3;
    margin: 0;
}

.blog_item_03 .bp_content span {
    background: #292b38;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
}

.blog_item_03 .bp_content h3 {
    color: #fff;
}

.blog_item_03 .lr_more {
    color: #fff;
}

.blog_item_03 .lr_more:hover {
    color: #879296;
}

.blog_item_03 .lr_more svg {
    stroke: #adb2b5;
}

.blog_item_03 .lr_more:hover svg {
    stroke: #292b38;
}

.page_banner {
    min-height: 565px;
    overflow: hidden;
    padding: 221px 0 120px;
    position: relative;
    background: #f5f5f5;
}

.page_banner:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 75px;
    z-index: 5;
    background: url(../images/banner_after.png) no-repeat left bottom;
}

.page_banner .offset-lg-1 {
    margin-right: 7%;
}

.page_banner .layer_img {
    top: auto;
    bottom: 0;
    right: -20px;
    animation-delay: 1s;
    animation-name: fadeInLeft;
}

.page_banner .layer_img img {
    -webkit-animation: movebounce2 3s linear infinite;
    animation: movebounce2 3s linear infinite;
}

.banner-title {
    font-size: 60px;
    line-height: 75px;

    margin: 0 0 21px;
}

.breadcrumbs {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #292b38;
    line-height: 0.8;
}

.breadcrumbs span,
.breadcrumbs a {
    color: #879296;
    display: inline-block;
}

.breadcrumbs span {
    margin: 0 8px;
}

.breadcrumbs a:hover {
    color: #292b38;
}

.pnl {
    animation-delay: 1.1s;
    animation-name: fadeInUp;
}

.page_layer {
    width: 800px;
    height: 800px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: -184px;
    animation: pl_shadows 1s linear infinite;
    -moz-animation: pl_shadows 1s linear infinite;
    -webkit-animation: pl_shadows 1s linear infinite;
    box-shadow: 1px 3px 65px rgba(237, 237, 237, 0.35);
    -moz-box-shadow: 1px 3px 65px rgba(237, 237, 237, 0.35);
    -webkit-box-shadow: 1px 3px 65px rgba(237, 237, 237, 0.35);
}

@keyframes pl_shadows {
    0% {
        box-shadow: 0 0 0 0 rgba(247, 163, 146, 0.08), 0 0 0 30px rgba(247, 163, 146, 0.08), 0 0 0 50px rgba(247, 163, 146, 0.08);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(247, 163, 146, 0.08), 0 0 0 50px rgba(247, 163, 146, 0.08), 0 0 0 70px transparent;
    }
}

.page_layer img {
    max-width: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 55px;
}

.icon_box_02 {
    padding-right: 185px;
    padding-top: 11px;
    margin: 0 0 32px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.icon_box_02 .ib_box {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.icon_box_02 .ib_box svg {
    width: 142px;
    height: 125px;
}

.icon_box_02 .ib_box>i {
    font-size: 50px;
}

.icon_box_02 .ib_box .bg_icon {
    font-size: 94px;
}

.icon_box_02:hover .ib_box svg {
    fill: #292b38;
}

.icon_box_02:hover .ib_box .bg_icon {
    color: #fff;
}

.icon_box_02:hover .ib_box>i {
    color: #fff;
}

.icon_box_02 h3 {
    font-size: 24px;
    margin: 0 0 17px;
}

.icon_box_02 h3 a {
    color: inherit;
}

.icon_box_02 h3 a:hover {
    color: #879296;
}

.icon_box_02 p {
    margin: 0;
}

.serviceSinglePage {
    position: relative;
    padding: 120px 0;
}

.serviceSinglePage:after {
    position: absolute;
    right: 10%;
    top: 10%;
    content: "";
    width: 833px;
    height: 100%;
    background: url(../images/27.html) no-repeat left center;
    z-index: -1;
}

.ser_thumb {
    position: relative;
    margin: 0 0 47px;
}

.ser_thumb img {
    width: 100%;
    height: auto;
}

.ser_content {
    position: relative;
    margin: 0 0 42px;
}

.serv_meta {
    position: relative;
    padding-right: 100px;
    margin: 0 0 38px;
}

.serv_meta i {
    font-size: 61px;
    line-height: 61px;
    color: #879296;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
}

.serv_meta h3 {
    font-size: 36px;
    margin-bottom: 6px;
}

.serv_meta p {
    color: #879296;
    margin: 0;
}

.ser_content>p {
    margin: 0 0 26px;
}

.spa_thumb {
    position: relative;
}

.spa_thumb img {
    max-width: 100%;
    height: auto;
}

.spa_content {
    position: relative;
    padding: 51px 0 0 30px;
}

.spa_content h3 {
    font-size: 36px;
    margin: 0 0 28px;
}

.spa_content p {
    margin: 0 0 24px;
}

.spa_content .mo_btn {
    background: #292b38;
    color: #fff;
}

.spa_content .mo_btn i {
    background: #fff;
    color: #879296;
}

.spa_content .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.spa_content .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.spaTestimonial {
    position: relative;
    background: #fff6f4;
    margin-top: 115px;
    padding: 62px 200px 75px;
}

.videoWrap {
    margin: 0 50px 120px;
    position: relative;
}

.videoWrap img {
    width: 100%;
    height: auto;
}

.videoWrap .popup_video {
    right: 0;
}

.my_gallery {
    position: relative;
    margin: 0 35px;
    padding: 0 0 91px;
}

.gallerItem {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 0 21px;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallerItem:before {
    position: absolute;
    content: "\ef4b";
    font-family: icofont !important;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    color: #879296;
    font-size: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallerItem:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(37, 37, 37, 0.26);
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallerItem:hover:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
}

.gallerItem:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.gallerItem img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.gallerItem:hover img {
    -webkit-transform: scale(1.02) rotate(-1deg);
    -moz-transform: scale(1.02) rotate(-1deg);
    -ms-transform: scale(1.02) rotate(-1deg);
    -o-transform: scale(1.02) rotate(-1deg);
    transform: scale(1.02) rotate(-1deg);
}

.galleryContainer {
    padding-right: 5px;
    padding-left: 5px;
}

.galleryRow {
    margin-right: -2.5px;
    margin-left: 2.5px;
}

.col-lg-2.cusGCol {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 2.5px;
    line-height: 0.7;
}

.cusGCol .gallerItem {
    margin: 0 0 5px;
}

.gallerItem_2 {
    position: relative;
    overflow: hidden;
    background: #292b38;
}

.gallerItem_2 img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 1;
    mix-blend-mode: unset;
    transition: all ease 750ms;
    -moz-transition: all ease 750ms;
    -webkit-transition: all ease 750ms;
}

.gallerItem_2:hover img {
    opacity: 0.65;
    mix-blend-mode: luminosity;
    transform: scale(1.2) rotate(-3deg);
    -moz-transform: scale(1.2) rotate(-3deg);
    -webkit-transform: scale(1.2) rotate(-3deg);
}

.galleryItem_2_btn {
    position: absolute;
    height: 45px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.galleryItem_2_btn a {
    width: 45px;
    height: 45px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 45px;
    color: #879296;
    margin: 0 3px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
}

.galleryItem_2_btn a:hover {
    background: #292b38;
    color: #fff;
}

.galleryItem_2_btn a:nth-child(01) {
    -webkit-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -ms-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -o-transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -webkit-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
}

.galleryItem_2_btn a:nth-child(02) {
    -webkit-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -moz-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -ms-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    -o-transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transition: transform 500ms cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity ease 300ms, visibility ease 300ms, background ease 300ms, color ease 300ms;
    transform: translate3d(0, 90px, 0);
    -moz-transform: translate3d(0, 90px, 0);
    -webkit-transform: translate3d(0, 90px, 0);
    -ms-transform: translate3d(0, 90px, 0);
    -o-transform: translate3d(0, 90px, 0);
}

.gallerItem_2:hover .galleryItem_2_btn a:nth-child(01),
.gallerItem_2:hover .galleryItem_2_btn a:nth-child(02) {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.pt55 {
    padding-top: 55px;
}

.teamSinglePage {
    position: relative;
    padding: 120px 0;
}

.team_thumb {
    position: relative;
    margin: 0 0 44px;
}

.team_thumb img {
    width: 100%;
    height: auto;
}

.single_skill {
    position: relative;
    margin: 26px 0 0;
}

.single_skill h4 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 16px;
}

.ss_parent {
    position: relative;
    background: #f7e9e9;
    height: 12px;
    width: 100%;
}

.ss_parent h4 {
    position: absolute;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    left: 0;
    top: -45px;
}

.ss_child {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #292b38;
}

.team_content {
    position: relative;
    padding: 29px 0 0;
}

.team_content .tm_designation {
    font-size: 12px;
    color: #879296;

    display: block;
    margin: 0 0 3px;
}

.team_content h4 {
    font-size: 30px;
    margin: 0 0 25px;
}

.team_content .tm_social {
    position: relative;
    margin: 0 0 35px;
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
}

.team_content p {
    margin: 0 0 27px;
}

.tm_meta {
    margin: 0;
    padding: 0;
}

.tm_meta li {
    list-style: none;
    display: block;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    line-height: 36px;
    margin: 0;
}

.tm_meta li span {
    display: inline-block;

    color: #292b38;
    font-family: "Poppins";
}

.tm_meta li i {
    color: #879296;
    font-size: 17px;
    line-height: inherit;
    margin-left: 15px;
}

.pricingTable {
    position: relative;
    padding: 56px 20px 58px;
    border: 5px solid transparent;
    background: #fff6f4;
    -webkit-transition: all 0.3s ease-out;
    -mozi-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pricingTable h3 {
    font-size: 24px;
    line-height: 48px;
    margin: 0 0 13px;
}

.pt_price {
    display: flex;
    justify-content: center;
    font-family: "Poppins";
    font-size: 48px;
    color: #879296;

    margin: 0 0 39px;
}

.pt_price i {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    margin: 8px 0 0;
}

.pt_price span {
    color: #292b38;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 13px 0 0;
}

.pricingTable ul {
    margin: 0 0 34px;
    padding: 0;
}

.pricingTable ul li {
    margin: 0 0 15px;
    list-style: none;
    display: block;
    position: relative;
}

.pricingTable ul li:before {
    position: relative;
    content: "\eed6";
    font-family: icofont !important;
    right: -6px;
    top: 2px;
    color: #879296;
    font-size: 18px;
}

.pricingTable .mo_btn {
    background: #292b38;
    color: #fff;
}

.pricingTable .mo_btn i {
    background: #fff;
    color: #879296;
}

.pricingTable .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.pricingTable .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.pT2 {
    background: #fcfaee;
}

.pT3 {
    background: #f2fafd;
}

.pricingTable:hover {
    background: #fff;
    border-color: rgba(255, 246, 244, 0.4);
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -mozi-transform: translateY(-30px);
}

.shopPage {
    position: relative;
    padding: 120px 0;
}

.make_pagination {
    position: relative;
    display: flex;
    margin: 51px 0 0;
    padding: 20px 0 0;
}

.make_pagination:after {
    position: absolute;
    top: 0;
    width: 300px;
    height: 4px;
    content: "";
    background: #fff6f4;
}

.make_pagination.text-center {
    justify-content: center;
}

.make_pagination.text-right {
    justify-content: flex-end;
}

.make_pagination a,
.make_pagination span {
    color: #a3b9c5;
    line-height: 0.8;
    margin: 0 14px;
    font-weight: 500;
    font-size: 14px;
}

.make_pagination a.next,
.make_pagination a.prev {
    color: #292b38;
}

.make_pagination a:hover,
.make_pagination span.current {
    color: #879296;
}

.sidebar {
    position: relative;
}

.sidebar .widget {
    position: relative;
    margin: 0 0 40px;
    padding: 35px 25px;
    background: #fff6f4;
}

.sidebar .widget:last-child {
    border: none;
    margin: 0;
}

.sidebar .widget .widget_title {
    font-weight: 400;
    font-size: 18px;

    margin: 0 0 25px;
    position: relative;
    line-height: 0.8;
    padding-bottom: 17px;
}

.sidebar h3.widget_title:after {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(247, 163, 146, 0.45);
}

.sidebar .nice-select {
    filter: none;
    border: none;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #707070;
    padding: 0 20px;
    background: rgba(247, 163, 146, 0.1);
    margin: 0;
    float: none;
}

.sidebar .nice-select:after {
    border-color: #b2b2b2;
    left: 20px;
    width: 5px;
    height: 5px;
}

.sidebar .nice-select .list {
    z-index: 99;
}

.sidebar .nice-select .option {
    font-size: 14px;
    color: #292b38;
    border-top: 1px solid #eaeaea;
    padding: 5px 20px;
    min-height: 38px;
    line-height: 37px;
    margin: 0;
}

.sidebar .nice-select .option:before {
    display: none;
}

.sidebar .nice-select .option.selected {
    font-weight: 400;
}

#slider-range {
    width: 100%;
    height: 7px;
    background: rgba(247, 163, 146, 0.3);
    position: relative;
    border-radius: 5px;
    margin: 0;
}

#slider-range .ui-slider-range {
    background: rgba(247, 163, 146, 0.4);
    height: 5px;
    top: 1px;
    position: absolute;
    border-radius: 5px;
}

#slider-range .ui-slider-handle {
    background: #292b38;
    border: none;
    border-radius: 50%;
    display: inline-block;
    height: 19px;
    position: absolute;
    top: -6px;
    width: 19px;
    cursor: pointer;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

#slider-range .ui-slider-handle:focus {
    outline: 0;
    box-shadow: none;
}

.price_wrap {
    font-size: 12px;
    color: #777;
    line-height: 30px;
    margin: -7px 0 11px;
    display: flex;
    justify-content: flex-start;
}

.price_wrap label,
.price_wrap p {
    margin: 0;
    padding: 0;
}

.price_wrap label {
    margin-left: 3px;
}

.product_widget_item {
    position: relative;
    min-height: 70px;
    padding-right: 90px;
    padding-top: 10px;
    margin: 15px 0 18px;
}

.product_widget_item:last-child {
    margin-bottom: 0;
}

.product_widget_item img {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

.product_widget_item h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0;
}

.product_widget_item h5 a {
    color: inherit;
}

.product_widget_item h5 a:hover {
    color: #879296;
}

.product_widget_item .product_price {
    line-height: 29px;
}

.shop_sort_count_row {
    margin-bottom: 28px;
}

.woocommerce-result-count {
    font-size: 14px;
    line-height: 45px;
    color: #292b38;
    margin: 0;
}

.woocommerce-ordering {
    position: relative;
    margin: -7px 0 0;
}

.woocommerce-ordering .nice-select {
    width: 230px;
    filter: none;
    font-size: 14px;
    color: #292b38;
    padding: 0 0 0 20px;
    background: 0 0;
    margin: 0;
    float: left;
}

.woocommerce-ordering .nice-select:after {
    left: 2px;
}

.widget_rating_filter ul {
    margin: 0;
    padding: 0;
}

.widget_rating_filter li {
    list-style: none;
}

.sidebar .widget_rating_filter li {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 16px;
    padding-right: 0;
}

.sidebar .widget_rating_filter li:before {
    display: none;
}

.widget_rating_filter li .star-rating {
    float: none;
    overflow: hidden;
    position: relative;
    line-height: 1;
    font-size: 12px;
    width: 68px;
    font-family: star;

    margin: 0 12px 0 0;
    height: 12px;
    display: inline-block;
    top: 1px;
}

.widget_rating_filter li .star-rating::before {
    content: "\f000\f000\f000\f000\f000";
    color: rgba(247, 163, 146, 0.5);
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    font-family: icofont;
    line-height: 1;
}

.widget_rating_filter li .star-rating span {
    overflow: hidden;
    top: 0;
    right: 0;
    position: absolute;
    padding: 0;
    height: 100%;
}

.widget_rating_filter li .star-rating span::before {
    content: "\f000\f000\f000\f000\f000";
    top: 0;
    position: absolute;
    right: 0;
    color: #879296;
    font-family: icofont;
    line-height: 1;
    line-height: 1;
    font-size: 12px;

}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.w60 {
    width: 60%;
}

.w40 {
    width: 40%;
}

.w20 {
    width: 20%;
}

.singleProduct {
    position: relative;
    padding: 120px 0;
}

.product_gallery {
    position: relative;
}

.pg_item {
    position: relative;
    overflow: hidden;
}

.pg_item img {
    width: 100%;
    height: auto;
}

.gallery_sliders {
    margin: 0 0 10px;
}

.product_gallery .lSSlideOuter .lSPager li {
    position: relative;
}

.product_gallery .lSSlideOuter .lSPager li:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 0%;
    z-index: 1;
    cursor: pointer;
    height: 0%;
    background: rgba(37, 37, 37, 0.26);
    transition: all ease 0.3s;
}

.product_gallery .lSSlideOuter .lSPager li img {
    width: 100%;
    height: auto;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}

.product_gallery .lSSlideOuter .lSPager li.active,
.product_gallery .lSSlideOuter .lSPager li:hover {
    border-radius: 0 !important;
}

.product_gallery .lSSlideOuter .lSPager li.active:after,
.product_gallery .lSSlideOuter .lSPager li:hover:after {
    width: 100%;
    height: 100%;
}

.product_details {
    position: relative;
    padding: 25px 0 0 80px;
    margin: 0 0 0;
}

.product_details h3 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 1px;
}

.product_details .product_price {
    margin: 0 0 11px;
}

.product_details .woocommerce-product-rating {
    display: flex;
    justify-content: flex-start;
    line-height: 15px;
    margin: 0 0 30px;
}

.product_details .woocommerce-product-rating .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 12px;
    line-height: 1;
    font-size: 12px;
    width: 67px;
    font-family: star;

    margin: 0 20px 0 0;
    top: 1px;
}

.product_details .woocommerce-product-rating .star-rating::before {
    font-family: icofont;
    content: "\f000\f000\f000\f000\f000";
    color: rgba(247, 163, 146, 0.3);
    float: right;
    top: 0;
    right: 0;
    position: absolute;
}

.product_details .woocommerce-product-rating .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}

.product_details .woocommerce-product-rating .star-rating span::before {
    color: #879296;
    font-family: icofont;
    content: "\f000\f000\f000\f000\f000";
    top: 0;
    position: absolute;
    right: 0;
}

.product_details .woocommerce-product-rating .woocommerce-review-link {
    text-transform: capitalize;
    color: #707070;
}

.product_details .woocommerce-product-rating .woocommerce-review-link:hover {
    color: #879296;
}

.pd_excrpt {
    margin: 0 0 37px;
}

.pd_excrpt p:last-of-type {
    margin: 0;
}

.cart_quantity {
    position: relative;
    margin: 0 0 48px;
}

.woocommerce div.product .cart_quantity form.cart {
    margin: 0;
}

.quantityd {
    border: 1px solid rgba(155, 179, 192, 0.4);
    height: 45px;
    position: relative;
    z-index: 1;
    border-radius: 0;
    width: 80px;
    float: right;
    margin: 0 !important;
    overflow: hidden;
}

.quantityd input[type="number"] {
    border: medium;
    color: #879296;
    height: 100%;
    font-size: 14px;
    line-height: 45px;
    filter: none;
    margin: 0;
    width: 49px !important;
    background: 0 0;
    right: 0;
    outline: none;
    padding: 0;
    border-left: 1px solid rgba(155, 179, 192, 0.4);
    position: absolute;
    text-align: center !important;
    z-index: -1;
}

.quantityd button.qtyBtn {
    background: 0 0;
    height: 50%;
    width: 30px;
    padding: 0;
    position: absolute;
    font-size: 20px;
    border: none;
    outline: none;
    color: #879296;
    line-height: 20px;
    font-weight: 200;

    padding: 0;
    border-bottom: 1px solid rgba(155, 179, 192, 0.4);
    text-align: center;
    top: 0;
    left: 0;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

.quantityd button.qtyBtn.btnMinus {
    top: auto;
    bottom: 0;
    line-height: 22px;
    border: none;
}

.quantityd button.qtyBtn:hover {
    color: #879296;
}

.product_details .mo_btn {
    border: none;
    line-height: 38px;
    background: #292b38;
    color: #fff;
    margin: 0 0 0 40px;
}

.product_details .mo_btn i {
    background: #fff;
    color: #879296;
}

.product_details .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.product_details .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.pro_meta {
    position: relative;
    border-bottom: 1px solid #d7cdcd;
    padding: 0 0 29px;
}

.pro_meta h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 3px;
}

.mtItem {
    font-size: 12px;
    line-height: 26px;
    color: #707070;
}

.mtItem a {
    color: inherit;
    display: inline-block;
}

.mtItem a:hover {
    color: #879296;
}

.pro_m_social {
    display: flex;
    justify-content: flex-start;
    padding: 21px 0 0;
}

.pro_m_social h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 -13px 0 0;
}

.pro_m_social a {
    display: inline-block;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-right: 30px;
}

.pro_m_social a:hover {
    color: #879296;
}

.product_tabarea {
    position: relative;
    margin-top: 93px;
}

.product_tabarea .tab-content {
    padding: 0;
}

.productTabs {
    border: none;
    margin: 0 0 52px;
    justify-content: flex-start;
    padding: 0;
}

.product_tabarea .productTabs li {
    margin: 0 8px 0 0;
    display: inline-block;
    padding: 0;
}

.product_tabarea .productTabs li:last-child {
    margin-left: 0;
}

.product_tabarea .productTabs li a {
    display: inline-block;
    background: #fff6f4;
    text-align: center;
    font-family: "Poppins";
    font-size: 14px;
    color: #292b38;
    line-height: 46px;
    border: none;
    text-transform: capitalize;
    padding: 0 25px;
    margin: 0;
    border-radius: 30px;
    box-shadow: none;
}

.product_tabarea .productTabs li a.active,
.product_tabarea .productTabs li a:hover {
    border: none;
    background: #292b38;
    color: #fff;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.pdtci_content {
    position: relative;
}

.pdtci_content p {
    margin: 0 0 26px;
}

.pdtci_content p:last-of-type {
    margin-bottom: 0;
}

.product_tabarea .adinfo table {
    position: relative;
    width: 100%;
    border: none;
    margin: 0;
}

.product_tabarea .adinfo table tr th {
    line-height: 36px;
    color: #292b38;
    width: 15%;
    margin: 0;
    padding: 6px 0;
    background: 0 0 !important;
    border: none;
    border-bottom: 1px solid #eaeaea;

}

.product_tabarea .adinfo table tr td {
    color: #8b8b8b;
    line-height: 36px;
    font-style: normal;
    margin: 0;
    background: 0 0 !important;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.productComent .woocommerce-product-rating {
    display: flex;
    justify-content: flex-start;
    line-height: 15px;
    margin: 0 0 6px;
    padding: 4px 0 0;
}

.productComent .woocommerce-product-rating .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 12px;
    line-height: 1;
    font-size: 12px;
    width: 67px;
    font-family: star;

    margin: 0 20px 0 0;
    top: 1px;
}

.productComent .woocommerce-product-rating .star-rating::before {
    font-family: icofont;
    content: "\f000\f000\f000\f000\f000";
    color: rgba(247, 163, 146, 0.3);
    float: right;
    top: 0;
    right: 0;
    position: absolute;
}

.productComent .woocommerce-product-rating .star-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}

.productComent .woocommerce-product-rating .star-rating span::before {
    color: #879296;
    font-family: icofont;
    content: "\f000\f000\f000\f000\f000";
    top: 0;
    position: absolute;
    right: 0;
}

.related_area {
    position: relative;
    margin: 113px 0 0;
}

.related_area h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 42px;
}

.related_carousel .product_item {
    margin: 0;
}

.cartPage {
    position: relative;
    padding: 120px 0;
}

.woocommerce table.shop_table {
    width: 100%;
    border: none;
    margin: 0;
    position: relative;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.shop_table thead tr th {
    font-size: 14px;

    color: #292b38;
    text-transform: capitalize;
    background: #fff6f4;
    font-family: "Poppins";
    padding: 23px 30px;
    text-align: right;
    border: none;
}

.woocommerce table.shop_table tbody tr td {
    vertical-align: middle;
    padding: 30px;
    border: none;
    color: #707070;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    line-height: 0.3px;
}

.woocommerce table.shop_table tbody tr td a {
    color: #292b38;
    font-size: 14px;
}

.woocommerce table.shop_table tbody tr td a:hover {
    color: #879296;
}

.woocommerce table.shop_table tr td.product-name img {
    width: 90px;
    height: auto;
    margin-left: 15px;
}

.woocommerce table.shop_table tbody tr td.product-price {
    font-size: 14px;
    line-height: 35px;
    color: #9bb3c0;
}

.woocommerce table.shop_table tbody tr td.product-subtotal {
    color: #292b38;

}

.woocommerce table.shop_table tr td.product-remove {
    text-align: left;
}

.woocommerce table.shop_table a.remove {
    margin: 0;
    padding: 0 4px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    width: 20px;
    height: 20px;
    text-decoration: none;
    background: #292b38;
    border-radius: 50%;
    line-height: 21px;
    color: #fff !important;

    font-weight: 400;
}

.woocommerce table.shop_table a.remove:hover {
    background: #292b38;
}

.woocommerce table.shop_table td.actions {
    padding-right: 0;
    padding-left: 0;
    border-bottom: none;
}

.woocommerce table.shop_table td.actions .coupon label {
    display: none;
}

.woocommerce table.shop_table td.actions .coupon {
    display: inline-flex;
    float: right;
}

.woocommerce table.shop_table td.actions .coupon input[type="text"] {
    display: block;
    width: 250px;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    outline: none;
    background: 0 0;
    margin: 0;
    font-size: 14px;
    color: #707070;
    font-weight: 400;

    border-radius: 30px 0 0 30px;
}

.woocommerce table.shop_table td.actions .button {
    min-width: 160px;
    height: 45px;
    background: #292b38;
    line-height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    font-family: "Poppins";

    margin: 0;
    padding: 0 26px;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.woocommerce table.shop_table td.actions .button.update {
    float: left;
}

.woocommerce table.shop_table td.actions .button:hover {
    color: #fff;
    background: #292b38;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.woocommerce table.shop_table td.actions .coupon .button {
    border-radius: 0 30px 30px 0;
}

.woocommerce table.shop_table td.actions .coupon .button:hover {
    color: #fff;
    background: #292b38;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.woocommerce .cart-collaterals {
    margin: 50px 0 0;
}

.woocommerce .cart-collaterals h2 {
    background: #fff6f4;
    position: relative;
    margin: 0;
    height: 60px;
    padding: 23px 30px;
    font-size: 14px;
    line-height: 0.7;
    text-transform: capitalize;

}

.woocommerce .cart-collaterals .cart_totals table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr th {
    width: 220px;
    padding-right: 30px;
    font-size: 14px;
    color: #292b38;
    text-transform: capitalize;
    font-family: "Poppins";
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.woocommerce .cart-collaterals .cart_totals tr td .amount {
    color: #292b38;

}

.woocommerce ul#shipping_method {
    margin: 0;
    padding: 0;
    line-height: 0.7;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 9px;
    list-style: none;
    line-height: 1.5em;
}

.woocommerce ul#shipping_method li input[type="radio"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

.woocommerce ul#shipping_method li input[type="radio"]~label {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    color: #707070;
    font-size: 14px;
    display: block;
}

.woocommerce ul#shipping_method li input[type="radio"]~label:before {
    content: "";
    font-family: icofont !important;
    position: absolute;
    right: 0;
    top: 2px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    height: 14px;
    width: 14px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.woocommerce ul#shipping_method li input[type="radio"]:checked+label {
    color: #879296;
}

.woocommerce ul#shipping_method li input[type="radio"]:checked~label:before {
    content: "\eed6";
    border-color: #879296;
}

.woocommerce ul#shipping_method li .amount {
    color: #879296;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 24px 0 0;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    min-width: 160px;
    height: 46px;
    display: inline-block;
    background: #292b38;
    line-height: 46px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 45px;
    font-weight: 400;
    margin: 0;
    padding: 0 30px;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover {
    background: #292b38;
}

.woocommerce-billing-fields {
    position: relative;
    margin: 0;
}

#order_review_heading,
.woocommerce-billing-fields h3 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 0.8;
}

.woocommerce-billing-fields label {
    font-size: 14px;
    line-height: 0.8;
    color: #292b38;
    font-weight: 500;
    display: block;
    margin: 0 0 12px;
}

.woocommerce-billing-fields input {
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    padding: 0 20px;
    border: 1px solid #eaeaea;
    border-radius: 0;
    font-size: 14px;
    margin: 0 0 10px;
    color: #707070;
    filter: none;
}

.woocommerce-billing-fields .nice-select {
    filter: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    height: 50px;
    line-height: 48px;
    font-size: 12px;
    color: #707070;
    padding: 0 20px;
    background: 0 0;
    margin: 0 0 30px;
    float: none;
}

.woocommerce-billing-fields .nice-select .current {
    color: #707070;
    font-size: 14px;
    line-height: 45px;
}

.woocommerce-billing-fields .nice-select .list {
    z-index: 99;
}

.woocommerce-billing-fields textarea {
    filter: none;
    border: 1px solid #eaeaea;
    border-radius: 0;
    height: 130px;
    line-height: 26px;
    font-size: 14px;
    color: #707070;
    padding: 10px 20px 0;
    background: 0 0;
    margin: 0 0 30px;
    float: none;
}

.woocommerce-billing-fields .create-account {
    margin-bottom: 25px;
}

.woocommerce-billing-fields .create-account label {
    color: #707070;
    margin: 0;
    font-size: 15px;
}

.woocommerce-billing-fields input[type="checkbox"]~label:before {
    top: -1px;
}

.woocommerce-billing-fields input[type="checkbox"]:checked~label:before {
    content: "\eed6";
    color: #fff;
    border-color: #879296;
    background: #292b38;
}

.woocommerce-checkout-review-order {
    background: #fff6f4;
    padding: 30px 30px 40px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table thead tr th {
    padding: 0 0 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tbody tr td {
    padding: 13px 0;
    line-height: 22px;
    border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr th {
    padding: 12px 0;
    font-size: 14px;
    color: #292b38;
    text-transform: capitalize;

    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: "Poppins";
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.woocommerce-shipping-totals td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.cart-subtotal td,
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.order-total td {
    color: #292b38;

}

.woocommerce-checkout-payment {
    position: relative;
    margin: 35px 0 26px;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout-payment ul li {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.woocommerce-checkout-payment ul li input[type="radio"] {
    display: none;
}

.woocommerce-checkout-payment ul li input[type="radio"]~label {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #292b38;
    margin: 0 0 10px;
    padding-right: 30px;
    cursor: pointer;
    display: block;
}

.woocommerce-checkout-payment ul li input[type="radio"]~label:before {
    content: "";
    font-family: icofont !important;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.woocommerce-checkout-payment ul li input[type="radio"]:checked~label:before {
    border-color: #879296;
    background: #292b38;
    color: #fff;
}

.woocommerce-checkout-payment ul li input[type="radio"]:checked~label:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 11px;
}

.payment_box {
    margin: 0 0 18px;
    position: relative;
    padding-right: 30px;
    display: none;
}

.payment_box.visibales {
    display: block;
}

.payment_box p {
    margin-bottom: 0;
}

.place-order {
    position: relative;
}

.woocommerce .woocommerce-checkout-review-order .place-order .woocommerce-privacy-policy-text {
    margin: 0 0 33px;
}

.woocommerce .woocommerce-checkout-review-order .place-order .button {
    min-width: 160px;
    height: 45px;
    background: #292b38;
    line-height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    font-family: "Poppins";

    margin: 0;
    padding: 0 26px;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.woocommerce .woocommerce-checkout-review-order .place-order .button:hover {
    color: #fff;
    background: #292b38;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.authWrap {
    background: #fff6f4;
    margin: 0;
    padding: 30px;
}

.authTitle {
    font-weight: 400;
    font-size: 18px;

    margin: 0 0 25px;
    position: relative;
    line-height: 0.8;
    padding-bottom: 17px;
}

.authTitle:after {
    width: 30px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(247, 163, 146, 0.45);
}

.woocommerce-form-login .button.mo_btn {
    min-width: 160px;
    height: 45px;
    background: #292b38;
    line-height: 45px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    border-radius: 50px;
    font-family: "Poppins";

    margin: 0 30px 0 0;
    padding: 0 26px 0 43px;
    color: #fff;
    outline: none;
    border: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

form.woocommerce-form-login .button.mo_btn i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #879296;
    top: 5px;
    right: 5px;
    font-size: 15px;
    line-height: 35px;
}

.authWrap form.woocommerce-form-login .button.mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.authWrap form.woocommerce-form-login .button.mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

.blogPage {
    position: relative;
    padding: 120px 0;
}

.blogPage .make_pagination {
    margin-top: 30px;
}

.singleBlog {
    position: relative;
    padding: 120px 0;
}

.search_form {
    position: relative;
}

.search_form input[type="search"] {
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #292b38;
    background: rgba(247, 163, 146, 0.1);
    font-weight: 400;
}

.search_form input[type="search"]::-moz-placeholder {
    color: #292b38;
    opacity: 0.6;
}

.search_form input[type="search"]::-ms-input-placeholder {
    color: #292b38;
    opacity: 0.6;
}

.search_form input[type="search"]::-webkit-input-placeholder {
    color: #292b38;
    opacity: 0.6;
}

.search_form button {
    background: 0 0;
    border: none;
    font-size: 14px;
    line-height: 50px;
    color: #879296;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 15px;
    top: 0;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.search_form button:hover {
    color: #879296;
}

.pp_post_item {
    position: relative;
    min-height: 70px;
    padding-right: 90px;
    margin: 20px 0 0;
}

.pp_post_item img {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
}

.pp_post_item h5 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 0;
}

.pp_post_item h5 a {
    color: inherit;
}

.pp_post_item h5 a:hover {
    color: #879296;
}

.pp_post_item span {
    display: block;
    font-size: 12px;
    color: #879296;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget>ul {
    margin-top: -10px;
}

.sidebar ul li {
    list-style: none;
    display: block;
    font-size: 14px;
    color: #707070;
    line-height: 32px;
    position: relative;
    padding-right: 18px;
    margin: 0 0 4px;
    font-family: "Poppins";
}

.sidebar ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget_categories ul li {
    text-align: left;
    width: 100%;
    display: inline-block;
}

.sidebar ul li:before {
    content: "\ea65";
    font-family: IcoFont;
    font-size: 14px;
    position: absolute;
    right: -1px;
    top: 1px;
}

.sidebar .widget_categories ul li a {
    float: right;
}

.sidebar ul li a {
    display: inline-block;
    color: inherit;
    line-height: inherit;
}

.sidebar ul li a:hover {
    color: #879296;
}

.tagcloud {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: -10px;
}

.tagcloud a {
    height: 28px;
    text-align: center;
    padding: 0 15px;
    line-height: 28px;
    border: none;
    display: inline-block;
    border-radius: 0;
    background: rgba(247, 163, 146, 0.1);
    color: #707070;
    text-transform: capitalize;
    font-size: 12px !important;
    margin-left: 10px;
    margin-bottom: 10px;

    float: right;
    font-family: "Poppins";
}

.tagcloud a:hover {
    border-color: #879296;
    background: #292b38;
    color: #fff;
}

.gallery_shots {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: -8px;
}

.gallery_shots a {
    position: relative;
    display: inline-block;
    width: 95px;
    height: 95px;
    float: right;
    margin: 0 8px 8px 0;
}

.gallery_shots a:nth-child(3),
.gallery_shots a:nth-child(6),
.gallery_shots a:nth-child(9),
.gallery_shots a:nth-child(12),
.gallery_shots a:nth-child(15) {
    margin-left: 0;
}

.gallery_shots img {
    width: 100%;
    height: 100%;
}

.gallery_shots a:before {
    position: absolute;
    content: "\ef4b";
    font-family: icofont !important;
    right: 0;
    margin: auto;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallery_shots a:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(37, 37, 37, 0.26);
    visibility: hidden;
    transition: all ease 0.4s;
}

.gallery_shots a:hover:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.3s;
}

.gallery_shots a:hover:after {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.postThumb {
    position: relative;
    margin: 0 0 37px;
}

.postThumb img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.sic_details {
    position: relative;
}

.bpdate {
    display: block;
    color: #879296;
    font-size: 14px;
    margin-bottom: 15px;
}

.sic_details>h3 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 24px;
}

.sic_the_content {
    position: relative;
}

.sic_the_content>p {
    margin-bottom: 27px;
}

.sic_the_content blockquote,
.sic_the_content blockquote.wp-block-quote {
    padding: 0 0 0 90px;
    position: relative;
    font-family: "Poppins";
    margin: 32px 0 33px;
}

.sic_the_content blockquote:before {
    content: "\efcd";
    font-family: icofont !important;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 3;
    color: transparent;
    text-stroke: 0.5px #292b38;
    -moz-text-stroke: 0.5px #292b38;
    -webkit-text-stroke: 0.5px #292b38;
    font-size: 72px;
    line-height: 72px;
}

.sic_the_content blockquote p,
.sic_the_content blockquote.wp-block-quote p {
    font-size: 24px;
    line-height: 34px;
    color: #879296;
    font-style: italic;
    font-weight: 300;
    margin: 0;
}

.sic_the_content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.spMeta {
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 11px 0;
    margin: 43px 0 45px;
}

.tags {
    position: relative;
}

.tags a {
    display: inline-block;
    color: #879296;
}

.tags a:hover {
    color: #879296;
}

.socialShare {
    display: flex;
    justify-content: flex-end;
}

.socialShare a {
    display: inline-block;
    font-size: 15px;
    color: #879296;
    margin-right: 30px;
}

.socialShare a:hover {
    color: #879296;
}

.post_author {
    position: relative;
    margin: 0 0 50px;
    background: #fff6f4;
    padding: 20px 20px 37px 180px;
}

.post_author img {
    position: absolute;
    right: 22px;
    top: 22px;
    width: 125px;
    height: 106px;
}

.post_author h5 {
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 1px;
}

.post_author h5 a {
    color: inherit;
}

.post_author h5 a:hover {
    color: #879296;
}

.post_author p {
    margin: 0;
}

.comment_area {
    position: relative;
}

.sic_comments {
    position: relative;
    margin: 0 0 49px;
}

.sic_comments>.sicc_title,
.productCommentForm .sicc_title {
    margin-bottom: 30px;
}

.sicc_list {
    margin: 0;
    padding: 0;
}

.sicc_list li {
    list-style: none;
    position: relative;
}

.sicc_list li .children {
    margin: 0 0 0 60px;
    padding: 0;
}

.single_comment {
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 32px 35px 30px 174px;
    margin: 0 0 30px;
    border-radius: 0;
}

.single_comment>img {
    width: 103px;
    height: 103px;
    position: absolute;
    right: 46px;
    top: 35px;
}

.single_comment .cm_author {
    font-size: 18px;
    margin: 0 0 12px;
}

.single_comment .cm_author a {
    color: inherit;
}

.single_comment .cm_author a:hover {
    color: #879296;
}

.single_comment .cm_date {
    display: block;
    font-size: 12px;
    color: #879296;
    line-height: 0.8;
    margin: 0 0 17px;
}

.sc_content {
    margin: 0 0 11px;
}

.sc_content>p:last-of-type {
    margin: 0;
}

.comment-reply-link {
    font-size: 14px;
    color: #292b38;
    display: inline-block;
    line-height: 0.8;
}

.comment-reply-link i {
    margin-left: 10px;
}

.comment-reply-link:hover {
    color: #879296;
}

.commentForm {
    position: relative;
}

.productCommentForm {
    padding-top: 20px;
}

.sicc_title {
    font-size: 19px;
    line-height: 0.8;
    margin: 0 0 10px;
    font-weight: 500;
}

.commentForm>p {
    color: #879296;
    margin: 0 0 22px;
}

.commentForm input[type="email"],
.commentForm input[type="text"],
.commentForm input[type="url"],
.commentForm input[type="tel"],
.commentForm textarea {
    display: block;
    width: 100%;
    height: 55px;
    background: 0 0;
    padding: 0 20px;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    font-size: 14px;
    line-height: 55px;
    margin: 0 0 30px;
    color: #879296;
    filter: none;
}

.commentForm textarea {
    height: 250px;
    line-height: 26px;
    padding-top: 12px;
    resize: none;
}

.commentForm .mo_btn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-right: 53px;
    padding-left: 29px;
    border: none;
    background: #292b38;
    color: #fff;
}

.commentForm .mo_btn i {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    background: #fff;
    color: #879296;
}

.commentForm .mo_btn:hover {
    background: #fff;
    color: #879296;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

.commentForm .mo_btn:hover i {
    background: #292b38;
    color: #fff;
}

input[type="checkbox"] {
    visibility: hidden;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    display: none;
}

input[type="checkbox"]~label {
    position: relative;
    padding-right: 22px;
    cursor: pointer;
    display: block;
}

input[type="checkbox"]~label:before {
    content: "";
    font-family: icofont !important;
    position: absolute;
    right: 0;
    top: 6px;
    background-color: transparent;
    border: 1px solid #d1d1d1;
    height: 14px;
    width: 14px;
    line-height: 12px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

input[type="checkbox"]:checked~label:before {
    content: "\eed6";
    color: #879296;
    border-color: #879296;
}

.commentForm .comment-form-cookies-consent {
    margin: -6px 0 34px;
}

.relatedPostArea {
    position: relative;
    margin: 85px 0 0;
}

.relatedPostArea h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 0 0 37px;
}

.relatedPostSlider {
    position: relative;
}

.relatedPostSlider .blog_item_03 {
    margin: 0;
}

.relatedPostSlider .blog_item_03 img {
    width: calc(100% + 20px);
}

.google_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    line-height: 0.8;
}

.google_map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.icon_box_03 {
    position: relative;
    padding-right: 70px;
    margin: 0 0 40px;
}

.icon_box_03 i {
    position: absolute;
    right: 0;
    top: 9px;
    width: 45px;
    height: 45px;
    background: #292b38;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}

.icon_box_03 h4 {
    font-size: 24px;
    line-height: 34px;
    margin: -9px 0 13px;
}

.icon_box_03 p {
    color: inherit;
    margin: 0;
}

.header_03.fixedHeader {
    padding-bottom: 0;
    padding-top: 15px;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.header_01.fixedHeader {
    padding-top: 0;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background: #f9f9f9;
    z-index: 99;

}


.header_01.fixedHeader .logo img {}

.header_01.fixedHeader .mainMenu>ul>li>a {
    padding: 37px 0;
}


.menu_btn {
    display: none;
}

.packageSection {
    position: relative;
}

.theSidebar {
    position: absolute !important;
    z-index: 2;
    padding-top: 120px;
    right: 40px;
}

.ScrollSpyNav {
    position: relative;
}

.ScrollSpyNav ul {
    margin: 0;
    padding: 0;
}

.ScrollSpyNav ul li {
    width: 167px;
    list-style: none;
    position: relative;
    margin: 0 0 50px;
}

.ScrollSpyNav ul li a {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    line-height: 0.8;
    color: #292b38;
}

.ScrollSpyNav ul li.active a,
.ScrollSpyNav ul li:hover a {
    color: #fff;
}

.SSNContent {
    position: absolute;
    width: 100%;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.ScrollSpyNav ul li a span {
    display: block;
    line-height: inherit;
}

.ScrollSpyNav ul li svg {
    width: 167px;
    height: 147px;
    line-height: 147px;
    fill: #fff;
    -webkit-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.34));
    -moz-filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.34));
    filter: drop-shadow(-18px 35px 29px rgba(226, 225, 225, 0.34));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ScrollSpyNav ul li.active svg,
.ScrollSpyNav ul li:hover svg {
    fill: #292b38;
}

.ScrollSpyNav ul li svg g {
    fill: inherit;
}

.ScrollSpyNav ul li i {
    display: block;
    font-size: 56px;
    color: #879296;
    z-index: 3;
    margin: 0 0 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.ScrollSpyNav ul li.active i,
.ScrollSpyNav ul li:hover i {
    color: #fff;
}

.pt18 {
    padding-top: 18px;
}

.pricingTab {
    margin: 0 0 60px;
    padding: 0;
    border: none;
    justify-content: center;
}

.nav-tabs.pricingTab .nav-item {
    margin: 0 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.nav-tabs.pricingTab .nav-item .nav-link {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-tabs.pricingTab .nav-item .nav-link .svgContainer {
    width: 100px;
    height: 80px;
    margin: 0 auto 15px;
}

.nav-tabs.pricingTab .nav-item .nav-link svg {
    width: 100px;
    height: 80px;
    line-height: 80px;
    fill: #fff6f4;
    -webkit-filter: drop-shadow(0px 0px 29px rgba(226, 225, 225, 1));
    -moz-filter: drop-shadow(0px 0px 29px rgba(226, 225, 225, 1));
    filter: drop-shadow(0px 0px 29px rgba(226, 225, 225, 1));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-tabs.pricingTab .nav-item .nav-link:hover svg,
.nav-tabs.pricingTab .nav-item .nav-link.active svg {
    fill: #292b38;
}

.nav-tabs.pricingTab .nav-item .nav-link svg g {
    fill: inherit;
}

.nav-tabs.pricingTab .nav-item .nav-link i {
    color: #879296;
    font-size: 35px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-tabs.pricingTab .nav-item .nav-link:hover i,
.nav-tabs.pricingTab .nav-item .nav-link.active i {
    color: #fff;
}

.nav-tabs.pricingTab .nav-item .nav-link span {
    display: block;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 0.8;
    color: #292b38;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-tabs.pricingTab .nav-item .nav-link:hover span,
.nav-tabs.pricingTab .nav-item .nav-link.active span {
    color: #879296;
}

.nav-tabs.pricingTab .nav-item .nav-link:hover svg,
.nav-tabs.pricingTab .nav-item .nav-link.active svg {
    filter: none;
}

.mkAccordion .card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    margin: 0 0 30px;
    box-shadow: -3px 2px 21px 4px #f6f6f6;
}

.mkAccordion.radiused .card {
    border-radius: 10px !important;
}

.mkAccordion.transparents .card {
    background: 0 0;
    border: none;
    box-shadow: none;
    margin: 0;
}

.mkAccordion .card:last-of-type,
.mkAccordion .card:last-child {
    margin-bottom: 0;
}

.accordion.mkAccordion>.card:not(:last-of-type) {
    border-bottom: 1px solid #eee;
}

.mkAccordion .card .card-header {
    margin: 0;
    padding: 0;
    border: none;
    background: 0 0;
}

.mkAccordion .card .card-header h2 {
    margin: 0;
    padding: 0;
}

.mkAccordion .card .card-header h2 button {
    border-radius: 0;
    border: none;
    background: 0 0;
    font-size: 14px;
    font-weight: 500;
    color: #292b38;
    display: block;
    padding: 19px 30px;
    width: 100%;
    text-align: right;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mkAccordion .card .card-header h2 button span {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 0.35;
}

.mkAccordion.transparents .card .card-header h2 button span {
    left: 15px;
}

.mkAccordion .card .card-header h2 button:not(.collapsed) span {
    opacity: 1;
}

.mkAccordion .card .card-header h2 button span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #292b38;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.mkAccordion .card .card-header h2 button:not(.collapsed) span:before {
    display: none;
}

.mkAccordion .card .card-header h2 button:not(.collapsed) span:after {
    background: #292b38;
}

.mkAccordion .card .card-header h2 button span:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #292b38;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mkAccordion.transparents .card .card-header h2 button {
    padding-right: 15px;
    padding-left: 35px;
}

.mkAccordion .card .card-header h2 button:hover,
.mkAccordion .card .card-header h2 button:not(.collapsed) {
    color: #879296;
}

.mkAccordion .card .card-body {
    border-top: 1px solid #eee;
    position: relative;
    padding: 22px 30px;
    top: 0;
}

.mkAccordion.transparents .card .card-body {
    padding-right: 15px;
    padding-left: 15px;
}

.mkAccordion .card .card-body p {
    margin-bottom: 15px;
}

.mkAccordion .card .card-body p:last-of-type {
    margin-bottom: 0;
}

.singleTestimonial {
    position: relative;
    background: url(../images/15.html) no-repeat top right #fff;
    padding: 40px 35px;
    box-shadow: -3px 2px 21px 4px #f6f6f6;
}

.quote2 {
    position: relative;
    margin: 0 0 27px;
}

.quote2 img {
    width: auto;
    height: 50px;
    display: block;
}

.quote2 span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #c8c8c8;
    border-radius: 50%;
    margin: 20px 5px 0;
}

.quatation2 {
    color: #292b38;
    font-size: 18px;
    line-height: 33px;
    font-weight: 300;
    font-style: italic;
    font-family: "Poppins";
    margin: 0 0 35px;
}

.autorDetails {
    position: relative;
    padding: 22px 0 0 95px;
    min-height: 80px;
}

.autorDetails img {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

.autorDetails span {
    font-size: 14px;
    color: #879296;
    line-height: 18px;
    margin: 0 0 8px;
    display: block;
}

.autorDetails p {
    font-size: 10px;
    line-height: 0.8;
    color: #acacac;
    margin: 0;
}

body .booked-calendar-wrap {
    margin: 0;
    -webkit-transition: height 0.15s ease-out;
    -moz-transition: height 0.15s ease-out;
    -o-transition: height 0.15s ease-out;
    transition: height 0.15s ease-out;
}

body table.booked-calendar {
    box-sizing: border-box;
    text-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
    border-spacing: 0;
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

body table.booked-calendar thead {
    color: #fff;
    text-transform: capitalize;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
body #booked-profile-page input[type="submit"].button-primary:hover,
body .booked-list-view button.button:hover,
body .booked-list-view input[type="submit"].button-primary:hover,
body table.booked-calendar input[type="submit"].button-primary:hover,
body .booked-modal input[type="submit"].button-primary:hover,
body table.booked-calendar th,
body table.booked-calendar thead,
body table.booked-calendar thead th,
body #booked-profile-page .booked-profile-header,
body #booked-profile-page .booked-tabs li.active a,
body #booked-profile-page .booked-tabs li.active a:hover,
body #booked-profile-page .appt-block .google-cal-button>a:hover,
#ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
    background: #292b38 !important;
}

body table.booked-calendar thead tr th {

    font-size: 13px;
    color: #fff;
    border: none;
    text-align: center;
    padding: 16px 0;

    line-height: 1;
}

body table.booked-calendar thead tr:first-child th {
    height: 1.12rem;
    max-height: 1.12rem;
    min-height: 1.12rem;
    padding: 1.4rem 0;
    position: relative;
}

body table.booked-calendar th .monthName {
    font-family: "Poppins";

    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;

}

body table.booked-calendar th .monthName a {
    font-family: "Poppins";
    font-size: 12px;
    text-transform: capitalize;

    margin-right: 6px;
    line-height: 24px;
    position: relative;
    top: -2px;
    color: rgba(0, 0, 0, 0.5);
}

body table.booked-calendar th .monthName a:hover {
    color: #fff;
}

body table.booked-calendar tr.days,
body table.booked-calendar tr.days th,
body .booked-calendarSwitcher.calendar,
body #booked-profile-page .booked-tabs,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar thead th {
    background: #e49282 !important;
}

body table.booked-calendar th .page-left {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -0.65rem;
}

body table.booked-calendar th .page-right {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -0.65rem;
}

body table.booked-calendar th .page-right:hover,
body table.booked-calendar th .page-left:hover {
    color: #292b38;
}

.booked-icon {
    display: inline-block;
    font-family: icofont;
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.booked-icon-arrow-right:before {
    content: "\eac6";
}

.booked-icon-arrow-left:before {
    content: "\eac7";
}

body table.booked-calendar tr.days {
    color: #fff;
    text-transform: capitalize;
}

body table.booked-calendar td {
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    position: relative;
    font-size: 20px;
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
    border-left: 1px solid #e5e5e5;
    background: 0 0 !important;
}

body table.booked-calendar tbody td {
    padding: 0;
    text-align: center;
}

body table.booked-calendar tbody tr td,
body table.booked-calendar tbody tr th,
body table.booked-calendar tbody tr td {
    border: 1px solid #eee;
    color: #999;
    font-size: 18px;
    font-weight: 500;
}

body table.booked-calendar td:first-child {
    border-right: 1px solid #eee;
}

body table.booked-calendar td .date {
    background: #fff;
    display: block;
    width: 100%;
    height: auto;
    padding: 56px 0;
    -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
    -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
    -o-transition: background 0.15s ease-out, color 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out;
}

body table.booked-calendar td:hover .date {
    cursor: pointer;
    background: #fafafa;
}

body table.booked-calendar td.prev-date .date {
    cursor: not-allowed;
    background: #f5f5f5 !important;
    color: #ccc !important;
}

body table.booked-calendar td .date span {
    -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
    -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
    -o-transition: background 0.15s ease-out, color 0.15s ease-out;
    transition: background 0.15s ease-out, color 0.15s ease-out;
}

body table.booked-calendar td .date .number {
    font-family: "Poppins";
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 46px;
}

body table.booked-calendar td:hover .date span {
    color: #fff;
}

#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
#ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover,
body #booked-profile-page input[type="submit"].button-primary,
body table.booked-calendar input[type="submit"].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type="submit"].button-primary,
body .booked-list-view button.button,
body .booked-list-view input[type="submit"].button-primary,
body .booked-modal input[type="submit"].button-primary,
body table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
body #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
body #booked-profile-page .appt-block .google-cal-button>a,
body .booked-modal p.booked-title-bar,
body table.booked-calendar td:hover .date span,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
body .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
.booked-ms-modal .booked-book-appt {
    background: #292b38;
}

body table.booked-calendar td.today .date span {
    border: 2px solid #292b38;
    line-height: 42px;
    color: #292b38 !important;
}

body table.booked-calendar td.today:hover .date span {
    background: #292b38 !important;
    color: #fff !important;
}

body table.booked-calendar td.prev-date:hover .date {
    cursor: not-allowed;
    background: #f5f5f5 !important;
    color: #ccc !important;
}

body table.booked-calendar td.prev-date:hover .date span {
    cursor: not-allowed;
    background: #f5f5f5 !important;
    color: #ccc !important;
}

body table.booked-calendar td.next-month .date {
    background: #fafafa;
}

body table.booked-calendar td.next-month .date span {
    color: #ccc;
}

body table.booked-calendar td.next-month:hover .date span {
    color: #fff;
}

body table.booked-calendar tr.entryBlock {
    color: #fff;
    background: #fff6f4;
}

body table.booked-calendar tr.entryBlock td {
    padding: 30px !important;
    text-align: right;
    color: #fff;
    border-bottom-color: #ddd;
}

body .booked-appt-list {
    -webkit-transition: transform 0.4s ease-in-out;
    -moz-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

body .booked-calendar-wrap .booked-appt-list {
    font-size: 15px;
    line-height: 1.7;
}

body table.booked-calendar .booked-appt-list {
    color: #000;
    background: #fff;
    transform: scale(0.95);
    padding: 30px;
    display: none;
    -webkit-box-shadow: -3px 2px 21px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -3px 2px 21px 4px rgba(0, 0, 0, 0.05);
    box-shadow: -3px 2px 21px 4px rgba(0, 0, 0, 0.05);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

body .booked-calendar-wrap .booked-appt-list.shown {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    display: block;
}

body .booked-calendar-wrap .booked-appt-list h2 {
    text-align: center;
    color: #292b38;
    font-size: 20px;
    margin: 0 0 32px;
    font-weight: 400;
    line-height: 1.4;
}

body .booked-calendar-wrap .booked-appt-list h2 strong {
    color: #879296;
}

body .booked-appt-list .timeslot {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

body .booked-calendar-wrap .booked-appt-list .timeslot {
    box-sizing: border-box;
    line-height: 1.8;
    color: #707070;
    border-top: 1px solid #eee;
}

body .booked-calendar-wrap .booked-appt-list .timeslot:hover {
    background: #f9f9f9;
}

body .booked-appt-list .timeslot .timeslot-time {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time {
    height: 71px;
    padding: 17px 0;
    box-sizing: border-box;
    float: right;
    line-height: 1;
    width: 60%;

    color: #555;
    font-size: 14px;
    padding-right: 15px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot.has-title .timeslot-time {
    height: auto;
    min-height: 71px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
    font-family: "Poppins";
    margin: 0 0 14px;
    display: block;
    color: #879296;
    font-size: 18px;


    line-height: 0.8;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-range {
    color: #707070;
    font-size: 14px;

    text-transform: capitalize;

    line-height: 0.8;
    display: block;
    margin: 0 0 11px;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon {
    color: #879296;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 1px;
    margin: 0;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-time i.booked-icon:before {
    content: "\eedc";
}

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 0.7rem;
    display: block;
    line-height: 0.8;
    color: #707070;
    padding-bottom: 0;

    padding-right: 29px;
}

body .booked-appt-list .timeslot .timeslot-people {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people {
    height: 71px;
    padding: 18px 0 0;
    box-sizing: border-box;
    float: left;
    width: 40%;
    padding-left: 15px;
}

body table.booked-calendar button {
    font-family: "Poppins";
    position: relative;
    height: 40px;
    border: none;
    background: #292b38;
    border-radius: 40px;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    line-height: 0.8;
    padding: 12px 25px;
    min-width: 152px;
    text-align: center;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button[disabled] {
    cursor: default !important;
    background: #eee !important;
    border-color: #ddd !important;
    color: #aaa !important;
    box-shadow: none !important;
}

body .bookingSections table.booked-calendar button:hover {
    background: #fff !important;
    color: #292b38 !important;
    border: none;
    box-shadow: -2px 4px 7px 0 rgba(226, 225, 225, 0.79);
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    float: left;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .timeslot-mobile-title {
    display: none;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    display: none;
}

body table.booked-calendar .booked-appt-list .timeslot button .spots-available {
    display: none;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0 3px;
    line-height: 1em;
}

body .bookedClearFix:after {
    content: "";
    display: table;
    clear: both;
}

.galleryDetailsPage {
    position: relative;
    padding: 120px 0;
}

.galleryDetailsPage:after {
    position: absolute;
    right: 10%;
    top: 10%;
    content: "";
    width: 833px;
    height: 100%;
    background: url(../images/27.html) no-repeat left center;
    z-index: -1;
}

.spaGallery {
    position: relative;
}

.spaGallery img {
    width: 100%;
    height: auto;
}

.galleryMeta {
    position: relative;
    background: #292b38;
    margin-bottom: 50px;
}

.galleryMeta .row {
    margin-right: 0;
    margin-left: 0;
}

.GMSingle {
    position: relative;
    padding: 35px 30px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.GMSingle p {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    line-height: 0.8;
    font-family: Poppins;


    margin: 0 0 5px;
}

.GMSingle h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;

    margin: 0;
    font-weight: 500;
}

.galleryDetails p {
    margin: 0 0 26px;
}

.galleryUL {
    position: relative;
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
}

.galleryUL li {
    position: relative;
    padding-right: 26px;
    margin: 0 0 9px;
}

.galleryUL li:last-child {
    margin-bottom: 0;
}

.galleryUL li:before {
    content: "\eed6";
    font-family: icofont;
    color: #879296;
    font-size: 18px;
    position: absolute;
    right: -3px;
    top: 1px;
}

.gallInnerImg {
    position: relative;
    padding-top: 8px;
}

.gallInnerImg img {
    width: 100%;
    height: auto;
}

.absoluteViedoBtn {
    width: 80px;
    height: 80px;
    background: #292b38;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    animation: shadows_2 1.4s linear infinite;
    -webkit-animation: shadows_2 1.4s linear infinite;
    -moz-animation: shadows_2 1.4s linear infinite;
}

.absoluteViedoBtn:hover {
    background: #fff;
    color: #879296;
}

.spa_content.text-right {
    padding-right: 0;
    padding-left: 30px;
}


/*
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 60px;
    height: 60px;
    background: #fff;
    font-size: 24px;
    
    color: #292b38;
    border-radius: 50%;
    box-shadow: -32px 21px 68.6px 1.4px rgba(218, 218, 218, 0.45);
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
}
.owl-carousel .owl-nav button.owl-next {
    left: 30px;
    right: auto;
}
.owl-carousel .owl-nav button.owl-prev {
    right: 30px;
    left: auto;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: #292b38;
    color: #fff;
}

*/






/************************/




/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    overflow: hidden;
    height: calc(100vh - 87px);
    display: grid;
    align-items: center;
    text-align: right;
    background-size: 100% 100% !important;
}


.banner-carousel .slide-item img {
    width: 100%;
}

.banner-carousel .slide-item .curved-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
}

.banner-carousel .slide-item .curved-layer:before {
    content: '';
    position: absolute;
    right: 0;
    top: -80%;
    width: 150%;
    height: 200%;
    opacity: 0.85;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(20deg) scaleX(0);
    -ms-transform: rotate(20deg) scaleX(0);
    transform: rotate(20deg) scaleX(0);
}

.banner-carousel .active .slide-item .curved-layer:before {
    -webkit-transform: rotate(20deg) scaleX(1);
    -ms-transform: rotate(20deg) scaleX(1);
    transform: rotate(20deg) scaleX(1);
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}

/*
.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}



.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}
*/


.banner-carousel .slide-item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0009;

    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, #35384acc, #0009);
    opacity: 0.8;
    background: linear-gradient(to bottom, #030220, #232176);

}

.banner-carousel .content-box {
    position: relative;
    text-align: right;
    z-index: 5;
    margin-top: 90px;
}

.style-three .banner-carousel .content-box {
    text-align: right;
    max-width: 1000px;
    margin: 0 0;
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 26px;
    line-height: 1.15em;
    color: #ffffff !important;
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    text-transform: capitalize;
    position: relative;

}


/*
.banner-carousel .content-box h2:after {
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;background: #92908f;

}
*/

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;

}

.banner-carousel .content-box .text {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #cecac5;
    font-weight: 400;
    opacity: 0;
    max-width: 670px;
    margin-bottom: 45px;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);

    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 35px;
    width: 50%;

}

/*
.banner-carousel .content-box .text span {
display: block;
}*/


.style-three .banner-carousel .content-box .text {
    text-align: right;
    max-width: 600px;
    margin: 0 0 40px;
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -ms-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn .btn-title {
    padding-left: 52px;
    padding-right: 52px;
}

.banner-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: 0 auto;
    transition: all 300ms ease;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {


    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
    width: 50px;
    font-size: 20px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 70px;
    background: rgba(25, 21, 20, 0.52) !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 20px !important;
}


.banner-section .owl-nav .owl-next {
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 50px;
    font-size: 20px;
    color: #fff !important;
    font-weight: 400;
    text-align: center;
    line-height: 70px;
    background: rgba(25, 21, 20, 0.52) !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 20px !important;
}


.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

/*

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}
*/


.owl-carousel .btn-custom:hover {}


.btn-custom.btn-icon {
    position: relative;
}

.btn-custom.btn-icon .fa {
    position: absolute;
    top: 9px;
    right: 30px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    border: 2px solid #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}




.video-relative {
    position: relative;
    display: inline-block;
}

.video-btn i {
    color: #fff;
    font-size: 23px;
    line-height: 50px;
    margin-right: 4px;
}


.slide-item .video-btn {
    height: 47px;
    width: 47px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 1px;
    right: 65px;
    text-align: center;
    margin: -30px 0 0 -30px;
    z-index: 1
}

.orangebg {
    border: 3px solid #fff;
}

.video-btn .ripple {
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: -1;
    right: 50%;
    top: 50%;
    opacity: 0;
    margin: -55px 0 0 -55px;
    border-radius: 100%;
    -webkit-animation: ripple 2.8s infinite;
    animation: ripple 2.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.video-btn .ripple:nth-child(2) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.video-btn .ripple:nth-child(3) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}


.btn-custom {
    padding: 10px 25px;
    border-radius: 25px;
}



.underline-large::after {

    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 9px;
    right: 0;
    display: block;
    z-index: -1;
    background: #292b38;

}

.underline-large {
    position: relative;
}


.owl-nav>button {
    background: none;
}



.type-wrap {
    font-size: 50px;
    padding: 20px;
}

/* the above is for styling puposes only */

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}







.banner-section .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 55%;
    left: 25px;
    font-size: 12px;

    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1
}

.banner-section.pagination-right .owl-dots {
    right: auto;
    left: 25px
}

.banner-section.pagination-right-outside .owl-dots {
    right: auto;
    left: -45px
}

.banner-section.pagination-bottom .owl-dots {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    right: 50%;
    bottom: 15px
}

.banner-section.pagination-right-bottom .owl-dots {
    right: auto;
    left: 0;
    bottom: 12px;
    top: auto
}

.external-indent .banner-section.pagination-right-bottom .owl-dots {
    bottom: -55px;
    left: -18px !important
}

.banner-section.arrows-right-bottom.pagination-right-bottom .owl-dots {
    left: 70px
}

.banner-section.pagination-left-bottom .owl-dots {
    left: auto;
    right: 0;
    bottom: 12px;
    top: auto
}

.external-indent .banner-section.pagination-left-bottom .owl-dots {
    bottom: -55px;
    right: 0 !important
}

.banner-section.arrows-left.pagination-left-bottom .owl-dots {
    right: 90px
}

.banner-section .owl-dot {
    display: block;
    color: #fff;
    counter-increment: slides-num;
    font-size: 14px;

}

.banner-section.pagination-bottom .owl-dot,
.banner-section.pagination-left-bottom .owl-dot,
.banner-section.pagination-right-bottom .owl-dot {
    display: inline-block
}

.banner-section .owl-dot.active {
    padding-bottom: 18px;
    color: #292b38
}

.banner-section.pagination-bottom .owl-dot.active,
.banner-section.pagination-left-bottom .owl-dot.active,
.banner-section.pagination-right-bottom .owl-dot.active {
    padding: 0 18px 0 0
}

.banner-section .owl-dot span {
    display: none
}

.banner-section .owl-dot:before {
    content: "0" counter(slides-num);
    display: block;
    margin-bottom: 18px
}

.banner-section .owl-dot.active::after {
    height: 30px
}

.banner-section .owl-dot:nth-child(n+10):before {
    content: counter(slides-num)
}

.banner-section.pagination-bottom .owl-dot:before,
.banner-section.pagination-left-bottom .owl-dot:before,
.banner-section.pagination-right-bottom .owl-dot:before {
    margin-bottom: 0;
    margin-left: 18px;
    display: inline-block;
    vertical-align: middle
}

.banner-section .owl-dot:after {
    content: "";
    display: block;
    width: 2px;
    margin: 0 auto;
    height: 0;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff
}

.banner-section .owl-dot.active:after {
    height: 30px;
    background: #fff
}

.banner-section.pagination-bottom .owl-dot:after,
.banner-section.pagination-left-bottom .owl-dot:after,
.banner-section.pagination-right-bottom .owl-dot:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0;
    height: 1px;
    width: 0
}

.banner-section.pagination-bottom .owl-dot.active:after,
.banner-section.pagination-left-bottom .owl-dot.active:after,
.banner-section.pagination-right-bottom .owl-dot.active:after {
    width: 30px;
    height: 1px
}




/*


    .bubble-dotted {
      right: 0;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2;
      height: 100%;
      overflow: hidden;
      position: absolute;
      pointer-events: none;opacity: 0.3;
    }

    .bubble-dotted .dotted {
      position: absolute;
      border-radius: 50%;
    }

    .bubble-dotted .dotted-1 {
      width: 11px;
      height: 11px;
      right: 100px;
      top: 50%;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-2 {
      width: 7px;
      height: 7px;
      right: 240px;
      top: 40%;
      animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-3 {
      width: 11px;
      height: 11px;
      right: 460px;
      top: 30%;
      animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-4 {
      width: 16px;
      height: 16px;
      right: 430px;
      top: 90%;
      animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-5 {
      width: 6px;
      height: 6px;
      right: 50%;
      top: 50%;
      animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-6 {
      width: 9px;
      height: 9px;
      right: 70%;
      top: 230px;
      animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-7 {
      width: 6px;
      height: 6px;
      right: 65%;
      top: 30%;
      animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-8 {
      width: 6px;
      height: 6px;
      right: 85%;
      top: 35%;
      animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-9 {
      width: 13px;
      height: 13px;
      right: 90%;
      top: 40%;
      animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-10 {
      width: 12px;
      height: 12px;
      right: 80%;
      top: 70%;
      animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
    }

    .bubble-dotted .dotted-1 {
      width: 6px;
      height: 6px;
      right: 270px;
      top: 100px;
      background: #fff;
    }

    .bubble-dotted .dotted-2 {
      width: 6px;
      height: 6px;
      right: 190px;
      top: 210px;
    }

    .bubble-dotted .dotted-3 {
      width: 11px;
      height: 11px;
      right: 150px;
      top: 90%;
      background: #fff;
    }

    .bubble-dotted .dotted-4 {
      width: 11px;
      height: 11px;
      right: 25%;
      top: 100px;
    }

    .bubble-dotted .dotted-5 {
      width: 11px;
      height: 11px;
      right: 45%;
      top: 60px;
      background: #fff;
    }

    .bubble-dotted .dotted-6 {
      width: 6px;
      height: 6px;
      right: 50%;
      top: 370px;
    }

    .bubble-dotted .dotted-7 {
      width: 9px;
      height: 9px;
      right: 75%;
      top: 25px;
      background: #fff;
    }

    .bubble-dotted .dotted-8 {
      width: 8px;
      height: 8px;
      right: 77%;
      top: 170px;
    }

    .bubble-dotted .dotted-9 {
      width: 6px;
      height: 6px;
      right: 85%;
      top: 50%;
      background: #fff;
    }

    .bubble-dotted .dotted-10 {
      width: 6px;
      height: 6px;
      right: 90%;
      top: 80%;
    }





    @keyframes animateBubble {
      0% {
        margin-top: 20%;
      }
      100% {
        margin-top: -30%;
      }
    }
    @keyframes sideWays {
      0% {
        margin-right: 0;
      }
      100% {
        margin-right: 25px;
      }
    }

*/






/* Btn Style Seven */
/*
.btn-style-seven{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: capitalize;
	padding: 15px 36px;
	
	background: #292b38;
	background: linear-gradient(to right, #292b38 0%, #b2141a 100%);
	font-family: var(--font-family-Poppins);
}

.btn-style-seven:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	right: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;

background: linear-gradient( to left, #02083d, #292b38);
}

.btn-style-seven:hover:before{
	top: 0%;
}

.btn-style-seven .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-seven .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-seven:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-seven .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-seven:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-seven:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-style-seven:hover{
	color: #879296;
}

.btn-style-seven .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-right:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.btn-style-seven:hover .plus{


}

.btn-style-seven:hover:before{
	top: -40%;
}*/





/** button **/

.btn-style-seven {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    padding: 15px 38px;
    text-transform: capitalize;
    z-index: 1;
    transition: all 500ms ease;
}

.btn-style-seven span {
    margin-right: 10px;
    font-size: 9px;
}

.btn-style-seven:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    transform: translateY(0px) skew(-12deg);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
    background-color: #879296;
}

.btn-style-seven:hover:before {
    width: 100%;
}

.btn-style-seven:hover {
    color: #fff;
}

.btn-style-seven:after {
    position: absolute;
    content: '';
    background-color: #070719;
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    transform: translateY(0px) skew(-12deg);
    border-radius: 5px;
    z-index: -1;
    transition: all 500ms ease;
}

.btn-style-seven:hover:after {
    width: 100%
}


/*****************************************/

.img-tr {
    position: relative;
    overflow: hidden;
}




.treat-box:hover .img-tr img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.img-tr:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0003;
    height: 0;
    opacity: 0.8;
    z-index: 2;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.img-tr:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#222429));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #222429 100%);
    pointer-events: none;
    z-index: 2;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.treat-box {
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.treat-box img {
    width: 100%;
    height: 350px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}



.treat-box:hover {
    background: #8d8c66;
}

.treat-box:hover .title {
    color: #fff;
    transition: all 0.5s ease;
}





.title {
    color: #ffff;
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
    text-transform: capitalize;
    position: absolute;

    bottom: 0;

    right: 0;

    left: 0;
    z-index: 2;
}



.title:before {
    position: absolute;
    right: 50%;
    top: 0;
    height: 2px;
    width: 30px;
    background-color: #fff;
    z-index: 2;
    content: "";
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-right: -15px;
}


/******************/

.custom-nav.owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: -50px;
    z-index: 1;
}


.custom-nav.owl-carousel .owl-nav>button {
    font-family: "Flaticon";
    font-size: 18px;
    width: 40px;
    height: 40px;
    align-items: center;
    text-align: center;
    line-height: 38px;
    border: none;
    color: #879296;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}

.custom-nav.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.custom-nav.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 47px;
}



.btn-style {
    height: 60px;
    line-height: 60px;
    float: right;
    color: #fff;
    font-size: 14px;

    padding-bottom: 10px;
    position: relative;
    background: #92908f;
    padding: 0 40px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.light-text.sectionTitle h2 {
    color: #fff !important;
}




.risk-section {
    padding: 30px 0;
}


.boxx .icon-img {
    margin-bottom: 20px;
}

.boxx {
    margin-bottom: 25px;
}

.boxx h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
}



.icon-img img {
    max-width: 36px;
    width: 100%;
}

.circle {
    position: relative;
    height: 67px;
    width: 67px;
    border-radius: 50%;
    display: inline-flex;
    vertical-align: top;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
    border: 0;
    background: #fff;
    color: #879296;
    background: #36a9e1;
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    font-size: 32px;
}

.icon-img .circle {
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.2);
}

.circle::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.25;
    transition: 0.25s;
}

.circle:hover {
    background: #292b38;
    color: #fff;
}


.circle i {
    color: #fff;
}

.circle:hover i {
    color: #fff;
}

.circle:hover img {
    filter: brightness(0) invert(1);
}


/*
color: #879296;
background: #fff;
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
*/


.quik-links li {
    width: 50%;
    text-transform: capitalize;
    float: right;
    padding-right: 18px;
    position: relative;
}

.about_widget {
    padding-left: 25px;
}



.quik-links li a:before {
    content: '_';
    position: absolute;
    right: 0;
    top: -3px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    font-size: 12px;
    color: #92908f;
}





/****************** New animation for contacts fixed icons *************/


.all-ioc {
    position: fixed;
    z-index: 9;
    right: -7px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    display: block;
}

.show-icons {
    position: absolute;
    bottom: 45px;
    right: 30px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 33px;
    text-transform: capitalize;
    line-height: 60px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    /*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
    background: #171a1e;




}


.show-icons .ico-img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    z-index: 6;
    background-size: 80%;
    background-image: url("../images/button.png");
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #171a1e;
    border-radius: 50%;
}

.show-icons:hover {
    color: #0e2f35;
    background: -webkit-linear-gradient(#fbfbfb, #fff);

}


.sonar-wave {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}


.sonar-wave {
    animation: amo-button-wave infinite 2.6s 0s linear;

}


@keyframes amo-button-wave {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }

    40% {
        opacity: 0.45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}








.sonar-wave2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    background-color: #414141;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}



.sonar-wave2 {
    animation: amo-button-wave2 infinite 2.6s 0s linear;
}




.sonar-wave2 {
    animation-delay: 0.8s;
}




@keyframes amo-button-wave2 {
    0% {
        transform: scale(1, 1);
        opacity: 0.45
    }

    40% {
        opacity: 0.45
    }

    100% {
        transform: scale(1.35, 1.35);
        opacity: 0
    }
}





.whats-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #4dc247;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}


.whats-icon a {
    color: #fff;
}


.whats-icon:hover a {
    color: #4dc247;

}


.whats-icon:hover {
    color: #4dc247;
    background: #333;
}






.phone-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #123377;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}


.phone-icon a {
    color: #fff;
}


.phone-icon:hover a {
    color: #006AFF;

}


.phone-icon:hover {
    color: #006AFF;
    background: #fff;
}
















.messenger-icon {
    position: absolute;
    bottom: 50px;
    right: 34px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 29px;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    border-radius: 3px;
    background: #006AFF;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    opacity: 0;
}


.messenger-icon a {
    color: #fff;
}


.messenger-icon:hover a {
    color: #006AFF;

}


.messenger-icon:hover {
    color: #006AFF;
    background: #999;
}



.all-ioc.active .phone-icon {
    right: 210px;
    opacity: 1;
}


.all-ioc.active .whats-icon {
    right: 100px;
    opacity: 1;
}

.all-ioc.active .messenger-icon {
    right: 155px;
    opacity: 1;
}





.item-qr {
    padding: 25px;
    background: #fff;
    border-radius: 0 60px 0 60px;
}


.tets-sec {
    padding: 30px 0;
    background: #f9f9f9;
}


.revi-star {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}


.revi-star li {
    display: inline-block;
    color: #ffab00;
}



.fa,
.fab,
.fal,
.far,
.fas {
    line-height: inherit;
}

.btn-section {
    position: relative;
    z-index: 1;
}

.no-desk {
    display: none
}


.datetime-picker {
    padding-right: 45px !important;
}


/*
@media(max-width:1199px) { 
.mainMenu ul li a {
padding: 35px 9px;
}
}


@media(min-width:1400px) and (max-width:2100px) {

.mainMenu > ul ul li a,
.copyright p {
font-size: 16px;
}



footer .widget ul li,
.bp_content h3,
.mainMenu ul li a,
.abContent p,
body {
font-size: 15px;
line-height: 30px;
}

.mainMenu ul li a {
padding: 25px 18px;
}
}

*/





.breadcrumb-sec h1 {
    text-transform: capitalize;
}



.breadcrumb-item+.breadcrumb-item:before {
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0;
}



.breadcrumb-sec {
    height: 150px;

    background-image: url(../images/5.jpg);

    background-size: cover;

    background-position: bottom;

    text-align: center;

    display: grid;
    z-index: 1;
    align-items: center;
}


.breadcrumb-sec:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #0e0d22e0;
    z-index: -1;
}

.breadcrumb-sec h1 {

    color: #fff !important;
    font-size: 24px;
    margin-top: 15px;
}

.breadcrumb {

    background-color: transparent;

}




.img-pso {
    width: 100%;
    background: #eee;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.img-pso img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}


.gallery-block img {
    height: 280px;
    width: 100%;
}

.gallery-block {
    padding: 0 5px;
    margin-bottom: 10px;
}

.gallery-block .single-blog {
    background: #fff;
    padding: 8px;
}

.head-form,
.section-title h3,
.jop-details h3 {
    font-size: 20px;
}


.contact-sec,
.inner-sect,
.ftco-section,
.events-grid-area,
.team-area,
.contact-sec {
    padding: 50px 0;
}


.mo-btn {
    padding: 12px 35px;

    border: none;

    background: #1e1e1e;

    color: #fff;

    border-radius: 25px;
}

.mo-btn:hover {
    background: #292b38;
    color: #fff;
}





.single-team-member img {
    width: auto !important;
    max-width: 100%;
    max-height: 500px;
    height: auto;
}


.new-ite .single-team-member {
    height: 500px;
    display: grid;
    align-items: center;
    justify-content: center;
}


.owl-carousel.gallery-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}


.owl-carousel.gallery-slider .owl-nav>button {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #eee;
    background: linear-gradient(to top, #ddd, #eee);
}

.owl-carousel.gallery-slider .owl-nav>button.owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel.gallery-slider .owl-nav>button.owl-prev {
    position: absolute;
    left: 0;
}


.single-team-member .team-content {
    text-align: center;
    color: #fff;
    background: linear-gradient(to bottom, #1bc55b, #009036);
    background: linear-gradient(to bottom, #414141, #1e1e1e);
    padding: 10px 0;
    display: block;
    font-size: 17px;
}


.single-team-member .team-content a {
    color: #fff;
}




/*******************************************************/
/****************** 18. Blog Section *******************/
/*******************************************************/
.news-item {
    margin-bottom: 50px;
    background: #f3f3f3;
}

.news-item .image {
    position: relative;
}

.news-item .image img {
    width: 100%;
    height: 245px;
}

.news-item .image .date {
    right: 25px;
    color: white;
    bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 18px;
    width: 70px;
    height: 80px;
    position: absolute;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #009036;
    border-radius: 15px 35px 35px 35px;
}

.news-item .image .date b {
    display: block;
    font-size: 26px;

    margin-bottom: 5px;
}

.news-item h4 {
    font-size: 15px;
    margin-top: 15px;
    height: 56px;
    overflow: hidden;
    line-height: 28px;
}

.news-item h4 a:hover {
    color: #1a2428;
    text-decoration: underline;
}


.news-item .content {
    padding: 20px 25px;
}


.news-section {
    z-index: 1;
    position: relative;
    padding: 30px 0 0;
}

.news-shapes img {
    z-index: -1;
    max-width: 10%;
    position: absolute;
}

.news-shapes .onion {
    right: 10%;
    top: -5%;
}

.news-shapes .two-leaf {
    left: 6%;
    top: 10%;
    -webkit-animation: upDownLeft 40s infinite;
    animation: upDownLeft 40s infinite;
}

.news-shapes .half-leaf {
    bottom: 0;
    left: 10%;
    -webkit-animation: moveLeftRight 30s infinite;
    animation: moveLeftRight 30s infinite;
}

.news-shapes .leaf-two {
    right: 8%;
    bottom: 20%;
    -webkit-animation: down-up-two 20s infinite;
    animation: down-up-two 20s infinite;
}

.news-shapes .leaf-three {
    right: 0;
    top: 15%;
    -webkit-animation: down-up-one 15s infinite;
    animation: down-up-one 15s infinite;
}

/* News Page */
.news-page-section .onion {
    left: 3%;
    top: 50%;
}

.news-page-section .leaf-three {
    right: 3%;
    top: 100px;
}

.news-page-section .leaf-left {
    left: 0;
    bottom: 130px;
    -webkit-animation: down-up-one 10s infinite;
    animation: down-up-one 10s infinite;
}

.news-page-section .litchi {
    right: 3%;
    top: 33%;
}

/* Blog Standard */
.news-standard-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .news-standard-item {
        display: block;
    }
}

.news-standard-item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44%;
    margin-right: 50px;
}

@media only screen and (max-width: 767px) {
    .news-standard-item .image {
        width: 100%;
        margin: 0 0 20px;
    }
}

.news-standard-item .image img {
    width: 100%;
}

.news-standard-item .content {
    padding-top: 9px;
}

.news-standard-item .content h4 {
    font-size: 22px;
    line-height: 1.6;
}

@media only screen and (max-width: 375px) {
    .news-standard-item .content h4 {
        font-size: 20px;
    }
}

.blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta li {
    line-height: 1;
    margin-bottom: 10px;
}

.blog-meta li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #666666;
}

@media only screen and (max-width: 375px) {
    .blog-meta li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

.blog-meta li i {
    margin-right: 5px;
}

@media only screen and (max-width: 375px) {
    .blog-meta li i {
        margin-right: 3px;
    }
}

/* Blog Details */
@media only screen and (min-width: 1200px) {
    .blog-details-content {
        margin-right: 50px;
    }
}

.blog-details-content .title {
    font-size: 28px;
    max-width: 650px;
}

@media only screen and (max-width: 575px) {
    .blog-details-content .title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 375px) {
    .blog-details-content .title {
        font-size: 20px;
    }
}

.blog-details-content h4 {
    font-size: 22px;
}

@media only screen and (max-width: 375px) {
    .blog-details-content h4 {
        font-size: 20px;
    }
}

blockquote {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.48;
    text-align: center;
    padding: 35px 55px;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 1px solid rgba(118, 167, 19, 0.15);
}

@media only screen and (max-width: 575px) {
    blockquote {
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

blockquote:after,
blockquote:before {
    font-size: 16px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
}

blockquote:before {
    content: "\f10d";
    -webkit-transform: translate(-5px, -15px);
    -ms-transform: translate(-5px, -15px);
    transform: translate(-5px, -15px);
}

blockquote:after {
    content: "\f10e";
    -webkit-transform: translate(5px, 15px);
    -ms-transform: translate(5px, 15px);
    transform: translate(5px, 15px);
}

.tag-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    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;
    border-top: 1px solid rgba(118, 167, 19, 0.15);
    border-bottom: 1px solid rgba(118, 167, 19, 0.15);
}

.tag-share h6 {
    margin-right: 10px;
}

.tag-share .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tag-share .tags a {
    line-height: 1;
    margin-right: 5px;
    margin-bottom: 8px;
}

.tag-share .social-style-one a {
    height: 20px;
    color: #b9b9b9;
    margin-bottom: 10px;
}

.tag-share .social-style-one a:hover {
    color: #1e3ba5;
}







/*------------------------------------------*/
/*   7.6 Icon Box Style
/*------------------------------------------*/
/* Box Style One */
.icon-box-1 {
    display: flex;
}

.welcome-home-first .icon-box-1 {
    max-width: 220px;
    margin: 0 auto;
}

.icon-box-1 i {
    font-size: 4.5rem;
    margin-left: 1.5rem;
    color: #477763;
}

.icon-box-1 h3 {
    color: #27304b;
    font-size: 1.25rem;

}

/* Box Style Two */

/* Box Style Two */
.icon-box-2 {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 1.8rem;
}

.icon-box-2 .icon-font {
    font-size: 6.5rem;
    margin-left: 2rem;
    line-height: 1.4;
    color: #477763;
}

.icon-box-2 h3 {
    font-size: 1.25rem;
    color: #D59B2D;

}

/* Icon Box 3 */
.icon-box-3 {
    text-align: center;
}

.icon-box-3 i {
    font-size: 6rem;
    color: #cdced4;
    display: block;
    margin-bottom: 1.5rem;
}

.icon-box-3 h3 {
    font-size: 1.5rem;
    color: #D59B2D;

    position: relative;
    margin-top: 3rem;
}

.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    right: 50%;
    height: 1px;
    width: 40px;
    background: #27304b;
    transform: translateX(-50%);
}

/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4 {
    text-align: right;
    padding: 25px 86px 20px 5px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-radius: 0 0 40px 0;
    overflow: hidden;
}

.icon-box-4 svg {
    color: #beafb1;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.icon-box-4 h3 {
    font-size: 17px;
    color: #27304b;
    margin-bottom: 15px;
    position: relative;
}

.icon-box-4 p {
    margin: 0;
    line-height: 22px;
    color: #555 !important;

}

.icon-box-4 a[href^="mailto:"] {
    color: #111;
}

.icon-box-4 a[href^="mailto:"]:hover {
    color: #27304b;
    text-decoration: none;
}

.icon-box-4.bg-orange {
    background: rgba(213, 155, 45, 0.2) !important;
    background: #3baef21a;
}

.icon-box-4.bg-green {
    background: #decef980;
}

.icon-box-4.bg-gray {
    background: rgb(162 162 162 / 7%)
}

/* Icon Box 4 */

/* Icon Box With Image */
.icon-box-with-img {
    position: relative;
    background: #FFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-with-img .text {
    padding: 1.8rem;
}

.icon-box-with-img .img {
    overflow: hidden;
}

.icon-box-with-img h3 {
    font-size: 1.25rem;
    color: #477763;

}

.icon-box-with-img .read-more-line {
    color: #D59B2D;
}

.icon-box-with-img .read-more-line:hover {
    color: #477763;
}



/*------------------------------------------*/
/*   8.10 Contact
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    right: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}

.contact-details h4 {
    font-size: 16px;

    color: rgb(6, 22, 58);
    line-height: 1.714;
}

.contact-details p {
    color: #9b9b9b;
}

.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}

.contact-details i {
    color: #D59B2D;
    font-size: 24px;
    top: 4px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
}

.contact-details.standard {
    position: relative;
    right: auto;
    top: auto;
    padding: 0;
    transform: none;
}

.contact-full-shadow {
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}

.contact-map-bg {
    position: absolute;
    right: 50%;
    transform: translateX(-50%);
}

.contact-map-bg.option {
    right: auto;
    top: 50%;
    transform: translate(0%, -50%);
}

.contact-detail-shadow {
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}

.contact-detail-shadow .items {
    margin-bottom: 20px;
}

.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: #adb1d3;
    margin-bottom: 15px;

}

.contact-detail-shadow i {
    color: #D59B2D;
    font-size: 1.25rem;
    margin-left: 15px;
}

.contact-detail-shadow a {
    text-decoration: underline;
}

.free-quote-form.contact-page {
    margin-bottom: 0;
    margin-top: -140px;
}

.free-quote-form.contact-page .rounded-field input[type="text"],
.free-quote-form.contact-page .rounded-field input[type="email"],
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"],
.contact-page-option.free-quote-form .rounded-field input[type="email"],
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}

.contact-detail-shadow.no-shadow {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.free-quote-form.contact-page-option {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-wrap {
    padding: 30px 30px 30px;
    background: #FFF;
    position: relative;
    margin-bottom: 30px;
    border-radius: 0 0 0 40px;
    box-shadow: 1px 12px 15px #0000001c;

}

.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    left: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}


.contact-wrap .nice-select,
.contact-wrap .form-control {
    border: 2px solid #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 0 25px;
    box-shadow: none !important;
}

.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;
    background-color: #f3f3f3 !important;

}

.contact-wrap .form-group {
    margin-bottom: 20px;
}



/*
.map-frame iframe{
    width: 100%;
    border: none;
    height: 475px;
}*/
.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}


.form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #FFF;
    outline: none;
    color: #5b5b5b;
    background-color: #FFF;
    height: auto;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/* 8.10 Contact Style End */





.contact-wrap .btn-style-one .btn-title:before {
    background-color: #eee;
}



.widget-post .contact-wrap .btn-style-one .btn-title:before {
    background-color: #fff;
}

.events__btn .btn-style-one .btn-title,
.contact-wrap .btn-style-one .btn-title {
    background-color: #f6e3a6;
}

.contact-wrap .btn-style-one .btn-title:hover {
    color: #111;
}

.map-frame {
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: -10px;
}

.head-form {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
}



.page_pagination {
    position: relative;
    padding-top: 20px;
}

.page_pagination li {
    display: inline-block;
    margin: 0 4px;
}

.page_pagination li a {
    width: 55px;
    line-height: 55px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #252525;
    font-size: 18px;
    border-radius: 4px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
    color: #fff;
    background: #fb5e1c;
}


/*********************************/


.sft-link {
    list-style: none;
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    margin-top: 4px;
}


.sft-link li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;

}

.sft-link li:last-child {

    border-right: 1px solid #fff3;
}


.sft-link a {
    color: #fff;
    text-transform: capitalize;
}




.abContent .mo-btn {
    margin-top: 30px;
    display: inline-block;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
}

.cnt223 a {
    text-decoration: none;
}

.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    height: 100vh;
}


.cnt223 {
    position: relative;

    z-index: 103;

    padding: 15px;

    border-radius: 5px;

    box-shadow: 0 2px 5px #000;

    width: auto;

    display: grid;

    align-items: center;

    height: 100%;

    background: none;
    justify-content: space-around;
}


.cnt223 img {

    max-height: 80vh;

    margin: 0 auto;

    display: block;
}



.cnt223 p {
    clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;

}

.cnt223 p a {
    color: #d91900;
    font-weight: bold;
}

.cnt223 .x {
    float: right;
    height: 35px;
    left: 22px;
    position: relative;
    top: -25px;
    width: 34px;
}

.cnt223 .x:hover {
    cursor: pointer;
}


.popup-onload .close {
    float: none;

    font-size: 18px;

    font-weight: normal;

    line-height: 1;

    color: #fff;

    text-shadow: none;

    opacity: 1;



}



.block-serv {
    z-index: 9;
    position: absolute;
    width: 120px;
    height: 120px;

}

.a-solution-types-link {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 3px 2px 9px 0 rgba(0, 0, 0, 0.1);
    padding: 23px 20px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 12px 19px 4px rgba(0, 0, 0, 0.08);
    text-transform: capitalize;
    height: 93px;
    display: grid;
    text-align: center;
    align-items: center;
    font-size: 22px;
    color: #333;


    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;

}

/*

.a-solution-types-link:after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    height: 30px;
    width: 100%;
    background: #4752a4;
    background: #ed8800;

    z-index: -1;
    border-radius: 5px;
}*/



.a-solution-types {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    background-color: #eaeaea
}



.img-io {
    width: 60px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}


.a-solution-types-link i {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: rotate(45deg);
    transition: all ease-in-out 0.2s;
    color: #292b38;
    font-size: 15px;
}



.a-solution-types-link:hover i {
    transform: rotate(0);
}



.a-solution-types-link:hover {
    color: #292b38
}




/*******************/
.a-solution-types-list {
    width: 360px;
    height: 360px;
    position: relative;
    margin: 85px auto;
    border-radius: 50%;
    margin-bottom: 40px;

    background: url(../images/logo.png) no-repeat;
    background-position: center;
    background-size: 140px;
}



.block-serv:nth-child(1) {
    left: -25px;
    top: 40px;
}



.block-serv:nth-child(2) {
    top: -60px;
    left: 135px;
}



.block-serv:nth-child(3) {
    right: -25px;
    top: 40px;
}



.block-serv:nth-child(4) {
    left: -25px;
    bottom: 40px;
}



.block-serv:nth-child(5) {
    bottom: -60px;
    left: 135px;
}



.block-serv:nth-child(6) {
    right: -25px;
    bottom: 40px;
}





/****************************/
/**********************/


.main-facts {
    padding: 40px 0;
    text-align: center;

}

.ct-process-layout1 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    justify-content: center;
}

@media screen and (max-width:767px) {
    .ct-process-layout1 {
        flex-wrap: wrap
    }
}

.ct-process-layout1:before {
    content: '';
    width: 1099px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    margin: auto
}

@media screen and (max-width:1290px) {
    .ct-process-layout1:before {
        width: 1000px
    }
}

@media screen and (max-width:1199px) {
    .ct-process-layout1:before {
        display: none
    }
}

.ct-process-layout1 .ct-process-icon {
    background: linear-gradient(to left, #fcfcfc, #dddfe2);
    height: 136px;
    width: 136px;
    line-height: 136px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto 39px auto;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: relative;

}

.ct-process-layout1 .ct-process-icon number {
    top: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    background-color: #515251;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
    -webkit-border-radius: 24px;
    -khtml-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 24px;
    left: 8px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s main-factslinear 0ms;
    transition: all .3s linear 0ms
}

.ct-process-layout1 .ct-process-icon span {
    display: block;
    width: 152px;
    height: 152px;
    z-index: -1;
    position: absolute;
    top: -8px;
    right: -8px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: rotate(33deg);
    -khtml-transform: rotate(33deg);
    -moz-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    transform: rotate(33deg);
    overflow: hidden
}

.ct-process-layout1 .ct-process-icon span:before {
    display: block;
    content: '';
    height: 152px;
    width: 152px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #b1b1b133;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-process-layout1 .ct-process-icon i,
.ct-process-layout1 .ct-process-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-process-layout1 .ct-process-icon img {
    max-width: 80px
}

.ct-process-layout1 .ct-process-icon i {
    font-size: 50px;
    color: #292b38;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms
}

.ct-process-layout1 .ct-process-title {
    color: #252a37;

    margin-bottom: 0;
    font-family: "Poppins";
    margin: 0;

    font-size: 16px;

    background: #e2e3e6;

    padding: 11px 12px;

    border-radius: 0 25px 25px 25px;
}

.ct-process-layout1 .ct-process-title p {
    margin-bottom: 0;
}

.ct-process-layout1 .ct-process-desc {
    padding: 0 20px
}

.ct-process-layout1 .ct-process-button {
    padding-top: 18px
}

.ct-process-layout1 .ct-process-button a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500
}

.ct-process-layout1 .ct-process-button a i {
    margin-left: 4px
}

.ct-process-layout1 .ct-process-item {
    position: relative;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 35px;
    width: %
}

/*

.ct-process-layout1 .ct-process-item:nth-child(3) {

margin-top:60px;
}



.ct-process-layout1 .ct-process-item:nth-child(4) {

margin-top: 20px !important;
}
*/





.ct-process-layout1 .ct-process-item:hover .ct-process-icon {
    background-color: #292b38
}

.ct-process-layout1 .ct-process-item:hover .ct-process-icon span:before {
    background-color: #92908f
}

.ct-process-layout1 .ct-process-item:hover .ct-process-icon number {
    background-color: #292b38
}

/*
        .ct-process-layout1 .ct-process-item:nth-child(even) {
            margin-top: 50px
        }

        @media screen and (max-width:1199px) {
            .ct-process-layout1 .ct-process-item:nth-child(even) {
                margin-top: 0
            }
        }
*/

.ct-process-layout1.ct-process-5-items .ct-process-item {
    width: 20%
}

@media screen and (max-width:991px) {
    .ct-process-layout1.ct-process-5-items .ct-process-item {
        width: 50%;
        min-width: 50%;
        margin-top: 0;
        margin-bottom: 65px
    }
}

@media screen and (max-width:575px) {
    .ct-process-layout1.ct-process-5-items .ct-process-item {
        width: 100%;
        min-width: 100%
    }
}

.ct-process-layout1.active .ct-process-item .ct-process-icon {
    background-color: #00d0f9
}

.ct-process-layout1.active .ct-process-item .ct-process-icon span:before {
    background-color: #0674fd
}

.ct-process-layout1.active .ct-process-item .ct-process-icon number {
    background-color: #292b38
}

.ct-process-layout2 {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.ct-process-layout2:before {
    content: '';
    position: absolute;
    width: 1045px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    top: 35px;
    left: 90px;
    right: 0;
    margin: auto
}

@media screen and (max-width:991px) {
    .ct-process-layout2:before {
        display: none
    }
}

.ct-process-layout2 .ct-process-icon {
    background-color: #0841c6;
    background-image: -webkit-gradient(linear, left top, right top, from(#0841c6), to(#05c6fb));
    background-image: -webkit-linear-gradient(left, #0841c6, #05c6fb);
    background-image: -moz-linear-gradient(left, #0841c6, #05c6fb);
    background-image: -ms-linear-gradient(left, #0841c6, #05c6fb);
    background-image: -o-linear-gradient(left, #0841c6, #05c6fb);
    background-image: linear-gradient(left, #0841c6, #05c6fb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0841c6', endColorStr='#05c6fb', gradientType='1');
    -webkit-box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    -khtml-box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    -moz-box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    -ms-box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    -o-box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    box-shadow: 0 7px 18px rgba(5, 198, 251, .39);
    height: 120px;
    width: 120px;
    -webkit-border-radius: 120px;
    -khtml-border-radius: 120px;
    -moz-border-radius: 120px;
    -ms-border-radius: 120px;
    -o-border-radius: 120px;
    border-radius: 120px;
    position: relative;
    margin: 0 auto 36px auto
}

.ct-process-layout2 .ct-process-icon i {
    font-size: 46px;
    color: #fff;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    display: block
}

.ct-process-layout2 .ct-process-icon img,
.ct-process-layout2 .ct-process-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ct-process-layout2 .ct-process-title {
    font-size: 20px;
    color: #162171;
    font-weight: 700
}

.ct-process-layout2 .ct-process-desc {
    font-size: 14px;
    line-height: 24px;
    color: #3a505f;

}

@media screen and (max-width:991px) {
    .ct-process-layout2 .ct-process-desc {
        max-width: auto
    }
}

.ct-process-layout2 .ct-process-item {
    width: 25%;
    padding: 0 40px
}

@media screen and (max-width:991px) {
    .ct-process-layout2 .ct-process-item {
        width: 50%;
        min-width: 50%;
        margin-bottom: 65px
    }
}

@media screen and (max-width:575px) {
    .ct-process-layout2 .ct-process-item {
        width: 100%;
        min-width: 100%
    }
}

.ct-process-layout2 .ct-process-item:hover .ct-process-icon i {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -khtml-transform: translate(-50%, -50%) rotateY(360deg);
    -moz-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    -o-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg)
}





.contact-sec .contact-wrap h3.fe-head {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    margin: 0;
}


.contact-sec .contact-wrap h3.fe-head p {
    margin: 0;
}










/**********/


.works-s .line-img {
    position: absolute;
    right: 60%;
    width: 200px;
    transform: rotatey(180deg);
}


.works-s .row .col-lg-3:nth-child(2) {
    margin-top: 100px;
}

.works-s .row .col-lg-3:nth-child(2) .single-work-process-inner.style-2 .line-img {
    right: 63%;
    top: -97px;
}

.works-s .row .col-lg-3:nth-child(4) {
    margin-top: 100px;
}



.works-s .ct-process-layout1 .ct-process-item {
    width: 25%;
    margin-bottom: 85px;
}




@media screen and (max-width:767px) {
    .works-s .line-img {
        display: none;
    }


    .ct-process-layout1 .ct-process-title {
        font-size: 15px;
    }

    .ct-process-layout1 .ct-process-icon {
        margin: 0 auto 15px auto;
    }

    .works-s .ct-process-layout1 .ct-process-item {
        width: 50%;
        margin-bottom: 35px;
        min-width: 50%;

    }


    .contact-sec .contact-wrap h3.fe-head {

        font-size: 15px;
    }

    .copyright p {
        line-height: 29px;
    }


    .sft-link {
        display: none;
    }



    .contact-wrap {
        padding: 15px;
    }


    .head-form {
        margin-bottom: 15px;

    }


    .contact-sec .contact-wrap h3.fe-head p,
    .jop-details li,
    .events-wrapper .jop-details p {

        width: 100% !important;
    }



}


.events-wrapper .jop-details p {
    text-align: justify;
}





.header_01 .tab {
    width: 100%;

    background: linear-gradient(to top, #ebebeb, #f6f6f6);
    line-height: 40px;
    background: linear-gradient(to bottom, #fbfbfb, #f5f5f5);
    background: #292b38;


}

.trk-on {
    float: right;
}

.language-on {
    margin-right: 25px;
    float: left;
}

.language-on a {
    color: #fff;
    font-size: 15px;
}

.social-on {
    float: left;
}

.trk-on p {
    margin: 0;
    color: #333;
    line-height: 40px;
    color: #fff;
    font-size: 13px;
}

/* Top Left*/

.top-left {
    position: relative;
    float: left;
}

.top-left .info {
    position: relative;
    float: right;
}

.top-left .info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    padding: 0px 0px;
    margin-left: 39px;
}

.top-left .info li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    height: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.top-left .info li:first-child:before {
    display: none;
}

.top-left .info li a {
    position: relative;
    display: inline-block;
    color: #111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.top-left .info li a .icon {
    position: relative;
    padding-right: 5px;
}

.top-left .info .search-btn {
    position: relative;
}

.top-left .info .search-toggler {
    position: relative;
    padding: 0;
    background: none;
    margin: 0;
    line-height: 24px;
    color: #111;
    font-size: 14px;
    cursor: pointer;
}

.top-left .top-right {
    float: right;
    background: linear-gradient(to bottom, #fbfbfb, #f1f1f1);
    border-left: 1px solid #ebebeb;
    background: linear-gradient(to bottom, #fbfbfb, #f1f1f1);
    border-right: 1px solid #ebebeb;
    line-height: 40px;
}

.header-top .top-right .select-box a i {
    position: absolute;
    right: 5px;
}

.header-top .top-right .select-box a {
    color: #111;
    display: block;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-left .social-links {
    position: relative;
    margin-bottom: 0;
}

.top-left .social-links li {
    position: relative;
    float: left;
    color: #111;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

.top-left .social-links li a>div {
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;


}

.top-left .social-links li:hover a>div {
    top: -40px;
}

.main-ico {
    border-left: 1px solid #ffffff08;
}

.top-left .social-links li:last-child .main-ico {
    border-right: 1px solid #ffffff08;
}

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #e95950
}

.top-left .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}





.leao {
    justify-content: space-between;
    align-items: center;
    margin: 0;
}




/*******************/

.section-title2 h2 {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.section-title2 {
    margin-bottom: 25px;
}


.section-title2.sibling2 span {
    color: #36a9e1;
    position: relative;

    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;

}


.section-title2 span::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 2px;
    border-radius: 23px;
    right: 0px;
    background: linear-gradient(to left, #fff, #fff3);
}



.contact-section2 {
    background: linear-gradient(277.42deg, #292B31 4.86%, rgba(41, 43, 49, 0.85) 100%), url("../images/contact2-bg.png");
    background: linear-gradient(277.42deg, #292B31 4.86%, rgba(41, 43, 49, 0.64) 100%), url("../images/contact2-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0px;
}

.contact-form2 .nice-select {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #9B9B9B;
    height: 60px;
    line-height: 60px;
    outline: none;
    position: relative;
    text-align: right !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(202, 148, 87, 0.33);
    border: 1px solid #36a9e14f;
    z-index: 1;
    padding-right: 45px;
    margin-bottom: 20px;
}

.contact-form2 .nice-select .option {
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.contact-form2 .nice-select .option:hover {
    background: #36a9e1;
    color: #fff;
}

.contact-form2 .nice-select .option.selected {
    background: #36a9e1;
}

.contact-form2 .nice-select .current {
    font-size: 13px;
    font-weight: 500;
    color: #879296;
}

.contact-form2 .nice-select .list {
    border: unset;
    border: 1px solid rgba(41, 43, 49, 0.03);
    margin-top: 3px;
    z-index: 100;
    border-radius: 0px 0px 5px 5px;
    width: 100%;
    min-width: 80px;
    background: #202020;
}



.contact-form .form-inner input {
    width: 100%;
    border: 1px solid rgba(41, 43, 49, 0.05);
    border-radius: 0px;
    padding: 14px 20px;
    transition: all 0.5s ease-in-out;
    font-size: 13px;
    border: 1px solid #36a9e14f;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    padding-right: 45px;
}



.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(41, 43, 49, 0.05);
    border-radius: 0px;
    padding: 14px 20px;
    transition: all 0.5s ease-in-out;
    font-size: 13px;
    border: 1px solid #36a9e14f;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    padding-right: 45px;

}


.contact-form .datetime-picker {
    border: 1px solid #36a9e14f;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 5px;
    margin-bottom: 20px;
}


.contact-form .form-inner {
    margin-bottom: 20px;
    position: relative;
}




.address-list {
    margin: 0;
    padding: 0 0 40px 0px;
    list-style: none;
    width: 100%;
    max-width: 420px;
}

@media (max-width: 991px) {
    .address-list {
        padding: 40px 10px 40px 10px;
    }
}

@media (max-width: 576px) {
    .address-list {
        padding: 40px 0px 0px 0px;
    }
}

.address-list li {
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
}

.address-list li:last-child {
    margin-bottom: 0px;
}

.address-list li .icon {
    min-width: 70px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}

.address-list li .icon svg {
    fill: #DEA057;
}

.address-list li .text h4 {
    font-size: 22px;
    color: #DEA057;
    margin-bottom: 8px;
}

.address-list li .text p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #292B31;

}

.address-list li .text a {
    font-size: 15px;
    font-weight: 500;
    color: #292B31;

}

.address-list.sibling2 .icon {
    min-width: 70px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}

.address-list.sibling2 .icon svg {
    fill: #36a9e1;
}

.address-list.sibling2 .text p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;

}

.address-list.sibling2 .text a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;

}

.address-list.sibling3 {
    padding: 0px;
}

.address-list.sibling3 li:hover .icon {
    background: rgba(41, 43, 49, 0.1);
}

.address-list.sibling3 li:hover .icon svg {
    fill: #292B31;
}

.address-list.sibling3 .icon {
    min-width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(202, 148, 87, 0.1);
    border: unset;
    transition: all 0.5s ease-out 0s;
}

.address-list.sibling3 .icon svg {
    transition: inherit;
}

.address-list.sibling3 .text h4 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #292B31;
}

.address-list.sibling4 {
    padding: 0;
}

.address-list.sibling4 li:hover .icon svg {
    transform: scale(1.1);
}

.address-list.sibling4 .icon {
    min-width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.5s ease-out 0s;
}

.address-list.sibling4 .icon svg {
    fill: rgb(215, 182, 121);
    transition: all 0.5s ease;
}

.address-list.sibling4 .text p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;

}

.address-list.sibling4 .text a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;

}

.address-list.sibling4 .text h4 {
    color: rgb(215, 182, 121);
}



.case-block {
    position: relative;
    margin-bottom: 30px;
}

.case-block .inner-box {
    position: relative;
}

.case-block .inner-box .image {
    position: relative;
}

.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 380px;
}

.case-block .inner-box:hover .image img {
    opacity: 0.80;
}

.case-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -15px;
    right: 50px;
    padding: 15px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.case-block .inner-box .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 0%;
    background-color: #36a9e1;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;

    background-image: linear-gradient(to right, #36a9e1 0%, #29235c 100%);
    box-shadow: 0px 10px 20px rgba(212, 169, 109, 0.15);

}


.case-block .inner-box:hover .overlay-box:before {
    height: 100%;
}

.case-block .inner-box .overlay-box .tie {
    position: relative;
    color: #36a9e1;

    font-size: 14px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    padding: 0;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: right;
}

.case-block .inner-box .overlay-box h4 {
    margin-top: 4px;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}




.case-block .inner-box .overlay-box h4 {
    color: #00062c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-block .inner-box .arrow {
    position: absolute;
    left: 15px;
    top: 35px;
    width: 46px;
    height: 34px;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
    display: inline-block;
    background-color: #00062c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-block .inner-box:hover .arrow {
    color: #36a9e1;
    background-color: #ffffff;
}



.case-block a:hover,
.case-block:hover a,
.case-block .inner-box:hover .overlay-box .tie,
.case-block .inner-box:hover .overlay-box h4 {
    color: #ffffff !important;
}



/************************************/


textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #879296;
    opacity: 1;
}


textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #879296;
    opacity: 1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #879296;
    opacity: 1;
}





.newsletter input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}


.ne-box {
    position: absolute;
    top: -70px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.newsletter {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    background: #eee;
    background-image: linear-gradient(to right, #36a9e1 0%, #29235c 100%);

    border-radius: 15px;
    overflow: hidden;
    align-items: center;
}





.newsletter h3 {
    margin: 0;
    color: #fff !important;
    font-size: 24px;
}


.newsletter p {
    color: #ccc;
    margin: 0;
}



.dres {
    width: 50%;
}





.nlhu2-about-right {
    position: relative;
    z-index: 0;
}

@media (max-width: 767.98px) {
    .nlhu2-about-right {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .nlhu2-about-right .nlhu2-about-right-img img {
        max-width: 100%;
    }
}

@media (max-width: 1024.98px) {
    .nlhu2-about-right {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

    .nlhu2-about-right .nlhu2-about-right-img img {
        max-width: 90%;
    }
}

.nlhu2-about-right::after {
    position: absolute;
    content: "";
    width: 90.9%;
    height: 114.6%;
    background: transparent;
    border: 8px solid #36a9e1;
    top: -23px;
    right: -21px;
    z-index: -1;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-right::after {
        right: 0;
    }
}

.nlhu2-about-right-img {
    position: relative;
    display: inline-block;
    z-index: 0;
    overflow: hidden;
}

.nlhu2-about-right-img img {
    max-width: 100%;
}

.nlhu2-about-right-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -75%;
    width: 50%;
    display: block;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(25deg);
    transform: skewX(25deg);
}

.nlhu2-about-right-img:hover::before {
    -webkit-animation: posiLeft .75s;
    animation: posiLeft .75s;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-right-img {
        right: 25px;
    }
}



@-webkit-keyframes posiLeft {
    100% {
        left: 125%;
    }
}

@keyframes posiLeft {
    100% {
        left: 125%;
    }
}


.nlhu2-about-counter {

    background: url(../images/home2-about-count-bg.png);
    border-left: 7px solid #36a9e1;
    position: absolute;
    z-index: 1;
    padding: 20px;
    bottom: -30px;
    left: 60px;
    text-align: left;
    background-size: cover;
    background-position: bottom;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-counter {
        right: 10px;
        bottom: -80px;
        min-width: 500px;
    }
}

@media (max-width: 767.98px) {
    .nlhu2-about-counter {
        min-width: auto;
        right: 0;
        max-width: 500px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 516px) {
    .nlhu2-about-counter {
        -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
        max-width: 450px;
        bottom: -275px;
    }
}

@media (max-width: 339px) {
    .nlhu2-about-counter {
        bottom: -295px;
    }
}

.nlhu2-about-counter .nlhu2-single-about-counter {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 45px;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter {
        margin-right: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter {
        margin-right: 25px;
    }
}

.nlhu2-about-counter .nlhu2-single-about-counter:last-child {
    margin-right: 0;
}

.nlhu2-about-counter .nlhu2-single-about-counter i {
    display: inline-block;
    color: #36a9e1;
    font-size: 38px;
}

@media (max-width: 767.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter i {
        font-size: 30px;
    }
}

@media (max-width: 1024.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter i {
        font-size: 30px;
    }
}

.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text {
    display: inline-block;
    margin-left: 17px;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text {
        margin-left: 10px;
    }
}

.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text h2,
.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text span {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;

    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 1024.98px) {

    .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text h2,
    .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text span {
        font-size: 24px;
    }
}

.nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text p {
    font-size: 16px;
    line-height: 1.5;

    font-weight: 500;
    color: #ffffff;
}

@media (max-width: 1024.98px) {
    .nlhu2-about-counter .nlhu2-single-about-counter .nlhu2-counter-text p {
        font-size: 14px;
    }
}







/********************/


/*---------------------------------------------------- */
/*Fun Fact area*/
/*----------------------------------------------------*/
.ft-funfact-section {
    padding: 50px 0px 110px;
}

.ft-funfact-content {
    padding: 40px 0px;
    background-color: #f4f4f4;
}

.ft-funfact-innerbox .ft-funfact-icon {
    margin-bottom: 8px;
}

.ft-funfact-innerbox .ft-funfact-icon i {
    font-size: 45px;
    color: #c58f2d;
}

.ft-funfact-innerbox .ft-funfact-text h3 {
    color: #052e56;
    font-size: 45px;
    font-weight: 700;
}

.ft-funfact-innerbox .ft-funfact-text p {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins";
}


.ft-funfact-section-2 .ft-section-title-3 {
    margin: 0 auto;
    max-width: 820px;
}

.ft-funfact-section-2 {
    overflow: hidden;
    padding: 40px 0;

}

.ft-funfact-content-2 {
    z-index: 1;
}

/*
.ft-funfact-content-2 .map-bg {
  top: -25px;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}
*/
.ft-funfact-inner-items-wrapper:before {
    top: 40%;
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    margin: 0 auto;
    position: absolute;
    border: 2px dashed #fff3;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ft-funfact-inner-items .ft-funfact-inner-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 40px;
    border-radius: 100%;
    background-color: #0e0e0fb3;
    background: linear-gradient(to top, #c58f2d, #d26c08);
}

.ft-funfact-inner-items .ft-funfact-inner-icon:after {
    left: 21px;
    bottom: -10px;
    content: "";
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid #c58f2d;
}

.ft-funfact-inner-items .ft-funfact-inner-icon i {
    color: #fff;
    font-size: 35px;
    line-height: 0.75;
}

.ft-funfact-inner-items .ft-funfact-inner-text h3 {
    color: #c58f2d;
    font-size: 36px;
    font-weight: 700;
}

.ft-funfact-inner-items .ft-funfact-inner-text p {
    color: #444;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    height: 101px;
}

.ft-funfact-inner-items .ft-funfact-inner-text p strong {
    font-size: 19px;
    color: #000;
}

.ft-funfact-slug-text {
    margin-top: 70px;
}

.ft-funfact-slug-text span {
    color: #000000;
}

.ft-funfact-slug-text span a {
    color: #008eff;
    font-weight: 700;
    text-decoration: underline;
}

.ft-thx-work-process-section {
    padding: 110px 0px;
}

.ft-thx-work-process-section .td-sv-work-step-content {
    margin-top: 50px;
}

.ft-thx-work-process-section .ft-thx-work-process-shape {
    top: 0;
    right: 0;
}

.td-sv-work-step-inner-item {
    margin-bottom: 30px;
}

.td-sv-work-step-inner-item .td-sv-work-step-icon {
    width: 105px;
    height: 105px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 22px;
    background-color: #fff;
    -webkit-box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
    box-shadow: 1.315px 2.696px 29px 0px rgba(3, 0, 11, 0.08);
}

.td-sv-work-step-inner-item .td-sv-work-step-icon i {
    font-size: 40px;
    line-height: 0.75;
    color: #ff484e;
}

.td-sv-work-step-inner-item .td-sv-work-step-text h3 {
    color: #000320;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}

.td-sv-work-step-inner-item .td-sv-work-step-text p {
    color: #666666;
    margin: 0 auto;
    max-width: 280px;
}

.td-sv-work-step-content .td-sv-ws-arrow1,
.td-sv-work-step-content .td-sv-ws-arrow2 {
    top: 20%;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.td-sv-work-step-content .td-sv-ws-arrow1 {
    left: 330px;
}

.td-sv-work-step-content .td-sv-ws-arrow2 {
    right: 330px;
}

.pr-sx-funfact-section {
    padding: 130px 0px 90px;
}

.pr-sx-funfact-innerbox {
    padding: 55px 15px 35px;
    background-color: #fefefe;
    -webkit-box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
    box-shadow: 13.435px 13.435px 30px 0px rgba(55, 54, 54, 0.12);
}

.pr-sx-funfact-innerbox .pr-sx-funfact-icon {
    left: 0;
    right: 0;
    top: -45px;
    width: 88px;
    color: #fff;
    height: 88px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    background-color: #c58f2d;
}

.pr-sx-funfact-innerbox .pr-sx-funfact-icon i {
    font-size: 48px;
    line-height: 0.75;
}

.pr-sx-funfact-innerbox .pr-sx-funfact-text h3 {
    font-size: 72px;
    font-weight: 700;
    padding-bottom: 5px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000d51;
}

.pr-sx-funfact-innerbox .pr-sx-funfact-text h4 {
    color: #132a52;
    font-size: 18px;
    font-weight: 700;
}






.ft-funfact-inner-items {
    padding: 20px;
    margin-bottom: 20px;
    background: #e9e9ea;
}

.video-project {
    margin-bottom: 20px;
}


.img-sa {
    background: #fff;
    height: 120px;
    display: grid;
    align-items: center;
    text-align: center;
    width: 100%;

}



.img-sa img {
    max-height: 100px;
}


.video-project .text {
    position: relative;
    padding: 8px 15px;
    background: #e9e9e9;
    background: linear-gradient(to bottom, #f6f6f6, #e3e3e3);
}


.video-project .text h3 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    color: #000;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    height: 40px;
    display: grid;
    overflow: hidden;
    align-items: center;
}

.video-project .text h3 a {
    color: #000;
}








/*** 

====================================================================
	Service Section Four
====================================================================

***/

/*
.service-section-four{
	position:relative;
padding: 50px 0px 190px;
	background-color:#f4f4f4;
}

.service-section-four .sec-title-three .text{
	margin-top:45px;
}

.service-block-four{
	position:relative;
	margin-bottom:30px;
}

.service-block-four .inner-box{
	position:relative;
	padding:30px 22px;
	border-radius:6px;
	overflow:hidden;
	background-color:#fff;
}

.service-block-four .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center bottom;
	background-repeat:no-repeat;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-four .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-color:#36a9e1;
}

.service-block-four .inner-box:hover .image-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block-four .inner-box .post-number{
	position:absolute;
	right:30px;
	top:35px;
	line-height:1em;
	
	font-size:50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		font-family: "Poppins";
	
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtythree) 0%, #fff 100%);
}

.service-block-four .inner-box:hover .post-number{
	color:#fff;
}

.service-block-four .inner-box:hover .icon-box{
	color:#fff;
	background: #36a9e1;
	background: linear-gradient(to right, #36a9e1 0%, #36a9e1 100%);
}

.service-block-four .inner-box .icon-box{
	position:relative;
	width:60px;
	height:60px;
	line-height:56px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:var(--font-34);
	color: #36a9e1;
	background-color: rgba(var(--color-fourtytwo-rgb), 0.1);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box h5{
	
	margin-top:20px;
}

.service-block-four .inner-box h5 a{
	position:relative;
	color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box:hover h5 a,
.service-block-four .inner-box:hover .text{
	color: #fff;
}

.service-block-four .inner-box .text{
	position:relative;
	color:#333;
	font-size:16px;
	margin-top:var(--margin-top-15);
	margin-bottom:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box .arrow{
	position:relative;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:18px;
	color: #36a9e1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(var(--color-fourtytwo-rgb), 0.1);
}

.service-block-four .inner-box:hover .arrow{
	color: #36a9e1;
	background-color: #fff;
}
*/






/*** 

====================================================================
    Services Section Four
====================================================================

***/
.services-section-four {
    position: relative;
    padding: 40px 0 30px;
    z-index: 1;
}

.service-block-four {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.service-block-four .inner-box {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
    padding: 40px 40px 35px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/shape-1.jpg);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-block-four .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/icon-lines-3.png);
    background-color: #ffffff;
    content: "";
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.service-block-four .inner-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.service-block-four .inner-box:hover:before {
    height: 0;
}

.service-block-four .inner-box:hover .icon {
    color: #36a9e1;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}



.service-block-four .inner-box:hover .title,
.service-block-four .inner-box:hover .title a {
    color: #ffffff;
}

.service-block-four .inner-box:hover p {
    color: #ffffff;
}

.service-block-four .inner-box:hover .text strong,
.service-block-four .inner-box:hover .text {
    color: #fff;
}

.service-block-four .icon-box {
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}

.service-block-four .icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: #36a9e1;
    color: #fff;
    font-size: 45px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.service-block-four .title {
    margin-bottom: 10px;
}

.service-block-four .title:hover {
    color: #fff;
}

.service-block-four .text {
    position: relative;
    font-size: 18px;
    line-height: 24px;

    height: 85px;
    overflow: hidden;
}


.service-block-four .text strong {
    display: block;
    color: #000;
    margin-bottom: 10px;
}


.reo {

    color: #0d316f;
    display: inline-block;

}




.services-area {
    padding: 30px 0;
}

.single-services img {
    width: 70px;
    margin-bottom: 10px;
}

.single-feathers:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services {
    background-image: url(../images/services-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    z-index: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 12px;
    overflow: hidden;
}

.single-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services i {
    font-size: 60px;
    line-height: 1;
    color: #36a9e1;
    margin-bottom: 25px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services h3 {
    margin-bottom: 12px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 19px;
    line-height: 26px;
    height: 52px;
    display: grid;
    align-items: center;
    overflow: hidden;
}

.single-services p {
    margin-bottom: 8px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #333;
    text-transform: capitalize;
}

.single-services li {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}




.single-services .text {
    margin-bottom: 17px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    height: 165px;
    color: #333;
    overflow: hidden;
    text-transform: capitalize;
}



.single-services .count {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 70px;
    font-weight: 600;
    color: #555;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-services:hover::before {
    opacity: 1;
    background-image: url(../images/counter-bg.png);
    background-color: #36a9e1;
}

/*
.single-services:hover i {
    color: #ffffff
}*/

.single-services:hover h3 {
    color: #ffffff
}


.single-services:hover li,
.single-services:hover p {
    color: #ffffff
}

.single-services:hover .read-more {
    color: #fff;
    background: #fff3;
    box-shadow: none;
}

/*
.single-services:hover .read-more i {
    color: #000
}
*/
.single-services:hover .count {
    color: #36a9e1
}



.single-services img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}



.single-services:hover img {
    filter: brightness(100);
}


.g-2 {
    padding: 0 5px;
    margin-bottom: 10px;
}


.read-more {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    margin: 8px auto;
    background: #f9f9f9;
    border-radius: 50px;
    line-height: 25px;
    direction: ltr;
    padding: 5px 5px 5px 18px;
    box-shadow: inset 0 0 15px 5px #eee;
}


.read-more i {
    font-size: inherit;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    line-height: 35px;
    margin-left: 8px;
    display: inline-block;
}



li.menu-item-has-children .dropdown-btn {
    position: absolute;
    left: 0;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    background: #000;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
    display: none;
}


i.menu-item-has-children .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(-90deg) !important;
}

/* CF7 Newsletter Fix */
.mc4wp-form-fields .wpcf7 {
    display: contents;
}


.mc4wp-form-fields .wpcf7-form-control-wrap input[type="email"] {
    flex: 1;
    width: 100%;
    height: 56px;
    border: none;
    outline: none;
    background: #00000026;
    padding: 0 40px;
    color: #fff;
    font-size: 14px;
    line-height: 56px;
    margin: 0;
    direction: rtl;
}

.mc4wp-form-fields .wpcf7 input[type="submit"] {
    display: none;
    /* إخفاء زرار CF7 الافتراضي */
}

.mc4wp-form-fields button[type="submit"] {
    border: none;
    outline: none;
    background: none;
    height: 56px;
    width: 60px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-right: 1px solid #fff3;
}

.ne-box .wpcf7-response-output {
    display: none !important;
}

.events-wrapper .jop-details p {
    color: #555 !important;
    margin: 15px 0 0;
}

.contact-sec .icon-box-4.bg-first-contact-card {
    background-color: #3baef21a !important;
}

.contact-sec .icon-box-4.bg-second-contact-card {
    background-color: #decef980 !important;
}


.contact-sec .icon-box-4.bg-third-contact-card {
    background-color: rgb(162 162 162 / 7%) !important;
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
    direction: rtl !important;
}