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

/*Header*/

nav {
    background-color: #00c7fb;
}

nav img {
    width: 50px;
    height: 50px;
    margin-top: -15px;
    margin-right: 5px;
    margin-left: 100px;
}

nav span{
    font-size:30px;
    font-weight:bold;
    padding-right:100px;
    color:#fff;
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.nav-link:hover {
    color: #fff;
    background-color:black;
    padding:8px 30px!important;
}

#active {
    color: #fff;
    background-color:black;
    padding:8px 30px!important;
}

#active1 {
    color: #fff;
    background-color: black;
    padding: 2px 10px !important;
}


/*Slides*/

.slide-img {
    background-image: linear-gradient(rgb(0 231 255 / 80%),rgb(0 141 173 / 80%)),url(../img/slide.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 660px;
    padding-bottom: 0px;
}

.slide-img img{
    max-width:445px; 
    height:500px;
    margin-bottom:-40px;
}

.slide-img h3{
    padding-top:80px;
}

.slide-img a{
    background-color:black;
    color:white;
    padding:11px 25px;
    text-decoration:none;
}



/*Tab*/

#tabimg {
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),url(../img/tab.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 45px;
    padding-bottom: 530px;
}

.tab {
    float: left;
    width: 70%;
    height: 400px;
    border-radius: 10px 0 0 10px;
}

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 70%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 2%;
    border-radius: 4px;
}

.tab button:hover {
    border:3px solid #00c7fb;
    width: 70%;
    height: 100px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.tab button:hover::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 33px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 26px solid #00c7fb;
    border-bottom: 13px solid transparent;
}

.tab button.active {
    border: 3px solid #00c7fb;
    width: 70%;
    height: 100px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color:#00c7fb!important;
}

.tab button.active::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 33px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 26px solid #00c7fb;
    border-bottom: 13px solid transparent;
} 

.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 30%;
  border-left: none;
  height: 400px;
  border-radius: 0 10px 10px 0;
}

.tabcontent img{
    max-width:500px;
    height:500px;
}

.tab i {
    font-size: 25px;
    border: 4px solid #00c7fb;
    border-radius: 50%;
    padding: 10px;
    color: #00c7fb;
}

.tab h5 {
    margin-top: -11px;
}

.tab p{
    text-align:justify;
    font-size:13px;
}

/*download*/

.download {
    background-image: linear-gradient(rgb(0 231 255 / 80%),rgb(0 141 173 / 80%)),url(../img/download.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding: 0 250px 0 250px;
}

.download img{
    max-width:200px;
}

#d1 img {
    max-width: 700px;
}

/*application*/

#application {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../img/application.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 100px;
    padding-bottom:100px;
}

#application img{
    height: 500px;
    width: 60%;
}

#application i{
    font-size: 25px;
    border: 4px solid #00c7fb;
    border-radius: 50%;
    padding: 10px;
    color: #00c7fb;
    margin-bottom:20px;
}

/*Newsletter*/

#newsletter {
    padding: 50px 200px;
    background-color: #00c7fb;
}

#newsletter form{
    display:flex;
    margin-top:30px;
}

#newsletter a {
    padding: 12px 35px;
    background-color: #2cb5d0;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

#newsletter a:hover {
    background-color: #000;
    text-decoration:none;
}

#newsletter p{
    text-align:justify;
    margin:0;
}

/*features*/

#features {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../img/download.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

#features img{
    width:90%;
    height:560px;
    margin-left:5%;
}

#features #row{
    padding-top:100px;
    text-align:right;
}

#features #row1{
    padding-top:100px;
}

#features i{
    font-size:30px;
    color:#00c7fb;
    padding:15px;
    border:3px solid #00c7fb;
    border-radius:50px;
}

/*Services*/

#services h1{
    text-align:center;
    font-size:55px;
    font-weight:bold;
}

.testimonial {
    background-image: linear-gradient(to bottom right, rgb(0 113 143),rgb(29 89 102));
    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: #00e7ff;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description{
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    opacity: 0.8;
}
.owl-theme .owl-controls{
    margin-top: 0;
}
.owl-theme .owl-controls .owl-page span{
    width: 32px;
    height: 10px;
    background: #fff;
    border: 2px solid rgb(0 113 143);
    margin: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: rgb(0 113 143);
    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; }
}

