.pd-left5{
	padding-left:7%;
}
.s-icons li a{
	padding-left: 15px;
	width: 28px;
}
.ctm-ol li{
	font-size: 16px;
	margin-bottom: 15px;
}
.ctm-ol{
	padding-left: 20px;
}
p, .content p{
	font-size: 16px;
	margin-bottom: 25px;
}
.v-tabs {
	 display: -ms-flexbox !important;
	 display: flex !important;
}
 .v-tabs .nav-tabs > li {
	 display: block;
	 float: none;
	 border-radius: 0;
	 font-size: 16px;
}
 .v-tabs .nav-tabs > li > a, .v-tabs .nav-tabs > li.active > a, .v-tabs .nav-tabs > li > a:hover, .v-tabs .nav-tabs > li.active > a:hover, .v-tabs .nav-tabs > li > a:focus, .v-tabs .nav-tabs > li.active > a:focus {
	 border: 1px solid;
	 border-radius: 0;
}
 .v-tabs .nav-tabs > li.active > a, .v-tabs .nav-tabs > li > a:focus, .v-tabs .nav-tabs > li > a:hover {
	 z-index: 1;
	 position: relative;
	 /*background-color: lightblue;*/
	 background: url(img/bg-title.webp) #e10a0a !important;
	 color: #ffffff;
	 border: 1px solid #e10a0a!important;
}
.v-tabs .tab-content {
	/*background-color: lightblue;*/
	flex: 1;
	padding-left: 5%;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-50{
	margin-bottom: 50px;
}
.v-tabs .nav-tabs {
    border-bottom: none;
}
.frmEnquiry {
	border-top: #F0F0F0 2px solid;
	background: #FAF8F8;
	padding: 15px 30px;
}

.frmEnquiry div {
	margin-bottom: 20px;
}

.frmEnquiry div label {
	margin-left: 5px
}
.demoInputBox {
    padding: 10px;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
}
.mr-tp50{
	margin-top: 50px;
}
    
    /* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.ctm-bread{
    font-size: 6.0rem !important;
        line-height: 6.0rem !important;
        font-weight: 700;
        color: #f1f1f1;
}
.bg-redd-ctm {
    background-color: #d82329;
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-bg{
	 background: url(../img/map-bg.jpg);
	 background-position: center;
	 background-size: cover;
}
.cnt{
    font-size: 22px;
}
.bg-black {
    background: rgb(31 17 11 / 88%);
    padding: 40px 0;
}
.w-head{
    text-align: center;
    color: #f1f1f1;
    font-size: 40px;
}
  .timeline {
            display: flex;
            justify-content: space-around;
            align-items: center;
            position: relative;
            padding: 20px 0;
        }
      
        .timeline-item {
            position: relative;
            text-align: center;
        }
        .timeline-item::before {
            content: '';
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid rgb(31 17 11 / 88%);
        }
        .location {
            font-size: 20px;
        }
        .year {
           font-size: 18px;
    font-weight: bold;
    color: #000000;
        }
        .mb-50{
            margin-bottom: 50px;
        }
 .vdiv .grid {
 display: grid;
 grid-template-columns: 1fr 1fr;
 grid-template-rows: 1fr 1fr;
 position: relative;
 height: 300px;
 }
 .vdiv .grid div {
 padding: 20px;
 text-align: center;
 }
 .vdiv .grid::before, .grid::after {
 content: "";
 position: absolute;
 background: #d82329;
 }
 .vdiv .grid::before {
 width: 2px;
 height: 100%;
 left: 50%;
 top: 0;
 transform: translateX(-50%);
 }
 .vdiv .grid::after {
 height: 2px;
 width: 100%;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 }
 .vdiv .title {
 font-weight: 500;
 font-size: 18px;
 }
 .vdiv .description {
 font-size: 16px;
 color: #555;
 }
 .logos-grid img{
     margin-bottom: 30px;
 }
 .lp-post.xcv{
     display: flex;
 }
 .d-desk{
     display: block;
 }
 .d-mob{
     display: none;
 }
 .slick-slide img.quote{
     width:30px;
     margin:auto;
     margin-bottom: 20px;
 }
 .testimonials .slick-slide {
     text-align: center;
 }
 
 


/*Media*/
/*Mobile Media Query*/
@media screen and (max-width: 950px) {
 .ftr-logo{
 	width: 60%;
 }
 .pd-left5{
	padding-left:15px;
}
#footer .col-sm-2, #footer .col-sm-3{
	margin-bottom: 30px;
}
/*#footer .copyright{
	padding-left: 15px;
}*/
.site-header .kl-top-header{
	display: none;
}
.siteheader-container{
	display: flex;
}
.zn-res-trigger{
	margin-right: 0;
}
.kl-slideshow-inner{
	height: 250px!important;
}
.ptop-65 {
    padding-top: 30px;
}
.zn_res_menu_go_back{
	display: flex;
}
.close-box{
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}
.zn_res_submenu_trigger{
	position: absolute;
    right: 15px;
    top: 16px;
    font-size: 18px;
}
.close-box i{
	font-size: 18px;
}
#zn-res-menu li>a {
    color: #605e5e;
    font-size: 15px;
}
.ctm-bread {
    font-size: 4.0rem !important;
    line-height: 4.0rem !important;
}
.timeline-item::before {
    top: -21px;
}
.mb-50 {
    margin-bottom: 30px !important;
}
.timeline{
    padding-bottom: 0;
}
.our-story-p p{
    text-align: center;
}
.mr-bt50m{
    margin-bottom: 50px;
}
.vdiv .grid {
     display: block; 
     position: relative; 
    height: 100%;
}
.vdiv .grid::before, .grid::after{
    display: none;
}
.vdiv .grid div{
    border-bottom: 2px solid #d82329;
}
.vdiv .grid div.no-border{
    border-bottom: none;
}
.vdiv .description{
    margin-bottom: 0;
}
.logos-grid{
     display: flex;
    flex-wrap: wrap;
}
.logos-grid .col-lg-2{
    width:25%;
}
.pt-0m{
    padding-top:0;
}
.tabCollapse.v-tabs{
    display: block!important;
}
.v-tabs .tab-content {
    padding-left:0%;
    margin-top:15px;
}
 .d-desk{
     display: none;
 }
 .d-mob{
     display: block;
 }
.zn_res_submenu_trigger{
        width: 30px;
    height: 30px;
}


}/*Mobile Media Query ends*/