/* topbar */

body {
    font-family: Arial, Helvetica, sans-serif;
}

#topbar {
    background-color: #000;
    color: #fff;
    padding: 10px 50px 0 50px;
}

.topb_text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 0px 10px;
}

@media (max-width:1039px) {
    .topb_text {
        font-weight: 600;
        font-size: 13px;
        padding: 0px 0;
    }
}

.topbar_divider ul {
    list-style: none;
}

.toplist li {
    display: inline;
    text-decoration: none;
    color: #FFF;
    padding: 0px 4px;
}

.top_num {
    color: #1bdbb2;
    font-size: 15px;
}

.call_icon {
    font-size: 17px;
}

.admin_icon {
    font-size: 17px;
    color: #fff;
}

#faq_top {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.text-red {
    color: red;
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/* navigation bar */

.header {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    padding: 0 50px;
}

.navbar {
    padding: 0 1rem !important;
}

.navbar-brand {
    margin-left: 30px;
}

.navbar-brand img {
    width: 220px
}

@media (max-width: 1384px) {
    .navbar-brand img {
        width: 200px
    }
}

@media (max-width:500px) {
    .navbar-brand {
        margin-left: 0;
    }
    .header {
        padding: 0 0;
    }
    .navbar-brand img {
        width: 180px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9) !important;
}

@media screen and (max-width:992px) {
    .navbar-nav .nav-item .nav-link {
        padding-left: 15px;
    }
}

.navbar-nav li.nav-item {
    background-color: #27b399;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 15px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.navbar-nav li a {
    color: #FFF;
    font-weight: bold;
}

#drop_items1 {
    color: #333333;
    font-size: 12px;
    padding: 8px 24px;
    font-family: sans-serif;
    font-weight: 800;
}

#drop_items1:hover {
    background-color: #29beaf;
}

.navbar-dark .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #27b399;
    border: 1px solid transparent;
    border-radius: .25rem;
}


/* responsive navbar 1321 */


/* 
@media (max-width:1321px) {
    .navbar-nav li {
        background-color: #27b399;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-top: 19px;
        margin-left: 4px;
        padding: 0px 5px;
        text-transform: uppercase;
        font-size: 13px;
        padding-top: 0px;
    }
} */


/* responsive navbar 1216 */


/* 
@media (max-width:1216px) {
    .navbar-nav li {
        background-color: #27b399;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-top: 22px;
        margin-left: 4px;
        padding: 5px 5px;
        text-transform: uppercase;
        font-size: 10px;
        padding-top: 0px;
    }
} */


/* responsive navbar 1321 */


/* icon bar */

.social-buttons {
    position: fixed;
    top: 50%;
    z-index: 999;
    right: 0;
}

#fb_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #3B5998;
    padding: 0px 15px;
}

#fb_icon {
    transition: transform 0.5s ease-in-out;
}

#fb_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#tw_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #55ACEE;
    padding: 0px 13px;
}

#tw_icon {
    transition: transform 0.5s ease-in-out;
}

#tw_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#pin_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #dd4b39;
    padding: 0px 13px;
}

#pin_icon {
    transition: transform 0.5s ease-in-out;
}

#pin_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#linke_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #007bb5;
    padding: 0px 14px;
}

#linke_icon {
    transition: transform 0.5s ease-in-out;
}

#linke_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#you_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #970000;
    padding: 0px 11px;
}

#you_icon {
    transition: transform 0.5s ease-in-out;
}

#you_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#insta_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background: linear-gradient(to bottom, #fca846 0%, #d2478f 100%);
    padding: 0px 13px;
}

#insta_icon {
    transition: transform 0.5s ease-in-out;
}

#insta_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#google_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background: linear-gradient(to bottom, #4285f4 0%, #4285f4 100%);
    padding: 0px 13px;
}

#google_icon {
    transition: transform 0.5s ease-in-out;
}

#google_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}

#watspp_icon {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-decoration: none;
    font-size: 19px;
    line-height: 40px;
    color: white;
    background-color: #31b020;
    padding: 0px 13px;
}

#watspp_icon {
    transition: transform 0.5s ease-in-out;
}

#watspp_icon:hover {
    transform: rotateX(180deg) rotateY(180deg) rotateZ(180deg);
}


/* slider */

.card {
    border-bottom: 2px solid #6FB1D4;
}


/* section hire */

.hire {
    background-image: url(../img/business2.jpg);
    padding-bottom: 40px;
    padding-top: 20px;
    background-size: 100% 100%;
}

