@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Raleway", sans-serif;
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.navbar {
    padding: 15px 0px 0px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.navbar .navbar-brand img {
    width: 70%;
}

.navbar-light .navbar-brand {
    width: 19%;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #00BB90;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
}

.navbar-nav .nav-item:hover::after {
    width: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00BB90;
}

.mob-logo img {
    width: 100%;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background-color: #141414fa;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .closebtn svg {
    width: 30px;
    height: 30px;
}

.sidenav .navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    padding: 8px 0px 8px 0px;
}

.sidenav .navbar-nav .nav-item a:hover {
    color: #17d0cf;
}

.sidenav .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.nav-btun {
    padding: 0px;
}

.sidenav .navbar-nav {
    text-align: left;
    padding: 0px 20px;
}

.contat_btn {
    background: #00bb90;
    font-weight: 500;
    color: #fff;
}

.contat_btn:hover {
    background: #fff;
    color: #000;
}


header {
    background-color: #0e6eab;
}

.banner_section {
    padding: 0px 0px 70px 0px;
    background: url(../images/Banner.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

.dwn-arrow {
    height: 70px;
}

h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-top: 30%;
    text-align: center;
    margin-bottom: 20px;
}

h1 span {
    font-weight: 400;
}



.about_section {
    padding: 100px 200px 300px 200px;
}

h2 {
    color: #00BB90;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-content-area p {

    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 30px;
}

.about-content-area {
    margin-bottom: 80px;
}

.vision-box {
    background-color: #F5F5F7;
    padding: 50px;
    border-radius: 20px;
    margin-left: 50px;

}


.vision-box:hover {
    background-color: #00BB90;
    color: #fff;
}


.vision-box h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vision-box img {
    height: 100px;
    position: absolute;
    margin-left: -85px;
    margin-top: -80px;
}

.mission-box {
    background-color: #F5F5F7;
    padding: 50px;
    border-radius: 20px;
    margin-left: 100px;
}

.mission-box:hover {
    background-color: #00BB90;
    color: #fff;
}

.mission-box h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mission-box img {
    height: 100px;
    position: absolute;
    margin-left: -85px;
    margin-top: -80px;
}



.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


.service_section {
    background-color: #002019;
    padding: 100px 0px;
}

.service-main {
    padding: 0px 100px;
    margin-bottom: 30px;
}

.service-main p {
    color: #fff;
}

.service-head {
    background-color: #F5F5F7;
    padding: 20px 10px;
    border-radius: 40px;
    top: -300px;
    position: relative;
}

.service-head img {
    width: 100%;
}

.service-caption {
    padding: 100px 50px;

}

.service-caption h5 {
    font-size: 40px;
    font-weight: 300;
    text-align: left;
}

.height-adjust {
    height: 160px;
}

.service-box {
    background-color: #fff;
    border: 5px solid #fff;
    padding: 30px;
    border-radius: 20px;
    margin-top: 30px;
    height: 300px;
}

.service-box:hover {
    border: 5px solid #00BB90;
}


.service-box img {
    height: 40px;
    margin-bottom: 20px;
}

.service-box h6 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.height_1 {
    height: 35px !important;

}

.height_2 {
    height: 30px !important;
}

.whyrobohome_section {
    padding: 100px 0px;
}

.why_points {
    padding-left: 0;
    margin-top: 50px;

}

.why_points li {
    text-align: left;
    list-style: none;
    background: url(../images/check.png) no-repeat;
    background-size: 25px;
    padding: 20px 20px 20px 50px;
    margin-bottom: 15px;
    background-position-y: 21px;
    background-position-x: 15px;
    border-radius: 15px;
}

.why_points .grey_bg {
    background-color: #F5F5F7;
}

footer {
    background-color: #002019;
    color: #fff;
    padding: 50px 0px 20px 0px;
}

.footer_logo {
    width: 20%;
}

footer ul {
    padding-left: 0px;
    text-align: right;
}

footer ul li {
    list-style: none;
    display: inline;
    margin: 0px 15px;
    font-size: 14px;
}

.footer_bottom {

    margin-top: 50px;
}

.copyright {
    font-size: 14px;
}

iframe {
    border-radius: 20px;
}

.social_btn {
    width: 40px;
    height: 40px;
    border: 1px solid #00bb90;
    border-radius: 50px;
    padding: 6px 0px 0px 0px;
    color: #00bb90;
    margin: 0px 5px;
}

.social_btn:hover {
    color: #fff;
    border: 1px solid #fff;
}



.Testimonial_section {
    padding: 70px 0px 100px 0px;
    background-color: #002019;
}

.event-slide {
    margin-right: 10px;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: left;
    height: 340px;
}

.event-slide img {
    height: 80px;
}




.event-slide h5 {
    font-size: 18px;
    font-weight: 700
}

.event-slide h6 {
    font-size: 14px;
    font-weight: 500;
    color: #797979;
}

.slick-dots li {
    margin: 10px 0px 0px 0px;
}

.slick-dots {
    bottom: -50px;
}

.responsive {
    margin-top: 50px;
}

.slick-arrow {
    display: none !important;
}


.clients_section {
    padding: 100px 0px;
}

.logo_boxs {
    width: 100%;
    border: 1px solid #e7e7e7;
    text-align: center;
    height: 85px;
    margin: 15px 0px;
}

.logo_boxs img {
    width: 75%;
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}

.logo_boxs img:hover {
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.slick-dots li button::before {
    color: #fff;
}

.slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 1;
}









.wtsp-btn {
    background: #00BB90;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    padding: 17px 18px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 28px;
    z-index: 9;
    box-shadow: -1px 2px 12px 0px #00000063;
    color: #fff;
}

.wtsp-btn:hover {
    color: #fff;
}



/*@media (min-width: 1200px) and (max-width: 1440px) {}
@media (min-width: 1201px) and (max-width: 1366px) {
} */
@media (min-width: 1024px) and (max-width: 1199px) {
    .navbar .navbar-brand img {
        width: 80%;
    }

    .navbar-light .navbar-brand {
        width: 19%;
    }


    .about_section {
        padding: 70px 20px 300px 20px;
    }

    .service-caption {
        padding: 0px 50px;

    }

    .height-adjust {
        height: 50px;
    }

    .whyrobohome_section {
        padding: 70px 0px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 12px;
        padding-left: 12px;
    }

    .navbar-light .navbar-nav .nav-link {

        font-weight: 500;
        font-size: 15px;
    }

    .logo_boxs {
        padding-top: 15px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {

    .mob-logo img {
        width: 30%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 17px;
    }

    h1 {
        margin-top: 200px;
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    .banner_section {
        padding: 20px 5px 20px 5px;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 70px 5px 170px 5px;
    }

    .about-content-area {
        margin-bottom: 50px;
        padding: 0px;
    }

    .vision-box {
        margin-left: 30px;
    }



    .mission-box {
        margin-left: 50px;
    }



    .service_section {
        padding: 100px 5px 70px 5px;
    }

    .service-caption {
        padding: 25px 15px 0px 15px;
    }

    .service-head {
        border-radius: 20px;
        top: -190px;
    }

    .service-caption h5 {
        font-size: 30px;
        margin-bottom: 0px;
    }


    .height-adjust {
        padding: 0px;
        height: 50px;
    }

    .service-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }



    .whyrobohome_section {
        padding: 70px 5px;
    }

    .why_points_bg {
        padding: 0px;
    }

    .contat_btn {
        font-weight: 500;
        color: #fff !important;
        width: 45%;
        font-size: 20px !important;
        padding: 10px 15px !important;
        margin-top: 10px;
    }

    .contat_btn:hover {
        background: #fff;
        color: #000 !important;
    }

    .footer_logo {
        width: 20%;
    }

    footer ul li {
        margin: 0px 5px;
    }


    .event-slide {
        height: auto;
    }


    .clients_section {
        padding: 70px 0px;
    }

    .logo_boxs img {
        width: 70%;
    }







}

@media (min-width: 577px) and (max-width: 767px) {


    .bi-list {
        margin-top: 17px;
    }

    .mob-logo img {
        width: 40%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 15px;
    }

    h1 {
        margin-top: 200px;
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    .banner_section {
        padding: 20px 5px 20px 5px;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 50px 5px 200px 5px;
    }

    .about-content-area {
        margin-bottom: 50px;
        padding: 0px;
    }

    .vision-box {
        margin-left: 0px;
        margin-bottom: 50px;
        padding: 50px 20px 20px 20px;
    }

    .vision-box img {
        margin-left: -27px;

    }

    .mission-box {
        margin-left: 0px;
        margin-bottom: 50px;
        padding: 50px 20px 20px 20px;
    }

    .mission-box img {
        margin-left: -27px;

    }

    .service_section {
        padding: 100px 5px 60px 5px;
    }

    .service-caption {
        padding: 25px 15px 0px 15px;
    }

    .service-head {
        padding: 20px 0px;
        border-radius: 20px;
    }

    .service-caption h5 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .service-box {
        height: auto;
    }

    .height-adjust {
        padding: 0px;
        height: 200px;
    }

    .service-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .service-box-bg {
        padding: 0px;
    }

    .whyrobohome_section {
        padding: 50px 5px;
    }

    .why_points_bg {
        padding: 0px;
    }

    .contat_btn {
        font-weight: 500;
        color: #fff !important;
        width: 45%;
        font-size: 20px !important;
        padding: 10px 15px !important;
        margin-top: 10px;
    }

    .contat_btn:hover {
        background: #fff;
        color: #000 !important;
    }

    .footer_logo {
        width: 30%;
    }

    iframe {
        margin-top: 30px;
    }

    .event-slide {
        height: auto;
    }


    .clients_section {
        padding: 70px 0px;
    }

    .logo_boxs img {
        width: 60%;
    }

    .logo_boxs {
        padding-top: 3px;
    }

}

@media (max-width: 576px) {
    .mob-logo img {
        width: 60%;
    }

    header {
        padding: 10px 0px;
    }

    .bi-list {
        margin-top: 15px;
    }

    h1 {
        margin-top: 150px;
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    .banner_section {
        padding: 20px 5px 20px 5px;
    }

    .banner_content {
        padding: 0px;
    }

    .about_section {
        padding: 50px 5px 200px 5px;
    }

    .about-content-area {
        margin-bottom: 50px;
        padding: 0px;
    }

    .vision-box {
        margin-left: 0px;
        margin-bottom: 50px;
        padding: 50px 20px 20px 20px;
    }

    .vision-box img {
        margin-left: -27px;

    }

    .mission-box {
        margin-left: 0px;
        margin-bottom: 50px;
        padding: 50px 20px 20px 20px;
    }

    .mission-box img {
        margin-left: -27px;

    }

    .service_section {
        padding: 100px 5px 60px 5px;
    }

    .service-box {
        height: auto;
    }

    .service-caption {
        padding: 25px 15px 0px 15px;
    }

    .service-head {
        padding: 20px 0px;
        border-radius: 20px;
    }

    .service-caption h5 {
        font-size: 30px;
        margin-bottom: 0px;
    }

    .height-adjust {
        padding: 0px;
        height: 130px;
    }

    .service-main {
        padding: 0px 0px;
        margin-bottom: 0px;
    }

    .service-box-bg {
        padding: 0px;
    }

    .whyrobohome_section {
        padding: 50px 5px;
    }

    .why_points_bg {
        padding: 0px;
    }

    .contat_btn {
        font-weight: 500;
        color: #fff !important;
        width: 45%;
        font-size: 20px !important;
        padding: 10px 15px !important;
        margin-top: 10px;
    }

    .contat_btn:hover {
        background: #fff;
        color: #000 !important;
    }

    .footer_logo {
        width: 40%;
    }

    iframe {
        margin-top: 30px;
    }

    .event-slide {
        margin: 0px 10px;
        height: auto;
    }

    .clients_section {
        padding: 50px 0px;
    }

    .logo_boxs img {
        width: 80%;
    }

    .logo_boxs {
        padding-top: 3px;
    }

    .Testimonial_section {
        padding: 50px 0px 70px 0px;
    }

    .responsive {
        margin-top: 15px;
        padding: 0px;
    }
    
        .sidenav .closebtn {
        position: absolute;
        top: 7px;
    }

}