/*===============================
deep green: #0B3C36
button background yellow: #ffd500
=================================*/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}


/*============================================
        Navigation Bar
============================================*/

header{
    background-color: #0B3C36;
    height: 100vh;
}

.navbar-nav li a{
    font-size:15px;
    font-weight: 400;
    margin-right: 25px;
    padding: 7px;
    text-transform: uppercase;
    background-color: #ffd500;
    color: #000!important;
    border-radius: 20px;
   
}


.hero-text{
    color: #fff;
    top: 35%;
    position: relative;
    left: 7%;
    float: left;
    width: 50%;
}
.hero-text h1{
    word-spacing: 3px;
    letter-spacing: 1px;
}
.hero-text p{
    line-height: 23px;
}
.hero-image{
    top:20%;
    position: relative;
    right: 7%;
    float: right;
   
}
.hero-button{
    position: relative;
    top: 50%;
    left: -25%;
}
.button{
    background-color: #ffd500;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid  #0B3C36;
}

/*media query for 600px*/
@media only screen and (max-width: 600px) {
    header{
        height: 100vh;
    }
    .navbar-toggler{
        color: #fff !important;
    }
    .navbar-nav li a{
        text-align: center;
    }

    .hero-text{
        color: #fff;
        top: 2%;
        position: relative;
        left: 2%;
        float: left;
        width:95%;
    }
    .hero-text h1{
        font-size: 17px;
        word-spacing: 3px;
        letter-spacing: 1px;
        text-align: center;
    }
    .hero-text p{
        line-height: 23px;
        text-align: center;
    }
    .hero-button{
        display: none;
    }
    .hero-image{
        width: 94%;
        position: relative;
        top:5%;
        left: -3%;
        display: block;
        margin-left: auto;
        margin-right:auto;
        
    }
    
}
/*If not required remove this part start media query for min 600px*/
@media only screen and (min-width: 600px) {
    header{
        height: 90vh;
    }
    .navbar-toggler{
        color: #fff !important;
    }
    .navbar-nav li a{
        text-align: center;
    }

    .hero-text{
        color: #fff;
        top: 2%;
        position: relative;
        left: 2%;
        float: left;
        width:95%;
    }
    .hero-text h1{
        word-spacing: 3px;
        letter-spacing: 1px;
        text-align: center;
    }
    .hero-text p{
        line-height: 23px;
        text-align: center;
    }
    .hero-image{
        width: 72%;
        top:7%;
        position: relative;
        float: right;
    }
    
}
}



/*media query for 768px*/
@media only screen and (min-width: 768px) {
    header{
        height: 90vh;
    }
    
    .hero-text{
        
        top: 20%;
        position: relative;
        left: 7%;
        float: left;
        width: 50%;
    }
    .hero-text h1{
        word-spacing: 3px;
        letter-spacing: 1px;
    }
    .hero-text p{
        line-height: 23px;
    }
    .hero-image{
        top:3%;
        position: relative;
        right: -8%;
        float: right;
    }
    
}

/*media query for 992px*/
@media only screen and (min-width: 992px) {
    header{
        height: 100vh;
    }
    .navbar-nav li a{
        text-align: center;
    }
    .hero-text{
        color: #fff;
        top: 20%;
        position: relative;
        left: 7%;
        float: left;
        width: 50%;
    }
    .hero-text h1{
        word-spacing: 3px;
        letter-spacing: 1px;
    }
    .hero-text p{
        line-height: 23px;
    }
    .hero-image{
        top:10%;
        position: relative;
        right: 5%;
        float: right;
    }
    
}



/*Media Query for 1200px*/
@media only screen and (min-width: 1200px) {
    header{
        height: 100vh;
    }
    .hero-text{
        color: #fff;
        top: 20%;
        position: relative;
        left: 7%;
        float: left;
        width: 50%;
    }
    .hero-text h1{
        font-size: 23px;
        word-spacing: 3px;
        letter-spacing: 1px;
    }
    .hero-text p{
        line-height: 23px;
    }
    .hero-image{
        top:10%;
        position: relative;
        right: 5%;
        float: right;
        width: 30%;
    }
    
    
}

/*============================================
About Us
============================================*/
.about-us{    
    background-color: #fff!important;
    height: auto;    
    padding-bottom: 50px;
   
}
.heading-2{
    padding: 70px 20px 30px 20px;
    text-align: center;
    font-family: arial,sans-serif;
}
.about_us_img{
    border-radius: 20px;
    max-height: 100%;
    max-width: 100%;
}
.paragraph{
    margin: 0 15px 0 15px;
    /*padding-top: 20px;*/
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .about_us_img{
        width: 100%;
    }
    .paragraph{
        padding-top: 20px;
        margin-left: 5px;
        width: 100%;
    }
}


/*===========================================
                facts
===========================================*/
.facts{
    background-color:#0B3C36;     
}
.col-3{
    border: 1px solid red;
    
}
.emojis img{  
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 30px;
    
}
.facts_emojis_description{
    color: #fff;
    text-align: center;
    padding-bottom: 40px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .col-3{
        width: 100%;
}}

/*===========================================
                services
===========================================*/
.col-md-3{
    border: 3px solid red;
}
.col-md-3 img{
    max-height: 100%;
    max-width: 100%;
}
.card{
    margin-right: 45px;
    margin-bottom: 20px;
}
card-body h5{
    padding: 5px;
    
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }}

/*===========================================
schedule a call
===========================================*/
.schedule{
    background-color: #0B3C36;
    height: 200px;
}
.schedule h3{
    text-align: center;
    color: #fff;
    line-height: 200px;
}
.call{
    color: #ffd500;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .schedule h3{
        font-size: 22px;
    }}

/*=================================================
    testimonials
================================================*/
.carousel .item {
    height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}
.carousel-item h5{
    
    color: #000!important;
}
.carousel-item p{
    color: #000!important;
}

@media(max-width:480px){
    .container-fluid{
        columns: 1;       
    }
}

.carousel-indicators li{
    background-color:#0B3C36;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

/*=================================================
footer
================================================*/
footer {
    background-color: #000;
    padding-top: 70px;
}
footer p{
    color: #fff;
    
}

.col-md-5 img{
    margin-right: 5px;
}
.col-md-7{
    padding-bottom: 50px;
}
.col-md-7 h5{
    color: #fff;
    padding: 0 15px 10px 15px;
}


.form-container {
background-color: #fff;
padding: 30px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
width: 100%;
max-width: 400px;
}
.btn-primary {
width: 100%;
}
