select:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border: none !important;
}
.channel-wrap {
  background-color: #eaeaea !important;
  padding: 90px 0;
  text-align: center;
}
.channel-wrap::before {
  content: none;
}
.channel-wrap h1, .channel-wrap p {
  color: #000 !important;
}
.channel-wrap h1 {
  font-size: 32px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.channel-wrap p {
  font-size: 16px !important;
  margin-bottom: 25px !important;
}
.channel-wrap select.form-control {
  height: auto;
  padding: 10px;
  border: 1px solid #e6e6e6!important;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  color: #787878;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/down-arw.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.search-btn {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 0 11px;
}
.search-btn:hover {
  color: #fff;
  background-color: #54585a;
}
.con-section li {
  text-align: center;
  width: 32.9%;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
}
.con-section li h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  line-height: 17px;
  height: 34px;
}
.con-section li p {
  text-align: center;
  display: none;
}
.con-section li:nth-child(2) {
  border-width: 1.5px;
  border-style: solid;
  border-image: linear-gradient(to top, #f3f3f3, #e6e6e6, #f3f3f3);
  border-image-slice: 1;
  border-bottom: none;
  border-top: none;
}
.icon-wrapper {
  margin-bottom: 20px;
}
.channel-part p {
  font-size: 15px;
  color: #333333;
}
.showroom-warea {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.showroom-box {
  width: 100%;
  margin-top: 50px;
}
.showroom-box .prod-name {
  min-height: inherit;
}
.showroom-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  display: flex;
  align-items: center;
}
.image-warea {
  width: 250px;
  position: relative;
}
.cont-warea {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.cont-warea ul li {
  position: relative;
  padding-left: 22px;
  margin: 0 0 10px 0 !important;
  width: 100% !important;
  font-size: 14px;
}
.cont-warea ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
  text-align: center;
}
.part-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 10px;
}
.part-btn:hover {
  color: #fff !important;
  background-color: #54585a;
}
.showroom-warea ul li {
  display: inline-block;
  width: 47.5%;
}
.showroom-warea ul li a:hover{
  color: #777777;
}
.showroom-warea ul li:nth-child(odd) {
  margin-right: 25px;
}
.showroom-warea ul li:nth-child(even) {
  margin-left: 25px;
}
.image-warea img {
  width: 100%;
}

/*12 JAN 2022*/
.owl-item .slide .auto-container {
    position: relative;
    display: flex;
    align-items: center;
}
/*Ends*/

