html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.info {
    display: inline-block;
    background-color:#09aeb8;
    padding-bottom:30px;
    padding-top:30px;
    margin-left:2px;
    margin-right:2px;
    max-width:150px;
    min-width:150px;
    min-height:150px;
    max-height:250px;
}
.feature_service_area {
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
/*    padding-top: 120px;*/
}

.feature_service_box_width {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 10%;
    background-color: #09aeb8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px 10px;
    transform: translateY(0px);
}

    .feature_service_box_width + .feature_service_box_width {
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
    }

    .feature_service_box_width:hover {
        background-color: #FFD763;
        transform: translateY(-10px);
    }

    .feature_service_box_width i {
        font-size: 65px;
        margin-bottom: 20px;
        display: block;
        transition: all .4s ease;
    }

    .feature_service_box_width p {
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2em;
        transition: all .4s ease;
    }

    .feature_service_box_width:hover i,
    .feature_service_box_width:hover p {
        color: #38373C;
    }



.feature_service_box_width_second {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 20%;
    background-color: #FFD763;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 20px 10px;
    transform: translateY(0px);
}

.feature_service_box_width + .feature_service_box_width_second {
    border-left: 2px solid #fff;
}

.feature_service_box_width_second:hover {
    background-color: #09aeb8;
    transform: translateY(-10px);
}

.feature_service_box_width_second i {
    font-size: 65px;
    margin-bottom: 20px;
    display: block;
    transition: all .4s ease;
}

.feature_service_box_width_second ul {
    color: black;
    font-size: 20px;
    font-weight: 600;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    transition: all .4s ease;
}

.feature_service_box_width_second:hover i,
.feature_service_box_width_second:hover p {
    color: #38373C;
}






.service_box {
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 10px solid #fff;
    text-align: center;
}

    .service_box .service_img img {
        width: 100%;
    }

    .service_box .service_img {
        position: relative;
    }

        .service_box .service_img .icon-box {
            text-align: center;
            width: 77px;
            height: 75px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #fff;
        }

            .service_box .service_img .icon-box i {
                line-height: 75px;
                font-size: 38px;
                color: #38373C;
            }

        .service_box .service_img:before {
            content: '';
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: #000;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

    .service_box:hover > .service_img:before {
        opacity: .7;
        visibility: visible;
    }

    .service_box:hover {
        background-color: #38373c;
        color: #ffffff;
    }

        .service_box:hover h2 {
            color: #f5d974;
        }

    .service_box .btn-yellow {
        width: 100%;
        display: block;
        background-color: #F1F1F1;
    }

        .service_box .btn-yellow:hover {
            color: #38373c;
        }

    .service_box:hover .btn-yellow {
        background-color: #FFD763;
    }

    .service_box:hover p {
        color: #ffffff;
    }

    .service_box .service_details {
        padding: 40px 0 0px;
    }

.service_details h2 a {
    display: block;
}

.service_details h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}

.service_details p {
    color: #87868a;
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}



.service_center_left i {
    font-size: 50px;
}
.btn-yellow {
    background-color: #ffd763;
    color: #38373c;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}
.section_padding {
    padding: 60px 0;
}


.counter {
    text-align: center;
    top:400px;
    position:relative;
}

.employees, .customer, .design, .order {
    margin-top: 30px;
    margin-bottom: 30px;
}

.counter-count {
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height:92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}






.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
}



.dropdown-menu > li:hover {
    background-color: #f1f1f1
}

    .dropdown-menu > li:hover > .submenu {
        display: block;
    }


* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    background-color: #CCC;
}

.float {
    position: fixed;
    width: 100px;
    height: 100px;
    bottom: 200px;
    right: 35px;
    background-color: #09aeb8;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}
.float-call {
    position: fixed;
    width: 100px;
    height: 50px;
    bottom: 100px;
    background-color: #09aeb8;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    font-size:18px;
    color:white
}

.my-float {
    margin-top: 22px;
}
.callbuttondimensions {
    height: 90px;
    width: 90px;
    font-size: 70px;
}
.bottom-callButton {
    position:fixed;
    bottom: 5px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 50%;
    left:5px;
    right:53%;
}
.bottom-WhatsAppButton {
    position: fixed;
    bottom: 5px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 50%;
    left: 53%;
    right: 5px;
}
.showmeonhover {
    display: none;
}

.heurehover:hover .showmeonhover {
    display: inline;
}

.heurehover:hover .open {
    display: none;
}

.heurehover:hover {
    text-align: center;
}

.picture-left-centered {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -10%);
}
.lessText{
  display:none;
}
.moreText{
   display: inline; 
}
.read-more-btn {
    padding: 10px 50px;
    background-color: #f0ad4e;
    color: white;
    border-block: double;
    outline: none;
    font-size: 15px;
    cursor: pointer;
}
text.show-more .moreText{
    display: inline;
}
.sector {
   padding:15px; border:10px solid #fff; background-color:#09aeb8; min-height:100px;
}

.banner-div {
    position: fixed;
    top:50%;
    left:50%;
    height: 200px;
    width: 370px;
    margin:auto;
    display: flex;
    background-color: aqua;
    z-index: 100;
    border-top-right-radius: 30%;
    border-bottom-right-radius: 30%;
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
}

#ouibounce-modal {
    font-family: 'Open Sans', sans-serif;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
 #ouibounce-modal .modal {
        width: 768px;
        height: 343px;
        background-color: transparent;
        z-index: 1;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow: visible;
        opacity: 1;
        max-width: 85%;
        max-height: 85%;
        border-radius: 4px;
        -webkit-animation: popin 1.0s;
        -moz-animation: popin 1.0s;
        -o-animation: popin 1.0s;
        animation: popin 1.0s;
        align-items: center;
        justify-content: center;
    }
#ouibounce-modal .modal .modal-body *:not(iframe) {
        max-width: 100%;
        height: auto;
        max-height: 99%;
    }

.div-1 {
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
    border-radius: 10px;
}

