﻿@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald:wght@600&display=swap');

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}

p{
    text-align:justify;
}

/*Header*/

nav{
    position:fixed;
}

nav img {
    width: 60px;
    height: 60px;
    margin-top: -15px;
    margin-right: 5px;
}

nav span{
    font-size:40px;
    font-weight:bold;
    padding-right:100px;
}

.nav-link {
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px!important;
}

#active {
    font-size: 21px!important;
    color: #1d7cac;
}

/*Slider*/

.slide img{
    height:660px;
}

#head{
    margin-top:-350px;
}

#head h1{
    color:white!important;
    font-size: 75px;
    font-weight: 800;
    text-align: center;
    width:80%;
    padding-bottom:20px;
    background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
}

/*About Us*/

.text-effect {
    color: #1d7cac;
    font-family: 'Poppins', sans-serif;
    font-size: 100px;
    font-weight: 900;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .text-effect:before,
    .text-effect:after {
        content: attr(data-content);
        color: transparent;
        background-image: repeating-linear-gradient( 45deg, transparent 0, transparent 3px, rgba(0,0,0,0.5) 3px, rgba(0,0,0,0.5) 6px );
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        text-fill-color: transparent;
        transform: translateX(-50%);
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        animation: animate 2s ease infinite alternate;
    }

    .text-effect:after {
        background-image: repeating-linear-gradient( 135deg, transparent 0, transparent 3px, rgba(0,0,0,0.1) 3px, rgba(0,0,0,0.1) 6px );
        animation: animate_1 2s ease infinite alternate;
        z-index: 1;
    }

@keyframes animate {
    100% {
        top: 10px;
        left: calc(50% + 10px);
    }
}

@keyframes animate_1 {
    100% {
        top: -10px;
        left: calc(50% - 10px);
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 55px;
    }
}

@media only screen and (max-width: 576px) {
    .text-effect {
        font-size: 35px;
    }
}

/*Services*/

:root {
    --main-color: #0B697E;
}

.serviceBox {
    color: var(--main-color);
    background-color: var(--main-color);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 35px 15px 40px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

    .serviceBox:before {
        content: '';
        background: repeating-linear-gradient(#fff,#fff 15px,#f5f5f5 15px, #f5f5f5 30px);
        border-radius: 0 50px;
        box-shadow: 0 0 15px rgba(0,0,0,0.1);
        position: absolute;
        left: -10px;
        right: -10px;
        top: 20px;
        bottom: 20px;
        z-index: -1;
    }

    .serviceBox .service-icon {
        font-size: 50px;
        margin: 0 0 15px;
    }

    .serviceBox .title {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .serviceBox .description {
        color: #888;
        font-size: 14px;
        line-height: 25px;
        margin: 0;
    }

    .serviceBox.green {
        --main-color: #5EB25D;
    }

    .serviceBox.orange {
        --main-color: #dd711f;
    }

    .serviceBox.blue {
        --main-color: #2084db;
    }

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 10px 40px;
    }
}

/*Team*/

.email-signature {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 0;
    padding: 40px 20px 60px;
    box-shadow: 0 20px 30px -10px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.email-signature:after{
    content: '';
    background-color: #2C3137;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.email-signature .signature-icon{
    color: #fff;
    background: #5bc908;
    font-size: 55px;
    text-align: center;
    line-height: 105px;
    width: 160px;
    height: 160px;
    padding: 18px;
    border-radius: 50%;
    box-shadow: 0 0 0 25px #e7e7e7;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.email-signature .signature-icon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.email-signature .signature-details{
    text-align: center;
    width: 50%;
    padding-right: 120px;
    vertical-align: top;
    display: inline-block;
}
.email-signature .title{
    color: #111;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
.email-signature .title span{ color: #5bc908; }
.email-signature .post{
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 7px;
    display: block;
}
.email-signature .social-links{
    padding: 8px 0 0;
    margin: 0;
    list-style: none;
    border-top: 2px solid #5bc908;
    display: inline-block;
    position: relative;
}
.email-signature .social-links li{
    margin: 0 5px;
    display: inline-block;
}
.email-signature .social-links li a{
    color: #fff;
    background-color: #333;
    font-size: 11px;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}
.email-signature .social-links li a:hover{ background-color: #5bc908; }
.email-signature .signature-content{
    width: 50%;
    padding: 0 0 0 140px;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.email-signature .signature-content li{
    color: #333;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0 2px 25px;
    margin: 0 0 12px;
    position: relative;
}
.email-signature .signature-content li:last-child{ margin-bottom: 0; }
.email-signature .signature-content li i{
    color: #111;
    background-color: #5bc908;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    top: 50%;
}
@media screen and (max-width:767px){
    .email-signature{
        width: 250px;
        padding: 20px 20px 45px;
        margin: 0 auto;
    }
    .email-signature .signature-icon{
        box-shadow: 0 0 0 10px #e7e7e7;
        transform: translateX(-50%) translateY(0);
        top: 125px;
        left: 50%;
    }
    .email-signature .signature-details,
    .email-signature .signature-content{
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .email-signature .signature-details{ margin: 0 0 200px; }
    .email-signature .signature-content li{
        padding: 0;
        margin: 0 0 10px;
    }
    .email-signature .signature-content li i{
        position: relative;
        transform: translateY(0);
    }
}

/*Testimonials */


.testimonial {
    border-left: 4px solid #1d7cac;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #1d7cac;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

    .testimonial .pic img {
        width: 100%;
        height: auto;
    }

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #918686;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #1d7cac;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #1d7cac;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #1d7cac;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #1d7cac;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

        .testimonial .pic {
            display: block;
            position: static;
            margin: 0 auto 15px;
        }
}

/*Success*/

:root{ --main-color: #e15f41; }
.counter{
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
} 
.counter .counter-value{
    color: var(--main-color);
    background-color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
    text-shadow: 3px 3px rgba(0,0,0,0.2);
    line-height: 110px;
    width: 120px;
    height: 110px;
    margin: 0 auto 12px;
    display: block;
    position: relative;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.counter .counter-value:before{
    content: '';
    background-color: #fff;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
    clip-path: inherit;
}
.counter h3{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}
.counter.green{ --main-color: #5EB25D; }
.counter.orange{ --main-color: #dd711f; }
.counter.blue{ --main-color: #2084db; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}   

/*Footer*/

footer{
    background-color:black;
    color:white;
}

footer img{
    width:40px;
    height:40px;
}

footer a{
    color:white;
    text-decoration:none;
}

footer a:hover{
    color:#1d7cac;
    text-decoration:none;
}

footer b:hover{
    color:#1d7cac;
}

footer h3::after{
    content: '';
    background: linear-gradient(#AEAEAE, #AEAEAE);
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#line::after {
    content: '';
    background: linear-gradient(#1d7cac, #1d7cac);
    display: block;
    height: 4px;
    width: 30%;
    margin-top: -18px;
    margin-bottom: 15px;
}

footer form{
    display:flex;
}

footer h4 {
    color: #1d7cac;
}

footer span {
    font-size: 20px;
    font-weight: bold;
    color: #1d7cac;
}

/**************** About Page ****************/

#aimg {
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url('../img/about1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 300px;
    padding-bottom: 200px;
}

#aimg h1{
    font-size:80px;
    font-weight:bold;
    font-family: 'Oswald', sans-serif;
}

/********** Business Page **********/

#business table{
    border:1px solid lightgrey;
    width:70%;
    margin-left:15%;
    padding-top:30px;
}

#business table tr{
    border: 1px solid lightgrey;
}

#business table tr td{
    border: 3px solid lightgrey;
    padding:10px 0px;
}

/*********** Contact Page ***********/

#contact .card {
    background-image: linear-gradient(to top left,white, #1d7cac);
}

#contact .card:hover {
    background-image: linear-gradient(to top left,#1d7cac,white);
}

#contact i {
    font-size: 40px;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 50%;
    color: #1d7cac;
    background-color: #9ed0e9;
}

#contact a {
    padding: 10px 30px;
    background-color: #1d7cac;
    color: white;
    text-decoration: none;
    margin-left: 220px;
}

#map {
    padding: 10px;
    border: 10px solid #1d7cac;
}


@media screen and (max-width:425px) {
    /*Header*/

    nav img {
        width: 40px;
        height: 40px;
        margin-top: -10px;
        margin-right: 0px;
    }

    nav span {
        font-size: 27px;
        padding-right: 0px;
    }

    .nav-link {
        font-size: 18px;
        padding-left: 0px;
    }

    /*Slider*/

    .slide img {
        height: 300px;
    }

    #head {
        margin-top: -130px;
    }

    #head h1 {
        font-size: 27px;
        width: 90%;
        padding-bottom: 20px;
        padding-top: 15px;
        margin-left: 5%;
    }

    /**************** About Page ****************/

    #aimg {
        padding-top: 160px;
        padding-bottom: 100px;
    }

    #aimg h1 {
        font-size: 35px;
    }
} 