
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html{
    height: 100%;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body{
    font-family: "Poppins", sans-serif;
    background: #fff;
    color:#333;
    height: 100%;
}
strong,b{
    font-weight: 600;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.tal{
    text-align: left;

}

.m0{
    margin:0;
}
.m30x0{
    margin:30px 0;
}
.p0{
    padding: 0;
}
.p0x30{
    padding: 0 30px;
}
.pl30{
    padding-left: 30px;
}
a{
    color:#333;
}
a:hover,
a:focus,
a:active{
    text-decoration: none;
    color:#333;
}
p,li{
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 25px;
    color:#333;
}

ul{
    padding-left: 20px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:600;
    position: relative;
}
h1{
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 20px;
}
h2{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.2;
}
h2:after{
    content: '';
    display: block;
    margin:15px auto;
    width: 100px;
    height: 2px;
    background: #333;
}
h3{
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
h3:after{
    content: '';
    display: block;
    margin:15px auto;
    width: 100px;
    height: 2px;
    background: #333;
}
h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
h5{
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h6{
    font-size: 16px;
    font-weight: 600;
}

.mb100{
    margin-bottom: 100px;
}
#menu{
/*    float: right;*/
/*    margin-top: 50px;*/
}
#menu li{
    display: inline-block;
    list-style: none;
    margin-bottom: 15px;
    margin:0 10px;
}
#menu ul{
    padding: 0;
}
#menu a{
    font-size: 12px;
    letter-spacing: 0.5px;
    color:#333;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 0;
    display: inline-block;
}
#menu a:hover{
    color:#7b7b7b;
}

.navbar-toggle .icon-bar {
   background: #333;
}

.navbar-toggle{
    margin-top: 39px;
}
.navbar-collapse{
    text-align: center;
}
.button-icon{
    margin-right: 10px;
}
.button-icon,
.button-text{
    display: inline-block;
    vertical-align: middle;
}

.navbar-collapse{
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.navbar-collapse .navbar-toggle{
    
}
.navbar-collapse .navbar-toggle .icon-bar{
    
}

.navbar-static-top .navbar-collapse{
    
}
header > .container{
    font-size: 0;
}
.socials{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.socials ul{
    padding: 0;
    text-align: right;
}
.socials li{
    list-style: none;
    display: inline-block;
    margin:0 10px;
}
.socials img{
    width: 16px;
}
.navbar-header{
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.home .navbar{
    background: transparent;
    margin:0;
    border:none;
    width: 100%;
    position: absolute;
}
.navbar{
    margin:0;
    border: none;
}
.navbar .navbar-brand{
    height: auto;
    padding: 5px;
    margin: 15px 0;
    padding-left: 15px;
}
.navbar-brand img{
    width: 115px;
}
#main-top{
    height: 100%;
    padding: 150px 0 0;
    background-image: url(../img/2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#main-top:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgb(255 255 255 / 55%);
}
#main-top .container{
/*    position: relative;*/
}
.caption{
    text-align: center;
    top: 41%;
    position: absolute;
    width: 100%;
    left: 0;
}


.btn{
    padding: 18px 40px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color:#fff;
    background: #296bff;
    border:none;
    text-transform: uppercase;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}
.btn:focus{
    box-shadow: none;
    outline: none;
}
.btn:hover{
    background: #000;
    color:#fff;
}
#meet{
    padding: 50px 0;
}
.section-img{
    background: url(../img/5.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
        height: 100%;
}
.flexRow{
    display: flex;
    flex-wrap: wrap;
}
.meet-content{
    text-align: center;
}
.btn.btn-small{
    margin:0 auto;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    letter-spacing: 1px;
}
.services{
    background: #fafafa;
    padding: 50px 0;
    text-align: center;
}
.box-content{
    margin-top: 30px;
}
.box-content p{
    color:#666;   
}
.box-content img{
    margin-bottom: 25px;
}
#contact{
    padding: 50px 0;
}
#contact h2{
    font-size: 40px;
    text-align: left;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
#contact h2:after{
    margin-left: 0;
}
.form-control{
    border-color:#b5b5b5;
    padding: 8px 12px;
    height: auto;
    box-shadow: none;
}
.input{
    margin-bottom: 10px;
}
textarea.form-control{
    height: 200px;
}
.submit button{
    border-radius: 5px;
    background: #333;
    color:#fff;
    border:none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 12px;
}
.map{
    padding-top: 100px;
}
.contact-col{
    text-align: center;
    margin-top: 30px;
}
.contact-col a:hover{
    color:#112d6d;
}
.contact-col img{
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #e9e9e9;
    padding: 17px;
    width: 60px;
}
.contact-col h6{
    margin-bottom: 10px;
}


footer{
    padding: 80px 0 0px;
    background: #1f1f1f;
    font-size: 12px;
    font-weight: 300;
/*    position: absolute;*/
    width: 100%;
/*    margin-top: -340px;*/
}
footer a{
    color:#b5b5b5;
    transition: all 0.3s ease-in-out;
}

