/* Font Face */
@font-face{
    src: url(../fonts/Rubik-Light.ttf);
    font-family: 'light'
}
@font-face{
    src: url(../fonts/Rubik-Regular.ttf);
    font-family: 'reg'
}
@font-face{
    src: url(../fonts/Rubik-Medium.ttf);
    font-family: 'med'
}
@font-face{
    src: url(../fonts/Rubik-SemiBold.ttf);
    font-family: 'semi-bold'
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    width: 100%;
    background-color: #222;
}
/* Start Home */
.home{
    min-height: 800px;
}
.home .top-nav{
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 25px 0;
    z-index: 100;
    background-color: #222;
}
.home .logo{
    width: 130px;
    margin-right: 10px;
    margin-top: 5px;
}
.home .nav-bar{
    width: calc(100% - 140px);
    text-align: right;
    position: relative;
}
.home .menu{
    padding: 5px 7px;
    border: 2px solid #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 7px;
    background: none;
    outline: none;
    cursor: pointer;
}
.home .nav-bar ul li{
    padding: 8px 25px;
}
.home .nav-bar ul li a{
    padding: 0 0 7px;
    font-family: 'med';
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #19b5fe00;
    transition: all .5s;
     
}
.home .nav-bar ul li a:hover{
    color: #19B5FE;
}
.home .nav-bar ul li a.active{
    border-bottom: 2px solid #19B5FE;
    color: #19B5FE;
}
.home {
    padding-top: 70px;
}
.home .content-div .heading{
    color: #fff;
    font-family: 'semi-bold';
    font-size: 45px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.home .content-div .sub-title{
    color: #707070;
    font-size: 25px;
    font-family: 'med';
    line-height: 1.3;
    margin-bottom: 15px;
}
.home .content-div .desc{
    font-size: 13px;
    font-family: 'reg';
    color: #fff;
    line-height: 1.3;
    margin-bottom: 20px;
}
.home .content-div .price{
    color: #19B5FE;
    font-family: 'reg';
    font-size: 20px;
    margin-bottom: 20px;
}
.home .content-div .btns .btn{
    width: 135px;
    height: 38px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
    font-family: 'med';
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #fff;
    background: none;
    margin-bottom: 15px;
}
.home .content-div .btns .btn span{
    margin-right: 5px;
}
.home .content-div .btns .btn:first-of-type{
    background-color: #15a3e6;
    border: none;
}
@media only screen and (max-width: 991px){
    .home .nav-bar{
        position: absolute;
        bottom: -280px;
        left: 0;
        background-color: #535353;
        width: 96%;
        margin: 0 2%;
        padding: 5px 15px;
        text-align: center;
        border-radius: 8px;
        transform-origin: top;
    }
    .home .nav-bar ul li{
        display: block;
        height: 45px;
        padding: 15px 0;
        border-radius: 4px;
        transition: background-color .3s;
    }
    .home .nav-bar ul li:hover{
        background-color: #15a3e6;
    }
    .home .nav-bar ul li a.active{
        color:#fff;
        border: none;
    }
    .home .nav-bar ul li:not(:last-of-type){
        border-bottom: 1px solid #6b6b6b;
    }
    .home .nav-bar{
        transform: perspective(1000px) rotateX(-90deg);
        transition: transform .5s;
    }
    .home .nav-bar.click{
        transform: perspective(1000px) rotateX(0deg);
    }
}
@media only screen and (max-width: 767px){
    .home{
        padding-top: 130px;
    }
    .home .content-div{
        width: 100%;
        float: none;
        text-align: center;
    }
    .home .content-div .heading{
        font-size: 25px;
    }
    .home .content-div .sub-title{
        font-size: 18px;
    }
    .home .image-div{
        float: none;
        width: 100%;
        margin: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .home{
        padding-top: 150px;
    }
    .home .content-div{
        width: 70%; 
        float: none;
    }
    .home .image-div{
        float: none;
        width: 80%;
        margin: auto;
    }
}
@media only screen and (min-width: 992px){
    .home{
        padding-top: 130px;
    }
    .home .nav-bar ul .sign-up{
        border: 1px solid #d8d8d8;
        border-radius: 3px
    }
    .home .nav-bar ul .sign-up a{
        padding: 0;
    }
    .home .content-div{
        width: 40%;
        margin-right: 5%;
        padding-top: 140px;
    }
    .home .content-div .heading{
        font-size: 30px;
    }
    .home .content-div .sub-title{
        font-size: 20px;
    }
    .home .image-div{
        width: 55%;
    }
      
}
@media only screen and (min-width: 1200px){
    .home{
        padding-top: 80px;
    }
    .home .content-div{
        padding-top: 180px;
    }
    .home .content-div .heading{
        font-size: 40px;
    }
    .home .content-div .sub-title{
        font-size: 25px;
    }
}
/* End Home */
/* Start Prosuct */
.product.section .sec-head::before{
    content: 'Products';
}
.product .single-product{
    width: 31.3333%;
    height: 250px;
    margin: 0 1%;
    background-color: #ffffff10;
    border-radius: 20px;
    cursor: pointer;
    transition: transform .5s;
}
.product .single-product:hover{
    transform: translateY(-10px);
}
.product .single-product .image{
    width: 80%;
    margin: auto;
}
.product .single-product .prdct-name{
    color: #fff;
    font-size: 18px;
    font-family: 'reg';
}
@media only screen and (max-width: 450px){
    .product .single-product{
        width: 90% !important;
    }
    .product .single-product .image{
        transform: translateY(-50px) !important;
    }
    .product .single-product .prdct-name{
        transform: translateY(-50px) !important;
    }
}
@media only screen and (max-width: 550px){
    .product .single-product{
        height: 230px;
        width: 70%;
    }
}
@media only screen and (max-width: 650px){
    .product .single-product{
        width: 60%;
        margin: 80px auto 30px;
        float: none;
    }
    .product .single-product .image{
        transform: translateY(-70px) !important;
    }
    .product .single-product .prdct-name{
        transform: translateY(-80px) !important;
    }
}
@media only screen and (min-width: 651px) and (max-width: 767px){
    .product .single-product{
        width: 50%;
        margin: 80px auto 30px;
        float: none;
    }
    .product .single-product .image{
        transform: translateY(-70px);
    }
    .product .single-product .prdct-name{
        transform: translateY(-70px);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .product .single-product{
        width: 45%;
        margin: 80px 3% 30px 2%;
    }
    .product .single-product .image{
        transform: translateY(-70px);
    }
    .product .single-product .prdct-name{
        transform: translateY(-70px);
    }
    .product .single-product:nth-child(4){
        margin: 80px 25% 30px;
    }
}
@media only screen and (min-width: 992px){
    .product .single-product{
        height: 230px;
        margin-top: 80px;
    }
    .product .single-product .image{
        transform: translateY(-70px);
    }
    .product .single-product .prdct-name{
        transform: translateY(-70px);
    }
}
@media only screen and (min-width: 1200px){
    .product .single-product .image{
        transform: translateY(-100px);
    }
    .product .single-product .prdct-name{
        transform: translateY(-100px);
    }
}
/* End Product */
/* Start Services */
.service.section .sec-title .sec-head::before{
    content: 'services';
}
.service .single-service{
    margin-bottom: 35px;
    min-height: 180px;
    background-color: #ffffff20;
    border-radius: 20px;
    padding: 15px;
    cursor: pointer;
}
.service .single-service .image-div{
    width: 180px;
    margin-right: 15px;
    transform: translateY(-34px);
    transition: transform .5s;
}
.service .single-service:hover .image-div{
    transform: translateY(0px);
}
.service .single-service .content-div{
    width: calc(100% - 195px);
    padding-top: 15px;
}
.service .single-service .content-div .serv-name{
    font-size: 20px;
    font-family: 'reg';
    color: #fff;
    margin-bottom: 20px;
}
.service .single-service .content-div .desc{
    font-family: 'reg';
    font-size: 14px;
    line-height: 1.3;
    color: #b3b3b3;
}
@media only screen and (max-width: 550px){
    .service .single-service{
        text-align: center;
    }
    .service .single-service .image-div{
        float: none;
        width: 150px;
        margin: auto;
    }
    .service .single-service .content-div{
        float: none;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 1200px){
    .service .single-service{
        width: 47%;
        margin: 0 1.5% 30px;
    }
}
/* End Services */
/* Start Members */
.members.section .sec-title .sec-head::before{
    content: 'members';
}
.members .single-memb{
    background-color: #ffffff30;
    padding: 15px;
    border-radius: 20px;
    cursor: pointer;
    transition:  transform .5s;
}
.members .single-memb:hover{
    transform: translateY(-10px);
}
.members .single-memb img{
    margin: 0 auto 20px;
    width: 80%;
}
.members .single-memb .memb-name{
    font-family: 'light';
    font-size: 15px;
    color: #fff;
}
@media only screen and (max-width: 767px){
    .members .single-memb{
        width: 100%;
        margin: 0 auto 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .members .single-memb{
        width: 47%;
        margin: 0 1.5% 30px;
    }
}
@media only screen and (min-width: 992px){
    .members .single-memb{
        width: 23%;
        margin: 0 1% 30px;
    }
}
/* End Members */
/* Start Contacts */
.contact.section .sec-title .sec-head::before{
    content: 'contacts';
}
.contact .content-div{
    width: 30%;
    margin-right: 5%;
    color: #fff;
}
.contact .content-div .image{
    margin-bottom: 20px;
}
.contact .content-div .direct{
    margin-bottom: 30px;
    font-family: 'light';
}
.contact .content-div .direct .con{
    margin-bottom: 15px;
}
.contact .content-div .con-name{
    font-family: 'light';
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
}.contact .content-div span{
    color: #15a3e6;
    margin-right: 10px;
}
.contact .content-div .social span{
    margin-right: 20px;
    margin-top: 10px;
}
.contact .sec-form{
    width: 65%;
    padding-top: 10px;
}
.contact .sec-form .begin{
    font-size: 15px;
    font-family: 'light';
    color: #fff;
    margin-bottom: 15px;
}
.contact .sec-form .inpt{
    background-color: #ffffff30;
    border-radius: 3px;
    height: 45px;
    padding: 15px;
    margin-bottom: 15px;
}
.contact .sec-form .name, .contact .sec-form .email{
    width: 48%;
    margin-right: 1%;
}
.contact .sec-form .subject{
    width: 98%;
    margin-right: 2%;
}
.contact .sec-form .txt-erea{
    background-color: #ffffff30;
    border-radius: 3px;
    width: 98%;
    margin-right: 2%;
    padding: 15px;
    margin-bottom: 15px;
}
.contact .sec-form .btn{
    width: 250px;
    height: 40px;
    background-color: #15a3e6;
    margin: auto;
    font-family: 'reg';
    border: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    transition: background-color .3s;
}
.contact .sec-form .btn:hover{
    background-color: #15a4e650;
}
@media only screen and (max-width: 767px){
    .contact .content-div{
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
    }
    .contact .sec-form{
        float: none;
        width: 100%;
        text-align: center;
    }
    .contact .sec-form .name ,
     .contact .sec-form .email ,
      .contact .sec-form .btn,
      .contact .sec-form .txt-erea,
      .contact .sec-form .subject{
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .contact .content-div{
        float: none;
        text-align: center;
        width: 100%;
        margin-bottom: 50px;
    }
    .contact .sec-form{
        float: none;
        width: 100%;
        text-align: center;
    }
}
/* End Contacts */
/* Start Footer */
.footer{
    background-color: #111;
}
.footer.section{
    margin-bottom: 0;
}
.footer .col-4{
    min-height: 200px;
}
.footer .col-4 .col-name{
    font-family: 'med';
    font-size: 15px;
    color: #707070;
    margin-bottom: 15px;
}
.footer .col-4 ul li a{
    line-height: 2;
    font-family: 'light';
    font-size: 14px;
    transition: color .3s;
}
.footer .col-4 ul li a:hover{
    color: #707070
}
.footer .hrline{
    border: 1px solid #707070;
    margin-bottom: 30px;
}
.footer .copy{
    color: #707070;
    font-family: 'reg';
    font-size: 17px;
}
@media only screen and (max-width: 767px){
    .footer .col-4{
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .footer .col-4{
        width: 50%;
        margin: 0 0 20px;
    }
}
@media only screen and (min-width: 992px){
    .footer .col-4{
        width: 23%;
        margin: 0 1% 20px;
    }
}
/* End Footer */
/* Start Framework */
.section{
    padding: 50px 0;
    margin-bottom: 80px;
    width: 100%;
}
.container{
    margin: auto;
    padding: 0 15px;
}
.text-center{
    text-align: center;
}
.clasic-list{
    list-style-type: none;
}
.inline-block{
    display: inline-block;
}
.block{
    display: block;
}
a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.float-l{
    float: left;
}
.float-r {
    float: right;
}
.clearfix{
    clear: both;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{
    display: none;
}
.resp-img{
    width: 100%;
}
.btn{
    outline: none;
    cursor: pointer;
}
.sec-title .sec-head{
    font-size: 25px;
    font-family: 'med';
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
}
.sec-title .sec-head::before{
    text-transform: uppercase;
    color: #15a4e6;
    opacity: .2;
    font-size: 75px;
    font-family: 'semi-bold';
    letter-spacing: -4px;
    z-index: -1;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translate(-50%, 0);
}
.view{
    margin-top: 50px;
    display: block;
    color: #15a3e6;
    font-size: 13px;
    font-family: 'reg';
}
.inpt,.txt-erea{
    outline: none;
    border: none;
}
/* End Framework */











/*---------------------------- Media -----------------------------------*/
@media only screen and (max-width:767px){ /* mobile and tablet Screen Rule */
    .hidden-xs{
        display: none;
    }
    .visible-xs{
        display: block;
    }
    .sec-title .sec-head{
        font-size: 17px;
    }
    .sec-title .sec-head::before{
        font-size: 45px;
        top: -32px;
        letter-spacing: -2px;
    }
}
@media only screen and (min-width:768px) and (max-width: 991px){ /* Small Screen Rule */
    .container{
        width: 750px;
    }
    .hidden-sm{
        display: none;
    }
    .visible-sm{
        display: block;
    }
}
@media only screen and (min-width:992px) and (max-width: 1199px){ /* Medium Screen Rule */
    .container{
        width: 970px;
    }
    .hidden-md{
        display: none;
    }
    .visible-md{
        display: block;
    }
}
@media only screen and (min-width:1200px){ /* Large Screen Rule */
    .container{
        width: 1170px;
    }
    .hidden-lg{
        display: none;
    }
    .visible-lg{
        display: block;
    }
}