.hire .icon {
    border-right: 1px solid #d1d1d1;
}

.hire_h1 {
    font-size: 22px;
    padding: 4px 0px;
    font-family: sans-serif;
}

.hire_p1 {
    font-size: 13px;
    font-family: "Roboto", sans-serif !important;
    color: #666;
    line-height: 1.5em;
}

#hire_button {
    color: #0056b3;
    text-decoration: none;
    font-size: 13px;
}

#hire_button:hover {
    color: #008ae6;
}


/* about us */

.circle-wrapper {
    position: relative;
    width: 240px;
    height: 240px;
    margin-left: 25px;
    margin-top: 15px;
}

.circle-zero:before {
    content: "";
    background: rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 168px;
    height: 2px;
    left: -60%;
    top: 50%;
    transform: rotate(45deg);
    z-index: -2;
}

.circle-zero {
    background: #27b399;
    border-radius: 50%;
    box-shadow: 0px 3px 7px .7px rgba(0, 0, 0, .5);
    box-sizing: content-box;
    height: 78px;
    width: 78px;
    position: absolute;
    top: 35%;
    left: 35%;
}

.circle-zero:after {
    content: "";
    background: rgba(21, 167, 235, .7);
    position: absolute;
    width: 18px;
    height: 1.5px;
    left: -92%;
    top: 51%;
    transform: rotate(90deg);
    animation: circle-move 10s ease infinite;
}

.circle-one:before {
    content: "";
    background: rgba(21, 167, 235, .7);
    border-radius: 50%;
    position: absolute;
    width: 4px;
    height: 4px;
    right: -56%;
    top: 45%;
    animation: circle-move 10s ease infinite;
}

.circle-one {
    border: 15px solid;
    border-color: rgba(21, 167, 235, .7) rgba(21, 167, 235, .7) transparent transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 98px;
    width: 98px;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: -1;
    animation: circle-move 10s ease infinite;
}

.circle-one:after {
    content: "";
    background: rgba(21, 167, 235, .7);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    left: -56%;
    top: 48%;
    animation: circle-move 10s ease infinite;
}

.circle-two {
    background: rgba(0, 0, 0, .017);
    border: 25px solid;
    border-color: rgba(209, 25, 230, .3) transparent transparent;
    border-radius: 50%;
    box-shadow: 15px 0 25px -20px rgba(0, 0, 0, 0.65);
    box-sizing: content-box;
    height: 90px;
    width: 90px;
    position: absolute;
    top: 22%;
    left: 22%;
    z-index: -2;
    animation: circle-move 14s ease infinite;
}

.circle-three {
    background: rgba(0, 0, 0, .012);
    border: 2px solid;
    border-color: #CE93D8 transparent;
    border-radius: 50%;
    box-sizing: content-box;
    height: 168px;
    width: 168px;
    position: absolute;
    z-index: -3;
    top: 15%;
    left: 15%;
    animation: circle-move 15s ease infinite;
}


/*.circle-shadow {*/


/*    background: rgba(0, 0, 0, 0.2);*/


/*    border-radius: 50%;*/


/*    filter: blur(2px);*/


/*    height: 20px;*/


/*    width: 160px;*/


/*    position: absolute;*/


/*    top: 100%;*/


/*    left: 18%;*/


/*}*/

@keyframes circle-move {
    0% {
        transform: rotate(0deg);
    }
    70% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.about_youtubeic {
    padding-left: 22px;
    font-size: 30px;
    padding-top: 25px;
    color: #fff;
}

.about_h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: sans-serif;
    position: relative;
}

.about_h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 19%;
    height: 4px;
    top: 40px;
    left: 0;
}

.about_main {
    margin-top: 55px;
    margin-bottom: 55px;
}

.about_h3 {
    padding-top: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 13px;
}

.about_p {
    font-family: "Roboto", sans-serif !important;
    font-size: 15px;
    color: #666;
    line-height: 1.5em;
}

.about_btn {
    outline: 0px!important;
    box-shadow: none!important;
    text-transform: uppercase!important;
    background-color: #27b399!important;
    color: #fff!important;
    padding: 3px 16px!important;
    font-family: initial!important;
    border-radius: 15px!important;
}

.btn:hover {
    color: #fff!important;
    text-decoration: none!important;
}

.popup__overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 100;
}

.popup__overlay:after {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: "";
}

