@charset "utf-8";

/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

/********************* Reset Css***********************/

header,
footer,
hgroup,
section,
aside,
details,
figcaption,
figure,
nav,
article {
    display: block;
}


/***************Start Global styles********************/

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    line-height: 1.8;
    overflow-x:hidden !important;
}

a {
    text-decoration: none !important;
    border: none !important;
    outline: none !important;
}

a:hover {
    text-decoration: none !important;
}

img {
    border: none;
    outline: none !important;
}

h1,
h2 {
    font-size: 36px !important;
}

footer {
    color: #F3F3F3;
    font-weight: normal;
    font-size: 14px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #029AEC !important;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #0082c8;
}

.ftr-bg1 {
    background-color: #252525;
}

.ftr-bg2 {
    background-color: #1c1c1c;
}

.fa-1x {
    font-size: 21px !important;
    padding-right: 5px;
}

.top-head {
    background: #1f2d30;
    min-height: 35px;
    padding-top: 10px;
    padding-bottom: 2px;
}

.top-btn {
    border-top: 1px solid #EDEDED;
}

.box-padding0 {
    padding: 16px 0;
}

.box-padding {
    padding: 30px 0;
}
.box-padding3 {
    padding: 60px 0 90px;
}
.box-padding6 {
    padding: 120px 0 160px;
}
.box-padding2 {
    padding: 40px 0;
}

.box-padding1 {
    padding: 25px 0 50px 0;
}

.bg {
    background: url(../images/bg.jpg) no-repeat;
}

.menu {
    min-height: 114px;
}

.sp-left {
    text-align: center;
}

.sp-right {
    float: right;
}

.list {}

.list ul {
    margin: 0 10px;
    padding: 0;
}

.list ul li {
    padding: 1px 0;
    font-weight: normal;
    font-size: 13px;
    list-style-image: url(../images/arrow.png)
}

.list ul li a {
    color: #F3F3F3;
}

.list ul li a:hover {
    color: #000;
}

.current {
    color: #000;
}

.contact-now {
    border: 1px solid #fff !important;
    padding: 6px 5px;
    color: #fff !important;
}

.sp-h3 {
    margin: 0 0 8px 0;
    padding: 0;
}

.uparrow {
    background: url(../images/uparrow.png);
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 68px;
    right: 20px;
    display: none;
    z-index: 10000000;
}

.czk {
    font-size: 22px;
    color: #fff;
}

.navbar-right {
    margin-top: 20px !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    font-weight: 600 !important;
}

.ckzl {
    padding-right: 0%;
}
.bgmy{
    background: url("../images/2.png") no-repeat;
    width: 100%;
    background-size: cover;  
}
.bgmy2{
    background: url("../images/zenith-car.png") no-repeat;
    background-size:cover;    
}
.bgmy3{
    background: url("../images/testimonial.png") no-repeat;
    background-size:cover;
    background-color: #db1a22;
}
.bgmy4{
    background: url("../images/footer.png") no-repeat;
    background-size:cover;
    background-color: #db1a22;
    background-position: top left;
}
.text-red{color: #db1a22;}
.display-table{display:table !important}
footer{padding-top: 299px;}
.pczk{
text-align: center;
padding-left:16%;
padding-right:16%;
}
.bg-red{background-color: #db1a22 !important;}
.about-pad{
padding:2% 2% 2% 5%;
line-height: 24px;
}
.about-pad h3{text-align: center;}
.cjkld img{
margin: 10px auto;
width: 100px;
height: 100px;
top: 0;
position: relative;
display: block;
}
.control-label{
margin-top: 20px !important;
display: block;
margin-bottom: 10px !important;
}
.call-now a{
color: #fff;
background: #db1a22;
text-align: center;
padding: 11px 21px;
position: absolute;
top: 0;
margin-top: -10px;
right: 0;
font-weight: 600;
}
.ft-link{color: #fff !important; text-decoration: none;}
.navbar-inverse {
    margin-top: 18px;
    display: block;
    margin-bottom: 38px;
}
#owl-demo2 p{
font-size: 19px;
line-height: 34px;
font-family: Droid Serif, Georgia, serif;
font-style: italic;
color: #fff;
text-align: center;
letter-spacing: 0.01em;
}
.writer{
font-family: "Open Sans", sans-serif !important;
font-weight: 600;
text-transform: uppercase;
font-style: normal !important;
margin-top: 28px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
input, textarea, select {
    height: 40px !important;
    border: 1px solid #eee !important;
    padding: 8px !important;
    outline: none !important;
    border-radius: 2px !important;
    color: #555 !important;
    margin: 0;
    width: 100%;
    display: block;
    background: #f9f9f9 !important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.submit{
margin-top: 26px;
background-color: #000;
color: #fff;
border-radius: 0;
padding: 10px 15px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 30px;
}
.sm-bold{font-weight: 500;}

.btn-mintu, .btn-mintu:hover{
background-color: #db1a22;
color: #fff;
border-radius: 29px;
padding: 10px 28px;
border: 1px solid #db1a22;
margin-bottom: 50px;
margin-top: 20px;
display: table;
margin-left: auto;
margin-right: auto;
}

.accbox{max-width: 1200px; padding: 0 40px; margin: 30px auto -25px; width: 100%; font-size: 16px; line-height: 22px; font-family: "Open Sans", sans-serif;}
.accbox .accordion {background-color: #ddd; font-weight: 600; color: #000; cursor: pointer; font-size: 16px; padding: 15px 42px 15px 14px; width: 100%; border: none; text-align: left; outline: none; transition:all ease-in-out 0.3s ; position: relative; display: flex; justify-content: space-between; align-items: center; border-radius: 5px; margin-bottom: 15px;}
.accbox .active, .accbox .accordion:hover {background-color: #db1a22; color: #fff;}
.accbox .active{margin-bottom: 0;}
.accbox .accordion:after {content: '\002B'; color: #333; font-weight: bold; position: absolute; right: 15px; background-color: #fff; width: 22px;
height: 22px; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
.accbox .active:after {content: "\2212";}
.accbox .panel {padding: 0 10px; line-height: 28px; max-height: 0; transition: max-height 0.2s ease-out; margin-bottom: 0 !important; background-color: #fff !important; border: 0 !important; border-radius: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; overflow: hidden;}
.accbox .accordion.active{margin-bottom: 15px;}