
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {

    font-family: sans-serif !important;
    overflow-x: hidden;
}

p {
    font-size: 1em;
    color: #777;
    line-height: 1.9em;
    text-align: justify;
}

h3 {

    color: #e16b5b;
    text-decoration: none;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    margin-bottom: 15px;
}


#top_sec {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.login_sec {

    list-style: none;
    margin: 0;
    padding: 20px 0;
    float: right;
}


.login_sec li {

    display: inline-block;

}


.login_sec li a {

    text-decoration: none;
    color: #fff;
    margin: 0 1em;
    font-size: 16px;
}

.login_sec.again li a {

    text-decoration: none;
    color: #fff;
    margin: 0 5em;
    font-size: 16px;

}


#demo-1 {

    min-height: 200px !important;


}

.menu {

    width: 250px;
    min-height: 400px;
    position: absolute;
    z-index: 999;
    top: 1em;
    left: -250px;
    transition: 0.5s;
}



.menu.active {

    left: -50px;

}


.menu .btn-info {

    position: absolute;
    top: 0;
    right: -4em;
}



#demo-1 img {

    width: 100%;

}

.menu .btn-info {

    background-color: transparent;
    border: none;


}


.menu .btn-info span {


    width: 40px;
    height: 3px;
    display: block;
    background-color: #EFC509;
    position: relative;

}

.menu .btn-info span:nth-child(1) {

    top: 15px;
    width: 35px;
    height: 3px;

}


.menu .btn-info span:nth-child(3) {

    top: 20px;
    width: 30px;
    height: 3px;

}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
    color: #fff;
    background: transparent !important;
    border-color: transparent !important;

}

.menu .title {

    color: #fff;
    background-color: #EFC509;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}


.menu ul li a {

    text-decoration: none;
    color: #fff;
    background-color: #000;
    display: block;
    padding: 10px;
    text-align: center;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #EFC509 !important;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin: 10px;
}

.offer_sec {

    min-height: 320px;
    border: 1px solid #ddd;
    padding: 15px;
}

#offer {

    padding: 50px 0;

}


#offer h1 {

    text-align: center;
    font-weight: 400;
    font-size: 3em !important;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
}


#offer img {

    display: block;
    margin: 0 auto;
}

a {

    text-decoration: none !important;

}

.more {

    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #8e8585;
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;

}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;

}

.image_se1 {

    width: 100%;
    height: 255px;
    overflow: hidden;
    margin-bottom: 36px;
}


.image_se1 img {

    width: 100%;

}

.image_se2 {

    width: 100%;
    height: 255px;
    overflow: hidden;
}


.image_se2 img {

    width: 100%;

}

#slideing {

    background-color: #ebebec;
    padding: 50px;

}


.content_car {

    width: 100%;
    min-height: 80px;

}


.content_car h4 {
    font-size: 2em;
    color: #333;
    text-align: left;
    text-transform: uppercase;
}


.content_car p {
    text-align: left;
    font-size: 1.1em;
    color: #333;
    font-size: 16px;
    font-family: cursive;
}

#contect_sec {

    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/csa_contact.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/csa_contact.jpg);
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/csa_contact.jpg);
    background-image: -ms-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/car_2.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/csa_contact.jpg);

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 50px;
}

.form_content {

    width: 40%;
    background-color: #fff;
    padding: 30px 30px;
    float: right;
}




.form_content input[type="text"],

.form_content input[type="email"] {

    border-radius: 0;
    border: 1px solid #c7c5c5;
    height: 50px;
    padding-left: 30px;

}


.form_content input[type="text"] {

    background-image: url(../images/icon_1.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
}


.form_content input[type="email"] {

    background-image: url(../images/icon_2.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
}


.form_content input[type="tel"] {

    background-image: url(../images/icon_4.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
    padding: 20px 12px 20px 30px;
}



.form_content a {


    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #E16B5B;
    display: block;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
}




.form_content label {

    margin-top: 15px;

}


#tabing_sec {

    padding: 50px 0;

}

#tabing_sec h1 {

    text-align: center;
    font-weight: 400;
    font-size: 3em !important;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 50px;
    text-transform: uppercase;
}


.nav-tabs > li > a {
    padding: 15px 44px;
    font-size: 19px;
    font-weight: 400;
    border-radius: 0;
    color: #333;
    background: none;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom: 3px solid #e16b5b !important;
    border-bottom-color: transparent;
}

.tab-content {

    min-height: 200px;
    padding: 15px;

}

.tab-pane p {

    font-size: 1em;
    color: #777;
    line-height: 1.9em;
    text-align: left;

}

footer {

    background: #28357d;
    padding: 3em 0 1em 0;

}

footer p {

    color: #999;
    text-align: left;
}


footer h3 {

    color: #fff;
    text-align: left;
}


footer span {

    width: 80px;
    height: 1px;
    display: block;
    background-color: #999;
    margin: 5px 0 30px;
}


footer i {

    width: 30px;
    box-sizing: border-box;
    height: 30px;
    border: 1px solid #999;
    color: #999;
    display: block;
    text-align: center;
    line-height: 30px;
    padding: 5px;
    border-radius: 50%;
}

.line {

    width: 100%;
    height: 1px;
    display: block;
    background-color: #575757;
    margin-top: 55px;
}

#panel {

    padding: 15px 0;
    background-color: #F4F4F4;
}


.nav_li {

    margin: 0;
    padding: 0;
    list-style: none;

}

.nav_li li {

    display: inline-block;
    color: #212121;
    font-size: 14px;

}

.nav_li li a {

    text-decoration: none;
    color: #212121;
    padding: 0 5px;
}


#sec_se {

    padding: 4em 0;

}

.lef_sec {

    padding: 10px;
    border: 1px solid #ddd;
}