@media screen and (min-width: 992px) {
    .popup {
        display: inline-block;
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 640px;
        max-height: 480px;
        padding: 20px;
        border: 1px solid black;
        background: black;
        color: white;
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    .popup {
        display: inline-block;
        position: relative;
        /*width: 100%;*/
        /*height: auto;*/
        max-width: 640px;
        max-height: 480px;
        padding: 20px;
        border: 1px solid black;
        background: black;
        color: white;
        vertical-align: middle;
    }
}

.popup-form__row {
    margin: 1em 0;
}

.popup__close {
    display: block;
    position: absolute;
    top: 10px;
    right: 4px;
    width: 12px;
    height: 12px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #27b399;
    text-decoration: none;
    font-weight: bold;
}

.popup__close:hover {
    color: #eea200;
}

iframe {
    width: 100%;
    height: 100%;
}

input[type="button"] {
    margin-top: 26px;
    margin-left: 14px;
    background-color: #e60000;
    border: 1px solid #e60000;
    border-radius: 5px;
    color: #fff;
    text-transform: capitalize;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    border-radius: 20%;
    padding: 1px 8px;
}


/* counter start */

#count {
    background-image: url(../img/count-bg.jpg);
    background-attachment: fixed;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

#count h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    margin: 0 0 50px 0;
    display: inline-block;
}

#count h2::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -20px;
}

.count_p1 {
    text-align: center;
    color: #FF5555;
    font-size: 20px;
    font-weight: bold;
}

.count_main {
    margin-top: 46px;
}

#countt_imgg:hover {
    color: #00ACED;
    box-shadow: 0 0 24px 0 #00ACED;
}


/* services */

.services {
    background-image: url(../img/service-bg.jpg);
}

.services_main {
    padding-top: 60px;
    padding-bottom: 10px;
}

.service_h1 {
    color: #000;
    font-family: sans-serif;
    font-size: 25px;
    position: relative;
    margin: 0 0 50px 0;
}

.service_h1::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    ;
    width: 8%;
    height: 4px;
    top: 40px;
    left: 2px;
}

.box>.icon {
    text-align: center;
    position: relative;
}

.box>.icon>.image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 4px solid #27b399;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
}

.box>.icon:hover>.image {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 45px 60px -50px #000000;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.box>.icon>.info {
    margin-top: -30px;
    background: rgba(0, 0, 0, 0.04);
    border-color: #e0e0e0;
    color: white;
    padding: 15px 0 10px 0;
    box-shadow: 0 0 24px 0 #c4c4c4;
}

.box>.icon>.info>h3.title_ser {
    font-family: "Roboto", sans-serif !important;
    font-size: 17px;
    color: #222;
    font-weight: 500;
    padding-top: 22px;
}

.box>.icon>.info>p {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    padding: 10px 16px;
}

.box>.icon>.info>.more a {
    font-family: "Roboto", sans-serif !important;
    font-size: 12px;
    color: #222;
    line-height: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.box .space {
    height: 30px;
}

.box>.icon:hover>.info>.more>a {
    color: #fff;
    padding: 6px 8px;
    background-color: #27b399;
}


/* testi */

.gtco-testimonials {
    position: relative;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.gtco-testimonials .owl-stage-outer {
    padding: 25px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
}

.gtco-testimonials .owl-dots span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: #fff;
    border: 2px solid #319f98;
    margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
    box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
    background: #319f98;
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

.gtco-testimonials .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 7px;
    border: 0;
}

.gtco-testimonials .card .card-img-top {
    max-width: 80px;
    border-radius: 50%;
    margin: 10px auto 0;
    box-shadow: 0 8px 20px -4px #a1b5c4;
    width: 80px;
    height: 80px;
}

.gtco-testimonials .card h5 {
    color: #319f98;
    font-size: 16px;
    line-height: 1.3;
}

.gtco-testimonials .card h5 span {
    font-size: 13px;
    color: #ff5555;
}

.gtco-testimonials .card p {
    font-size: 14px;
    color: #555;
    padding-bottom: 15px;
}

.gtco-testimonials .active {
    opacity: 0.5;
    transition: all 0.3s;
}

.gtco-testimonials .center {
    opacity: 1;
}

.gtco-testimonials .center h5 {
    font-size: 18px;
}

.gtco-testimonials .center h5 span {
    font-size: 15px;
}

.gtco-testimonials .center .card-img-top {
    max-width: 100%;
    height: 120px;
    width: 120px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: 0;
}


/* testimonials */

.test {
    background-image: url(../img/testimonial-bg.jpg);
    padding-bottom: 40px;
    padding-top: 30px;
}

.gtco-testimonials h2 {
    font-size: 25px;
    position: relative;
    margin: 0 0 50px 0;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
}

.gtco-testimonials h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 14%;
    height: 4px;
    top: 40px;
    left: 2px;
}

