@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
}

.logo {
    background-color: #0E8744;
}

#slider {
    position: relative;
}

.slider-text {
    display: flex;
    align-items: center;
}
.logo img{
    max-width: 150px;
}
.value-proposition {
    background: rgba(14, 135, 68, 0.60);
    padding: 30px;
}

/*.navbar-nav { font-family: Poppins !important;}*/

.top-form {
    position: relative;
    /*margin: -660px 0 0 0;*/

}

.abs_pos {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.phone {
    display: flex;
    align-items: center;
}

.phone p {
    color: #000;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.phone span {
    font-weight: 300;
}

.top-form h2 {
    color: #FFF;
    /*font-family: Poppins;*/
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 67.89px */
    letter-spacing: -2.555px;
    text-transform: uppercase;
    text-align: center;
}

.home_slider .carousel-inner img {
    height: 680px;
    object-fit: cover;
}

.home_slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0E8744;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    background-color: #0E8744;
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {

    font-weight: 500;
}

.collapse a, .collapse a:hover , .collapse a:focus {
    text-decoration: none !important;
    color: #000000;
}
.footer_logo{
    max-width: 190px;
}
.top-form p {
    color: #FFF;
    /*font-family: Poppins;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 100%; */
    letter-spacing: -0.315px;
}
.top-form .row{
    padding: 0 30px;
}
.contact-form2 {
    background: rgba(14, 135, 68, 0.60);
    border: solid 1px transparent;
    border-radius: 16px;
    padding: 25px;
}

.contact-form2 h1 {
    color: #fff;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 29.76px */
    letter-spacing: -1.12px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.contact-form2 input {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 6px;
    background: #F5F5F5;
}

.contact-form2 textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 6px;
    background: #F5F5F5;
}

.send-btn {
    border-radius: 6px;
    background: #9BCC7C !important;
    border: none;
    color: #FFF;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 14.88px */
    padding: 15px;
    width: 50% !important;
    display: table;
    margin: 0 auto;
}

#services {
    margin: 150px 0 0 0;
}

#services h1 {

    color: #0E8744;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 60.45px */
    letter-spacing: -2.275px;
    text-transform: uppercase;
}

#services span {
    font-weight: 300;
}

.item-main {
    /*padding: 15px;*/
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

.item-main h2 {
    padding: 15px;
    color: #FFF;
    /*font-family: Poppins;*/
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%; /* 26.26px */
    letter-spacing: -0.91px;
    text-transform: uppercase;
    z-index: 2;
}

.item-main {
    position: relative;
}
.item-main a{
    text-decoration: none;
}
.item-main button , .item-main a {
    /*border-radius: 66px;*/
    background: #9BCC7C;
    color: #FFF;

    /*font-family: Poppins;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%; /* 12.12px */
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 30px;
    border: none;
    z-index: 2;
    /*opacity: 0;*/
    margin: 15px;
}

.item-main:hover button {
    opacity: 1;
    transition: 1s;
}

.item1 {
    background-image: url(../images/cctv.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

.item2 {
    background-image: url(../images/it-support.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

.item3 {
    background-image: url(../images/it-maintenance.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

.item4 {
    background-image: url(../images/telecom.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

.item5 {
    background-image: url(../images/computer.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

.item6 {
    background-image: url(../images/networking.jpg);
    min-height: 230px;
    background-repeat: no-repeat;
}

#other-services {
    background-color: #e9f4e2;
    padding: 200px 0 60px 0;
    margin-top: -140px;

}

#other-services h1 {
    color: #0E8744;
    /*font-family: Poppins;*/
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 93%; /* 41.85px */
    letter-spacing: 10.35px;
    text-transform: uppercase;
}

#other-services h3 {
    color: #0E8744;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 158.5%; /* 28.53px */
    letter-spacing: 0.27px;
    text-transform: uppercase;
}
#other-services ul{
    padding-left: 15px;
}
.go2697244526{
    display: none !important;
}
#other-services ul li {
    /*list-style: none;*/
    color: #9C9C9C;
    /*font-family: Poppins;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.5%; /* 25.36px */
    letter-spacing: 0.24px;
    text-transform: capitalize;
}

.border1 {
    border-right: solid 1px #9BCC7C;
}

#about {
    background-image: url(../images/bgabout.jpg);
    background-position: center top;
}

#about h1 {
    color: #0E8744;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 93%; /* 46.5px */
    letter-spacing: -1.75px;
    text-transform: uppercase;
}

#about span {
    font-weight: 700;
}

#about p {
    color: #463F3F;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 195%; /* 31.2px */
    letter-spacing: -0.56px;
}

.about {
    background: #9BCC7C;
}

#about .counter h1 , #about .counter h4 {
    color: #FFF;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 41.85px */
    letter-spacing: -0.675px;
    text-transform: uppercase;
}

#about .counter p {
    color: #FFF;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 14.88px */
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

#reviews h1 {
    color: #0E8744;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 60.45px */
    letter-spacing: -2.275px;
    text-transform: uppercase;
    padding: 60px 0 0px 0;
}