.channel-slider-text{
  position: absolute;
  top: auto;
  left: 150px;
  width: 275px;
  text-align: left;
  background-color: rgba(0,0,0,0.6);
  padding: 15px;
  
}
.channel-slider-text .title{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  border-bottom: 1px solid #838383;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.channel-slider-text ul li{
  font-size: 15px;
  font-weight: 300px;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  position: relative;
}
.channel-slider-text ul li i{
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.channel-slider-text ul li a{
  color: #fff;
}
.channel-slider-text ul li a:hover{
  color: #fff;
}
.main-slider .owl-dots{
  display: none;
}
.main-slider .owl-carousel .owl-prev {
    float: left;
    left: 30px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}
.main-slider .owl-carousel .owl-next {
    float: right;
    right: 30px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
}
.main-slider .owl-theme .owl-nav{
  margin-top: 0;
}
.appoint-warea{
box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow:  0 6px 10px 0 rgba(0,0,0,.1);
  padding: 10px 0;
  width: 100%;
  margin-bottom: 50px;
}
.appoint-warea ul{display: flex;justify-content: center;}
.appoint-warea ul li{
  border-right: 1px solid #e5e5e5;
  position: relative;
  line-height: 58px;
    font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 30px;
  padding-left: 50px;
  font-weight: normal!important;
  padding-right: 40px;
  cursor: pointer;
}

.about-show .row{align-items: center;}
.appoint-warea ul li a{font-weight: 600;}
.appoint-warea ul li a:hover{color: #54585a}
.appoint-warea ul li img{
  position: absolute;
  left: 0;
  top: 10px;
}
.appoint-warea ul li:last-child{
  border-right:none;
  padding-right: 0px;
}
.section{
  margin-top: 60px;
}
.about-tos h3, .about-show h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000
}
.channel-social a:hover{color: #000;}
.form-partner textarea{border-radius: 0px;height: 100px;background: #f5f5f5;font-size: 13px;}
.form-partner .contact-submit{    text-align: center!important;    margin-top: 20px!important;}
#formpops .modal-dialog{max-width: 400px!important}
#formpops .modal-title{text-transform: uppercase; font-family: HelveticaNeueLT Com;font-size: 1.25rem;}
#formpops  .modal-dialog .form-row .form-group input, #enquiremodal .modal-dialog .form-group textarea {
    border-radius: 0;   font-size: 13px;    background: #f5f5f5;    font-family: HelveticaNeueLT Com;}
 #formpops  .modal-content{border-radius: 0px;} 
 #formpops .contact-submit .btn{background: #000!important;
    padding: 10px 24px;
    font-size: 16px;border: 1px solid #000;}
    #formpops .contact-submit .btn:hover{background: #fff!important;
    color: #000!important;
    border: 1px solid;}
    .gallery-bg{position: relative;    padding-right: 8%;}
    .videoGalleryBlk{padding-left: 8%}
    .gallery-bg:before{
      content: '';
    position: absolute;
    background: #f7f7f7;
    left: -26%;
    top: -59px;
    right: 28px;
    bottom: -19%;
    width: 129%;
    z-index: -1;
        min-height: 462px;
    }
.about-tos p, .about-show p{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 15px;
}
.about-tos img, .about-show img{
  width: 100%;
}
.about-show{
  width: 100%;
  padding: 50px 0;
  background-color: #f7f7f7;
}
.project-wrapper{
    position: relative;
    background: #000;
    width: 100%;
    background-size: cover;
    padding: 80px 0px;
        background-repeat: no-repeat!important;
    background-position: top right!important;
}
.project-wrapper .highlighted-pro .row{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.highlighted-pro{
  margin-right: 30px;
}
.highlighted-pro img{
  width: 100%;
}
.highlighted-pro-des{
  padding-top: 0px;
}
.highlighted-pro .title{
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  border-bottom: 1px solid #838383;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.highlighted-pro .sub-title{
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;

  
  
}
.highlighted-pro p{
  color: #fff;
  font-size: 15px;
}
.channel-gallery .main-hd{
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 500;
}
.channel-gallery-block li{
  display: inline-block;
  width: 46.5%;
  
}
.channel-gallery-block li img{
  width: 100%;
}
.channel-gallery-block li:nth-child(1), .channel-gallery-block li:nth-child(2){
  margin-bottom: 22px;
}
.channel-gallery-block li:nth-child(odd){
  margin-right: 11px;
}
.channel-gallery-block li:nth-child(even){
  margin-left: 11px;
}

.channel-gallery .owl-theme .owl-nav{
  position: absolute;
  top: -75px;
  right: 0;
  margin:0;
  padding: 0;
  display: block;
}
.channel-bnr-warea{
  width:100%;
  position: relative;
}
.channel-bnr-warea img{
  width: 100%;
}
.discount-text{
  position: absolute;
  right: 8%;
  top: 30px;
  width: 479px;
}
.bnr-text{
  display: inline-block;
  width:253px;
  text-align: center;
}
.bnr-btn{
  display: inline-block;
  width:170px;
  margin-left: 50px;
  vertical-align: top;
  margin-top: 40px;
}
.explore-btn{
  font-size: 19px;
  font-weight: 500;
  padding: 8px 15px;
  background-color: #000;
  color: #fff;
}
.explore-btn:hover{
  color: #fff;
background-color:#54585a;
}
.bnr-title{
  font-size: 24px;
  font-weight: 700;
    text-align:center;
  position: relative;

}
.bnr-title::before{
  width:75px;
  height: 1px;
  content:"";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #a4a5a6;
}
.bnr-title::after{
  width:75px;
  height: 1px;
  content:"";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #a4a5a6;
}
.discount-per{
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 40px;
}
.discount-per span{
  font-size: 21px;
  display: block;
  width: 100%;
  text-transform: none;
}
.meet-team{
  margin-top: 90px;
  padding-top: 30px
}
.meet-team .row{justify-content: center;}
.meet-team h4, .safe-cust h4{
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.team-block {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px;
}
.team-block .image-warea {
    width: 157px;
    display: none;
    position: relative;
}
.team-block .text-warea {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 10px 0 35px;
    box-sizing: border-box;
}
.text-warea .part-btn i{
  margin-right: 5px;
}
.text-warea .part-btn {
  margin: 0px;
}
.text-warea h5{
  position:relative;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.text-warea h5::before{
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -1px;
  background-color: #5c5c5c;
}
.text-warea p{
  font-size: 14px;
  
}
.safe-cust{
  margin-top: 120px;
}
.safe-box{
  width: 100%;
  border: 1px solid #dedede;
  padding: 50px 20px 30px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.icon-warea{
  position: absolute;
  top: -35px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right:0;
}
.safe-cust h4{
  margin-bottom: 75px !important;
}
.channel-social-wrapper{
  margin: 0 0 50px; 
  text-align: center;
}
.channel-social{
  position: relative;
}
.channel-social::before{
  width: 43%;
  height: 2px;
  background-color: #f3f3f3;
  content: "";
  position: absolute;
  left: 0;
  margin-top: -1px;
  top: 50%;
}
.channel-social::after{
  width: 43%;
  height: 2px;
  background-color: #f3f3f3;
  content: "";
  position: absolute;
  right: 0;
  margin-top: -1px;
  top: 50%;
}
.channel-social a{
  color: #7f7f7f;
  margin: 0 8px;
  background-color: #fff;
  font-size: 25px;
}

/*21 JUNE 2022*/
.about-main {
    margin-top: 0;
    padding-top: 60px;
    background: #efefef;
}

.desc-main {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.prt-sec-third {
    margin-top: 0;
}
.prt-sec-sixth {
    margin-bottom: 30px;
}
.prt-sec-sixth p:empty {
    display: none;
}
.about-show.about-main p strong {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}





@media (max-width: 767px) and (orientation: portrait) {
.gallery-bg::before { top: inherit; }
}
@media (max-width: 767px) and (orientation: landscape) {
.gallery-bg::before { bottom: inherit !important; }
}
@media (max-width: 767px) {
.gallery-bg::before { width: 150%;}
.channel-slider-text ul li { margin-bottom: 10px; }
.channel-slider-text .title { font-size: 18px;     margin-bottom: 17px; padding-bottom: 15px; }
.channel-slider-text {left: 0 !important; right: 0 !important; margin: auto; margin-top: -140px !important}
}
@media (max-width: 900px) {
.project-wrapper { background: #000 !important; }
}
@media (min-width: 900px) and (max-width: 1100px) {
.project-wrapper { background-position-x: 500px !important; }
}
@media (min-width: 768px) and (max-width: 1024px) {
.videoGalleryBlk { padding-left: 4%; }
}
@media (max-width: 991px) {
.vid { margin-top: 40px !important; }
}