@media (max-width: 392px) {
    .gtco-testimonials h2::after {
        top: 60px
    }
}


/* our happy clients */

.client-slider .carousel-wrap {
    margin: auto;
    padding: 1% 0 1% 0;
    position: relative;
}


/* fix blank or flashing items on carousel */

.client-slider .owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


/* end fix */

.client-slider h2 {
    font-size: 25px;
    position: relative;
    margin: 0 0 50px 0;
    color: #333333;
    font-family: sans-serif;
    text-transform: uppercase;
}

.client-slider h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 9%;
    height: 4px;
    top: 40px;
    left: 2px;
}

.client-slider .owl-nav {
    position: absolute;
    top: 0;
    margin-top: -40px;
    color: #00a99d;
    right: 0;
}

.client-slider .owl-nav i {
    font-size: 40px;
}

.client-slider .owl-nav .owl-prev {
    margin-right: 10px;
}

.client-slider .owl-nav .owl-next {
    margin-left: 10px;
}


/* our latest work */

.work_h1 {
    font-size: 25px;
    position: relative;
    margin: 0 0 10px 0;
    color: #000;
    font-family: sans-serif;
    text-transform: uppercase;
}

.work_h1::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 10%;
    height: 4px;
    top: 40px;
    left: 2px;
}


/* .workcoral {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    
    .content11 {
        position: relative;
    }
    
    .screen {
        display: block;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
        border: 2px solid #27b399;
        border-radius: 1px;
        margin: 0 auto;
    }
    
    .screen img {
        bottom: -1530px;
        width: 100%;
        height: auto;
        position: absolute;
        z-index: 0;
        margin: 0;
        padding: 0;
        transition: bottom 11s;
    }
    
    .screen:hover img {
        bottom: 0;
        transition: all 11s;
    } */


/* why you choose us */

#whychoose {
    margin-top: 50px;
    margin-bottom: 60px;
}

.choose_h2 {
    font-size: 25px;
    position: relative;
    margin: 0 0 50px 0;
    color: #000;
    font-family: sans-serif;
    text-transform: uppercase;
}

.choose_h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 14%;
    height: 4px;
    top: 40px;
    left: 2px;
}

@media (max-width:1199px) {
    #whychoose i {
        padding: 5px;
        font-size: 15px;
    }
    .choosep1 {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    #whychoose i {
        padding: 10px;
        font-size: 20px;
    }
}

#whychoose i {
    border: 2px solid #00a99d;
    border-radius: 50%;
    color: #00a99d;
}

#whychoose i:hover {
    color: #ff5555;
    border: 2px solid #ff5555;
}

.choosep2 {
    padding-left: 20px;
    font-size: 15px;
}

.choosep3 {
    padding-left: 40px;
    font-size: 15px;
}

.choosep4 {
    padding-left: 60px;
    font-size: 15px;
}

.choosep1 {
    font-size: 15px;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}

.swing img {
    border: 5px solid #f8f8f8;
    display: block;
    width: 55%;
    margin-left: 122px;
}

@keyframes swing {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.work_main {
    margin-top: 80px;
}


/* footer */

#footer {
    background-image: url(../img/footer-bg.jpg);
    min-height: 600px;
    padding-top: 90px;
    color: #dddddd;
}

.footer_h11 {
    color: #27b399;
    font-size: 22px;
    position: relative;
}

.footer_h11::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 24%;
    height: 4px;
    top: 40px;
    left: 2px;
}

.contact_p1 {
    margin-top: 45px;
    font-size: 14px;
}

#footer a {
    color: #dddddd;
    text-decoration: none;
    font-size: 14px;
}

.copyright_p {
    text-align: center;
    padding-top: 20px;
}

.feature_h2 {
    color: #27b399;
    font-size: 22px;
    position: relative;
}

.feature_h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 38%;
    height: 4px;
    top: 40px;
    left: 2px;
}

.footer_h123 {
    color: #27b399;
    font-size: 22px;
    position: relative;
}

.footer_h123::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 13%;
    height: 4px;
    top: 40px;
    left: 2px;
}