footer h6{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 25px;
    color:#fff;
}
.menu-footer ul{
    padding: 0;
}
.menu-footer li{
    font-size: 16px;
    font-weight: 400;
    margin-bottom:7px;
    line-height: 1.4;
    list-style: none;
    color:#b5b5b5;
}
.menu-footer li a{
    color:#b5b5b5;
}
footer p{
    color:#b5b5b5;
    font-size: 16px;
    font-weight: 400;
    margin:0;
    line-height: 1.6;
}
.footer-brand{
    margin-bottom: 30px;
    display: inline-block;
}
.footer-brand img{
    width: 140px;
}
.copyright{
    padding: 30px 0;
    background: #1a1a1a;
    margin-top: 70px;
}
.copyright p{
    font-size: 12px;
    font-weight:400;
    text-align: center;
}
.contact-footer p{
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-footer p span{
    display: block;
    font-weight: 400;
    margin-top: 5px;
}

footer a:hover{
    color:#fffdfd;
}

#title-top{
    height: 600px;
    padding: 0;
    position: relative;
}
#title-top:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
}
.title{
    text-align: center;
    top: 38%;
    position: absolute;
    width: 100%;
    left: 0;
}
.title h1{
    font-size: 50px;
    text-transform: uppercase;
    color:#fff;
}
.title h1:after{
    content: '';
    display: block;
    margin:15px auto;
    width: 100px;
    height: 2px;
    background: #fff;
}
.title p{
    max-width: 685px;
    margin:0 auto;
    color:#fff;
}
.service-content{
    padding: 150px 30px;
}
.service-img{
    height: 100%;
    border-radius: 10px;
}
.serv1{
    background: url(../img/8.jpg) no-repeat center;
    background-size: cover;
}
.serv2{
    background: url(../img/7.jpg) no-repeat center;
    background-size: cover;
}
.serv3{
    background: url(../img/6.jpg) no-repeat center;
    background-size: cover;
}
.service-content p{
    max-width: 600px;
    margin:0 auto;
    margin-bottom: 25px;
}
.contact-section{
    padding: 70px 0;
    text-align: center;
    background: url(../img/1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.contact-section:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
}
.contact-section .container{
    position: relative;
}
.contact-section p{
    text-align: center;
}
.contact-section .btn{
    margin-top: 20px;
}
.service-content-list h2{
    text-align: left;
}
.service-content-list p{
    max-width: none;
}
.service-content-list{
    text-align: left;
    padding: 100px 50px;
}
.service-content-list ul{
    margin-bottom: 30px;
}
.service-content-list li{
    margin-bottom: 15px;
}
#services-list{
    padding: 50px 0;
}
.page-content{
    padding: 50px 0;
}
.page-content img{
    margin-bottom: 25px;
    border-radius: 10px;
}





/* media queries */



@media (min-width:992px){
    .navbar-collapse.collapse{
        display: inline-block!important;
    }
}

@media (max-width:1366px){ 
    
}

@media (max-width:1199px){ 
    p,
    footer p,
    li{
        font-size: 14px;
    }
    .contact-col h6{
        font-size: 14px;
    }
    .map {
        padding-top: 137px;
    }
    .menu-footer li{
        font-size: 14px;
    }
}


@media (max-width:991px){ 
    .navbar-collapse.collapse,
    .socials{
        display: none;
    }
    .navbar-header{
        width: 100%;
    }
    
    h5 {
        font-size: 18px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 16px;
    }
    .navbar-brand img {
        width: 100px;
    }
    .navbar-collapse{
        width: 100%;
    }
    #menu li{
        display: block;
        margin:10px 0;
    }
    .navbar .navbar-brand{
        marign:0;
    }
    .navbar-collapse{
        background: rgba(255, 255, 255, 0.6);
    }
    .section-img{
        height: 400px;
        margin-top: 30px;
    }
    #contact h2 {
        font-size: 26px;
    }
    .map {
        padding-top: 70px;
    }
    #menu a{
        padding: 5px 0;
    }
    #title-top {
        height: 400px;
    }
    .title{
        top: 33%;
    }
    .title h1 {
        font-size: 40px;
    }
    .service-content {
        padding: 100px 20px;
    }
    .service-img{
        height: 300px;
    }
    .o1{
        order:1;
    }
    .o2{
        order:2;
    }
    .service-content-list{
        padding: 50px 30px;
    }
    #services-list{
        padding: 0;
    }
    
}

@media (max-width:767px){
    
    .navbar-brand img {
        width: 80px;
    }
    .navbar-toggle {
        margin-top: 30px;
    }
    
    
    .btn {
        padding: 14px 30px;
        font-size: 12px;
    }
    .menu-footer, .contact-footer{
        margin:20px 0;
    }
    footer h6{
        margin-bottom: 15px;
    }
    h1,
    .title h1 {
        font-size: 35px;
    }
    h5 {
        font-size: 14px;
    }
    h2{
        font-size: 30px;
    }
   

}


@media (max-width:580px){
    
}

@media (max-width:480px){

}

@media (max-width:400px){
    
}
@media (max-width:370px){
    
}

@media (min-width: 768px){
    
}