/*Testi*/

#testi {
    background-image: linear-gradient(rgb(0 231 255 / 80%),rgb(0 141 173 / 80%)),url(../img/testi.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial1 {
    padding: 30px 0;
}
.testimonial-description1{
    border-bottom: 1px solid #eee;
    color:#fff;
    font-size: 15px;
    line-height: 29px;
    padding-bottom: 13px;
}
.testimonial-pic{
    float: right;
    margin-left: 20px;
}
.testimonial-pic > img{
    width: 100px;
    height:100px;
    border-radius: 50%;
}
.client-name{
    color: #fff;
    font-size: 17px;
    padding-top: 9px;
    text-transform: capitalize;
}
.client-name > small{
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.1;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #e98b39;
}
.owl-theme .owl-controls .owl-page span{
    background: #e98b39;
    opacity: 1;
}

/*Plans*/

#card {
    background-color: darkred;
    color: #fff;
}

#card1 {
    background-color: darkorange;
    color: #fff;
}

#card2 {
    background-color: #208ca7;
    color: #fff;
}

#plans a {
    padding: 10px 40px;
    color: #fff;
    background-color: #208ca7;
    text-decoration: none;
    font-weight: bold;
}

#plans a:hover {
    background-color: #000;
}

#card3 {
    background-color: darkgrey;
    color: #fff;
}

/*Blog*/

#blog{
    background-color:black;
    color:grey;
}

/*Video*/

#video{
    background-color:#00c7fb;
    color:white;
}

#video img{
    width:65px;
}

#video span{
    color:#fff;
}

#video a{
    padding:15px 40px;
    border:1px solid #fff;
    color:#fff;
    text-decoration:none;
}

#video a:hover{
    background-color:#000;
}

#video a img{
    width:50px;
    margin-bottom: 5px;
}

/*team*/

#team {
    padding-bottom: 50px;
    background-color: #208ca7;
}

.our-team {
    border-top: 1px solid #208ca7;
    background: #208ca7;
    border-radius: 5px;
    margin-top: 72px;
}
.our-team .pic{
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.our-team:hover .pic{
    border-radius: 50%;
    border-color: #00c7fb;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.our-team .team-title{
    font-size: 24px;
    color: #fff;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.our-team .post{
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.our-team .description{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 0 35px;
    line-height: 22px;
    margin-bottom: 60px;
}
.our-team .social-links{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -17%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #00c7fb;
    transition: all 0.20s linear 0s;
}
.our-team:hover .social-links{
    bottom: 0;
}
.our-team .social-links li{
    display: inline-block;
    margin: 0 5px;
}
.our-team .social-links li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}
.our-team .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team { margin-top: 80px; }
}

/*Contact*/

#contact {
    background-image: linear-gradient(rgb(0 231 255 / 80%),rgb(0 141 173 / 80%)),url(../img/map.png);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 30px;
    padding-bottom: 100px;
}

#contact a{
    padding:15px 40px;
    background-color:#00c7fb;
    color:white;
    font-weight:bold;
    text-decoration:none;
    margin-left:240px;
}

#contact a:hover{
    background-color:#000;
}

/*Footer*/

footer{
    background-color:#208ca7;
    color:#fff;
}

footer img{
    width:60px;
}

footer h3{
    text-transform: capitalize;
}

footer a{
    color:#fff;
    text-decoration:none;
}

footer a:hover{
    font-weight:bold;
    color:#000;
    text-decoration:none;
}

footer i{
    font-size: 25px;
    margin-top: 5px;
    color:#00c7fb;
}

footer i:hover{
    color:#000;
}

footer #link{
    padding-left:120px;
}



/****************** About us page *****************/

#bg-img {
    background-image: linear-gradient(rgb(0 231 255 / 80%),rgb(0 141 173 / 80%)),url(../img/slide.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 260px;
    padding-bottom: 180px;
}

