body 
{
    font-family:'Poppins', sans-serif;
}

.top-header 
{
    background:#1980A6;
    padding:10px 0px;
    color:#fff;
    font-size:13px;
}

.header 
{
    padding:20px 0px;
}

img.img-logo 
{
    max-width:90px;
}

a.navbar-brand 
{
    display:none;
}

.main-menu ul li a  
{
    color:#222;
    margin-left:15px;
}

.main-menu ul li:last-child a 
{
    background:#FF6B0F;
    color:#fff;
    border-radius:20px;
    padding:5px 25px;
    display:inline-block;
}

.slider img 
{
    width:100%;
    height:75vh;
    object-fit: cover;
    filter:brightness(40%);
}

.carousel-caption 
{
    text-align:left;
    bottom:22vh;
}

.carousel-caption h5 
{
    font-size:32px;
    text-shadow: 1px 1px 10px #444;
    font-weight:700;
}

.carousel-caption p 
{
    max-width:600px;
    margin-top:20px;
    font-size:14px;
    line-height:28px;
}

.carousel-caption a 
{
    background:#FF6B0F;
    color:#fff;
    text-transform:uppercase;
    padding:10px 30px;
    border-radius:20px;
    display:inline-block;
    margin-top:20px;
}

.about 
{
    padding-top:70px;
    padding-bottom:70px;
}

.about img 
{
    border-radius:20px;
    width:100%;
    height:380px;
    object-fit: cover;
}

.div-title 
{
    text-transform:uppercase;
    color:#FF6B0F;
    font-size:16px;
    margin-top:20px;
}

.div-subtitle 
{
    font-weight:800;
    margin-top:10px;
    font-size:32px;
    display:inline-block;
}

.div-para 
{
    margin-top:10px;
    font-size:15px;
    color:#222;
    line-height:30px;
}

.link-blue 
{
    background:#1980A6;
    color:#fff;
    text-transform:uppercase;
    padding:10px 30px;
    border-radius:20px;
    display:inline-block;
    margin-top:20px;
}

.services 
{
    background:#fff;
    padding-top:50px;
    padding-bottom:80px;
}

.service-single 
{
    box-shadow:0px 0px 25px #ccc;
    border-radius:20px;
    padding:15px;
    margin-top:30px;
}

.service-single img 
{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:12px;
}

.service-single h2 
{
    color:#111;
    font-size:18px;
    font-weight:600;
    margin-top:15px;
}

.service-single p 
{
    color:#222;
    font-size:14px;
    line-height:28px;
}

.process 
{
    padding-top:70px;
    padding-bottom:70px;
    background:#EDF1F5;
}

.process-single 
{
    margin-top:30px;
}

a.btn-red 
{
    background:#FF6B0F;
    color:#fff;
    padding:10px 30px;
    border-radius:20px;
}

.icon-div 
{
    background:#1980A6;
    color:#fff;
    height:100px;
    width:100px;
    border-radius:50%;
    margin:0px auto;
    font-size:42px;
    padding-top:20px;
}

.process-single h2 
{
    font-size:20px;
    font-weight:800;
    margin-top:20px;
}

.process-single p 
{
    font-size:15px;
    line-height:28px;
    margin-top:20px;
    color:#555;
}

.magenta-icon 
{
    background:#CC006B;
}

.yellow-icon 
{
    background:#FF6B0F;
}

.key-icon 
{
    background:#222;
}

.testimony
{
    background:#1980A6;
    padding-top:90px;
    padding-bottom:90px;
    color:#fff;
}

.testimony-alts
{
    max-width:300px;
    margin:0px auto;
    margin-top:40px;
}

.testimony-alts img 
{
    width:70px;
    height:70px;
    border-radius:50%;
}

.testimony-single p 
{
    max-width:600px;
    margin:0px auto;
    line-height:32px;
    text-align:center;
}

.testimony-slide 
{
    bottom:-50px;
}

.testimony-alts h3 
{
    font-size:18px;
    font-weight:800;
    margin-top:15px;
}

.testimony-alts h5 
{
    font-size:16px;
}

.blogs 
{
    padding-top:70px;
    padding-bottom:70px;
    background:#EDF1F5;
}

.blog-single 
{
    margin-top:30px;
    background:#fff;
    border-radius:20px;
    padding:15px;
    box-shadow:0px 0px 20px #ddd;
    padding-bottom:20px;
}