.footer_sec {
    border-bottom: 1px dashed #8a8a8a;
    padding-bottom: 40px;
}


/* top to scroll bar */

#scroll {
    position: fixed;
    right: 20px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #157259;
    ;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #ff5555;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}


/* ABOUT US PAGE */

.main-about-sec {
    background-color: #27b399;
    padding: 20px;
    color: white;
}

.main-about-sec h2 {
    position: relative;
}

.main-about-sec .main-head::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -10px;
}

.second-conn .ab-content {
    padding-top: 60px;
}

.second-conn p {
    text-align: justify;
    font-size: 16px;
    color: #737373;
}

.ab-content {
    padding-top: 40px;
}

.about-second-cont {
    background-image: url(../images/img/developer-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.about-second-cont {
    padding-top: 30px;
    padding-bottom: 30px;
}

.about-second-cont p {
    text-align: justify;
    color: #ffffffc2;
    font-size: 15px;
}

.about-second-cont .con11 {
    background-color: #1b806d;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
}

.about-second-cont .left-sidess h2 {
    color: #ffffffc2;
    font-size: 23px;
}

.about-second-cont .left-sidess h5 {
    text-align: justify;
    color: #ffffffc2;
    line-height: 1.3em;
}

.about-second-cont .right-sidsss {
    padding: 10px;
}

.mv-coral {
    padding-top: 30px;
    padding-bottom: 30px;
}


/* .ms{
        border-top: 5px solid #ff5555;;
        }*/

.ms p {
    text-align: justify;
    font-size: 15px;
    color: #737373;
}

.vs p {
    text-align: justify;
    font-size: 15px;
    padding-top: 12px;
}

.vs {
    background-color: #1b806d;
    color: white;
    padding: 20px;
}

.mv-coral i {
    font-size: 40px;
    background-color: rgba(226, 223, 223, 0.42);
    border-radius: 50%;
    padding: 17px 20px;
    box-shadow: 0px 0px 5px 4px rgba(226, 223, 223, 0.42);
}

.mv-coral p {
    text-align: justify;
}

.section-team {
    font-family: "Poppins", sans-serif;
    padding: 30px 0;
}

.section-team .header-section {
    margin-bottom: 10px;
}

.section-team .header-section .small-title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #c3f7ec;
}

.section-team .header-section .title {
    font-weight: 700;
    font-size: 45px;
}

.section-team .single-person {
    margin-top: 30px;
    padding: 30px;
    background-color: #eefcf8;
    border-radius: 5px;
}

.section-team .single-person:hover {
    background: linear-gradient(to right, #27b399, #7ea59e);
}

.section-team .single-person .person-image {
    position: relative;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 4px dashed transparent;
    transition: padding .3s;
}

.section-team .single-person:hover .person-image {
    padding: 12px;
    border: 4px dashed #fff;
}

.section-team .single-person .person-image img {
    width: 100%;
    border-radius: 50%;
}

.section-team .single-person .person-image .icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: linear-gradient(to right, #27b399, #00b5f7);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
}

.section-team .single-person:hover .person-image .icon {
    background: none;
    background-color: #fff;
    color: #27b399;
}

.section-team .single-person .person-info .full-name {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
}

.section-team .single-person .person-info .speciality {
    text-transform: uppercase;
    font-size: 14px;
    color: #27b399;
    font-weight: 600;
}

.section-team .single-person:hover .full-name,
.section-team .single-person:hover .speciality {
    color: #fff;
}

.ul1 {
    list-style-type: circle;
    font-size: 17px;
}


/* sms */

.trans-sms h2::after {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -20px;
}

.trans-sms h2 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin: 0 0 50px 0;
    display: inline-block;
}


/* portfolio */

.portfolio1 .row1 {
    margin-bottom: 50px;
    /*background-color: orange;*/
}

.portfolio1 .col1 {
    margin-top: 60px;
    box-shadow: 4px 4px 15px #d4d2d2;
    border: 3px solid #27b399;
    background-color: #e8e5e5;
}


/*     
    .portfolio1 .col1 img {
        width: 100%;
        height: 100%;
        padding: 5px;
        cursor: zoom-in;
    } */

.portfolio1 .col1 .modal-header .modal-title {
    font-size: 22px;
    color: green;
    font-weight: 600;
}

.portfolio1 .col1 .modal-header .close {
    opacity: 1;
    color: #008000;
    font-size: 30px;
}

.portfolio1 .col1 .modal-body img {
    width: 100%;
    height: auto;
    border: 2px solid black;
}

.portfolio1 .col1 .modal-footer button {
    background-color: #008000;
    padding: 10px 20px;
    color: white;
    font-size: 16px;
}

.details-website {
    background-color: #27b399;
    padding: 10px;
}

.details-website p {
    color: white;
    font-size: 14px;
}

.portfolio-sec .modal .modal-body .carousel .carousel-control-prev {
    background-color: #00a99d;
    margin-left: -70px;
    height: 50px;
    width: 50px;
    position: absolute;
}

.portfolio-sec .modal .modal-body .carousel .carousel-control-next {
    background-color: #00a99d;
    margin-right: -70px;
    height: 50px;
    width: 50px;
    position: absolute;
}

.portfolio-sec .modal .modal-body .carousel .carousel-control-prev .carousel-control-prev-icon,
.portfolio-sec .modal .modal-body .carousel .carousel-control-nex .carousel-control-next-icon {
    color: #000000;
    font-size: 20px;
}

.center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Hover Scroll Effect */

.frame {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.frame img {
    object-fit: cover;
    width: 100%;
    transform: translateY(0);
    transition: 3s ease-out;
}

.frame:hover img {
    object-fit: cover;
    width: 100%;
    /* Considering frame height   */
    transform: translateY(calc(-100% + 350px));
    transition: 3s ease-out;
}


/* career page */

.box-icon-modern {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 66px 15px 30px;
    background: #ffffff;
    box-shadow: 0 0 13px -4px rgba(0, 0, 0, 0.17);
    transition: all .3s ease;
}

@media (min-width: 992px) {
    .box-icon-modern:hover {
        box-shadow: 0 0 10px 0 rgba(255, 85, 85, 0.17);
    }
}

.box-icon-modern-icon {
    position: relative;
    font-size: 47px;
    line-height: 1;
    color: inherit;
    z-index: 1;
}

@media (min-width: 992px) {
    .box-icon-modern:hover .box-icon-modern-icon:after {
        transform: translate3d(-50%, 0, 0) rotate(0deg);
    }
}

.box-icon-modern-icon::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 37px 60px 37px;
    border-color: transparent transparent #eaeaea transparent;
    transform: translate3d(-50%, 0, 0) rotate(15deg);
    transform-origin: 50% 80%;
    transition: all .3s ease;
    z-index: -1;
}

.box-icon-modern-2 *+.box-icon-modern-title {
    margin-top: 18px;
}

.box-icon-modern-title a,
.box-icon-modern-title a:hover,
.box-icon-modern-title a:focus,
.box-icon-modern-title a:active {
    color: inherit;
    text-decoration: none;
}

.box-icon-modern-2 .box-icon-modern-decor {
    margin-top: 18px;
    margin-bottom: 15px;
}

.box-icon-modern-decor {
    position: relative;
    max-width: 126px;
    width: 100px;
    height: 2px;
    margin: 20px auto 22px;
}

@media (min-width: 992px) {
    .box-icon-modern:hover .box-icon-modern-decor::before {
        left: 50%;
        right: 50%;
        transition-duration: .2s;
    }
}

.box-icon-modern-decor::before {
    position: absolute;
    content: '';
    height: 100%;
    background: #d7d7d7;
    transition: all .3s ease;
}

@media (min-width: 992px) {
    .box-icon-modern:hover .box-icon-modern-decor::after {
        left: 0;
        right: 0;
    }
}

.box-icon-modern-decor::after {
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    right: 50%;
    background: #27b399;
    transition: all .3s ease;
}

.box-icon-modern-decor+.box-icon-modern-text {
    margin-top: 0;
}

.box-icon-modern-2 .box-icon-modern-text {
    letter-spacing: .025em;
}

.box-icon-modern-text {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.hire-opning {
    padding: 0 0 50px 0;
}

.hire-opning h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-family: sans-serif;
    position: relative;
    padding: 0 0 50px 0;
}

.hire-opning h3::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 19%;
    height: 4px;
    top: 40px;
    left: 0;
}

