/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
     Created on : March 09, 2015, 3:20:37 PM
    Author     : Saimoon Durrani
*/
* {
    margin:0px;
    padding:0px;
}
html,body {
    height: 100%;
    color:#666666;  
	font-family: 'Raleway', sans-serif;
	font-size:13px;
    background: #000000;
}
img, a {
    border:none;
    outline: none !important;
}


.max-width {width:100%;}
.img-responsive {width:100%;}
.padd-zero {
    padding-left: 0px;
    padding-right: 0px;
}


ul, ol{
	padding-left:17px;
}
.header_section{
    background: url(../images/header_bg.jpg) no-repeat right;
    min-height: 253px;
    padding: 60px 0 0;
    margin-left: 40px;
}
.main_menu{
    text-align: center;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05c4fb+0,08c0fc+25,1eabfa+50,4a83f7+100 */
background: #05c4fb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YzRmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzA4YzBmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFlYWJmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0YTgzZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #05c4fb 0%, #08c0fc 25%, #1eabfa 50%, #4a83f7 100%); /* FF3.6-15 */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05c4fb), color-stop(25%,#08c0fc), color-stop(50%,#1eabfa), color-stop(100%,#4a83f7)); /* Chrome4-9,Safari4-5 */
background: -webkit-linear-gradient(top, #05c4fb 0%,#08c0fc 25%,#1eabfa 50%,#4a83f7 100%); /* Chrome10-25,Safari5.1-6 */
background: -o-linear-gradient(top, #05c4fb 0%,#08c0fc 25%,#1eabfa 50%,#4a83f7 100%); /* Opera 11.10-11.50 */
background: -ms-linear-gradient(top, #05c4fb 0%,#08c0fc 25%,#1eabfa 50%,#4a83f7 100%); /* IE10 preview */
background: linear-gradient(to bottom, #05c4fb 0%,#08c0fc 25%,#1eabfa 50%,#4a83f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05c4fb', endColorstr='#4a83f7',GradientType=0 ); /* IE6-8 */
}
.main_menu ul{
    display: inline-block;
    padding: 0 0 0;
    margin: 0 0 0;
    vertical-align: top;
}
.main_menu ul li{
    margin: 15px 0;
    float: left;
    list-style: none;
    padding: 4px 50px;
    border-right: #a3c8fc 1px solid;
}
.main_menu ul li:last-child{
    border-right: 0;
}
.main_menu ul li a{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: #FFF;
    
    text-shadow: 1px 1px 2px rgba(12, 71, 166, 1);
}
.main_menu ul li.active a{
    font-weight: bold;
}
.banner{
    position: relative;
}
.banner a.readmore{
    position: absolute;
    display: block;
    right: 0;
    bottom: 27px;
    background: rgba(0, 0, 0, 0.5);
    color: #05e3ff;
    padding: 8px 35px 8px 19px;
    font-size: 20px;
    text-transform:uppercase;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(5,51,68, 1);
}
.center_colum{
    padding:0 6px;
}
.left-zero{
    padding-left: 0;
}
.right-zero{
    padding-right: 0;
}
.center_colum img{
    width: 100%;
}
.image_section{
    padding: 12px 0;
}
.about_section{
    padding-bottom: 12px;
    display: flex;
}
.about_section img{
    width: 100%;
    vertical-align: top;
}
.about_detail{
    position: relative;
}
.about_detail_inner{
    height: 100%;
    background: #272727;
    padding:30px 25px;
    overflow: auto;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about_detail p{
    font-size: 15px;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 0;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.footer_col{
    background: #818181;
    height: 100%;

    padding: 30px;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
}
.footer_desc{
    display: flex;
    padding-bottom: 35px;
}
.footer_desc .center_colum{
    position: relative;

}
.footer_desc .center_colum.right-zero .footer_col{
    left: 6px;
}
.footer_desc .center_colum h2{
    margin: 0 0 9px;
    font-size: 30px;
    color: #2a2d2b;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.footer_desc .center_colum p{
    font-size: 15px;
    line-height: 24px;
    color: #FFF;
    margin: 0 0 0;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.nav_btn{
    display: none;
}
.banner h4{
    display: block;
    width: 60%;
    top: 9%;
    right: 0;
    position: absolute;
    background: rgba(0,0,0,0.5);
    padding: 15px 25px;
    font-size:24px;
    color: #ffffff;
}
.inner_banner{
    max-width: 760px;
    padding: 50px 0 40px;
    margin: 0 auto;
}
.inner_banner p{
    font-size: 16px;
    line-height: 28px;
    color: #c4c4c4;
    margin: 0 0 20px;
}
.inner_banner p span{
    font-size: 24px;
    color: #4c81f8;
}
.agree_btn{
    padding:20px 0 0;
    text-align: center;
    margin:0 0 0;
}
.agree_btn a{
    font-size: 24px;
    color: #4c81f8;
}
.rental_lists{
    background: #272727;
    padding:30px 0;
    text-align: center;
    margin-bottom: 30px;
}
.rental_lists ul{
    padding:0 0 0 18px;
    margin: 0 0 0;
    display: inline-block;
}
.rental_lists ul li{
    list-style: disc;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #4c81f8;
}
.rental_lists ul li span{
    color: #FFF;
}
.rental_lists .rental_list{
    border-right: #3d5ca2 1px solid;
}
.rental_lists .rental_list:last-child{
    border-right: 0;
}
.wrapper_product{
    max-width: 992px;
    margin: 0 auto;
}
.wrapper_product .center_colum{
    min-height: 440px;
    padding-bottom: 15px;

}
.wrapper_product .center_colum img{
    margin: 0 0 13px;
}
.wrapper_product .center_colum ul{
    padding:0 0 0 18px;
    margin: 0 0 0;
}
.wrapper_product .center_colum ul li{
    list-style: disc;
    font-weight: normal;
    color: #4c81f8;
    font-size: 16px;
}
.wrapper_product .center_colum ul li span{
    color: #c4c4c4;
}
.wrapper_product .center_colum h4{
    font-size: 19px;
}
.field_div{
    margin:0 0 10px;
}
.field_div label{
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #c4c4c4;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.field_div span{
    font-size: 14px;
    color: #4c81f8;
}
.field_div .form-control{
    height: 24px;
    padding: 4px 12px;
    background: #959595;
    border:#116296 1px solid;
    max-width: 190px;
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
    color: #000;
    font-size: 13px;
}
.contact_wrapper{
    max-width: 850px;
}
.contact_wrapper p span{
    font-size: 14px;
}
.field_div .form-control.small_field{
    max-width: 80px;
}
.field_div .form-control.medium_field{
    max-width: 100px;
}
.field_div textarea.form-control{
    min-height: 150px;
    resize: none;
    display: block;
    margin-left: 0;
    max-width: 70%;
}

.alert-wrap{
    background: rgba(0,0,0,0.6);
    width: 100%;
    height:100%;
    top:0;
    left:0;
    position: fixed;
    z-index:200;
}
.alert-success{
    position: absolute;
    width:500px;
    left:50%;
    margin-left: -250px;
    top:50%;
    z-index: 300;
    margin-top: -25px;
    background: #FFF;

}
.contact_wrapper .btn-primary{
color: #4c81f8;
font-size: 24px;
background: none;
border: 0;
margin: 20px 0 0;
}
.inner_banner.contact_wrapper{
    padding-top: 25px;
}
.contact_wrapper h2{
margin: 0 0 1px;
    font-size: 24px;
    color: #4c81f8;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}

.contact_wrapper h4{
margin: 15px 0 15px;
display: block;
    font-size: 19px;
    color: #4c81f8;
    background: #FFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding:5px 10px;
}
.contact_wrapper h4 span{
    font-size: 14px;
    font-weight: normal;
}
.contact_wrapper .field_wrap{
    clear: both;
    display: block;
    margin: 0 0 10px;

}
.contact_wrapper input[type="radio"], .contact_wrapper input[type="checkbox"]{
    margin-right: 5px;

}