/* Logo Color: #005380 */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Gothic&family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Gothic&family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Righteous&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Gothic&family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Righteous&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=League+Gothic&family=Montserrat:ital,wght@0,200;0,400;0,500;0,600;0,700;1,700&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,800;0,900;1,400;1,500;1,600;1,700;1,800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap');


*{
    margin: 0;
    padding: 0;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Playfair Display', serif; */
    /* font-family: 'Playfair Display', serif; */
    /* font-family: 'League Gothic', sans-serif; */
    /* font-family: 'Righteous', cursive; */
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Raleway', sans-serif;
}

.header-container{
    padding: 0;
    margin: 0;
    background-image: url("../img/background.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 900px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
}

.header-overlay{
    background-color: rgba(0, 0, 0, 0.545);
    height: 900px;
    width: 100%;
}


.header-container2{
    padding: 0;
    margin: 0;
    background-image: url("../img/hero2.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
}

.header-overlay2{
    background-color: rgba(0, 0, 0, 0.545);
    width: 100%;
}


.logo-main{
    width: 300px;

}

.nav-item .nav-link{
    color: white !important;
    font-weight: 400;
    /* font-size: 19px; */
    margin: 10px;
}


/* 
.nav-item .nav-link2{
    color: #005380 !important;
} */

.nav-parent{
    background-color: rgba(255, 255, 255, 0.345);
}

.nav-container{
    width: 80%;
    margin: auto;
}

.scrolled{
    background-color: #005380 !important; 
}

.nav-active .nav-link{
    font-weight: 800;
    text-shadow: 1px 1px 1px #005380;
}

.btn-top-quote{
    background-color: #005380;
    border: 0;
    border-radius: 0;
    padding: 15px;
    color: white;
}

.btn-top-quote:hover{
    opacity: 0.9;
}

.nav-container .btn-quote-nav-2{
    background-color: white !important;
    color: #005380 !important;
}

.header-inner-content{
    padding: 100px;
    text-align: center;
}

.header-inner-content2{
    padding: 100px 10px 10px 10px;
    text-align: center;
}


.hero-container{
    /* background-color: rgba(240, 248, 255, 0.445); */
    padding: 50px;
    /* width: 60%; */
    margin: auto;
    /* background-color: black; */
}

.hero-icon{
    width: 150px;

}

.hero-head-text{
    font-weight: 600;
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 20px;
}

.hero-para-container{
    width: 60%;
    margin: auto;
}

.header-btns-container{
    text-align: center;
}

.btn-head{
    padding: 9px 60px;
    /* border: 1px solid white; */
    border-radius: 25px;
    margin: 5px 20px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-head:hover{
    color: white;
    border: 2px solid white;
}


.btn-about-top{
    background-color: rgba(255, 166, 0, 0.925);
}

.btn-contact-top{
    background-color: rgba(29, 25, 25, 0.9);
}

.top-intro-container{
    margin-top: 50px;
    text-align: center;
}

.top-intro-img{
    width: 50%;
}

.top-intro-text-container{
    text-align: left;
    margin-top: 30px;
}

.top-intro-text-container p{
    text-align: justify;
}

.services-main-container{
    margin-top: 60px;
    background-color: rgb(243, 240, 240);
    padding-top: 20px;
    padding-bottom: 60px;
    /* margin-bottom: 50px; */
}

.services-main-container h1{
    text-align: center;
}

.services-all-sections-container{
    padding: 0;
}

.single-service-container{
    text-align: center;
    margin-top: 50px;
}

.img-single-service{
    width: 100%;
}

.single-service-content{
    text-align: justify;
}

.single-service-details{
    font-weight: 500;
}

.specific-project-container{
    padding: 60px;
    margin: 0;
    background-image: url("../img/specific-project.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
    background-attachment: fixed;
}

.specific-project-contact{
    margin-top: 20px;
}

.specific-contact-detail{
    font-weight: 600;
    color: white;
    -webkit-text-stroke: 1px white;
}

.process-container{
    margin-top: 40px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: lightgray; */
}


.process-row-container{
    text-align: center;
}

.single-process-container{
    margin: 20px;
    border: 1px solid lightgray;
    padding: 20px;
}


.process-img-container{
    margin-bottom: 10px;
    /* border: 1px solid red;
    border-radius: 50%; */

}

.img-circler{
    background-color: #005380;
    display: inline-block;
    border-radius: 50%;
    padding: 30px;
}

.process-img{
    width: 150px;
    
    /* border: 1px solid #005380; */
    /* border-radius: 50%; */
}

.process-text{
    text-align: justify;
    text-align-last: center;
}




/* css for testimonials start */
.testimonial-container{ 
    background: #005380; 
    /* background: #2C1A1D; */
    /* background: rgba(255, 166, 0, 0.925); */
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    /* margin-bottom: 50px; */

}

.testimonial-container h1{
    color: white;
    margin-top: 10px;
    margin-bottom: 40px;
}

.testimonial{
    background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 15px 100px;
    position: relative;
}

.testimonial:before, .testimonial:after{
    content: "";
    border-top: 40px solid #fff;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.testimonial:after{
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon{
    display: inline-block;
    font-size: 80px;
    color: #005380;
    /* color: #2C1A1D; */
    /* color: rgba(255, 166, 0, 0.925); */
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description{
    font-size: 15px;
    color: #777;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}

.testimonial .testimonial-content{
    width: 100%;
    position: absolute;
    left: 0;
}

.testimonial .pic{
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px hsla(201, 100%, 25%, 0.8);
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img{
    width: 100px !important;
    height: 100px !important;
    /* width: 60px !important; */
}

.testimonial .title{
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}

.testimonial .post{
    display: block;
    font-size: 14px;
    color: white;
}

.owl-theme .owl-controls{
    margin-top: 0;
}

.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid #005380;
    margin: 5px;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: rgba(255, 166, 0, 0.925);
    border-color: #fff;
}

@media only screen and (max-width: 650px) and (min-width: 400px){
    .testimonial:before{ border-right: 325px solid transparent; }
    .testimonial:after{ border-left: 325px solid transparent; }
}

/* css for testimonials end */


.help-section-container{
    padding: 60px;
    margin: 0;
    background-image: url("../img/help-section.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
    background-attachment: fixed;
    text-align: center;
}

.help-btn{
    padding: 9px 30px;
    /* border: 1px solid white; */
    border-radius: 25px;
    margin: 5px 20px;
    font-size: 18px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;  
    background-color: rgba(255, 166, 0, 0.925);
}




/* footer css start */

.footer{
    padding-top: 30px;
    background-color: #005380;
}

.footer-logo{
    width: 80%;
    margin-bottom: 20px;
}

.footer-contacts-container, .footer-links-container{
    margin-top: 20px;
}

.footer h5, .footer p, .contact-list{
    color: white;
}

.footer a{
    color: white;
    text-decoration: none;
}

.footer-link{
    display: block;
    margin-top: 10px;
}

.copyright-text{
    text-align: center;
    color: white
}

.footer-social-container{
    padding-bottom: 20px;
}

.social_footer_ul { 
    display: table; 
    margin: 15px auto 0 auto; 
    list-style-type: none;  
}

.social_footer_ul li { 
    padding-left: 20px; 
    padding-top: 10px; 
    float: left; 
}

.social_footer_ul li a { 
    color: white; 
    border: 1px solid white; 
    padding: 8px;
    border-radius: 50%;
}

.social_footer_ul li i {  
    width: 20px; 
    height: 20px; 
    text-align:  center;
}  

/* footer css end */



#web_dev_mob{
    display: none;
}








/* .testimonial-container{
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    background-color: lightgray;
} */




/* contact page css start */

.main-form-container{
    margin: 30px;
}

.main-form-container h2{
    text-align: center;
    margin: 30px;
}

.form-container{
    border: 1px solid lightgray;
    border-radius: 20px;
    padding: 40px;

}

.custom-input{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid lightgray;
}

.custom-textarea{
    border-radius: 0;
}

.btn-submit{
    width: 100%;
    background-color: #005380;
    color: white;
}

.direct-connect-container{
    padding: 60px;
    margin: 0;
    background-image: url("../img/new\ \(1\).jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
    background-attachment: fixed;
}

.direct-connect-container h2{
    text-align: center;
}

.direct-connect-contact{
    margin-top: 20px;
}

.direct-contact-detail{
    margin-top: 20px;
}
.direct-icon{
    font-size: 30px !important;
    margin-right: 6px;
}

.contact-msg{
    padding: 10px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    font-weight: 600;
}

.contact-msg-error{
    background-color: rgba(255, 166, 0, 0.925);
}

.contact-msg-success{
    background-color: #005380;
}

/* contact page css end */







/* about page css start */

.about-top-section-container{
    margin: 40px auto;
}

.about-top-section{
    padding: 5px;
    text-align: center;
}

.about-top-heading-container{
    /* text-align: center; */
}

.about-top-text-container{
    /* text-align: center; */
}

.values-main-container{
    padding: 60px;
    margin: 0;
    background-image: url("../img/core-values.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
    background-attachment: fixed;
}

.values-main-container h2{
    text-align: center;
    margin-bottom: 50px;
}

.single-values-container{
    margin-bottom: 50px;
}

.single-values-container h3{
    color: white;
    /* text-shadow: 2px 2px 3px #005380; */
    text-transform: uppercase;
}

.our-office-inner-container{
    margin: 50px auto;
}

.office-left-side h1{
    margin-bottom: 40px;
}

.office-left-side h2{
    color: #005380;
    text-transform: uppercase;
}

.office-left-side h3{
    margin-top: 30px;
}



/* about page css end */



/* projects page css start */

.projects-main-container{
    margin: 50px auto;
}

.projects-inner-container h1{
    text-align: center;
    margin-bottom: 50px;
}

.card-custom{
    border: 0.5px solid gray !important;
    margin-bottom: 50px;
}

.card-title-custom{
    text-align: center;
    border-bottom: 1px solid lightgray;
    padding: 10px 3px;
    margin: 0;
}

.btn-card-custom{
    width: 100%;
    background-color: #005380;
    color: white;
    border-radius: 0;
    border: 0;
}

.btn-card-custom:hover{
    color: white;
    opacity: 0.9;
    font-weight: 600;
}

.card-body-custom{
    padding: 0 !important;
    /* border: 1px solid lightgray; */
}

.price-tag{
    background-color: #005380;
    color: white;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid gray;

}

/* projects page css end */



/* single project page css start */

.single-project-main-container{
    margin: 40px auto;
}

.single-project-inner-container h1{
    margin-bottom: 20px;
}

.project-left-container{
    border: 1px solid lightgray;
    border-radius: 10px;
    /* padding: 10px; */
}

.img-with-preview-btn-container{
    text-align: center;
}

.single-project-img{
    width: 100%;
    height: 400px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.preview-btn-container{
    padding: 10px 5px;
}

.btn-preview{
    background-color: #005380;
    width: 100%;
    color: white;
}

.border-square{
    border-radius: 0 !important;
}

.bg-lightgray{
    background-color: #f7f0f0;
}

.description-container{
    padding: 20px;
}

.description-container ul{
    padding-left: 30px;
}


.similar-projects-container h2{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 800;
}




.project-right-container{
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
}

.price-container h3{
    text-align: center;
    color: #005380;
    font-weight: 800;
}

.features-container{
    padding: 15px;
}

.buy-now-btn-container{
    margin: 10px auto;
}

.btn-buy-now{
    background-color: rgb(255, 166, 0);
    color: white;
    width: 100%;
}

.extra-data-container{
    padding: 5px;
}

.single-extra-data-container{
    margin-top: 10px;
}

.extra-data-title{
    font-weight: 500;
    font-size: 14px;
}

.extra-data-details{
    font-size: 14px;
}


.custom-script-container{
    padding: 60px;
    margin: 0;
    background-image: url("../img/specific-project.jpg"); /* The image used */
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
    background-attachment: fixed;
}

.custom-script-container h2{
    text-align: center;
    font-weight: 800;
}

.btn-custom-contact{
    font-size: 25px;
    margin-top: 20px;
    box-shadow: 2px 2px 5px rgb(228, 214, 214);
    color: #005380;
    font-weight: 600
}

/* single project page css end */











/* media queries for under 1200px*/
@media only screen and (max-width: 1200px) {
    body {
      /* background-color: black; */
    }

    .hero-para-container{
        width: 100%;
    }

    .top-intro-text-container{
        margin-top: 10px;
    }
    

}



/* media queries for under 992px*/
@media only screen and (max-width: 992px) {
    body {
      /* background-color: blue; */
    }
    .nav-item .nav-link{
        margin: 5px;
    }

    .nav-container{
        width: 90%;
    }

    .hero-head-text{
        font-size: 35px;
    }

    .top-intro-text-container{
        margin-top: 0px;
    }
    
}



/* media queries for under 768px*/
@media only screen and (max-width: 768px) {
    body {
      /* background-color: green; */
    }

    .help-section-container{
        padding: 30px;
    }

    .top-intro-text-container p{
        text-align: center;
    }

    .logo-main{
        width: 200px;
    }

    .nav-container{
        width: 95%;
    }
    .hero-head-text{
        font-size: 30px;
        margin-top: 20px;
    }

    .hero-icon{
        width: 120px;
    }

    .header-container{
        height: 740px; /* You must set a specified height */
    }

    .header-overlay{
        height: 740px;
    }

    .header-inner-content{
        padding: 0px;
    }

    .icon-container{
        margin-top: 50px;
    }

    .top-intro-text-container{
        margin-top: 15px;
        text-align: center;
    }

    .single-service-content{
        text-align: center;
        margin-top: 20px;
    }

    .specific-project-container{
        text-align: center;
    }

    #web_dev_desktop{
        display: none;
    }

    #web_dev_mob{
        display: block;
    }

    .process-text{
        text-align: center;
    }

    .help-btn{
        padding: 9px 10px;
    }

    .footer{
        /* text-align: center; */
    }
}



/* media queries for under 576px*/
@media only screen and (max-width: 576px) {
    body {
      /* background-color: red; */
    }

    .hero-head-text{
        font-size: 27px;
    }

    .header-container{
        height: 680px; /* You must set a specified height */
    }

    .header-overlay{
        height: 680px;
    }

}