.blog-single img 
{
    width:100%;
    height:250px;
    object-fit: cover;
    border-radius:12px;
}

.blog-single h4 
{
    font-size:15px;
    margin-top:15px;
    color:#1980A6;
}

.blog-single h2 
{
    font-size:18px;
    color:#222;
    font-weight:700;
    margin-top:15px;
}

.read-more 
{
    color:#FF6B0F;
    text-transform:uppercase;
    display:block;
    text-align:right;
    font-size:14px;
    font-weight:700;
    margin-top:20px;
}

.footer 
{
    background:#111;
    padding-top:70px;
    padding-bottom:90px;
    color:#fff;
    font-size:15px;
    line-height:30px;
}

.footer-contact 
{
    border-bottom:solid 1px #777;
    padding-bottom:30px;
}

.footer-contact h2 
{
    font-weight:700;
    font-size:24px;
    margin-top:10px;
}

.footer-contact a 
{
    background:#FF6B0F;
    color:#fff;
    border-radius:20px;
    width:100%;
    display:block;
    text-align:center;
    padding:10px;
}

.main-footer
{
    padding-top:50px;
}

h2.footer-title 
{
    font-size:18px;
    font-weight:700;
    margin-bottom:20px;
}

.main-footer ul 
{
    list-style-type:none;
    margin:0px;
    padding:0px;
    margin-left:5px;
}

.main-footer p 
{
    color:#eee;
}

.main-footer ul li a 
{
    color:#eee;
    display:block;
    font-size:15px;
    margin-top:5px;
}

.footer-credit 
{
    background:#000;
    color:#eee;
    font-size:14px;
    padding-top:30px;
    padding-bottom:70px;
    line-height:30px;
}

.footer-credit a 
{
    color:#eee;
    font-weight:700;
}

/*About Page */

.page-title 
{
    background-image:url('../../img/back.jpg');
    padding-top:50px;
    padding-bottom:50px;
    background-size:cover;
    background-attachment:fixed;
    color:#fff;
}

.page-title a 
{
    color:#fff;
}

.about-mission 
{
    padding-bottom:70px;
}

.mission-single 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.mission-single h2 
{
    font-size:22px;
    font-weight:700;
    color:#0093D3;
}

.mission-single p 
{
    color:#111;
    font-size:15px;
    line-height:30px;
    margin-top:20px;
}

.about-distitle 
{
    color:#CC006B;
}

.about-bluetitle 
{
    color:#0093D3;
}

.about-stats 
{
    background:#CC006B;
    text-align:center;
    color:#fff;
    padding:30px 0px;
}

.about-stats h3
{
    font-weight:600;
    font-size:32px;
}

.about-team 
{
    padding-bottom:80px;
}

.team-single 
{
    margin-top:30px;
    background:#EDF0F5;
    border-radius:20px;
    text-align:center;
    padding:20px;
}

.team-single img 
{
    width:170px;
    height:170px;
    object-fit: cover;
    border-radius:50%;
    margin:20px auto;
}

.team-single h2 
{
    font-size:20px;
    margin-top:10px;
}

.team-single p 
{
    color:#CC006B;
    font-weight:700;
}

.contact-page 
{
    padding-top:70px;
    padding-bottom:80px;
}

.contact-form 
{
    margin-top:30px;
}

.contact-form h2 
{
    color:#CC006B;
    font-weight: 700;
    margin-bottom:30px;
}

.contact-form input 
{
    width:100%;
    display:inline-block;
    border-radius:20px;
    background:#EDF0F5;
    border:none;
    padding:10px;
    margin-top:10px;
    margin-bottom:30px;
}

.contact-form textarea 
{
    width:100%;
    display:inline-block;
    border-radius:20px;
    background:#EDF0F5;
    border:none;
    padding:10px;
    margin-top:10px;
    margin-bottom:30px;
    min-height:130px;
    max-height:130px;
}

.form-submit 
{
    background:#CC006B !important;
    color:#fff;
    padding:10px 30px;
    border-radius:20px;
    width:30% !important;
}

.contact-dtl 
{
    background:#ebebeb;
    margin-top:20px;
    border-radius:20px;
    padding:30px;
}

.contact-dtl h3 
{
    font-weight:600;
}

.contact-dtl h5 
{
    font-weight:600;
    margin-top:20px;
}

.contact-dtl a 
{
    color:#222;
    font-size:24px;
    margin-right:15px;
}

