@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body{
	margin:0;
}
*{	
    padding:0;
	box-sizing:border-box;
	font-family: 'Montserrat', sans-serif;
	}
img{
	display:block;
    max-width:100%;
    height:auto;
}
.login span img{
    display:inline-block;
    margin-right: 10px;
}
.clear{
    clear:both;
}
a{  
    display:inline-block;
    text-decoration:none;
    -o-transition:color .4s ease-out, background 4s ease-in;
	-ms-transition:color .4s ease-out, background 4s ease-in;
	-moz-transition:color .4s ease-out, background 4s ease-in;
	-webkit-transition:color .4s ease-out, background 4s ease-in;
	/* ...and now for the proper property */
	transition:color .4s ease-out, background 4s ease-in;
}
i.fa.fa-circle.circle{
    font-size: 5px;
    color: rgb(74, 78, 127);
    padding-left: 31px;
    vertical-align: middle;
}
a:hover{
    text-decoration:none;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
p{
    color:#9ea7ad;
}
figure{
    background:no-repeat center center/cover;
    margin:0;
}
.flex,
header >  figure,
.app-area > .row{
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-content{
    max-width: 600px;
    text-align: center;
    margin: auto;
    animation-duration: 3s;
}
header .header-content img{
    width: 600px;
}
header .header-logo{
   
}
header >  figure{
    height: 100vh;
/*    background-color:rgba(48, 65, 111, 1);*/
}
header .header-content a{
    text-transform: uppercase;
    color:white;
    background: #30416f;
    border:1px solid white;
    font-weight: bold;
    margin-top: 50px;
    padding: 17px 40px;
}
.navbar-nav .nav-item{
    padding: 0px 20px;
  
}
.navbar-nav .nav-item .nav-link{
    color:#fff;
    
}
.navigation{
    position: static;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.navigation .navbar-dark{
    background: #30416f9c !important;
}
.navigation a.navbar-brand{
    max-width: 200px;
}
.navigation li a{
    text-transform: uppercase;
    font-weight: 600;
    border-top:5px solid transparent;
    padding:20px;
}
.navigation li a:hover{
    border-top:5px solid white;
    color:white !important;
}
.service-head{
    padding: 40px 0px 20px 0px;
    text-align: center;
}
.service-head h2{
    font-size: 34px;
    padding-bottom: 17px;
}
.service-head h3{
    font-size: 24px;
}
footer .footer-top-bg{
    background:  #30416f;
    padding: 30px 0px;
    border-top: 12px solid #e9eaee;
}
.footer-bottom{
    padding: 20px 0px;
    background: black;
}
.footer-logo{
    max-width: 200px;
}
.address-area p{
    font-size: 18px;
    color: white;
}
.address-area a{
    color:white;
}
.address-area a:hover{
    text-decoration: underline;
}
.navigation .navbar-collapse{
    justify-content: flex-end;
}
.road-shows-section{
    padding: 70px 0px;
}
.road-shows-content h3{
    font-weight: 700;
    padding-bottom: 20px;
    color:white;
}
.hand-bg-area .road-shows-content h3{
    color:black;
}
.road-shows-content p{
    font-size: 18px;
}
.road-shows-content a{
    background: #30416f;
    border:1px solid white;
    color: #fff;
    padding: 10px 29px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.road-shows-img{
    padding: 0px 25px;    
}
.road-shows-img img{
    width: 100%
}
.footer-top h3{
    color:white;
    font-size: 20px;
    padding-bottom: 12px;
}
.footer-top li a{
    font-size: 18px;
    color:white;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #505152;
    display: block;
}
.app-area{
    padding: 30px 0px 200px 0px;
}
.app-area .app-content{
    text-align: right;
}
.app-area .mobile-img img{
    width: 100%;
}
.footer-bottom .row{
    align-items: center;
}
.footer-bottom p{
    margin: 0;
}
.hand-bg-area figure{
    background-position: top;
}
section.bg-fixed-image{
    background:url('../images/buildings.jpg') no-repeat center center/cover;
    background-attachment: fixed;
}
.counter-area{
    background: white;
    padding: 130px 0px;
}
.counter-area .box{
    padding:20px;
    border: 1px solid #e0dede;
    text-align: center;
    margin: 10px 0px;
}
.box strong.target_count{
    color: #30416f;
    font-size: 50px;
    font-weight: 500;
    font-size: 32px;
}
.counter-content p{
    color:#747474;
    font-size: 18px;
    margin:0;
    text-align: center;
}
/***************************/
.header-content.service-content{
    max-width: 100%;
}
.service-content h1{
    line-height: 1.2;
    font-size: 50px;
    color: white;
    background-color: rgba(0,0,0, 0.4);
    padding: 10px 10px 0px 10px;
}
.service-content h2{
    background-color: rgba(0,0,0, 0.4);
    color: white;
    font-size: 20px;
    padding: 15px 20px;
    max-width: 300px;
    margin: 10px auto 0;
}
.service-content1 .service-text h3{
    padding-bottom: 15px;
    color:#30416f;
    font-size: 24px;
}
.service-content1 .service-text p{
    color:#747474;
    font-size: 18px;
    font-weight: 400;
}
.service-heading{
    padding: 70px 0px 30px 0px;
    text-align: center;
}
.service-heading h2{
    font-size: 32px;
}
.service-img{
    width: 100%;
    border-radius:50%;
    padding-top: 100px;
}
.service-text a,
.fleet-text a,
.form-content a{
    background: #30416f;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 20px;
}
.form-content a{
    padding: 10px 25px;
    border-radius: 5px;
}
.fleet-text a{
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom:50px;
}
.fleet-boxes .fleet-img{
    width: 440px;
}
.service-content1{
    padding-top: 50px;
}
.service-content2 .service-text h3:first-child{
    padding-bottom: 25px;
}
.service-content2 .service-text ul{
    padding: 20px 0px 25px 50px;   
}
.service-content2 .service-text li{
    list-style: disc;
}
.service-area{
    padding-bottom: 140px;
}
.fleet-heading h2{
    font-size: 35px;
    text-align: center;
    padding: 80px 0px 50px 0px;
}
.fleet-text h2{
    font-size: 27px;
    color: #333333;
}
.fleet-text p{
    font-size: 18px;
    color: #747474;
    font-weight: 400;
}
.fleet-icons{
    padding: 10px 0px 50px 0px;
}
.fleet-icons span{
    margin-right: 10px;
    font-size: 18px;
}
.form-img{
    padding: 0px 30px;
    text-align: center;
}
.form-img img{
    width: 100%;
}
.form-content h5{
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}
.form-img h4{
    font-size: 30px;
    font-weight: 700;
    padding: 60px 0px 10px 0px;
}
.form-img li{
    padding-bottom: 18px;
    font-size: 20px;
    color:#747474;
}
.form-img li a{ 
    color:#333333;
    font-weight: 500;
}
.form-img li a:hover{
    text-decoration: underline;
    color: #30416f;
}
.register-form{
    padding: 50px 0px 0px 0px;
}
.register-form input{
    margin-bottom: 20px;
}
.register-form input::placeholder,
.register-form textarea::placeholder{
    font-size: 14px;
}
.map-area{
    padding:100px 0px 180px 0px;
}
header.detail_header figure{
    height:100%;
    border-top: 10px solid #30416f;
}
.detail_section{
    padding:30px 0px;
}
.detail_head{
    text-align: center;
}
.detail_head h1{
    color: #1c9ac2;
    font-size: 30px;
    font-weight: bold;
}
.detail_head h2{
    color: white;
    font-size: 17px;
    font-weight: 400;
}
.detail_head h2 span{
    color:#edd58b;
    text-decoration: underline;
}
.detail_content{
    padding-top: 30px;
}
.detail_content .row{
    justify-content: center;
}
.detail_content .custom_column{
    width:168px;
}
.detail_content .custom_column:first-child{
    width: 330px;
}
.detail_content .column{
    text-align: center;
}
.detail_content .column h2{
    color:#edd58b;
    font-size: 18px;
    font-weight: bold;
}
.detail_content .column h2:first-child{
    padding-bottom: 10px;
}
.detail_content .column p{
    color:#edd58b
    font-size: 13px;
    font-weight: 500;
}
.detail_content .column h3{
    color:white;
    font-size: 20px;
    background: #000;
    margin-right: 12px;
    width: 128px;
    padding: 9px;
}
.price_area{
    padding: 70px 0px;
}
.payment_section{
    background: #222222;
    padding: 36px 0px 10px 0px;
}
.payment-area{
    max-width: 300px;
    margin: auto;
}
.payment_content{
    text-align: -webkit-center;
}
.payment_content h5{
    color:white;
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 3px 0px;
}
.payment_content h5:nth-child(3){
    padding: 20px 0px 0px 0px;
}


/***********scroll-effect***************/
.navigation-position{
    position: relative;
}
.scroll-effect{
    top:0;
    background:black;
    z-index:1111;
    box-shadow:0px 2px 10px #888888;
}




/**********responsive**************/
@media (max-width:1000px){
    .navigation .navbar-nav .nav-item{
        padding: 0px 10px;
    }
    .app-area{
        padding:30px 0px 100px 0px;
    }
    .address-area p{
        font-size: 16px;
    }
}
@media (max-width:991px){
    .service-heading{
        max-width: 600px;
        margin: auto;
    }
    .service-img{
        padding: 0;
    }
    .service-img img{
        margin: auto;
    }
    .service-content h1{
        font-size: 38px;
    }
    
}
@media (max-width:767px){
    .navigation .navbar-nav .nav-item .nav-link{
        text-align: center;
    }
    .footer-top{
        text-align: center;
    }
    .footer-top img{
        margin: auto;
    }
    .footer-map{
        display: none;
    }
    .service-content h1{
        font-size: 32px;
    }
    .fleet-heading h2{
        padding: 20px 0px 0px 0px;
    }
    .app-content{
        padding: 30px 0px;
    }
}
@media (max-width:576px){
    .footer-bottom p{
        font-size: 12px;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom .footer-logo{
        padding: 0px 0px 20px 0px;
        margin: auto;
    }
    .detail_head h1{
        font-size: 25px;
    }
    .detail_head h2{
        font-size: 16px;
    }
}
@media (max-width:479px){
    .service-content h1{
        font-size: 29px;
    }
    .fleet-heading h2{
        font-size: 25px;
    }
    .form-img li{
        font-size:16px;
    }
    .service-text{
        text-align: justify;
    }
    .service-content2 .service-text h3:first-child{
        padding-top: 13px;
    }
    .service-content1 .service-text h3{
        font-size: 23px;
    }
    .detail_head h1,
    .detail_content .column h2{
        font-size: 20px;
    }
    .detail_head h2{
        font-size: 14px;
    }
}




