#reviews span {
    font-weight: 300;
    color: #9BCC7C;
}

#tm-kopq6 div.go4269172405 {
    padding: 2.5em 1em 0;
    text-align: center;
    display: none !important;
}

#partners h1 {
    color: #0E8744;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 60.45px */
    letter-spacing: -2.275px;
    text-transform: uppercase;
}
.counter-value{
    display: inline-block;
}
.mobile_icons{
    display: none;
}
#partners span {
    font-weight: 300;
    color: #9BCC7C;
}

#footer {
    background-image: url(../images/bg-footer.jpg);
    background-position: center top;
    padding: 80px 0 80px 0;
}

.details {
    color: #fff;
    font-size: 15px;
}

.location {
    display: flex;
    align-items: flex-start;
}

.contact-form {
    background-color: #fff;
    border: solid 1px transparent;
    border-radius: 16px;
    padding: 25px;
}

.contact-form h1 {
    color: #0E8744;
    text-align: center;
    /*font-family: Poppins;*/
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 29.76px */
    letter-spacing: -1.12px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.contact-form input {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 6px;
    background: #F5F5F5;
}

.contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: solid 1px transparent;
    border-radius: 6px;
    background: #F5F5F5;
}

.send-btn2 {
    border-radius: 6px;
    background: #0E8744 !important;
    color: #FFF;
    /*font-family: Poppins;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 93%; /* 14.88px */
    padding: 15px;
    width: 50% !important;
    display: table;
    margin: 0 auto;
    border: none;
}

.google-map iframe {
    border: solid 1px transparent;
    border-radius: 16px;
}

#copyright p {
    color: #000;
    /*font-family: Poppins;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 93%; /* 13.95px */
    padding: 20px 0 20px 0;
}

@media (max-width: 1399px) {

    #slider h2 {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.555px;
        text-transform: uppercase;
    }

    #slider p {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 93%;
        letter-spacing: -0.315px;
    }

    .contact-form2 textarea {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        height: 75px;
        padding: 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }

    .top-form {
        /*position: relative;*/
        /*margin: -505px 0 0 0;*/
    }

    .contact-form2 h1 {
        color: #fff;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -1.12px;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .contact-form2 input {
        display: block;
        width: 100%;
        min-height: 50px;
        margin-bottom: 8px;
        padding: 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }


}