.single_feature_box {
    padding: 40px 25px 30px;
    -webkit-box-shadow: 0px 6px 40px 0px rgba(39, 179, 153, 0.2);
    box-shadow: 0px 6px 40px 0px rgba(39, 179, 153, 0.2);
    border-radius: 10px;
    position: relative;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.single_feature_box:hover {
    background: #fff;
}

.single_feature_box:hover::before {
    -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
    -ms-transform: rotate(2deg) translateX(-5px) translateY(16px);
    transform: rotate(2deg) translateX(-5px) translateY(16px);
}

.single_feature_box::before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-image: linear-gradient(45deg, #27b399, #ff5555);
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.single_feature_box:hover .single_feature_box_icon {
    background: #27b399;
    color: #fff;
}

.single_feature_box_icon {
    color: #27b399;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
    background: #e7fcf7;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    display: inline-block;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
}

.single_feature_box_content h2 {
    font-size: 20px;
}

.single_feature_box_content_text {
    padding-top: 7px;
}

.single_feature_box_content_text p b {
    color: #ff5555;
    font-size: 14px;
}

.single_feature_box_content_text a {
    color: #fff1f1;
    font-size: 14px;
    background-color: #27b399;
    text-decoration: none;
    padding: 5px 10px 7px 10px;
}

.single_feature_box_content_text a:hover {
    text-decoration: none;
    color: #fff1f1;
}

.job-dec .job-desc-innr {
    padding: 5px 0;
}

.job-dec .job-desc-innr p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.job-dec .job-desc-innr p strong {
    font-size: 20px;
    font-weight: 500;
    color: rgb(65, 65, 65);
}

.job-dec .job-desc-innr p b {
    color: #ff5555;
    font-size: 20px;
}

.job-dec .job-desc-innr ul {
    list-style-type: square;
    color: #666;
    font-size: large;
}

.job-dec .job-desc-innr ul li {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.job-form .apply-here-form {
    padding: 30px;
    background-color: #27b399;
}


/* LIFE@CIS */

.lifeatcris-SEC {
    /* background: #F6F5F6; */
    padding: 20px 0 20px;
}

.crispvtltd {
    padding: 20px;
}

.crispvtltd h4 {
    text-align: left;
    padding-left: 35px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #110729;
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 992px) {
    .crispvtltd p {
        font-size: 16px;
    }
}

.crispvtltd h4:before {
    width: 65px;
    background: #ff5555;
    display: block;
    position: absolute;
    z-index: -1;
    height: 65px;
    border-radius: 50%;
    top: -19px;
    left: 0;
    content: '';
}

.crispvtltd2 h4:before {
    background: #27b399;
}

.crispvtltd3 h4:before {
    background: #F9DC4A;
}

.lifeatcris-frth {
    background: #F6F5F6;
    padding: 50px 0 40px;
}

.lifeatcris-frth h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 300;
    position: relative;
    margin: 0 0 10px 0;
    display: inline-block;
}

.lifeatcris-frth h2:before {
    content: "";
    width: 50%;
    position: absolute;
    height: 4px;
    border-radius: 1px;
    background: #ff5555;
    left: 0;
    bottom: -20px;
}

.lifeinner-frst p {
    font-size: large;
}

.cislife-inr {
    padding: 10px;
}

.cislife-inr .lifeinners-sec {
    padding: 10px;
}

.cislife-inr .lifeinners-sec h5 {
    color: #27b399;
}

.cislife-inr .lifeinners-sec p {
    color: #555;
    font-size: 15px;
}


/* slick slider */

.client-sliders h2 {
    font-size: 25px;
    position: relative;
    margin: 0 0 50px 0;
    color: #333333;
    font-family: sans-serif;
    text-transform: uppercase;
}

.client-sliders h2::after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 9%;
    height: 4px;
    top: 40px;
    left: 2px;
}


/* patners Slider */

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.life-banner {
    background: #a770ef;
    background: -webkit-linear-gradient(to right, #27b399, #5eccc6, #ffaaaa);
    background: linear-gradient(to right, #27b399, #5eccc6, #ffaaaa);
}


/* get quotes */

.quotes-img img {
    margin-top: -40px;
}

.quotes-text {
    padding-top: 15px;
}

.quotes-text h3 {
    color: #fff;
}

.quotes-text p {
    color: #fff;
}

.quotes-button a {
    color: #1b806d;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
}

.quotes-button a i {
    margin-left: 10px;
}


/* on demand */

#ondemand {
    padding: 60px 0;
    background: url("../img/pattern-55.png")no-repeat;
    background-attachment: fixed;
    background-position: cover;
    z-index: 999;
}

#ondemand .demo .carousel-control-prev .carousel-control-prev-icon,
#ondemand .demo .carousel-control-next .carousel-control-next-icon {
    padding: 10px;
    position: absolute;
    border: none;
    outline: 0;
    top: 50%;
    transition: 0.15s linear;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, .25)!important;
    z-index: 1;
    background-color: #000;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    transition: .3s;
    border-radius: 50%!important;
}

