/***************** COMMON CSS STARTS *****************/
	
	*{
		font-family: 'Roboto', sans-serif;
	}
	html{
		scroll-behavior: smooth;
	}
	h1,h2,h3,h4,h5{
		font-weight: 600;
	}
	.vmdl{
		position: relative;
		top: 50%;
		transform: translate(0%,-50%);
	}
	.error{
		color: red;
		font-size: 14px;
		font-style: italic;
		font-weight: 600;
	}
	a{
		color: #000;
		text-decoration: none;
	}
	a:hover{
		text-decoration: none;
		color: #000;
	}
	.hd span{
		font-size: 13px;
		color: #7d7c7c;
	}
	.dropdown-item{
		font-size: 13px;
	}
	.bg-grey{
		background: #f5f5f5 !important;
	}
	.bg-dark{
		background: #fafafa !important;
	}
	button,.form-control{
		box-shadow: unset !important;
		outline: none !important;
	}
	.banner img{
		width: 100%;
	}
	
.brand.logo img{
    max-width: 295px;
    margin-top: 10px;
}	
.text-head a {
    color: #1c1e20;
    font-size: 18px;
}
.text-head {
    font-size: 20px;
    font-weight: 500;
    color: #1c1e20;
    font-family: 'Roboto', sans-serif;
}
.header-block-info {
    padding-left: 30px;
}
.header-icon {
    float: left;
    font-size: 24px;
    color: #610F23;
}
.header-right {
    font-size: 14px;
    line-height: 21px;
}
.header-regular {
    padding: 10px 0;
}
.header-right {
	padding-top: 10.5px;
}
header.header {
    background: #610F23;
    margin-top: 5px;
}
#menu-main-menu {
    text-align: right;
    display: block;
    float: left;
}
#menu-main-menu > li {
    border-left: 1px dotted #1D2748;
}
#menu-main-menu li a {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    padding: 15px 17px;
    float: left;
}
#menu-main-menu li {
    float: left;
    display: inline;
}
#menu-main-menu ul {
    position: absolute;
    left: -9999px;
    top: 52.5px;
    z-index: 999;
    width: 220px;
}
#menu-main-menu li ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: left;
    position: relative;
}
#menu-main-menu li ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    width: 220px;
    font-size: 13px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #1D2748;
    padding: 8px 22px;
}
#menu-main-menu li:hover>ul {
    left: auto;
    padding-left: 0px;
}
#menu-main-menu li:hover>ul>li {
    height: 36px;
}
#menu-main-menu>li:hover>a, 
#menu-main-menu a.active {
    color: #1D2748 !important;
    background: #fff !important;
}
#menu-main-menu li ul li:hover>ul {
    right: -220px !important;
    top: 0px;
}
footer p{
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 20px;
    line-height: 26px;
}
footer{
	padding:40px 0;
    background: #f7f7f7;
}
footer h6 {
    color: #1D2748;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    position: relative;
   font-family: 'Roboto', sans-serif;
}
footer h6:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0px;
    border-top: 2px solid #1D2748;
    width: 35px;
}
footer ul{
    list-style: none;
    padding-left: 0px;
    margin-top: 40px;
}
footer ul li a{
    font-family: 'Roboto', sans-serif;
    color: #1D2748;
    font-size: 14px;
}