@media (max-width: 1199px) {

    .contact-form2 button {
        border-radius: 6px;
        background: #9BCC7C;
        border: none;
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        padding: 15px;
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    #slider h2 {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 56px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.555px;
        text-transform: uppercase;
    }

    #slider p {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 93%;
        letter-spacing: -0.315px;
    }

    .contact-form2 textarea {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        height: 70px;
        padding: 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }

    .contact-form2 input {
        display: block;
        width: 100%;
        min-height: 45px;
        margin-bottom: 10px;
        padding: 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }

    .contact-form2 h1 {
        color: #fff;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -1.12px;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .top-form {
        /*position: relative;*/
        /*margin: -470px 0 0 0;*/
    }

    #services {
        margin: 70px 0 0 0;
    }

    .contact-form h1 {
        color: #0E8744;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -1.12px;
        text-transform: uppercase;
        padding-bottom: 20px;
    }

    .no-border {
        border: none;
    }
    .navbar-nav .mx-4{
        margin-right: .5rem !important;
        margin-left: .5rem !important;
    }

}
.logo{
    min-width: 150px;
}
@media (max-width: 991px) {
    .value-proposition {

        width: 100%;
    }
    #slider h2 {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 46px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.555px;
        text-transform: uppercase;
    }

    #slider p {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 93%;
        letter-spacing: -0.315px;
    }

    .contact-form2 h1 {
        color: #fff;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 21px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -1.12px;
        text-transform: uppercase;
        padding-bottom: 0px;
    }

    .contact-form2 textarea {
        display: block;
        width: 100%;
        height: 60px;
        margin-bottom: 15px;
        padding: 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }

    .contact-form2 input {
        display: block;
        width: 100%;
        min-height: 37px;
        margin-bottom: 5px;
        padding: 0 0 0 10px;
        border: solid 1px transparent;
        border-radius: 6px;
        background: #F5F5F5;
    }

    .contact-form2 button {
        border-radius: 6px;
        background: #9BCC7C;
        border: none;
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        padding: 15px;
        width: 100%;
        display: table;
        margin: 0 auto;
    }

    .contact-form2 {
        background: rgba(14, 135, 68, 0.60);
        border: solid 1px transparent;
        border-radius: 16px;
        padding: 15px;
    }

    .top-form {
        /*position: relative;*/
        /*margin: -387px 0 0 0;*/
    }

    #services {
        margin: 70px 0 0 0;
    }

    .item-main h2 {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 101%;
        letter-spacing: -0.91px;
        text-transform: uppercase;
    }

}

@media (max-width: 767px) {

    .top-form {
        /*position: relative;*/
        margin: 40px 0 0;
    }

    .slider-text {
        display: table;
    }

    #services {
        margin: 60px 0 0 0;
    }

    .border1 {
        border: none;
    }

    #slider h2 {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 51px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.555px;
        text-transform: uppercase;
    }

    #partners h1 {
        color: #0E8744;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.275px;
        text-transform: uppercase;
    }

    #reviews h1 {
        color: #0E8744;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.275px;
        text-transform: uppercase;
        padding: 60px 0 0px 0;
    }

    .logo img {
        /*max-width: 50%;*/
    }

    .value-proposition {
        background: rgb(14 135 68);
        padding: 30px;
    }

    .contact-form2 {
        background: rgb(14 135 68);
        border: solid 1px transparent;
        border-radius: 16px;
        padding: 25px;
    }

    #slider p {
        color: #FFF;
        /*font-family: Poppins;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.315px;
    }

    #footer {
        background-image: url(../images/bg-footer.jpg);
        background-position: center top;
        padding: 0px 0 20px 0;
    }

    #other-services {
        background-color: #e9f4e2;
        padding: 200px 0 10px 0;
        margin-top: -170px;
    }

    #services h1 {
        color: #0E8744;
        text-align: center;
        /*font-family: Poppins;*/
        font-size: 55px;
        font-style: normal;
        font-weight: 700;
        line-height: 93%;
        letter-spacing: -2.275px;
        text-transform: uppercase;
    }

}

a, a:hover, a:focus {
    color: #ffffff;
}

.ova-service .image-service {
    position: relative;
    overflow: hidden;
}

.ova-service .image-service:before {
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
}

.ova-service .image-service img {
    vertical-align: middle;
    width: 100%;
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transform: scale(1);
}

.ova-service .content-service-wrapper {
    position: relative;
}

.ova-service .content-service-wrapper .icon {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: -70px;
    right: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: red;
    z-index: 2;
}

