/*BASIC*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: -webkit-calc(22/13);
    line-height: -moz-calc(22/13);
    line-height: calc(22/13);
    background: #f5511b ;
   /* background: -webkit-linear-gradient(to bottom, #e45122, #a8e063);
    background: linear-gradient(to bottom, #e45122, #d00909);*/
}
.f_work_sans{font-family: 'Work Sans', sans-serif;}
.lay {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .8;
}
div .btn-success, .bg-theme{background-color: #e2400b   ;}
div .text-success, .text-theme{color: #e2400b   !important;}
.service__item:hover .lay{ opacity:0.5}
h4.title-footer{font-weight: 500; border-bottom: 1px dotted #ccc;  padding-bottom: 15px; font-size: 18px;}
.foo-list .foo-address li{position: relative; padding: 0 0 0 25px;}
.foo-list .foo-address li .fa{position: absolute; left: 0; top: 5px;}
.service-list__text>h5 a {
    color: #333;
}
.mainblogdiv {
    height: auto;
    overflow: hidden;
    background: #fff;
    margin: 10px 0px;
    border: 1px solid #ccc;
}
.mainblogdiv .blog-content{padding: 15px 15px; min-height: 171px;}
ul.uslink {
    margin: 0px 0 20px 0px;
    padding: 0px;
    display: inline-block;
    clear: both;
}

ul.uslink li {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    list-style: none;
	color: #c4c3c3;
	padding: 0px;
}

ul.uslink li a {
    color: #c4c3c3;
    line-height: 23px;
    display: block;
    clear: both;
    position: relative;
    font-size: 13px; 
}
nav>ul>li.active a {
    color: #111;
}


.swal-button {
    background: #333;
    border-radius: 0;
}

.swal-button:active {
    background-color: #333;
}

section {
    position: relative;
}

.section-content {
    position: relative;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    line-height: -webkit-calc(22/13);
    line-height: -moz-calc(22/13);
    line-height: calc(22/13);
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
}

a:link,
a:visited {
    text-decoration: none;
    color: #222;
}

a:hover,
a:active {
    text-decoration: none;
    color: #e45122;
}

ul {
    margin-bottom: 0;
}

.ul--inline>li {
    *display: inline-block;
    float: left;
}   
.ul--no-style>li {
    list-style: none;
    margin-left: 20px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.visible {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {color: #e2400b;}
p, ul{font-size: 16px; margin-bottom: 20px;}

#btn-to-top {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #333;
    position: fixed;
    bottom: 25px;
    right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
    border-radius: 42px;
}

#btn-to-top:hover {
    background-color: #333;
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 400;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}

.menu_bar .navbar-nav .nav-link{color: #fff; font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 13px; padding: 10px 0; margin: 0px 27px; position: relative;}
.menu_bar .navbar-nav .nav-link:before{content: ''; position: absolute; width: 0px; height: 3px; background: #fff; left: 0; bottom: 0; transition: .3s; -webkit-transition: .3s;}
.menu_bar .navbar-nav li.active .nav-link:before, .menu_bar .navbar-nav li .nav-link:hover:before{width: 100%;}
.menu_bar .navbar-nav li .nav-link:hover, .menu_bar .navbar-nav li.active .nav-link{color: #fff!important;}
.top-searchform{position: absolute; left: 0; width: 100%; bottom: 25%;}
.top-searchform ul{list-style: none;}
.top-searchform ul li{float: left; width: 100%;}
.top-searchform ul li:first-child{max-width: 14%;}
.top-searchform ul li:nth-child(2){max-width: 86%;}
.top-searchform ul li .form-group{position: relative;}
.top-searchform ul li .form-group .form-control{height: 47px; font-size: 15px;}
.top-searchform ul li .form-group a.btn{position: absolute; height: 47px; border-radius: 0 4px 4px 0; width: 196px; font-size: 15px; font-weight: 500; padding: 12px 10px; right: 0; top: 0; z-index: 11;}

.b-lighttheme{border: 1px solid #fff;}
.redbg-1{background-color: #b70511;}
.redbg-2{background-color: #a10510;}
.redbg-3{background-color: #8c040e;}
.redbg-4{background-color: #76030c;}
.ecec-bg{background-color: #ececec;}
.red1{color: #b70511;}
.grey9090{color: #909090;}
.row.row5{margin-left: 0px; margin-right: 0px;}
.row5 .pd5{padding-left: 5px; padding-right: 5px;}
.service_type_card{position: relative; padding-left: 80px;}
.service_type_card .st_icon{position: absolute; left: 0;}
.service_type_card p{font-size: 12px; line-height: 16px; height: 34px; overflow: hidden;}
.bb-theme{border-bottom: 2px solid #e45122;}

.top-search-bar{max-width: 400px;}
.top-search-bar .form-group, .foo-search-bar .form-group{position: relative;}
.top-search-bar .form-group .form-control, .foo-search-bar .form-group .form-control{font-size: 14px; height: 36px;}
.top-search-bar .form-group .form-control:focus, .foo-search-bar .form-group .form-control:focus{border-color: #e45122!important;}
.top-search-bar .form-group .btn, .foo-search-bar .form-group .btn{position: absolute; right: 0; top: 0; height: 36px; padding: 6px 10px;}

.listing_card{box-shadow: 0 10px 10px -12px rgba(0, 0, 0, 0.6);}
.listing_card .listing_content .lc_left{float: left; width: 75%; border-right: 1px solid #e2e2e1;}
.listing_card .listing_content .lc_left p{max-height: 22px; overflow: hidden;}
.listing_card .listing_content .lc_left p strong{font-weight: 500;}
.listing_card .listing_content .lc_right{float: left; width: 25%;}
.listing_card .listing_content .star_ratings .fa{color: #f9c61f;}
div.star_ratings{width: 100%; max-height: 20px; overflow: hidden;}
.listing_card .listing_content .lc_amenties{max-height: 35px; overflow: hidden;}
.listing_card .listing_content .lc_values{max-height: 58px; overflow: hidden;}
.listing_card .listing_content .lc_values li{border-right: 1px solid #eee; padding: 0 10px; float: left;}
.listing_card .listing_content .lc_values li p, .listing_card .listing_content .lc_values li select{margin-bottom: 0;}
.listing_card .listing_content .lc_values li select{width: 100%; border: none; font-weight: 500; background: none;}
.listing_card .listing_content .lc_values label{font-size: 11px; color: #999999; line-height: 14px;}
.listing_card .listing_content .lc_like{max-height: 30px; overflow: hidden; margin-bottom: 0; display: inline-block;}
.listing_card .listing_content .lc_like li{margin-right: 0px;}
.listing_card .listing_content .lc_like .fa{display: inline-block; width: 30px; height: 30px; border: 1px solid #999; color: #999; line-height: 30px;
    text-align: center; border-radius: 42px;}
.listing_card .listing_content .lc_btns .btn-warning{background-color: #d8a602; font-size: 11px;}
.listing_card .listing_content .lc_btns .btn-info{background-color: #0481e1; font-size: 11px;}


/*==================================================
 * Effect 5
 * ===============================================*/
.effect5{box-shadow: 0 10px 10px -12px rgba(0, 0, 0, 0.6); border: 5px solid #eee;}


.customer-card p{font-size: 16px; margin-bottom: 0;}
.carousel-control-next, .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    opacity: 1;
    font-size: 24px;
    border-radius: 6px;
    color: #fff!important;
}
.carousel-control-next{right: 5px;}
.carousel-control-prev{left: 5px;}

.carousel-indicators {
    right: 0 !important;
    justify-content: flex-center;
    padding-left: 0;
    margin-right: 0px;
    margin-left: 0;
    bottom: 50px;
}

.carousel-indicators li {
    width: 28px;
    height: 3px;
    opacity: 1;
    border: none;
    background-color: #8f8f8f;
}
.carousel-indicators li.active{background: #fff;}

.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: left;
    transform: translateY(-80%);
    z-index: 2;
}
.text-box h2 {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
}
.text-box > p {
    font-size: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

/* Header Stick */

.posi_relat_z_i{position: relative; z-index: 2;}
.header-stick {
    position: relative;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    z-index: 88888;
}

.header-stick nav>ul>li>a {
    padding: 20px 0;
    display: inline-block;
    border-bottom: 2px solid #fff;
    transition: .3s;
    -webkit-transition: .3s;
    color: #333;
}
div .text-success{color: #32dbb6!important;}
div .btn-success{background-color: #32dbb6; color: #fff; border-color: #32dbb6;}
.header-stick nav>ul>li>a:hover, .header-stick nav>ul>li.active>a{border-color: #32dbb6; color: #32dbb6;}
.header-stick .logo img{transition: .3s; -webkit-transition: .3s; width: 380px;}
.header-stick .logo_right_side img {
    transition: .3s;
    -webkit-transition: .3s;
    width: 200px;
}
.header-stick .logo {margin: 0; padding: 30px 0;}
.header-stick nav .sub-menu {top: 100%;}
.header-stick--show {top: 0;}
.header-stick--dark {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-stick nav>ul>li.account_option a {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 15px;
    border: 2px solid #32dbb6;
    color: #32dbb6;
    margin: 10px 0;
}
.header-stick nav>ul>li.account_option.register_option a {
    background: #32dbb6;
    color: #fff;
}
.header-stick nav>ul>li.account_option:last-child {
    margin-left: 0;
}
.header-stick--dark nav>ul>li>a {
    color: #eeeeee;
}

.header-stick nav.menu-desktop {
    margin-right: 0;
}


/*Header 1*/

header h1 {
    margin-top: 10px;
}

.logo {
    text-align: center;
}

.menu-desktop--hidden {
    display: none;
}

.menu-desktop--show {
    display: block;
}

.li-has-sub {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 79px;
    z-index: 1000;
    max-height: 0;
    border-top: 3px solid #ffcd36;
    overflow: hidden;
    transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform-origin: 50% 0;
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform-origin: 50% 0;
    transition: 350ms;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
}

.li-has-sub:hover .sub-menu {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

.sub-menu>li {
    min-width: 320px;
}

.sub-menu>li>a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}

.sub-menu>li>a:hover {
    background-color: #ffcd36;
    color: #fff;
}
.menu_bar .navbar{padding: 0;}
.top-address-bar{position: relative;}
.top-address-bar .fa{position: absolute; display: inline-block; width: 48px; height: 48px; text-align: center; line-height: 48px; border: 1px solid #e1e1e1; color: #151515; border-radius: 42px; font-size: 22px;}
.top-address-bar .address-text{padding-left: 62px; font-size: 15px; display: inline-block; font-family: 'Work Sans', sans-serif; color: #7c7d87;}
.top-button .btn{border: 1px solid #e45122; border-radius: 4px; width: 160px; max-width: 100%; font-family: 'Work Sans', sans-serif; padding: 4px;}
.sub_f{
    width: max-content;
    border: 1px solid #e45122;
    color: #e45122;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    cursor: pointer;
}
.sub_f:hover{
    color: #fff;
    background: #e45122;
}
.mini-cart {
    position: relative;
}

.header-button {
    margin-top: 32px;
}

.header-button>.pull-right {
    margin-left: 30px;
}

.header-button>.pull-right:last-child {
    margin-left: 0;
}

.header-button>div>a>i {
    font-size: 18px;
    font-weight: 600;
}
.foo-list ul.social{padding-left: 0px; list-style: none;}
.social {
    text-align: left;
    margin-top: 55px;
}

.social li .social__item {
    display: inline-block;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    transition: 0.6s ease;
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
}
.social li .social__item .zmdi{margin-right: 6px;}
.social .social__item:last-child {
    margin-right: 0;
}
.social li .social__item.si_fb{background-color: #3b5998;}
.social li .social__item.sb_gp{background-color: #CC3333;}
.social li .social__item.si_tw{background-color: #00acee;}
.social li .social__item.si_in{background-color: #3f729b;}
.social__item:hover {
    background: #dca44b;
}

.social__item:hover>i {
    color: #333333;
}

.social__item>i {
    color: #dedede;
}

#sync2 .owl-dots {
    position: absolute;
    top: 20px;
    left: 126px;
}

.hidden {
    display: none;
}
.click {
    background: #dca44b;
}

.click>i {
    color: #333;
}

/*Footer*/

footer {
    position: relative;
   /* background: #333; */
    background: #191616;
}

.form-footer {
    margin-top: 23px;
}

footer p, footer ul{color: #c4c3c3;}
.form-footer>.form__input {
    line-height: 38px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    max-width: 60%;
    float: left;
}

footer .social {
    margin-top: 18px;
}

.social__item--circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dd0a0a;
}

/*Copyright*/

.copyright {
    padding: 3px 0;
    text-align: center;
    background: #e2400b;
    color: #fff;
    font-size: 12px;
}

.copyright span {
    color: #dca44b;
}

.header-wrap {
    background: #fff;
    padding: 0 70px;
}

.white {
    color: #fff;
}

/*Footer*/

.logo-footer {
    margin-bottom: 35px;
}

.footer-3 {
    background-color: #222;
    padding-top: 70px;
    text-align: left;
}

.footer-3 p {
    color: #dcdcdc;
}

.foo-list p, .foo-list ul{font-size: 13px;}

.social-footer {
    margin-top: 15px;
}

.social-footer a {
    display: inline-block;
    margin-right: 15px;
}

.social-footer a i {
    color: #c7c7c7;
}

.footer-3 .social-footer a i {
    font-size: 18px;
}

.social-footer a:hover i {
    color: #dca44b;
}

.copyright-2 {
    margin-top: 55px;
    padding: 22px 0;
    text-align: center;
    border-top: 1px solid #5f5f5f;
    color: #a2a2a2;
}

.copyright-2 span {
    color: #dca44b;
}

.m-b-26 {
    margin-bottom: 26px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.con__item {
    margin-bottom: 20px;
}

.con__item i {
    margin-right: 15px;
}


/*Gallery*/

.gallery__item {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 25%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.gallery__item .pro-link:hover .overlay--invisible {
    opacity: 1;
}

textarea,
input {
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -webkit-transition: border-color 0.5s ease;
}

textarea:focus,
input:focus {
    border-color: #dca44b !important;
}

.form-footer .form__input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.title-sidebar {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin-bottom: 30px;
}

.title-sidebar:after {
    content: "";
    width: 50px;
    height: 5px;
    background-color: #dca44b;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.btn-warning.matchlist {font-size: 18px; background-color: #d8a602; min-width: 188px;}

.listt{position: relative; padding-left: 90px; min-height: 50px;}
.listt img{position: absolute; width: 70px; height: 50px; left: 0;}
.listt p{max-height: 44px; overflow: hidden;}

@media (max-width: 1400px) {
    .service_type_card h3{font-size: 22px;}
    .listing_card .listing_content .lc_values{display: none;}
    .listing_card .listing_content .lc_right .cn{font-size: 12px; overflow: hidden; max-height: 20px; margin-bottom: 0px;}
    .listing_card .listing_content .lc_right .lc_like{margin-top: 10px!important;}
    .listing_card .listing_content .lc_left .lc_like{margin-top: 0;}
    .listing_card .listing_content .lc_amenties .list-inline-item{font-size: 12px;}
    .listing_card .listing_content .lc_amenties .list-inline-item img{width: 28px;}
    .listing_card .listing_content .lc_amenties{max-height: 28px;}
    .mappy_card img {min-height: 358px;}
}

/*Responsive*/

@media (max-width: 1200px) {
    .header-wrap {padding: 0 20px;}
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
    .title-2 {font-size: 30px;}
}

@media (max-width: 991px) {
    .text-box > p{display: none;}
    .carousel-indicators{bottom: 0; margin-bottom: 10px;}
    .text-box h2{font-size: 32px; margin-bottom: 20px;}
    .menu_bar {padding: 10px 0;}
    .menu_bar .b-lighttheme{border: none;}
    .menu_bar .navbar-nav .nav-link{text-align: left;}
    .navbar-light .navbar-toggler{background: #fff;}
}

@media(min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}

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


@media(min-width: 768px) {
}

@media(max-width: 767px) {
    .header-stick .logo img{width: 230px;}
    .header-stick{padding: 0; background-color: #fff;}
    .menu_bar .navbar-toggler{background-color: #fff;}
    .menu_bar .navbar-nav .nav-link{text-align: left; margin: 0; padding: 4px 0;}
    .menu_bar .navbar-nav .nav-link:before{display: none;}
    .text-box h2{font-size: 26px;}
    .top-searchform ul li:first-child{display: none;}
    .top-searchform ul li{max-width: 100%!important;}
    .top-searchform{bottom: 10%;}
    .service_type_card h3{font-size: 18px;}
    .header-stick .logo_right_side img{width: 150px;}
}

@media (max-width: 576px) {
    .top-contact {display: none;}
    .top-searchform ul li .form-group a.btn{width: auto;}
    .top-searchform ul li .form-group .form-control, .top-searchform ul li .form-group a.btn{height: 36px; font-size: 12px;}
    .text-box h2{font-size: 18px;}
}

@media (max-width: 425px) {
}

@media (max-width: 480px) {
    .listing_card .listing_content .lc_btns li.list-inline-item:nth-child(2){display: none;}
}

.wpb_wrapper p{ font-size: 16px;}
div .btn-primary{background-color: #156095; border-color: #156095;}
.dark_blue{color: #0f4570;}
.staffng_wrp .nav{text-align: center;}
.staffng_wrp .nav li{ margin: 0 2px; }
.staffng_wrp .nav li a {
    display: inline-block;
    padding: 8px 20px;
    background: #eee;
    text-transform: uppercase;
}
.consult_card{background-color: #2e73a3; display: inline-block; padding: 30px;}
.foo_list .form-group { position: relative; width: 100%;}
.foo_list .form-group input {
    width: 100%;
    background-color: #fff;
    border-color: #424242;
    height: 52px;
    border-radius: 0px;
    border-radius: 50px;
    border: 1px solid #ffcd36;
    padding: 6px 30px;
}
.foo_list .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #ffcd36;
    height: 52px;
    border-radius: 50px;
    padding: 6px 30px;
    color: #fff;
}
.wpb_wrapper button.main-button{background-color: #fff;
    border: 1px solid #fff;
    height: 52px;
    border-radius: 50px;
    padding: 6px 30px;
    color: #0dbfd8;
    font-size: 16px;
    font-weight: 600;}
.consult_card .foo_list{max-width: 600px; display: inline-block; width: 100%;}
.brdr-rgt{border-right: 1px solid #ccc;}
.inner-header-stick--show{position: relative; background: #fff;}
/*.main_frame_white .slide_title {min-height: 195px;}*/
.main_frame_white .slide_title {min-height: 140px;}
input.form-control.sub_f {
    background: #e2400b;
    border: 1px solid #e2400b;
    text-transform: uppercase;
    color: #fff;
}

@media all and (min-width: 991px) {
    header.header-stick.header-stick--show {position: fixed; background-color: #fff; box-shadow: 0px 4px 13px 1px rgba(0,0,0,0.11);}
    header.header-stick.header-stick--show .logo img{max-width: 140px; margin-top: -15px;}
    .nav-item.dropdown:hover .dropdown-menu{display: block;}
}

/*Inner_banner css*/
.slide_title:before{
    content: "";
    background: rgba(0, 0, 0, 0.23);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}
.home-banner.slide_title:before{display: none;}
.InnerBanner_title {
    text-align: left;
    position: relative;
}
.InnerBanner_title > p{
    color: #fff;
}


p, .form_wrp .form-label{font-size: 16px;}

/*Producs Page css*/

/*.products_listing {
    border: 1px solid #e45122;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px;
}*/
.products_listing {
    border: 1px solid #e45122;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 30px;
}
.products_listing:hover {
    box-shadow: 13px 7px 13px 1px #e2e2e2;
    transform: scale(1.02);
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;

}
.products_and_cont img {
    border-radius: 5px;
}

.pro_cont{
    padding: 10px 10px;
    text-align: justify;
}
.pro_cont h3{
    font-size: 22px;
    font-weight: 500;
}
.read_more a{
    width: max-content;
    background:rgba(0, 0, 0, 0);
    text-align: center;
    margin: auto;
    display: block;
    padding: 7px 16px;
    border-radius: 5px;
    color: #e45122;
    border: 1px solid #e45122;
    
}
.read_more a:hover {
    color: #fff;
    background: #e45122;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
}

/*industries css*/
.automotive_box{
    border: 1px solid #d6d6d6;
    *padding-bottom: 30px;
}
.automotive_box {
    box-shadow: 13px 7px 13px 1px #e2e2e2;
    transform: scale(1.02);
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.box_title h2{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px
}
.box_title h2 p{
    font-size: 14px;
}


/*Enq css*/
.form_btn_S{
    display: flex;
    margin: 30px 0px;
}
.enq_read_more:first-child{
    margin-right: 20px;
}
.enq_read_more a {
    width: max-content;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    margin: auto;
    display: block;
    padding: 7px 16px;
    border-radius: 5px;
    color: #e45122;
    border: 1px solid #e45122;
}
.enq_read_more a:hover {
    color: #fff;
    background: #e45122;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*our client css*/

 .our_client_box{
    box-shadow: 13px 7px 13px 1px #e2e2e2;
    transform: scale(1.02);
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
     padding: 10px;
}

.carreier_sub{
    border: 1px solid #ced4da
    color: #000;
    cursor: pointer;
}
input.form-control.carreier_sub:hover {
    color: #fff;
    background: #e45122;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e45122;
    text-align: center;
    background-color: #ffff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.as_entery ul {
    list-style: none;
}
.icon_box_03 ul li {
    position: relative;
    margin-right: 32px;
    left: 10px;
    padding-left: 30px;
    margin-bottom: 13px;
}
.icon_box_03 ul li:before {
    content: '';
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 25px;
    left: 0;
    top: 4px;
}
.title-top-pro{
    position: relative;
}
.title-top-pro h3:after {
    content: " ";
    border-bottom: 2px solid #e2400b;
    width: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -9px;
}

@media all and (max-width: 620px) {
    .main_frame_white .slide_title {min-height: auto; padding-bottom: 30px;}
}