footer ul li {
    margin-bottom: 6px;
}
.social-icons-list li span.fa {
    color: #1D2748;
    font-size: 24px;
    width: 48px;
    margin-left: -16px;
    vertical-align: middle;
    text-align: center;
}
footer ul.social-icons-list li:first-child,
footer ul.social-icons-list li:nth-child(2) {
    border-bottom: 1px dotted;
}
.index-featured-products h2,
.product-section h2,
.testimonials h2,
.oem h2,
.careers h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}
.index-featured-products h2:after,
.product-section h2:after,
.testimonials h2:after,
.oem h2:after,
.careers h2:after  {
    width: 75px;
    height: 1px;
    content: "";
    background: #1E2847;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -10px;
}
.index-featured-products p,
.product-section p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 35px;
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.index-featured-products  h4,
.product-section h4{
    font-family: 'Roboto', sans-serif;
    color: #1E2847;
    font-size: 18px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 15px;
}
.index-featured-products img{
    max-width: 100%;
    transition: 0.5s ease-in-out;
}
.index-featured-products .item:hover img{
    transform: rotateY(360deg);
}
.product-section{
    background: url(../images/product_back.jpg);
    padding: 80px 0;
    color: #fff;
    position: relative;
}
.index-featured-products {
    padding: 60px 0;
}
.product-section p{
    color: #fff;
}
.product-section h2{
    color: #fff;
}
.product-section h2:after{
    background: #fff;
}
.product-section h4 a{
    color: #fff;
}
.product-section .item{
    transition: 0.4s ease-in-out;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contact_top_mail {
    margin-bottom: 6px !important;
    float: left;
    width: 100%;
}
.product-section .item:hover{
    /*-webkit-box-shadow: 10px 10px 41px -21px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 41px -21px rgba(0,0,0,0.75);*/
    transform: scale(1.10);
}
.about-block {
    padding: 80px 0;
}
.about-block h2 {
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-weight: 400;
    font-size: 26px;
}
.about-block p{
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.btn-default {
    color: #fff !important;
    background-color: #1E2847;
    border-color: #1E2847;
    text-transform: uppercase;
    font-size: 15px;
}
.btn-default:hover{
    background: #610F23;
}
.about-block .col-xl-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-main{
        background-image: url('../images/blog-bg.jpg');
        /*background-image: url('../images/bg.png');*/
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 30px 0px 48px 0px;
    }
  
    .blog-main .tag-top li{
        margin:  0px 7px;
    }
    .blog-main .tag-top li a{
        font-size: 13px;
        color: #000;
        text-decoration: none;
    }
    .blog-main aside{
        background: rgba(255,255,255,0.80);
        padding: 15px;
    }
    .blog-main aside .search{
        position: relative;
    }
    .blog-main aside .search a{
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        right: 10px;
        color: #212121;
    }
    .blog-main aside .popular-blogs ul{
        list-style: none;
    }
    .blog-main aside .popular-blogs ul li{
        padding: 8px 0px;
        font-size: 12px;
        position: relative;
    }
    .blog-main aside .popular-blogs ul li a,
    .popular-blogs li a{
        color: #212121;
        text-decoration: none;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        line-height: 20px;
    }
    .blog-main aside .popular-blogs ul li:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        bottom: -1px;
        left: 0px;
        height: 1px;
        width: 100%;
    }
    .blog-main aside .popular-blogs ul li:last-child:after{
        border-bottom: none;
    }
    .blog-main aside .tags ul li{
        padding: 3px 4px;
        background: rgba(15, 179, 240, 0.90);
        border-radius: 5px;
        font-size: 12px;

    }
    .blog-main aside .tags ul li a{
        color: #fff;
        text-decoration: none;
    }

    .blog-main .blog-content{
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
        box-shadow: 0px 0px 5px 0px rgba(194,194,194,1);
    }
    .blog-main .blog-content img{
        width: 100%;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .blog-main .blog-content .blog-img.hei1 img{
        object-fit: cover;
    }
    .blog-main .blog-content .blog-img.hei2 img{
        height: 200px;
        object-fit: cover;
    }
    .blog-main .blog-content .blog-img.hei3 img{
        height: 235px;
        object-fit: cover;
    }
    .blog-main .blog-content .txt{
        padding: 15px;
    }
    .blog-main .blog-content .txt h6{
        font-size: 18px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
    }
    .blog-main .blog-content .txt p {   
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
    }
    .blog-main .blog-content .txt span{
        color: #e28e8e;
        font-size: 11px;
    }
    .blog-main .blog-content .txt .bottom span, .blog-main .blog-content .txt .bottom span a{
        color: #bfbfbf;
        font-size: 11px;
        text-decoration: none;
    }

/********************** BLOG-MAIN CSS ENDS **********************/


/************************ BLOG-DETAILS PAGE CSS STARTS ************************/

    .blog-details .img img{
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .blog-details .heading h6,
    .blog-main h6 {
        font-weight: 600;
        font-size: 24px;
        font-family: 'Roboto', sans-serif;
        color: #413C38;
    }
    .blog-details .date p{
        font-size: 13px;
        color: #a09d9d;
    }
    .blog-details .txt p{
        font-size: 14px;
        text-align: justify;
        position: relative;
    }
    .blog-details .share{
        position: relative;
    }
    .blog-details .share:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        width: 100%;
        height: 1px;
        bottom: -5px;
        left: 0px;
    }
    .blog-details .share ul li a{
        background: transparent;
        height: 40px;
        width: 40px;
        display: block;
        border-radius: 50%;
        position: relative;
        color: #fff;
    }
    .blog-details .share ul li a i{
        position: absolute;
        top: 50%;
        left: 50%;
        transform:translate(-50%,-50%);
    }
    .blog-details .share ul li:nth-child(1){
        background: #3b5998;
        border-radius: 50%;
    }
    .blog-details .share ul li:nth-child(2){
        background: #e95950;
        border-radius: 50%;
    } 
    .blog-details .share ul li:nth-child(3){
        background: #25d366;
        border-radius: 50%;
    } 
    .blog-details .img-cmts{
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: block;
    }
    .blog-details .img-cmts img{
        border-radius: 50%;
    }
    .blog-details .comments-display .name{
        border: 1px solid #e2e2e2;
        border-radius: 8px;
        padding: 15px;
        margin-left: 16px;
        position: relative;
    }
    .blog-details .comments-display .name:before{
        position: absolute;
        content: '';
        background: #e2e2e2;
        border: 1px solid #e2e2e2;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        height: 20px;
        width: 20px;
        left: -20px;
        top: 50px;
        transform: rotate(-90deg);
    }
     .blog-details .comments-display .name p{
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
     }
     .blog-details .comments-display .name span{
        font-size: 13px;
        text-align: right;
     }
    .blog-details .comments-display .name p a{
        font-weight: 400;
        color: #969898;
        font-size: 14px;
        text-decoration: none;
    }
    .blog-details aside .search{
        position: relative;
    }
    .blog-details aside .search a{
        position: absolute;
        top: 50%;
        transform: translate(0%,-50%);
        right: 10px;
        color: #212121;
    }
    .blog-details aside .popular-blogs ul{
        list-style: none;
    }
    .blog-details aside .popular-blogs ul li{
        padding: 8px 0px;
        font-size: 13px;
        position: relative;
    }
    .blog-details button{
        background: #1C2949;
        background: -webkit-linear-gradient(top,#1C2949,#1C2949);
        background: linear-gradient(to bottom,#1C2949,#1C2949);
        border:1px solid #1C2949;
        border-radius: 3px;
        padding: 5px 0px;
        font-size: 14px;
        font-weight: 500;
        width: 15%;
        margin-top: 20px;
        color: #fff;
    }
    .blog-details button:hover{
        background: #610F23;
        color: #fff;
    }
    .blog-details aside .popular-blogs ul li a{
        color: #212121;
        text-decoration: none;
    }
    .blog-details aside .popular-blogs ul li:after{
        position: absolute;
        content: '';
        border-bottom: 1px solid #e2e2e2;
        bottom: -1px;
        left: 0px;
        height: 1px;
        width: 100%;
    }
    .blog-details aside .popular-blogs ul li:last-child:after{
        border-bottom: none;
    }
    .blog-details aside .tags ul li{
        padding: 5px 6px;
        background: rgba(15, 179, 240, 0.90);
        border-radius: 5px;
        font-size: 11px;
    }
    .blog-details aside .tags ul li a{
        color: #fff;
        text-decoration: none;
    }

.bread-crumbs ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.bread-crumbs ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-size: 14px;
}
.bread-crumbs ul li:after {
    position: absolute;
    content: '/';
    height: 100%;
    width: 5px;
    top: 0px;
    right: -10px;
}
.bread-crumbs ul li:last-child:after{
    display: none;
}
.breadcrumbs {
    background: #fff;
}
.blog-details .txt{
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}
.page-breadcrumb .breadcrumb{
    background: transparent;
}
.page-breadcrumb .breadcrumb {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.page-breadcrumb a {
    color: #413C38;
}
.about h2,
.about h4,
.partners h3 {
    font-family: 'Roboto', sans-serif !important;
    color: #413C38;
    font-weight: 400;
    font-size: 26px;
}
.content.pdb0 {
    padding-top: 40px;
}
.about p{
    font-family: 'Roboto', sans-serif;
    color: #6c7178;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
}
.content.pdb0 p.text-default a {
    color: #fff !important;
    background: #413C38;
    padding: 10px 15px;
    border-radius: 18px;
    margin-top: 10px;
    float: left;
}
.about h3{
    color: #413C38;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.about .space-medium {
    padding-top: 80px;
    padding-bottom: 80px;
}
.speakers-main .box .upper-eclipse img {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0%);
    border: 7px solid #f5e5af;
}
.speakers-main .box {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    padding: 90px 20px 30px 20px;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 40px;
}
.speakers-main .box .text h5 {
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #413C38;
}
.speakers-main .box .text h5:after {
    position: absolute;
    content: '';
    border-top: 1px solid #333333;
    height: 1px;
    width: 40px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.speakers-main .box .text p {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}
.speakers-main .box .text .btn-primary {
    background: #610F23;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    border: 1px solid #610F23;
    font-size: 13px;
    -webkit-box-shadow: 0px 0px 17px -6px rgba(99,203,225,1);
    -moz-box-shadow: 0px 0px 17px -6px rgba(99,203,225,1);
    box-shadow: 0px 0px 17px -6px rgba(99,203,225,1) !important;
}
.speakers-main {
    padding: 60px 0 60px 0;
}
.speakers-modal .modal .modal-header {
    background: #610F23;
    position: relative;
    height: 150px;
}
.speakers-modal .modal .modal-header img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0%);
    border: 9px solid #fff9;
}
.speakers-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    font-weight: 100;
    outline: none;
}
.speakers-modal .modal .modal-body {
    margin-top: 75px;
}
.speakers-modal .modal .modal-body .heading p {
    position: relative;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.speakers-modal .modal .modal-body .heading p:after {
    position: absolute;
    content: '';
    border-top: 1px solid #333333;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 1px;
    width: 100px;
}
/*.map-back, .testimonials {
    background-image: url(../images/index-registeration-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
.product-listing-panel aside ul li, 
#filter aside ul li {
    margin: 10px 0px;
    list-style: none;
}
.product-listing-panel aside ul li input,
#filter aside ul input {
    height: 18px;
    width: 18px;
    margin-right: 10px;
}
.product-listing-panel aside ul li span, 
#filter aside ul li span {
    position: relative;
    top: -5px;
    font-size: 15px;
}
.product-listing-panel aside h6, 
#filter aside h6 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}
.product-listing-panel h2,
.contact-main h2{
    font-family: 'Roboto', sans-serif;
    color: #413C38;
    font-size: 26px;
    margin-bottom: 25px;
}
.prod-box h6{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #413C38;
    margin-bottom: 6px !important;
}
.prod-box p {
    text-align: center;
    font-size: 14px;
}
.prod-box{
    margin-bottom: 30px;
    margin-top: 30px;
}
.max-height-400{
    max-height: 400px;
}
#category-list h5 {
    font-family: 'Roboto', sans-serif;
    color: #413C38;
}
.contact-main{
    padding:70px 0;
}
.contact-main input{
    font-size: 14px;
    margin-bottom: 12px;
    border: 1px solid #000;
}
.contact-main textarea{
    font-size: 14px;
    margin-bottom: 12px;
    border: 1px solid #413C38; 
}
.contact-main button{
    background: #413C38;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    border: 0px;
    padding: 7px 20px;
    border-radius: 9px;
}
.find_dealer span{
    margin-top: 15px;
    float: left;
    font-weight: 600;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    color: #413C38;
}
.find_dealer select{
    font-size: 14px;
    border: 1px solid #413C38;
    margin-top: 10px;
    float: left;
}
#dealer-list {
    width: 100%;
    float: left;
}
#dealer-list .col-md-12 h5 {
    text-align: center;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    color: #413C38;
    font-size: 26px;
}
#dealer-list .dealer-box{
    background: #f7f7f7;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-top: 30px;
}
#dealer-list .dealer-box h5{
    color: #413C38;
}
#dealer-list .dealer-box h6{
    font-weight: 300;
}
.product-page {
    padding: 60px 0;
}
.product-page h1 {
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}
.product-page h1:after{
    width: 120px;
    height: 2px;
    background: #1E2847;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    bottom: -5px;
}
.product-page .col-md-5 ul{
    margin-left: 0px !important; 
    padding-left: 0px;
    margin-bottom: 25px;
    margin-top: 30px;
}
.product-page .col-md-5 ul li{
    position: relative;
    list-style: none !important;
    padding-left: 30px;
    margin-top: 12px;
}
.product-page .col-md-5 ul li:after{
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 18px;
    position: absolute;
    left: 0px;
    top: 3px;

}
.accordion .card .card-header h5 .btn.btn-link.collapsed:after {
    position: absolute;
    content: '';
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    left: 0px;
    top: 5px;
    height: 25px;
    width: 25px;
    background-size: 23px !important;
}
.accordion .card .card-header h5 .btn.btn-link:after  {
    position: absolute;
    content: '';
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    left: 0px;
    top: 5px;
    height: 25px;
    width: 25px;
    background-size: 23px !important;
}
.card-header {
    background: transparent;
    padding: 0px;
    border: 0px;
}
.accordion .card{
    border: 0px;
}
.accordion .card .card-header h5 .btn.btn-link {
    padding-left: 30px;
}
body a:hover,
body button:hover,
.accordion .card .card-header h5 .btn.btn-link {
    text-decoration: none;
}
.accordion .card .card-header h5 .btn.btn-link {
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}
.accordion ul{
    padding-left: 10px;
    list-style: none;
}
.accordion .card-body{
    padding-top: 3px;
    padding-bottom: 0px;
}
.accordion .card-body li a{
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-size: 16px;
    padding-bottom: 4px;
    float: left;
    width: 100%;
}
.product-page h3{
    font-family: 'Roboto', sans-serif !important;
    color: #1E2847;
    font-size: 22px;
}
@media(max-width: 767px){
.product-page .col-md-4,
.product-page .col-md-3{
    margin-top: 30px
}
.stellarnav .menu-toggle span.bars span{
    background: #610F23 !important;
}
.stellarnav.mobile.left > ul, 
.stellarnav.mobile.right > ul{
    z-index: 9999 !important;
    background:#610F23 !important;
}
.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu,
.stellarnav .icon-close,
.stellarnav.mobile li a{
    color: #fff;
}
.stellarnav.mobile ul ul{
    background: #1A2854 !important;
}
#dealer-list .dealer-box{
    float: left;
    width: 100%;
}
.content.pdb0.about img {
    margin-top: 40px;
}
.speakers-main .box{
    margin-bottom: 60px;
}
.product-page {
    padding: 40px 0 !important;
}
.product-page h1{
    margin-bottom: 30px;
}
.stellarnav .icon-close::after, 
.stellarnav .icon-close::before,
.stellarnav a.dd-toggle .icon-plus::after, 
.stellarnav a.dd-toggle .icon-plus::before{
   border-bottom: solid 3px #fff !important;
}
header.header{
    background:#fff !important;
}
header.header img{
    max-width: 180px;
    margin-bottom: 7px;
}
}
.pdf_icon{
    width: 40px;
    float: right;
    margin-left: 8px;
}
.modal-header {
    background: #1E2847;
    color: #fff;
}
.modal-header h6{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}
.modal-header .close{
    position: absolute;
    right: 0px;
    color: #fff;
    opacity: 1;
    top: 0px;
}
#login_modal input{
    margin-bottom: 20px;
    border: 1px solid #1E2847;
    font-size: 14px;
}
.btn_div{
    text-align: center;
    margin-top: 20px;
}
.btn_div button {
    background: #1E2847;
    color: #fff;
    border: 0px;
    padding: 9px 35px;
    text-transform: uppercase;
    border-radius: 10px;
    margin-bottom: 15px;
}
#login_modal textarea{
    border: 1px solid #1E2847;
    height: 110px;
    resize: none;
}
.testimonials,
.oem {
    padding:60px 0;
}
.testimonials .col-md-3,
.testimonials .col-md-8{
    margin-top: 34px;
}
.testimonials img{
    max-height: 150px;
}
.testimonials h5{
    text-align: center;
    margin-top: 15px;
    color: #1E2847;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.testimonials p {
    font-family: 'Roboto', sans-serif;
    padding-top: 25px;
}
.oem img {
    height: 160px;
    margin: 0 auto;
}
.oem h5{
    text-align: center;
    color: #1E2847;
    font-family: 'Roboto', sans-serif;
}
.oem .col-md-3{
    padding-top: 20px;
    padding-bottom: 20px;
}
.careers{
    padding:60px 0;
}
.careers .col-md-6{
    margin-top: 40px;
}
.careers h4{
    font-size: 20px;
    color: #1E2847;
}
.sidebar-social-list {
    position: fixed;
    left: 0px;
    top: 40%;
    width: 30px;
    z-index: 99;
    padding-left: 0px;
}
ul.sidebar-social-list li {
    float: left;
    text-align: center;
    list-style: none;
}
ul.sidebar-social-list li:nth-child(1) {
    background-color: #3b5998;
}
ul.sidebar-social-list li:nth-child(2) {
    background-color: #0084b4;
}   
/*ul.sidebar-social-list li:nth-child(2) {
    background-color: #bd081c;
}*/
ul.sidebar-social-list li:nth-child(3) {
    background-color: #cd201f;
}
ul.sidebar-social-list li:nth-child(4) {
    background-color: #0077b5;
}
ul.sidebar-social-list li a {
    list-style-type: none;
    float: left;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: 2px;
    height: 25px;
    color: #fff;
}
.menu-toggle {
    float: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}
#slider2 .owl-theme .owl-nav{
    display: none !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.suc_pop .modal-content{
    background-image: url('../images/su-pop.png');
    background-size: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 4px solid #466896;
    background-repeat: no-repeat;
}
.suc_pop p.suc_mg{
    padding-top: 220px;
    color: #154186 !important;
    text-transform: uppercase;
}
.suc_pop .modal-header{
    border: 0px !important;
}
.suc_pop .close span{
    color: #fff;
}
.suc_pop .close {
    background: #72D2ED;
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 50px;
    padding: 0px;
    z-index: 999;
}
.pop_social li{
    list-style: none;
    display: inline;
}
.pop_social {
    text-align: center;
    padding:0px;
}
.pop_social i{
    color: #154186;
    width: 34px;
    line-height: 30px;
    border: 2px solid #154186;
    border-radius: 50%;
    margin: 0 6px;
}
.modal-backdrop.show {
    opacity: .7 !important;
}
.suc_pop .modal-header {
    background: transparent;
}
#slider2.owl-theme .owl-nav{
    display: none !important;
}
.career-apply {
    background: #610F23;
    color: #fff;
    padding: 6px 20px;
    float: left;
    margin-left: 15px;
    display: block;
    border-radius: 10px;
}
.career-apply:hover {
    background: #1D2848;
    color: #fff;
}
.partners img{
    max-width: 120px !important;
    margin: 0 auto;
    height: 75px;
}
.partners {
    padding-bottom: 30px;
    background: #f2f2f2;
    padding-top: 20px;
    margin-top: 20px;
}
.dowl_file{
    padding: 0px;
    list-style: none;
}
 .dowl_file img{
    float: left;
    width: 20px;
    margin-right: 10px;
}
 .dowl_file li{
    float: left;
    margin-bottom: 18px;
 }
 .dowl_file li {
    width: 33%;
}
.dowl_file li.full_wid{
    width: 100%;
}

.dowl_file li.full_wid a {
    color: #610F23;
    font-size: 18px;
}
.comments.mt-5 {
    display: none;
}

.oem .col-md-3 {
    border: 1px solid #DCDCDC;
}


#category-list .col-lg-3{
   border: 1px solid #DCDCDC;
}