.ova-service .content-service-wrapper .content-service {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px;
    padding: 25px 60px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.ova-service .content-service-wrapper .content-service .title {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
}

.ova-service .content-service-wrapper .content-service:after {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: red;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.ova-service:hover .image-service:before {
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.ova-service .image-service:before {
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    z-index: 1;
}

.ova-service:hover .image-service img {
    transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transform: scale(1.05);
}

.elementor-9 .elementor-element.elementor-element-e90721e .elementor-button {
    font-weight: 700;
    text-transform: uppercase;
    fill: #1D1729;
    color: #1D1729;
    background-color: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 24px 48px 24px 48px;
}

.elementor-button {
    position: relative;
    overflow: hidden;
}

.elementor-button:before {
    background-color: #B882FC;
}

.elementor-button:before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 101%;
    background-color: #B882FC;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.elementor-button:hover,
.elementor-button:focus {
    color: #FFFFFF;
}

.elementor-button:before {
    background-color: #B882FC;
}

.elementor-button:hover:before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.elementor-button:before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 101%;
    background-color: #0E8744;
    color: #ffffff;
    z-index: -1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.whats_app_btn {
    bottom: 13%;
    z-index: 9999;
    right: 10px;
    position: fixed;
}

.phone_app_btn {
    bottom: 25%;
    z-index: 9999;
    right: 17px;
    position: fixed;
}

.desktop_icons .la-phone-volume {
    font-size: 30px;
    color: #ffffff;
    background-color: #379AD8;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.desktop_icons .la-whatsapp {
    font-size: 40px;
    color: #ffffff;
    background-color: #25d366;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

@media screen  and (max-width: 1400px) and (min-width: 787px) {
    .mobile_icons {
        display: none;
    }
}

@media screen  and (max-width: 786px) {
    .desktop_icons {
        display: none;
    }

    .mobile_icons {
        display: block;
    }

    .icon_bg_clr {
        background-color: #0E8744;

        transition:  0.6s;
    }
    .phone_app_btn.icon_bg_clr {
        /*background-color: #111111;*/
        /*border: 2px solid  rgba(0, 0, 0, .55);*/
        transition:  0.6s;
        color: #ffffff;
    }
    /*.icon_bg_clr:hover{*/
        /*background-color: rgba(0, 0, 0, 1);*/

    /*}*/

    .la-whatsapp {
        color: #ffffff;
        padding-top: 8px;
        font-size: 42px;
    }

    .la-phone-volume {
        color: #003c57;
        padding-top: 14px;
        font-size: 32px;
    }

    .phone_app_btn {
        position: fixed;
        width: 50%;
        height: 60px;
        bottom: 0;
        left: 0;
        background-color: #EFA41F;
        color: #003c57;
        border-radius: 0;
        text-align: center;
        font-size: 24px;
        box-shadow: 0px 0px 0px #999;
        z-index: 100;
    }

    .whats_app_btn {
        position: fixed;
        width: 50%;
        height: 60px;
        bottom: 0;
        right: 0;
        background-color: #25d366;
        color: #FFF;
        border-radius: 0;
        text-align: center;
        font-size: 32px;
        box-shadow: 0px 0px 0px #999;
        z-index: 100;
        left: 50%;
    }
    .top-form h2 {
    text-align: center;
        font-size: 43px;
    }
    .top-form p{
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
     padding-left: 15px;
    }
    .value-proposition h2{
        letter-spacing: inherit;
        font-size: 21px;
    }
    .value-proposition br , .carousel-control-prev, .carousel-control-next{
        display: none;

    }
    .value-proposition {

        padding: 30px 15px;
    }
    #services h1 {

        font-size: 32px;
    }
    #other-services h1 {

        font-size: 34px;

        letter-spacing: inherit;
    }
    #about .p-5 {
        padding: 1rem !important;
    }
    #about h1 {
        font-size: 35px;
        letter-spacing: inherit;

    }
    #reviews h1 {

        font-size: 31px;
        letter-spacing: inherit;
    }
    #partners h1 {
        font-size: 25px;
        letter-spacing: inherit;
    }
    .contact-form2 h1 {
        font-size: 18px;
        letter-spacing: inherit;
        padding-bottom: 10px;
    }
    .top-form .row{
        padding: 0 ;
    }
    .navbar-nav .mx-2 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .navbar-collapse .phone{
        display: none;
    }
    .home_slider .carousel-inner img{
        height: 630px;
    }
    #copyright{
        padding-bottom: 65px;
    }
}