.lef_sec h3 {

    text-align: left;
    margin-top: 15px;
}

.right_sec {

    border: 1px solid #ddd;
    padding: 1em;
}

.right_sec img {

    width: 100%;
}


.right_sec h3 {

    margin-top: 20px;

}


.right_sec h5 {

    font-weight: 400;
    line-height: 21px;
    font-family: cursive;
    font-size: 17px;
}


.both {

    padding: 0 0;

}

.right_sec input[type="text"] {

    border: 1px solid #323232;
    border-radius: 0;
}

.right_sec button {

    background-color: #e16b5b;
    border: 1px solid #e16b5b;
    border-radius: 0;
}

.deatils label {

    padding-top: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;

}


.deatils span {

    width: 100%;
    display: block;
    height: 1px;
    background-color: #ddd;
    margin: 30px 0;
}

.deatils h2 {


    margin: 15px 0;

}

.deatils input[type="submit"] {

    font-size: 1em;
    color: #fff;
    background: #333;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px 57px;
    -webkit-appearance: none;
    font-weight: 600;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    text-transform: uppercase;
}


.deatils select {

    border-radius: 0;
    border: 1px solid #a5a2a2;
}

.deatils input[type="text"],

.deatils input[type="email"] {

    border-radius: 0;
    border: 1px solid #a5a2a2;

}

.spacing {

    height: 40px;
    display: block;
}

.lef_sec img {

    width: 100%;

}


.contact_section {

    background-color: #fff;
    padding: 100px 0;

}

.color_sec {

    box-sizing: border-box;
    background-image: url(../images/grid.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #211290;
    box-shadow: 0px 5px 15px #000;
    padding: 150px 0;
}


.color_sec img {

    width: 100%;

}

.contac_sign {

    background-color: #fff;
    width: 70%;
    display: block;
    padding: 30px 20px;
    margin: 0 auto;
    box-shadow: 0 2px 15px #000;
}


.contac_sign h2 {

    margin-bottom: 15px;
    padding: 15px;
    display: block;
}

.contac_sign input[type="submit"] {

    display: block;
    width: 100%;
    height: 50px;
    background-color: #4e40b7;
    margin-top: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;

}


.contac_sign input[type="text"],

.contac_sign input[type="email"] {

    border-radius: 0;
    border: 1px solid #999;



}

#edding {

    position: absolute;
    width: 80px;
    top: 80%;
    left: -20px;
}

.spacing_show {

    margin-top: 15px;

}

.footer_sec h5 {

    color: #EFC509;

}

@media(max-width: 767px) {

    .spacing_deifine {

        margin-bottom: 30px;

    }


    .contac_sign {

        width: 95%;
        margin: 0 auto;
    }

    .lef_sec img {

        width: 25%;
        display: block;
        margin: 0 auto;
    }



    .spacing {

        height: 5px;
        display: block;
    }

    .deatils select {

        margin-bottom: 15px;

    }

    .form_content {

        float: none;
        width: 80%;
        margin: 0 auto;
    }

    .login_sec.again li a {

        text-decoration: none;
        color: #fff;
        margin: 0 1em 0 3em;
        font-size: 16px;

    }


    .demo-inner-content {

        margin: 100px auto !important;

    }

    .login_sec.spaceing_define {

        padding: 5px 0;

    }


    .both {

        padding: 0 15px;

    }

}


@media(max-width:480px) {

    .demo-inner-content {

        margin: 60px auto !important;

    }


    .both {

        padding: 0 15px;

    }


}




/*form start*/


/*sec new start*/


.navbar{

    margin-bottom:0;

}


.top_social{

  padding: 10px 0px;

}

.img_sec{

    margin:0;
    padding:0;
    list-style-type: none;
    float:right;
}


.img_sec li{

    display: block;
    float:right;
    width:60px;
    margin:0 5px;
}


.img_sec li img{

    width:100%;
    border:3px solid #192855;
}


.social_links{

    float:right;

}

.logo_design{

    width:66px;

}

.collapse{

    padding:0 0;

}


.social_links{

  margin:0;         
  padding:0;
  list-style-type: none;
}


.social_links li{


    float:right;
    display: inline-block;
    color:#fff;

}

.navbar-brand {
    float: left;
    height:auto;
    padding:0;
    font-size: 18px;
    line-height: 20px;
    width: 70px;
}

nav.sticky{

    position: fixed;
    top:0;
    z-index: 999;
    width:100%;

}

.social_links li a{


    float:right;
    display: inline-block;
    color:#fff;
    padding:10px;
    font-size:20px;
    padding:30px 15px;
    
}

.navbar-inverse{

    background-color:#28357d;
    border:none;
    border-radius:0;
} 

.navbar-inverse .navbar-toggle {
 
    /* border-color: #333; */
    background-color: #fff;
    color:#000;

}
.navbar-inverse .navbar-nav>li>a{

    font-size:16px;
    font-weight: 300;
    color:#edf6ff;
    padding: 30px 15px;  
    
}

@media(min-width: 1200px){


.navbar-nav li:hover>ul.dropdown-menu{

    display: block;

}


}



@media(min-width: 992px) and (max-width:1199px){


.navbar-nav li:hover>ul.dropdown-menu{

    display: block;

}


}


@media(max-width: 767px){



.collapse{

    padding:0 15px;

}



}


/*new_style*/


.navigation{

 margin:0;
 padding:0;


}



.navigation li{

    display: block;

}



.navigation li a{


    color:#999;
    display: block;
    margin:15px 0;

}



.bg-light .fa{

    font-size:30px;
    margin-bottom:15px;

}

.gutter.row{

    margin:0;
    padding:0;

}



.gutter>[class^="col-"]{


    padding-left:0;
    padding-right:0;

}