.contact-page input 
{
    width:100%;
}

.contact-infos 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.contact-infos h2 
{
    font-size:20px;
    font-weight:700;
    color:#CC006B;
}

.contact-infos p 
{
    margin-top:15px;
    line-height:31px;
}

.emergency 
{
    background:#CC006B;
    color:#fff;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.emergency h2 
{
    font-size:32px;
    font-weight:700;
    margin-top:15px;
}

.emergency h4
{
    font-size:22px;
}

.social 
{
    background:#EDF0F5;
    padding:25px;
    border-radius:20px;
    margin-top:30px;
}

.social h2 
{
    font-size:20px;
    color:#CC006B;
    font-weight:700;
    margin-bottom:25px;
}

.social a 
{
    margin-right:15px;
    color:#0093D3;
    font-size:20px;
}

.map-responsive
{
    overflow:hidden;
    padding-bottom:300px;
    position:relative;
    height:0;
    border-radius:20px;
}

.map-responsive iframe
{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.map-div 
{
    padding-bottom:80px;
}

.service-header 
{
    background:#ebebeb;
}


.service-header li a 
{
    color:#222;
    margin-right:15px;
    padding:10px;
    padding-top:15px;
}

.only-service 
{
    padding:70px 0px;
}

.service-display 
{
    box-shadow:0px 0px 30px #ddd;
    padding:20px;
    border-radius:20px;
    line-height:32px;
}

.service-display img 
{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:15px;
}

.only-service h1 
{
    font-size:24px;
    font-weight:700;
    margin-top:15px;
    width:100%;
    padding-bottom:15px;
    border-bottom:solid 1px #ccc;
}

.product-details 
{
    line-height:50px;
}

.only-service h2 
{
    font-size:20px;
    font-weight:700;
}

.product-order 
{
    box-shadow:0px 0px 30px #ddd;
    padding:20px;
    border-radius:20px;
    background:#CC006B;
    color:#fff;
}

.product-order h2 
{
    color:#eee;
    margin-bottom:30px;
    border-bottom:solid 1px #ccc;
    padding-bottom:10px;
}

.product-order input 
{
    width:100%;
    border-radius:10px;
    border:none;
    background:#ebebeb;
    padding:7px 5px;
    margin-top:5px;
    margin-bottom:20px;
}

.product-order select 
{
    width:100%;
    border-radius:10px;
    border:none;
    background:#ebebeb;
    padding:7px 5px;
    margin-top:5px;
    margin-bottom:20px;
}


.product-order textarea
{
    width:100%;
    min-height:100px;
    max-height:100px;
    border-radius:10px;
    border:none;
    background:#ebebeb;
    padding:7px 5px;
    margin-top:5px;
    margin-bottom:20px;
}

.place-order 
{
    background:#0093D3 !important;
    color:#fff;
    font-weight:700;
}

.product-order a 
{
    background:#0093D3 !important;
    color:#fff;
    font-weight:700;
    display:inline-block;
    border-radius:15px;
    width:100%;
    padding:10px;
    text-align:center;
}
}

.thanks
{
    padding-top:5vh;
    padding-bottom:35vh;
}

.thanks h2 
{
    color:#CC006B;
    font-size:32px;
    font-weight:7000;
    margin-bottom:30px;
}

.thanks p 
{
    max-width:550px;
    margin:0px auto;
    line-height:32px;
    margin-bottom:30px;
}

.thanks a 
{
    color:#0093D3;
    font-weight:600;
    font-size:18px;
}

.title-bar 
{
    padding:50px 0px;
}

.page-cover img 
{
    width:100%;
    height:450px;
    object-fit:cover;
    box-shadow:0px 10px 15px #aaa;
    margin-top:10px;
    border-radius:20px;
    margin-bottom:30px;
}

.content-page 
{
    line-height:32px;
    padding-bottom:70px;
}

@media only screen and (max-width: 600px) 
{
    .navbar 
    {
        background:#EDF0F5;
        border-radius:10px;
        margin-top:15px;
        box-shadow:0px 0px 5px #bbb;
        font-size:15px;
    }

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
        font-size:15px;
        display:inline-block;
        width:100%;
        text-align:left;
        padding:10px 5px;
    }

    
    .main-menu ul li:last-child a 
    {
        background:#EDF0F5;
        color:#222;
        padding:0px;
        display:inline-block;
}

}