#ondemand .demo .carousel-control-prev .carousel-control-prev-icon i,
#ondemand .demo .carousel-control-next .carousel-control-next-icon i {
    color: #000;
    font-size: 30px;
}

.demand-img {
    /* border: 4px solid #1b806d; */
    border-radius: 40px;
    text-align: center;
}

.demand-img img {
    border-radius: 30px;
}

.demand-text {
    border-radius: 40px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(57 73 99 / 15%);
    padding: 60px 70px 70px;
    text-align: center;
    margin-top: 60px;
    background: url("../img/delivery-man.png")#fff no-repeat bottom right;
}

@media screen and (max-width:992px) {
    .demand-text {
        padding: 30px 30px 30px;
        margin-top: -30px;
        z-index: 999;
    }
}

.demand-text h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.demand-text a {
    color: #fff;
    background-color: #1b806d;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
}

.demand-text p {
    color: #6b6b6b;
    margin-bottom: 30px;
}

.demand-text a:hover {
    color: #fff;
    text-decoration: none;
}


/* demand page */

.on-demands {
    background: url("../img/bg4.jpg") no-repeat center;
    background-size: 100% 100%;
}

.demand-form {
    background: #27b399;
    padding: 20px;
    border-radius: 20px;
}

.demand-form h4 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.demand-form h4:after {
    position: absolute;
    content: '';
    background-color: #ff5555;
    width: 19%;
    height: 4px;
    top: 70px;
    left: 35px;
}

