@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@font-face {
  font-family: "Flaticon";
  src: url("../genericons/Flaticon.eot");
  src: url("../genericons/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../genericons/Flaticon.woff2") format("woff2"),
       url("../genericons/Flaticon.woff") format("woff"),
       url("../genericons/Flaticon.ttf") format("truetype"),
       url("../genericons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-heart:before { content: "\f100"; }
.flaticon-facebook:before { content: "\f101"; }
.flaticon-download:before { content: "\f102"; }
.flaticon-arrow:before { content: "\f103"; }
.flaticon-left:before { content: "\f104"; }
.flaticon-instagram-symbol:before { content: "\f105"; }
.flaticon-plus:before { content: "\f106"; }
.flaticon-shopping-cart:before { content: "\f107"; }
.flaticon-heart-1:before { content: "\f108"; }
.flaticon-search:before { content: "\f109"; }
.flaticon-menu:before { content: "\f10a"; }
.flaticon-linkedin:before { content: "\f10b"; }
.flaticon-twitter:before { content: "\f10c"; }
.flaticon-play:before { content: "\f10d"; }
.flaticon-twitter-1:before { content: "\f10e"; }
.flaticon-left-1:before { content: "\f10f"; }
.flaticon-right:before { content: "\f110"; }
.flaticon-down-arrow:before { content: "\f111"; }
.flaticon-email:before { content: "\f112"; }
.flaticon-pin:before { content: "\f113"; }
.flaticon-phone-call:before { content: "\f114"; }/*wp genal theme css*/
*{
  outline: none !important;
}
.post-main{
  display:none;
}
.single-post .post-main{
  display:block;
}
.single-post .shop-data-txt{
  display:none;
}
.post-main .post-thumbnail img{
  width:100%;
}
.post-main .comments-area{
    display:block;
}
.entry-footer{
  width: 100% !important;
  float: left !important;
  margin: 10px 0px 30px 0px !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
    background: #fff;
    background-image: none;
    border: 1px solid #bab9b9;
    border-radius: 0px;
    min-height: 58px;
    color: #7f7f7f;
    padding: 0.625em 0.4375em;
    width: 100%;
    font-size: 15px;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #E40613;
    border-radius: 0;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #000;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
    color: #000;
    font-size: 15px !important;
    line-height: 24px;
    margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
}
.comment-form label{
  color: #E40613;
  font-size:18px;
  font-family: 'Lato', sans-serif;
}
.comment-reply-link {
    border: 1px solid #E40613;
    border-radius: 2px;
    color: #E40613;
    font-size: 15px;
    line-height: 1;
    margin-top: 10px;
    padding: 7px 10px;
  font-family: 'Lato', sans-serif;
}
.comment-reply-link:hover{
  color: #000;
}
.comments-title, .comment-reply-title {
    border-top: 0px solid #1a1a1a;
    color: #E40613;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-top: 0px;
    font-family: 'Lato', sans-serif;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
    padding-top: 10px !important;
}
.single-post .post-main {
    display: block;
    margin-bottom: 70px;
}
.full-content-area,.full-content-area.content-area {
    float: left;
    margin-right: auto;
    width: 100%;
}
.content-area{
  float: left !important;
  margin-right: auto !important;
  width: 100% !important;
}
a{
  color: #E40613;
  outline: none;
}
a, a:hover{
  color: #000;
  outline: none;
}
input{

}
body{
 font-family: 'Lato', sans-serif;
 font-size: 18px;
 color: #000;
}

body:not(.custom-background-image).admin-bar:before {
    top: 0px;
}
body:not(.custom-background-image):before {
    display: none;
}
body:before{
  display: none !important;
}
img{
  max-width:100%;
}
body:not(.custom-background-image):after{
  display: none;
}
a,a:hover{text-decoration: none !important;}
ul,ol{
  margin:0px;
  padding: 0px;
  list-style: none;
}
p{
  margin-bottom: 15px;
}
.container{
  max-width: 1349px;
  margin: auto;
  width: 100%;
  padding:0px 100px;
}
.site {
    margin: auto;
}
.site-content {
    padding: 0px;
}
.site-inner{
  max-width:100%;
}
 .ani-hid {
    display: inherit !important;
}
.ani-hid {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.full-container{
  width: 100%;
  max-width: 100%;
}
.uppercase{
  text-transform: uppercase;
}
.no-padding{
  padding: 0px;
}
.no-l-padding{
  padding-left: 0px;
}
.no-r-padding{
  padding-right: 0px;
}
.widget {
    margin-bottom: 4.307692308em;
}
.widget {
    border-top:none !important;
    margin-bottom: auto !important;
    padding-top:0px !important;
}
.btn {
    padding:10px 40px;
    font-size: 20px;
    text-align:center;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background:#E40613;
    color: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 0px;
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.btn span{
    z-index: 1;
    position: relative;
}
.btn:hover{
    color:#fff;
}
.black-btn{
  background: #000;
}
.black-btn:before{
  background:#E40613;
}
.btn:hover, .btn:active {
    color:#fff;
}
.btn:focus{
    color: #fff;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
section,.full-col{
  float: left;
  width:100%;
  position: relative;
}
.footer{
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
  background:url(/wp-content/uploads/2020/03/footer.jpg);
  padding-top: 0px;
  color: #fff;
  font-size: 18px;
}
.footer .container{
  width: 100%;
  padding:0px 100px;
}
.footer:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top:0px;
  display: block;
  background: rgba(0,0,0,0.9);
}
.footer-inner{
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.site-footer{
  display: none;
}
.footer-top{
  padding: 40px 0px;
  text-align: center;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
}
.footer .widget .widget-title{
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.footer .widget{
  font-size: 18px !important;
  color:#fff;
}
.footer a{
  color:#fff;
  text-decoration:none !important;
  box-shadow: none !important;
}
.footer span{
  font-size: 22px;
  color: #fff;
}
.footer a:hover{
  color:#E40A17;
  text-decoration:none !important;
  box-shadow: none !important;
}
.footer-social ul{
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}
.footer-social ul li{
  display: inline-block;
  margin-right: 10px;
}
.footer-social ul li a{
  font-size: 20px;
}
.footer-nav-bar ul{
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px !important;
}
.footer-nav-bar li{
  display: inline-block;
  padding: 10px 0px;
}
.footer-nav-bar li a{
  border-right: 1px solid #000;
  font-size: 14px;
  padding-right: 8px;
  margin-right: 8px;
  text-transform: uppercase;
}
.footer-nav-bar li:last-child a{
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}
.backtotop{
  color: #E40613;
  font-size: 16px;
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  font-weight: 700;
}
.backtotop a{
  color: #E40613;
  text-transform: uppercase;
}
.backtotop a:hover{
  color: #000;
}
.back-bar{
  width: 1px;
  height: 58px;
  background:#d2d2d2;
  margin:auto;
  display: block;
}
.back-bar-btm{
  height: 122px;
  margin-bottom: -75px;
}
.footer{
  font-size: 18px;
  color:#000;
}
.copyright{
  color: #fff;
  font-size: 15px;
  float: left;
  width: 100%;
}
.copyright .copy-inner{
  float: left;
  width: 100%;
  padding: 40px 0px;
}
.copyright .copy-inner a{
  color: #0081b5;
  box-shadow: 0 0px 0 0 currentColor !important;
}
.copyright p{
  margin-bottom: 0px;
}
.copy-left,.copy-right{
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
.copy-left .widget{
  font-size: 15px;
}
.copy-left .widget a{
  text-decoration: none !important;
}
.copy-right{
  text-align: right;
}
.copy-right i{
  margin: 0px 5px;
  color: #E40613;
}
.copy-right a:hover{
  color: #000;
}
.site {
    margin: auto;
}
.site-content {
    padding: 0px;
}
.site-inner{
  max-width:100%;
}
 .ani-hid {
    display: inherit !important;
}
.ani-hid {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.header{
  position: relative;
  width: 100%;
  z-index: 9;
  padding: 0px 0px;
  background: rgba(0,0,0,0.85);
  position: absolute;
  left: 0px;
  top:0px;
}
.header .container{
  width: 100%;
  padding-left: 100px;
  padding-right: 40px;
}
.site-header-menu{
  float: left;
  width: calc(100% - 200px) !important;
  margin-bottom: 0px;
  margin-top: 0px;
}
.header .main-navigation{
   margin: auto!important;
   float: left;
   width: calc(100% - 187px);
   padding-top: 0px;
   text-align: right;
   float: right;
}
.main-navigation .sub-menu{
  /*-webkit-transition: all .2s linear;
    transition: all .2s linear;*/
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul{
  left:100% !important;
  right: auto !important;
}
.enquiry-bar{
  float: right;
  width: 187px;
}
.enquiry-bar .btn{
  padding: 10px 10px !important;
  font-size: 18px;
  width: 100%;
  float: left;
}
.enquiry-bar .btn p{
  font-size: 18px;
}
.enquiry-bar .btn:hover{
  border:1px solid #fff;
  color:#000;
}
.enquiry-bar .btn:before{
  background: #fff;
}
.main-navigation a{
  color: #fff;
  font-size: 15px;
  font-weight: 500 !important;
  padding: 0px 9px 0px 9px !important;
  text-transform: uppercase;
  position: relative;
}
.main-navigation .menu-item-has-children > a:after{
    content:'' !important;
    right: 0px;
    top: auto;
}
.main-navigation a:before,
.main-navigation a:after{
  content:'';
  width: 75px;
  height: 3px;
  position: absolute;
  display: block;
  top:0px;
  left:0px;
  right:0px;
  margin:auto;
  background: #fff;
  opacity: 0;
  display: none;
  transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}
.main-navigation a:after{
  top:auto;
  bottom:0px;
}
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation .current-menu-item a,
.main-navigation .current-menu-item a:hover{
  color:#E40613 !important;
}
.main-navigation  ul li a,.main-navigation .current-menu-item a{
  color:#fff !important;
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
    left: 0px !important;
    right: auto !important;
}
.main-navigation  ul li a:hover,
.main-navigation .current-menu-item a:hover{
  color:#E40613 !important;
}
.main-navigation .current-menu-item a:before,
.main-navigation .current-menu-item a:after{
  width:75px;
  display: block;
  opacity: 1;
}
div#overlay { display: none; }
a#toggle {
    padding:10px 10px;
    color:#fff;
    background: #E40613;
    text-align: center;
    color: white;
    transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    position:relative;
    float: right;
    margin-left: 20px;
    transform-origin: 0 100%;
    margin-top: 0px;
    display: none;
}

.site-branding{
  float: left;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
    max-width: 167px;
    width: 100%;
    margin-right: 0px;
}
.custom-logo{
  max-width: 100% !important;
}
.site-header-menu{
  float: left;
  text-align: right;
}
.site-header-menu,.site-menu{
  float: right;
}
.site-menu{
  width: 100%;
}
.social-navigation a:before{
  display: none;
}
.owl-dots{
  display: block !important;
  width: 100%;
  float: left;
}
.owl-dot{
  width: 18px;
  height: 18px;
  background: #E40613;
  margin-right:5px;
  float: left;
  border-radius: 50%;

}
.owl-dot.active{
  width: 18px;
  height: 18px;
  background: #000;
  float: left;
  border-radius: 50%;
}
.owl-carousel{
  z-index: inherit !important;
}
.banner-section{
}
.banner-section .item{
  background-image: url(/wp-content/uploads/2020/03/banner.jpg) ;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  position: relative;
  padding: 250px 0px 220px 0px;
}
.banner-section .item:before{
  content: '';
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  background:transparent;
}
.banner-section .item .banner-info{
  max-width: 570px;
  width: 100%;
  margin:auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.95);
}
.banner-section .title{
  color: #fff;
  font-size: 60px;
  text-align: center;
  text-transform:uppercase;
  margin-bottom: 30px;
    position: relative;
  font-family: 'Lato', sans-serif;
  text-shadow: 4px 2px 2px rgba(0, 0, 0, 0.95);
}
.banner .btn{
  margin: 30px auto;
}
.banner-slider .owl-nav{
  margin: auto;
}
.owl-carousel.banner-slider .owl-nav{
  position: absolute;
  width: 100%;
  top:50%;
}
.owl-carousel.banner-slider .owl-nav .owl-next 
.banner-slider.owl-carousel .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
}
.banner-slider.owl-carousel .owl-prev{
  text-align: right;
}
.owl-carousel.banner-slider .owl-nav .owl-next span,
.banner-slider.owl-carousel .owl-nav .owl-prev span{
  font-size: 50px !important;
  color: #fff !important;
}
.banner-slider .owl-dots{
  display: none !important;
}
.scroll-down{
  text-align: center;
  font-size: 12px;
  position: absolute;
  top:-100px;
  left: 0px;
  right: 0px;
  margin: auto;
z-index:1;
}
.inner-page-scroll{
  top:auto;
  bottom: -45px;
}
.scroll-round{
  width: 89px;
  height: 89px;
  background: #000;
  border-radius: 50%;
  display: block;
  margin: auto;
}
.scroll-round span{
  font-size: 55px;
  position: relative;
  top:-30px;
  color: #fff;
  animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -moz-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
}
.scroll-round i{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.scroll-down p{
  margin-bottom: 30px;
    color: #fff;
}
.looking-section{
  padding: 84px 0px;
}
.looking-pro-section{
  padding-bottom: 0px;
}
.title{
  font-size: 36px;
  color: #E40613;
  font-family: 'Lato', sans-serif;
  position: relative;
  text-align: center;
}
.sub-title{
  font-size: 36px;
  color: #000;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.looking-text{
  padding: 10px 50px 0px 50px;
  font-size: 20px;
  color: #000;
  text-align: center;
}
.looking-text .title{
  font-size: 36px;
  color: #E40613;
  font-family: 'Lato', sans-serif;
  position: relative;
}
.about-section{
  text-align: left;
  padding: 70px 0px 100px 0px;
  padding: 70px 0px;
  /*background: url(/wp-content/uploads/2020/04/floorplan.png) left top no-repeat;
  background-size: 453px 634px;*/
  background: #fff;
  /*display: none;*/
}
.about-section .container{
  width: 100%;
  padding: 0px 100px;
}
.about-left .abt-img{
    border-bottom: 20px solid #E40613;
}
.about-left .cdb-btn{
  width: 121px;
  height: 121px;
  float: right;
  border-radius: 50%;
  background: #E40613;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  margin-top: -70px !important;
}
.about-right .title{
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
  text-align: left;
}
.about-right{
  font-size: 18px;
  color: #000;
  padding-top: 50px;
  padding-left: 60px;
}
.about-right p{
  margin-bottom: 15px;
}
.about-right ul{
  list-style: none;
  margin-top: 30px;
}
.about-right ul li{
  float: left;
  padding-right: 20px;
}
.feature-section{
  position: relative;
  text-align: center;
  padding: 80px 0px;
  background: #FEF2F3;
  border:0px;
  float: left;
  width: 100%;
}
.feature-wrap{
  max-width: 960px;
  margin: auto;
}
.feature-box{
    color: #000000;
    font-size: 16px;
    padding: 30px;
    background: #fff;
    min-height: 216px;
   /* float: left;*/
}
.feature-box h3{
  color: #E40613;
  font-size: 24px;
}
.down-arrow{
  color: #707070;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.feature-section .owl-dots{
  text-align: center;
  margin-top: 40px;
  display: flex !important;
  justify-content: center;
}
.make-section{
  float: left;
  width: 100%;
  position: relative;
  background: url(/wp-content/uploads/2020/03/we-bg.jpg) left top no-repeat fixed;
  background-size: cover;
  min-height: 729px;
}
.make-section:before{
  /*content:'';
  background: url(http://cbd.mytestsite.nz/wp-content/uploads/2020/03/shape.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  bottom: -30px;
  display: inline-block;
  width: 968px;
  height: 724px;
  overflow-x: hidden;
  */
  content: '';
    background: url(/wp-content/uploads/2020/03/shape.png) left bottom no-repeat;
    background-size: 100%;
    position: absolute;
    left: -50px;
    bottom: -30px;
    display: inline-block;
    width: 65%;
    height: calc(100% + 30px);
    overflow-x: hidden;
}
.make-section .container{
  width: 100%;
  padding: 0px 100px;
}
.make-info .title{
  font-size: 36px;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
  max-width: 300px;
  width: 100%;
}
.make-info .title span{
  display: block;
}
.make-info{
  color: #fff;
  font-size: 18px;
  padding-top: 400px;
  z-index: 1;
}
.make-right{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 729px;
  padding-bottom: 60px;
}
.ul-inline{
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}
.ul-inline-left{
  text-align: left;
}
.ul-inline-left li,.ul-inline li{
  margin-bottom: 10px;
}
.ul-inline-left li a{
  text-align: center;
}
.ul-inline li{
  display: inline-block;
  padding-right: 20px;
}
.ul-inline li a{
  display: block;
}
.we-offer-section{
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  background: #fff;
}
.special-section{
  background: transparent;
}
.we-offer-top{
  width: 100%;
  position: relative;
  min-height: 1px;
  background: #F2F2F2;
  height: 100px;
}
.we-offer-btm{
  width: 100%;
  position: relative;
  min-height: 1px;
  background: #F2F2F2;
  height: 40px;
}
.we-offer-section:before{
  content: '';
  background: #F2F2F2;
  position: absolute;
  left:0px;
  top:0px;
  width:100px;
  height: 100%;
  display: inline-block;
}
.we-offer-section .container{
  width: 100%;
  padding: 0px 0px 0px 100px;
}
.we-offer-wrap{
  width: 100%;
  float: left;
  position: relative;
  background:#fff;
  padding: 60px 100px 20px 60px;
}
.we-offer-wrap h2{
  color: #000;
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
}
.we-offer-wrap h2 span{
  display: block;
}
.we-offer-wrap h2:after{
  content:'';
  width: 48px;
  height: 3px;
  margin: 20px 0px 40px 0px;
  display: block;
  background: #E40613;
  float: left;
}
.we-offer-box{
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}
.we-offer-box h3{
  color: #E40613;
  font-size: 22px;
  margin-bottom: 30px;
}
.we-offer-img{
  padding: 0px;
}
.we-offer-img img{
  width: 100%;
  object-fit: cover;
}
.we-offer-img.right{
  float: right;
}
.we-offer-box .btn{
  margin-top: 30px;
}
.we-offer-info {
  padding: 50px 60px;
}
.offer_info_left{
  padding-left:0px;
}
.offer-info .red-btn{
  background:  #E40613;
  border-color: #E40613;
}
.gallery {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0px 160px 0px;
  margin: auto !important;
}
.gallery .container{
  width: 100%;
  padding: 0px 100px;
}
.gallery-box{
  padding:15px;
  position: relative;
}
.gallery-box-inner{
  float: left;
  width: 100%;
  position: relative;
}
.gallery-box-inner img{
  width: 100%;
  position: relative;
  /*min-height: 185px;
  object-fit: fill;*/
}
.gallery-overly{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background: rgba(228, 6, 19, 0.85);
  display: flex;
  justify-content: center;
  text-align: center;
  display: none
}
.gallery-box:hover .gallery-overly{
  display: block;
}
.view-img{
  width: 52px;
  height: 52px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
}
.testimoial{
  padding: 60px 0px;
  background: url(/wp-content/uploads/2020/03/testimoial.jpg) center top no-repeat;
  background-size: cover;
}
.testimoial h2{
  color: #000;
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
}
.testimoial h2 .textwidget{
  font-size: 36px;
}
.testimoial h2:after{
  content:'';
  width: 48px;
  height: 3px;
  margin: 20px 0px 40px 0px;
  display: block;
  background: #E40613;
  float: left;
}
.testimoial h2 span{
  display: block;
}
.testimoial .owl-dot,.testimoial .owl-dot.active{
  float: right;
}
.review-img {
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 0px;
}
.review-box{
  padding: 30px 60px 60px 60px;
  text-align: left;
  font-size: 18px;
  color: #000;
  background: transparent;
}
.review-box h4{
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.review-box p{
  margin-bottom: 5px;
}
.review-title{
  font-size: 17px;
  color: #E40613;
  font-weight: bold;
  margin-bottom: 30px;
}
.author-name {
  font-size: 18px;
  color: #E40613;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin-bottom: 30px;
}
.map-wrap{
  width: 100%;
  float: left;
  position: relative;
  margin-top: -150px !important
}
.map-wrap iframe{
  -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
         filter: grayscale(100%);
}
.subscribe-wrap{
  width: 100%;
  position: relative;
  color:#fff;
  text-align: center;
  padding: 20px 0px;
  margin:auto;
  border-bottom: 1px solid #fff;
  float: left;
}
.subs-left{
  padding-left: 0px;
}
.subs-left input{
  width: 100%;
  background: #fff;
  color: #969696;
  font-size: 18px;
  height: 44px;
  min-height: 44px;
  padding-left: 15px;
}
.sub-filed {
  width: calc(100% - 195px);
  float: left;
}
.subs-left .btn{
  width: 195px;
  float: left;
  height: 44px;
  width: 195px;
  float: left;
  height: 44px;
  display: block;
  padding: 0px 30px;
  text-align: center;
}
.subs-left .btn i{
  margin:0px 10px;
}
.subs-left .btn .wpcf7-submit{
  color: #fff;
  border-color: transparent !important;
  background: transparent;
  width: 100%;
  height: 100%:;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0px;
  font-weight: bold;
}
.sub-btn span{ float: right; }
.subs-right{
  text-align: right;
  float: right;
  padding-right: 0px;
}
.subs-right ul li{
  display: inline-block;
  padding-right: 5px;
}
.subs-right ul li:last-child{
  padding-right: 0px;
}
.subs-right ul li a{
  float: left;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E40613;
  font-size: 20px;
  color: #fff;
}
.subs-right ul li a:hover{
  background: #000;
}
/*******************************
*  collapse Start
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: transparent;
        position: relative;
    }
    .panel-heading:before{
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background:#E40613;
      position: absolute;
      left: 0px;
      top: 16px;
    }
    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #000;
        background-color: #fff;
        border-color: transparent;
        position: relative;
    }
    .panel-collapse ,.panel-default > .panel-heading{
      padding-left: 30px;
    }
    .panel-title {
        font-size: 20px;
        color: #E40613;
        font-weight: bold;
    }

    .panel-title > a {
        display: block;
        padding: 10px 0px;
        text-decoration: none;
        font-weight: bold;
        list-style: disc;
    }

    .more-less {
        float: right;
        color: #E40613;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color:transparent;
        padding: 0px;
    }
    /*******************************
* collapse end
*******************************/
.form-left-half, .form-right-half{
  width: 50%;
  float: left;
  position: relative;
}
.form-l-half-inner, .form-r-half-inner{
  width: 50%;
  float: left;
  position: relative;
}
.form-l-half-inner{
  padding-right: 10px;
}
.form-r-half-inner{
  padding-left: 10px;
}
.add-more{
  float: left;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.add-more h3{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: 80px;
}
.add-bar{
  display: inline-block;
  width: calc(100% - 80px);
  border:1px solid #707070;
  opacity: 0.8;
}
.form-third{
  width: 60%;
  position: relative;
  float: left;
  padding-left: 10px;
}
.form-oneth{
  width: 40%;
  position: relative;
  float: left;
  padding-right: 10px;
}
.form-left-half{
  padding-right: 7.5px;
}
.form-right-half{
  padding-left: 7.5px;
}
.form-full-col,.form-right-half,.form-left-half{
  margin-bottom: 15px;
}
.form-left-half input, .form-right-half input,.form-full-col textarea{
  min-height: 58px;
  border:1px solid #bab9b9;
  color: #7f7f7f !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  padding: 5px 15px;
}
select{
  background:#fff url(/wp-content/uploads/2020/04/tri.png) calc(100% - 10px) center no-repeat;
  background-size: 15px 13px;
  min-height: 45px;
  border:1px solid #fff;
  color: #7f7f7f !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
  width: 100%;
  border:0px;
  padding: 5px 15px;
  appearance: none;
  -webkit-appearance: none;
   -moz-appearance: none;
}
.form-full-col textarea{
  height: 188px;
  padding: 15px 15px;
}
.form-btn-row{
  text-align: center;
  padding: 0px 0px;
}
.form-btn-row .btn{
  padding: 0px;
}
.form-btn-row input[type="submit"] {
    background: transparent !important;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 15px 40px;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    margin: unset;
}
.modal-content{
  background: #fff;
  float: left;
  width: 100%;
  padding: 30px 30px;
}
.video-modal {
  text-align: center;
}
.modal-body img{
  width: 100%;
}
@media screen and (min-width: 768px) { 
  .video-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.video-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .close_btn {
    top: -20px;
    position: absolute;
    background-color:#fff;
    width: 22px;
    height: 22px;
    float: right;
    right: -20px;
    z-index: 99999;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .close {
    float: none;
    color: #000;
    box-shadow: inherit !important;
    opacity: 1;
    font-weight: 300 !important;
    outline: none;
    position: relative;
    left: 1px;
    top:-1px;
}
.modal .close_btn:hover{
    background-color:#E40613;
}
.modal .close_btn:hover .close{
  background: transparent;
}
/*sub pages*/
.inner-banner{
  min-height: 374px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.resp-banner{
  display: none;
}
/*.about-page-section{
  background:none !important;
}*/
.footer-testimoial{
  padding-bottom: 230px;
  /*background: #fff !important*/
}
.about-page-section .about-right span{
  display: block;
}
.info-content h1,.info-content h2,.info-content h3,.info-content h4,
.info-content h5,.info-content h6{
  color:#E40A17;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.info-content{
  color:#000;
  font-size: 18px;
}
.info-content-full{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 60px;
}
.info-content p{
  margin-bottom: 30px;
}
.pink-bg{
  background:#FEF2F3;
}
.gray-bg{background:rgba(106,106,106, 0.05);}
.gallery-page{
  padding: 80px 0px;
}
.gallery-section,.booking-section,.coworking-section{
  padding-top: 100px !important;
}
.cbd-title{
  color: #000;
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
}
.cbd-title:after{
  content:'';
  width: 48px;
  height: 3px;
  margin: 20px 0px 40px 0px;
  display: block;
  background: #E40613;
}
.cbd-info{
  color:#000;
  font-size: 18px;
  line-height: 22px;
}
.cbd-info p{
  margin-bottom: 30px;
}
.cbd-info h1,.cbd-info h2,.cbd-info h3,.cbd-info h4,
.cbd-info h5,.cbd-info h6{
  color:#E40A17;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cbd-info ul li{
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}
.cbd-info ul li::before {
  content: "•"; 
  color: #E40613;
  position: absolute;
  left:0px;
  font-size: 25px;
  display: inline-block;
}
.condition{
  padding-top: 15px;
  font-size: 13px;
}
.cbd-info i{
  font-size: normal;
  margin-top: 15px;
}
.services-section{
  padding: 50px 0px;
}
.services-section-top{
  padding-bottom: 20px;
}
.services-right{
  padding-left: 20px;
}
.services-right .btn{
  float: right;
  margin-top:30px;
}
.btn-ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.btn-ul li:before{
  display: none;
}
.btn-ul li{
  float: left;
  padding-left: 0px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.btn-ul li .btn{
  padding:10px 20px;
}
.ser-img{
  max-width:80%;
  position: absolute;
  left: 0px;
}
.ser-img1{
  margin-top: 80px;
  padding-left: 80px;
}
.cbd-red{
  margin: 30px 0px 100px 0px;
  color: #E40613;
  font-weight: bold;
}
.features{
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
}
.co-img2,.co-img{
  padding-left: 50px;
}
.co-img1{
  padding-right: 50px;
   margin-top: -50px;
   position: relative;
   z-index: 1;
}
.co-img2{
  margin-top: -50px;
}
.coworking-section{
  padding-bottom: 70px;
}
.make-section.free-service{
  padding-bottom: 60px;
  z-index: 1;
}
.make-section.free-service:before{
  background: url(/wp-content/uploads/2020/04/black-shap.png) left bottom no-repeat;
  width: 1200px;
  background-size: 1200px 100%;
  width: 93%;
  height: calc(100% + 30px);
  background-size: 100% 100%;
  left: -103px;
}
.free-title{
  color: #fff;
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
}
.free-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.free-info{
  color:#fff;
  font-size: 18px;
  line-height: 20px;
}
.free-info{
  width: 500px;
  float: left;
  position: relative;
  margin-top: 185px;
  padding-right: 20px;
}
.free-info1{
  margin-top: 317px;
}
.free-info p{
  margin-bottom: 30px;
}
.free-info ul li{
  position: relative;
  padding-left: 25px;
  padding-bottom: 15px;
}
.free-info ul li::before {
  content: "•"; 
  color: #fff;
  position: absolute;
  left:0px;
  font-size: 20px;
  display: inline-block;
}
.cbd-red.cbd-red1{
  margin-top: 0px;
  margin-bottom: 30px;
}
.virtual-section .cbd-title:after{
  margin-bottom: 10px;
}
.virtual-section1{
  padding-bottom: 0px;
  padding-top: 100px;
}
.virtual-img{
  text-align: right;
}
.feature-pink-section{
  padding: 50px 0px;
}
.feature_title-section{
  padding-top: 0px;
  padding-bottom: 10px;
}
.condi-section{
  padding: 40px 0px 30px 0px;
}
.gallery-wrap{
  /*padding:0px 50px;*/
  padding:0px 0px;
}
.special-section:before{
  display: none;
}
.special-section{
  padding: 100px 0px 60px 0px;
}
.room-top-section{
  padding-top: 100px;
}
.spacail-ul{
  list-style: none;
}
.spacail-ul li{
  display: inline-block;
  padding-right: 10px;
}
.spacail-ul li .btn{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.special-section h2:after{
  display: none;
}
.special-section h2{
  margin-bottom: 40px;
}
.special-section .we-offer-box {
    padding-left: 30px;
    padding-right: 30px;
}
.responsive-iframe{
  max-width: 1000px;
  float: left;
  width: 100%;
  position: relative;
}
.booking-img2{
  padding-right: 70px;
  margin-top: -30%;
  position: relative;
  z-index: 1;
}
.booking-img{
  padding-left: 70px;
}
.cbd-red2{
  margin:auto;
}
.virtual-tab-section {
  padding: 0px 0px 70px 0px;
}
.virtual-tab-section .nav-tabs{
  border-bottom: 0px;
}
.virtual-tab-section .nav-tabs{
  text-align: center;
  display: flex;
  justify-content: center;
}
.virtual-tab-section .nav-tabs>li{
  
  margin-bottom: auto;
}
.virtual-tab-section .nav-tabs>li>a{
    border: none;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: #717171;
    color: #fff;
    font-size: 18px;
    font-weight: 18px;
    padding: 10px 40px;
    border:none;
    margin: auto;
    margin-top: 16px;
}
.virtual-tab-section .nav-tabs>li.elite>a{
  background: #DEDEDE;
}
.virtual-tab-section .nav-tabs>li.active>a,
.virtual-tab-section .nav-tabs>li.active>a:hover,
.virtual-tab-section .nav-tabs>li>a:hover,
.virtual-tab-section .nav-tabs>li.elite>a:hover{
  background: #E40A17;
  padding: 15px 30px;
  font-size: 22px;
  margin-top: 0px;
  color: #fff;
  border:none;
}
.virtual-tab-section .tabbable-panel{
  min-height: 300px;
}
.virtual-tab-section table{
  border-left: 1px solid #E40A17;
  border-right: 1px solid #E40A17;
  border-top: 35px solid #E40A17;
}
.virtual-tab-section tr{
  border-bottom: 1px solid #E6E6E6;
}
.virtual-tab-section td{
  border: none;
  color: #000;
  font-size: 18px;
  padding: 10px 15px;
  vertical-align: middle;
}
.dot{
  background: #E40A17;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin:auto;
  display: block;
}
.dash{
  background: #E40A17;
    width: 13px;
    /* height: 3px; */
    border: 1px solid #E40A17;
    display: block;
    margin: auto;
}
.tab-des{
  width: calc(100% - 75px);
  width: 70%;
  border: none;
}
.tab-option{
  width: 75px;
  width: 10%;
  border: none;
  text-align: center;
}
.footer-table{
  background: #E40A17;
}
.footer-table td{
  font-size: 22px;
  color: #fff;
}
.modal-content {
    background: #C7C7C7;
    float: left;
    width: 100%;
    border-radius: 25px;
    border: 5px solid #fff;
}
.form-left-half, .form-right-half{
  width: 50%;
  float: left;
  position: relative;
}
.form-left-half{
  padding-right: 20px;
}
.form-right-half{
  padding-left: 20px;
}
.form-full-col{
   /*padding-left: 7.5px;
   padding-right: 7.5px;*/

}
.form-full-col,.form-right-half,.form-left-half{
  margin-bottom: 15px;
}
.form-left-half input, .form-right-half input,.form-full-col textarea,.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
  min-height: 45px;
  border:1px solid transparent;
  color: #000;
  background: #fff;
  font-size: 15px;
}
.form-left-half input[type="date"]{ 
  /*background: #fff url(/wp-content/uploads/2020/04/calendar.png) calc(100% - 10px) center no-repeat;
    background-size: 25px 30px;*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-left-half input[type="date"]:hover{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-full-col textarea{
  height: 126px;
}
.form-btn-row{
  text-align: center;
  padding: 0px 0px;
  float: left;
  width: 100%;
}
.wpcf7-list-item.first{
  margin-left: 0px;
}
.wpcf7-list-item input[type=radio]{
  float: left;
    height: 25px;
    padding: 5px;
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
}
.form-btn-row .btn{
  padding: 0px;
  float: left;
}
.form-btn-row input[type="submit"] {
    background: transparent !important;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    padding: 15px 40px;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    margin: unset;
}
.model .cbd-title{
}
.wpcf7-response-output {
   float:left;
   position:relative;
   width:100%;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    font-size:12px;
}
span.wpcf7-not-valid-tip{
  position: absolute !important;
  width: 100%;
}
.testimoial-page{
  padding: 60px 0px 160px 0px;
}
.testimoial-page h2{
  position: relative;
}
.testimoial-page h2 span{
  display: block;
}
.testimoial-page .review-box h4{
  font-size: 27px;
}
.testimoial-page .review-box{
  padding: 10px 0px;
}
.testimoial-page h2:after {
    content: '';
    width: 48px;
    height: 3px;
    margin: 20px 0px 40px 0px;
    display: block;
    background: #E40613;
    float: left;
}
.page-template-textimonail-php .footer-testimoial{
  display: none;
}
.search-form label{
  width: 100%;
}
.search-form .search-submit,.search-form .search-field{
  height: 65px;
  margin-bottom: 0px;
}
.error404 .banner-section{
  display: none;
}
.error-404-section{
  padding: 160px 0px;
}
.link_info{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.link_info a{
  text-decoration: underline !important;
}
.contact-link{
  color: #E40613;
  text-decoration: underline !important;
}
.contact-link:hover{
  color: #000;
}
#image-gallery .modal-body{
  position: relative;
}
#image-gallery .modal-content,#image-gallery .modal-body{
  padding: 0px;
}
#image-gallery .modal-body img {
    width: 100%;
    border-radius: 20px;
}
.l-gal,.r-gal{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0px;
  width: 35px;
}
.r-gal{
  left:auto;
  right:0px;
}
.review-test-box{
  margin-bottom: 5px;
}
#envirabox-title-float-wrap{
  display: none !important;
}
/*.footer-total{
  text-align: center;
}*/
.left-title,.title{
  text-align: left;
}
.gerneral-section ul {
  list-style: disc !important;
  padding-left: 21px !important;
  margin-bottom: 20px !important;
}
.gerneral-section ol{
  list-style: decimal !important;
  padding-left: 21px !important;
  margin-bottom: 20px !important;
}
.tab-pane .full-td{
  width: 100%;
}
.tab-pane tr:nth-child(even) {background: #F7F7F7}
.tab-pane tr:nth-child(odd) {background: #FFF}
.footer-table td {
    background: #f9000b;
}
.package-tabel-head{
  background: #f9000b !important;
  border: 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.blog-section{
  padding: 80px 0px 0px 0px;
}
.comments-area{
  margin-bottom: 80px !important;
}
.single.single-post .site-main{
  margin-bottom: 0px !important;
}
.blog-l-user{
  margin-bottom: 10px;
  margin-top:0px;
}
.blog-img,.wp-block-image{
  margin: 10px 0px;
}
.formkit-form[data-uid="e1663317af"] [data-style="minimal"]{
  padding: 0px !important;
}

.seva-fields.formkit-fields{
  padding-right: 32px !important;
}
.blog-section .entry-footer{
  float: left;
  margin-top: 0px !important;
  width: 100% !important;
}
.blog-section .entry-content{
  float: left;
  margin: 0px !important;
  width: 100% !important;
}
.blog-section ul {
  list-style: disc !important;
  margin-left:16px !important;
  margin-bottom: 15px !important;
}
.blog-section .title{
  font-size: 28px !important;
}
.blog-txt{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 145px;
}
.bloq-main-section{
  padding: 80px 0px;
}
.bloq-main-section .blog-txt{
  margin-bottom: 0px;
}
.bloq-main-section .we-offer-info{
  padding-top: 10px;
}
.single .post-navigation{
  display: none;
}
.bloq-main-section .blog-txt p,
.bloq-main-section .blog-txt h1,
.bloq-main-section .blog-txt h2,
.bloq-main-section .blog-txt h3,
.bloq-main-section .blog-txt h4,
.bloq-main-section .blog-txt h5,
.bloq-main-section .blog-txt h6{
  font-size: 18px !important;
  margin:0px !important;
}