#slider3 .owl-nav{
    display: none;
}


/* ========================= Overlay: polished styling - APPEND HERE ========================= */

#banner .banner-content,
.banner-content {
  max-width: 900px !important;
  padding: 24px 28px !important;
  border-radius: 8px !important;
  background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.22) 40%, rgba(0,0,0,0.10) 100%) !important;
  box-shadow: 0 8px 24px rgba(15,20,30,0.35) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
  color: #fff !important;
  line-height: 1.2 !important;
}

/* Desktop headline */
#banner .desktop-title,
.desktop-title {
  font-size: 44px !important;
  line-height: 1.05 !important;
  margin: 0 0 10px 0 !important;
  font-weight: 700 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 4px 18px rgba(0,0,0,0.45) !important;
  color: #ffffff !important;
}

/* Desktop subtitle */
#banner .desktop-sub,
.desktop-sub {
  font-size: 18px !important;
  margin: 0 0 16px 0 !important;
  color: rgba(255,255,255,0.92) !important;
  font-weight: 400 !important;
}

/* CTA button styles */
#banner .desktop-cta,
.desktop-cta,
#banner .mobile-cta,
.mobile-cta {
  display: inline-block !important;
  background: linear-gradient(90deg,#007bff,#0062d6) !important;
  color: #fff !important;
  padding: 10px 18px !important;
  font-size: 16px !important;
  border-radius: 6px !important;
  border: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(2, 50, 120, 0.18) !important;
}

/* mobile CTA */
#banner .mobile-cta,
.mobile-cta {
  padding: 9px 14px !important;
  font-size: 15px !important;
}

/* alignment */
#banner .banner-content { transform: translateY(-50%) !important; left: 8% !important; text-align: left !important; }

/* responsive */
@media (max-width: 991px) {
  #banner .desktop-title { font-size: 36px !important; }
  #banner .desktop-sub   { font-size: 16px !important; }
  #banner .banner-content { max-width: 700px !important; padding: 20px !important; left: 6% !important; }
}

@media (max-width: 767px) {
  #banner .banner-content { left: 6% !important; top: 58% !important; transform: translateY(-50%) !important; }
  #banner .desktop-title { display: none !important; }
  #banner .desktop-sub   { display: none !important; }
  .banner-mobile .mobile-title,
  .mobile-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 0 10px 0 !important;
    text-shadow: 0 6px 18px rgba(0,0,0,0.45) !important;
  }
  #banner .banner-content { max-width: 92% !important; padding: 18px !important; border-radius: 6px !important; }
}

/* subtle entrance */
#banner .banner-content { animation: bannerFadeIn 700ms ease-out 200ms both; }
@keyframes bannerFadeIn {
  from { opacity: 0; transform: translateY(-6%) scale(.99); }
  to   { opacity: 1; transform: translateY(-50%) scale(1); }
}