.text-effect{
    color: #fff;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 85px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    animation: animate 0.7s alternate linear infinite;
}
@keyframes animate{
    0%{
        top: 0;
        text-shadow:none;
    }
    100%{
        top:-10px;
        text-shadow: 
            0 1px 0 hsl(174,5%,80%),0 2px 0 hsl(174,5%,75%),0 3px 0 hsl(174,5%,70%),0 4px 0 hsl(174,5%,66%),
            0 5px 0 hsl(174,5%,64%),0 6px 0 hsl(174,5%,62%),0 7px 0 hsl(174,5%,61%),0 8px 0 hsl(174,5%,60%),
            0 9px 0 hsl(174,5%,60%),0 0 5px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.2),0 3px 5px rgba(0,0,0,.2),
            0 5px 10px rgba(0,0,0,.2),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.2);
    }
}
@media only screen and (max-width: 990px){
    .text-effect{ font-size: 90px; }
}
@media only screen and (max-width: 767px){
    .text-effect{ font-size: 70px; }
}
@media only screen and (max-width: 576px){
    .text-effect{ font-size: 50px; }
}
@media only screen and (max-width: 479px){
    .text-effect{
        font-size: 35px;
        line-height: 35px;
    }
}

/****************** Contact us page *****************/
#contact1 {
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../img/download.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    color: #fff !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact1 a{
    padding:15px 40px;
    background-color:#00c7fb;
    color:white;
    font-weight:bold;
    text-decoration:none;
    margin-left:240px;
}

#contact1 a:hover{
    background-color:#fff;
    color:#000;
}

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

    /*Header*/

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

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

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

    /*Slides*/

    .slide-img {
        padding-top: 380px;
    }

    .slide-img img{
        max-width: 180px;
        height: 291px;
        margin-bottom: -40px;
        margin-left: -20px;
    }

    .slide-img h3{
        padding-top:0px;
        font-size:12px;
    }

    .slide-img p{
        font-size:9px;
    }

    .slide-img a{
        padding:8px 15px;
        font-size:10px;
    }

    /*tab*/

    .tabcontent img {
        max-width: 20px;
        height: 300px;
    }

    /*Dounload*/

    .download {
        padding: 0 50px 0 50px;
    }

    .download img{
        max-width:200px;
    }

    #d1 img {
        max-width: 300px;
        margin-left: -28px;
    }


    /*Newsletter*/

    #newsletter {
        padding: 50px 20px;
    }

    /*application*/

    #application img {
        height: 400px;
        margin-left: 20%;
    }

    /*features*/

    #features #row {
        text-align: center;
        padding-top: 30px;
    }

    #features #row1 {
        text-align: center;
        padding-top: 30px;
    }

    #features i {
        font-size: 20px;
        padding: 15px;
        border: 3px solid #00c7fb;
        border-radius: 50px;
    }

    /*Contact*/

    #contact a {
        margin-left: 35px;
    }

    /*Tab*/

    #tabimg {
        padding-top: 45px;
        padding-bottom: 530px;
    }

    .tab button:hover {
        border: 2px solid #00c7fb;
        width: 72%;
        height: 120px;
    }

    .tab button:hover::before {
        top: 45px;
        border-top: 10px solid transparent;
        border-left: 20px solid #00c7fb;
    }

    .tab button.active {
        border: 2px solid #00c7fb;
        width: 72%;
        height: 120px;
    }

    .tab button.active::before{
        top: 45px;
        border-top: 10px solid transparent;
        border-left: 20px solid #00c7fb;
    } 

    .tabcontent img {
        max-width: 150px;
        height: 450px;
        margin-left: -55px;
    }

    .tab i {
        font-size: 10px;
        border: 1px solid #00c7fb;
        padding: 3px;
        margin-left: -10px;
    }

    .tab h5 {
        margin-top: -10px;
        font-size: 13px;
        margin-left: -13px;
    }

    .tab p {
        font-size: 9px;
        margin-left: -13px;
    }

    .tablinks{
        padding-bottom:0px!important;
        padding-right:3px!important;
    }

    /*Services*/

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

    /*footer*/

    footer #link {
        padding-left: 15px;
    }

    /****************** About us page *****************/

    #bg-img {
        padding-top: 170px;
        padding-bottom: 100px;
    }

    /****************** Contact us page *****************/
    #contact1 {
        padding-top: 50px;
        padding-bottom: 100px;

    }

    #contact1 a {
        padding: 15px 40px;
        margin-left: 35px;
    }

}