.demand-form form {
    margin-top: 20px;
}

.demand-form form a {
    color: #1b806d;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
}

.demand-form form a:hover {
    color: #1b806d;
    text-decoration: none;
}

.on-features h3 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.on-features p {
    font-size: 17px;
}

.demand-fetures .single-item {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.demand-fetures .single-item .inner-box:hover {
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.demand-fetures .single-item .inner-box {
    border-radius: 30px 0px 30px 0px;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 5%);
}

.demand-fetures .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 30px 25px 30px 25px;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 10%);
    transition: all 500ms ease;
}

.demand-fetures .single-item .inner-box:hover:before {
    transform: scale(1, 1);
}

.demand-fetures .single-item .inner-box:before {
    position: absolute;
    content: '';
    background: #1b806d;
    width: calc(100% - 160px);
    left: 80px;
    bottom: 0px;
    height: 3px;
    transform: scale(0, 0);
    transition: all 500ms ease;
}

.demand-fetures .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    margin-bottom: 40px;
    z-index: 1;
}

.demand-fetures .single-item:hover .inner-box .icon-box:before {
    transform: rotate(0deg);
}

.demand-fetures .single-item .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #1b806d;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: all 500ms ease;
}

.demand-fetures .single-item .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    border: 1px dotted #fff;
    font-weight: 700;
}

.demand-fetures .single-item .inner-box .icon-box:after {
    position: absolute;
    content: '';
    border: 1px dashed #ff5555;
    width: 60px;
    height: 60px;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    z-index: -1;
}

.demand-fetures .single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.demand-fetures .single-item .inner-box h4 a {
    display: inline-block;
    color: rgb(80, 80, 80);
}

.demand-fetures .single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgb(122, 122, 122);
}

.res-opt .res-img {
    width: 20%;
}

.res-opt .res-text {
    width: 80%;
    margin-top: 10px;
}

.option-text .list_o {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.option-text .list_o li {
    list-style: none;
    color: #394963;
    font-size: 16px;
    background: url(../img/check.png) no-repeat left 8px;
    width: 50%;
    padding: 0 25px;
    margin-bottom: 8px;
}

.section {
    padding-top: 160px;
    padding-bottom: 160px;
}

.demand-section {
    position: relative;
}

.demand-section .shape-01 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.demand-section .shape-02 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.demand-section .shape-01 img,
.demand-section .shape-02 img {
    max-width: 100%;
}

.demand-list-box ul li {
    transition: 0;
    align-items: center;
    color: #394963;
    background: #93ccc0;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 6px;
    font-weight: 500;
    padding: 16px 15px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY( -10deg);
    transform: rotateY( -10deg);
}