/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top {
    width: 100%;
    float: left;
    background-color: #070606;
    height: auto;
    padding: 15px 0px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
}

.call_text a {
    color: #ffffff;
}

.call_text a:hover {
    color: #f8c30b;
}

.call_text_1 {
    width: 100%;
    float: right;
    font-size: 18px;
    color: #ffffff;
    text-align: right;
}

.call_text_1 a {
    color: #ffffff;
}

.call_text_1 a:hover {
    color: #f8c30b;
}

.padding_15 {
    padding-left: 15px;
}

.social_icon {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 0px 10px;
    color: #f8c30b;
    font-size: 22px;
    width: auto;
}

.social_icon li a:hover {
    color: #f8c30b;
}


/* header top section start */


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../z2.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-bottom: 110px solid #070606;
    border-left: 15px solid #070606;
    border-right: 15px solid #070606;
}

.header_bg{
    background: #070606;
    border-bottom: 0px solid #ffffff;
}

.bg-light {
    background-color: transparent !important;
}

.mr-auto,
.mx-auto {
    margin: 0 auto;
    text-align: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #f8c30b;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 30px;
}

.login_bt {
    width: 92px;
    display: flex;
}

.login_bt ul {
    margin: 0px;
    padding: 0px;
}

.login_bt li {
    float: left;
    color: #ffffff;
    font-size: 18px;
    padding: 0px 15px;
}

.login_bt li a {
    color: #ffffff;
}

.login_bt li a:hover {
    color: #f8c30b;
}


/* header top section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 140px 0px;
}

.banner_taital_main {
    width: 80%;
    float: left;
    padding-left: 35px;
}

.banner_taital {
    width: 50%;
    font-size: 60px;
    color: #fefefd;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 55px;
}

.banner_text {
    width: 40%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding-top: 10px;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 170px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #f8c30b;
    text-align: center;
    font-size: 16px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #070606;
}

.started_text.active a {
    color: #ffffff;
    background-color: #070606;
}

#my_slider a.carousel-control-prev {
    left: -100px;
    top: 420px;
    right: 0px;
}

#my_slider a.carousel-control-next {
    right: -20px;
    top: 420px;
    left: 0px;
    color: #ffffff;
    background-color: #f8c30b;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #070606;
    margin: 0 auto;
    text-align: center;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #f8c30b;
}


/* banner section end */


/* about_section section start */

.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: 600;
    text-align: center;
}

.about_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #252525;
    text-align: center;
}

.read_bt {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #292929;
    color: #292929;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}

.read_bt a:hover {
    color: #fafafa;
    background-color: #f8c30b;
    border: 1px solid #f8c30b;
}

.emergencey_bt {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -30px;
}

.emergencey_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #ffffff;
    color: #252525;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 3px 10px 0px;
}

.emergencey_bt a:hover {
    color: #fafafa;
    background-color: #f8c30b;
}

.emergencey_bt.active a {
    color: #fafafa;
    background-color: #f8c30b;
}


/* Zoom In #1 */

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.column {
    margin: 15px 0px 0;
    padding: 0;
}

.column:last-child {
    padding-bottom: 30px;
}

.column::after {
    content: '';
    clear: both;
    display: block;
}

figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/* about section end */


/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-color: #070606;
    height: auto;
    background-size: 100%;
}

.blog_taital {
    width: 50%;
    float: left;
    font-size: 40px;
    color: #fefefd;
    font-weight: bold;
    line-height: 50px;
    padding-top: 70px;
}

.blog_text {
    width: 80%;
    float: left;
    font-size: 16px;
    color: #fefefd;
    margin: 0px;
}

.padding_right0 {
    padding-left: 0px;
}

.readmore_bt {
    width: 150px;
    float: left;
    padding-top: 55px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #d0a40a;
    color: #f8c30b;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #f8c30b;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.blog_img {
    width: 100%;
    float: left;
}


/* blog section end */


/* insurance section start */

.insurance_section {
    width: 100%;
    float: left;
}

.insurance_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    text-align: center;
}

.insurance_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #252525;
    text-align: center;
}

.padding_right0 {
    padding-left: 0px;
}

.insurance_section_2 {
    width: 100%;
    float: left;
}

.insurance_box {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 70px 20px 40px 20px;
    margin-top: 30px;
}

