/*
Theme Name: KE India
Theme URI: https://wordpress.org/themes/keindia/
Description: The Keindia theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: https://wordpress.org/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: keindia
*/


/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */
html {overflow: auto;}
.box-info-custom {justify-content:flex-end;}
footer.page-footer p {color: #fff;}
input {border-radius: 3px;border: 1px solid #d3ced2;}
textarea {border-radius: 3px;}
#freequote .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
::-webkit-scrollbar {
  width: 5px;
}
/*::-webkit-scrollbar-track {
  background: #f1f1f1; 
}*/
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
#freequote .freequote-body {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 9999999999;
    max-width: 400px;
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.75);
    padding: 28px;
    border-radius: 5px;
    border: 1px none #000000;
    box-shadow: 0 3px 9px #e5e5e5;
    background-color: #316ccd;
    overflow: auto;
    height: 100%;
}
#freequote #close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.freequote-body .form-control {
    border: 1px solid #ccc;
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 4px;
    height: 34px;
    font-size: 14px;
}

.btn.btn--contact {background-color: #cb7c35;color: #fff;padding: 0;width: 50%;}
.btn.btn--contact:hover {background-color: #281e5d;}
.range.offset-top-40 {margin-bottom: 20px;}
.btn-default:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #281e5d !important;
}
.layout-1 #content {padding: 0 !important;}
.home #wrapper >.container {
    width: 100%;
    padding: 0;
}
#carousel-0 {padding: 60px 0 20px;}
.home .product-block-inner img {height: 270px;}
.add_to_cart_button.ajax_add_to_cart {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#cart-total {font-size: 13px;}
.star-rating {
    display: inline-block !important;
    margin: 0 0 .5em;
    float: none;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star;
    color: #e3c102;
}
.star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}

@media only screen and (max-width: 760px) and (min-width: 300px){
    #freequote .freequote-body {
        width: 90% !important;
    }
}

.our-team-section .range .cell-md-12 {margin-bottom: 100px;}
.testimonials-section .range .cell-xs-12 {margin-bottom: 50px;}

.single-post #dana_post_list-2 .wg-title {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    margin-top: 0;
    padding-bottom: 15px;
    text-align: left;
}
.single-post ul.bt-post-list li {
    transition: all 0.4s;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.single-post #dana_post_list-2 img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.single-post .cell-md-preffix-1 img {width: 100%}
.single-post h3.bt-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 700;
}
.single-post ul.bt-meta li {
    display: inline-block;
    font-size: 12px;
    line-height: 10px;
    margin-right: 5px;
    padding-right: 7px;
}
#cart-total {
    color: #fff;
    background: #ce7b35;
    line-height: initial;
    position: absolute;
    /*font-size: 10px;*/
    height: 20px;
    width: 20px;
    top: 5px;
    right: -20px;
    display: block;
    padding: 3px 4px;
    text-transform: lowercase;
    display: block;
    font-weight: 400;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}
@media (max-width: 767px){
    #cart-total {
        top: 130px;
        right: 254px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px){
    #cart-total {
        top: 180px;
        right: 254px;
    }
}
@media (min-width: 1200px){
    .rd-navbar-static.rd-navbar-secondary .rd-navbar-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /*.rd-navbar-static.rd-navbar-secondary .rd-navbar-inner {
        padding-bottom: 0 !important;
    }*/
    .rd-navbar-static .rd-navbar-collapse .list-inline.social-section {
        margin-left: 100px;
    }
}
@media (max-width: 1199px){
    .text-lg-right.social-section {display:none;}
    .rd-navbar-fixed .rd-navbar-brand span.brand-logo.veil img {display: block;height: 48px;margin-left: 0;}
}
#ui-to-top.fa {line-height: 46px;}

.swiper-container {height:450px !important;}
.custom-way-point-swiper {display: none;}

@media (max-width: 1484px) and (min-width: 1200px){
.swiper-container .section-100-vh {
    padding-top: 50px!important;
    padding-bottom: 207px!important;
}}
@media (min-width: 1485px){
    .swiper-container .section-100-vh {
        padding-top: 0px;
    }
    .home .swiper-slide-caption .cell-xl-8.cell-sm-9{
        top: -150px;
    }
    .page-id-61 .range>.cell-xl-preffix-2 {
        margin-left: 8.33333%;
    }
}
@media (min-width: 768px){
    .page-id-61 .rd-map-wrap {
        height: auto;
    }
}

@media (max-width: 1199px){
    .rd-navbar--has-dropdown.rd-navbar-submenu:after{
        position: absolute;
    right: 60%;
    top: 12px;
    }

    #mainmenu.rd-navbar-nav .rd-navbar--has-dropdown.focus .sub-menu{
        display: block;
        height: auto;
        opacity: 1;
    }
}


.rd-navbar-panel .rd-navbar-brand img {width:100px;height:55px;margin-left:45px;}
.rd-navbar-panel .rd-navbar-brand .companylogo-name {font-size:20px;margin-left:15px;}
.rd-navbar-collapse-items {display: flex;}
.page-id-61 .select2-container--bootstrap .select2-selection--single {
    height: 28px;
    line-height: 25px;
    padding: 0;
    border: 0;
    border-bottom: 2px solid #e1e1e1;
}
.page-id-61 .wpcf7-captchar {width: 50%;}
.page-id-61 img.wpcf7-captchac {width: 30%;}

.location_map{margin: 40px 0px;}
.rd-navbar--has-dropdown.rd-navbar-submenu:after{
    content: '\f107';
    font-family: fontawesome,sans-serif;
    margin-left: 5px;
    color: #fff;
}

.box-info-custom-title a{background: rgba(144, 130, 130, 0.6509803921568628);font-size: 20px;padding: 7px;}
.box-info-custom-title a:hover{background: rgba(40, 30, 93);color: #fff;}
.wpcf7-form-control-wrap.mathcaptcha-504 .wpcf7-mathcaptcha {padding-left: 5px;}
#custom-way-point .cell-lg-5 h2 {font-size: 24px;}
.home-parallax-bg span.text-white {font-size: 20px;}
.home-parallax-bg span.sub-heading {letter-spacing: 0.5px;font-size: 15px;}
.home-parallax-bg a.paralax-button {color: #fff !important;font-weight: 900;}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {background-color: #281e5d !important;}
.select2-container--default .select2-selection--single {height: 35px !important;padding-top: 4px;}
.flex-direction-nav a {height: 50px !important;}
html.mobile .location_map iframe {height: 300px;}
.error404 #container {padding: 120px 0;}
.error404 #content {text-align: center;}
.error404 #searchform {margin-top: 15px;}
.contact-us-page .wpcf7-validation-errors {font-size: 15px;border: 2px solid #f00;}
.icon-sm {font-size: 20px;}
.mathcaptcha-542 input.math-captcha {padding-left: 5px;}