.insurance_box:hover {
    box-shadow: 0px 0px 10px 10px #f6f6f5;
}

.insurance_box.active {
    box-shadow: 0px 0px 10px 10px #f6f6f5;
}

.car_img {
    width: 100%;
    text-align: center;
    min-height: 120px;
}

.car_text {
    width: 100%;
    font-size: 20px;
    color: #262626;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

.fact_text {
    width: 90%;
    font-size: 16px;
    color: #262626;
    text-align: center;
    margin: 0 auto;
}

.read_bt_1 {
    width: 140px;
    margin: 0 auto;
    text-align: center;
    padding-top: 55px;
    display: flex;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #292929;
    color: #292929;
    text-align: center;
    padding: 12px;
    text-transform: uppercase;
}

.read_bt_1 a:hover {
    color: #fafafa;
    background-color: #f8c30b;
    border: 1px solid #f8c30b;
}


/* insurance section start */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #131313;
    font-weight: bold;
    text-align: center;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.mail_section {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #c8c8c7;
    background-color: #ffffff;
    padding: 14px 15px;
    margin-top: 20px;
    border: 0px;
    border: 1px solid #c8c8c7;
}

input.mail_text::placeholder {
    color: #c8c8c7;
}

.massage-bt {
    color: #c8c8c7;
    width: 100%;
    height: 57px;
    font-size: 16px;
    background-color: #ffffff;
    padding: 15px 15px 0px 15px;
    margin-top: 20px;
    border: 0px;
    border: 1px solid #c8c8c7;
}

textarea#comment.massage-bt::placeholder {
    color: #c8c8c7;
}

.send_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #f8c30b;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}


/* contact section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100%;
    padding-bottom: 150px;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #0d0d0d;
    text-align: center;
    font-weight: bold;
}

.testimonial_text {
    width: 70%;
    font-size: 16px;
    color: #252525;
    text-align: center;
    margin: 0 auto;
}

.testimonial_section_2 {
    width: 70%;
    margin: 0 auto;
    background-color: #2c2c2c;
    height: auto;
    padding: 75px 30px 50px 30px;
    margin-top: 30px;
}

.testimonial_main {
    width: 100%;
    display: flex;
}

.testimonial_left {
    width: 15%;
}

.testimonial_middle {
    width: 5%;
}

.testimonial_right {
    width: 80%;
}

.quick_icon {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.long_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.client_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.border {
    border: 1px solid #dee2e6!important;
    width: 1px;
    height: 100px;
}

#main_slider a.carousel-control-prev {
    left: -130px;
    top: 20px;
}

#main_slider a.carousel-control-next {
    right: -130px;
    top: 20px;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #f5b904;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100px;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #2c2c2c
}


/* testimonial section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #262626;
    height: auto;
    padding: 90px 0px;
}

.footer_logo {
    width: 70%;
    margin: 0 auto;
    border: 2px solid #fff;
    border-style: dotted;
    padding: 20px;
    text-align: center;
    margin-top: 90px;
    border-radius: 10px;
}

.footer_logo:hover {
    border: 2px solid #f5b904;
    border-style: dotted;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #cbc9c9;
    margin: 0px;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
}

.footer_menu li {
    font-size: 16px;
    color: #cbc9c9;
}

.footer_menu li a {
    color: #cbc9c9;
}

.footer_menu li a:hover {
    color: #f5b904;
}

.footer_menu li.active a {
    color: #f5b904;
}

.dummy_text {
    width: 30%;
    float: left;
    font-size: 16px;
    color: #cbc9c9;
    margin: 0px;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
}

.location_text li {
    font-size: 16px;
    color: #cbc9c9;
    padding: 0px 0px 5px 0px;
}

.location_text li a {
    color: #cbc9c9;
}

.location_text li a:hover {
    color: #f5b904;
}

.padding_left_10 {
    padding-left: 10px;
}

.footer_social_icon {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 3px 11px;
    background-color: #f5b904;
    color: #2c2c2c;
    border-radius: 100%;
    font-size: 20px;
    margin-right: 5px;
    width: 42px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #ffffff;
    color: #2c2c2c;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.subscribe_bt {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #f5b904;
    text-transform: uppercase;
    text-align: center;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #f5b904;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.margin_90{
    margin: 90px 0px;
}