/*-----------------------------------------------------------
* Template Name    : QMall
* Author           : 
* Version          : 1.0.0
* Created          : January 2019
* File Description : Main css file of the theme
*------------------------------------------------------------*/

/***********************
    1.BASIC
    2.HELPER
    3.NAVBAR CUSTOM
    4.HOME
    5.WORK
    6.ABOUT
    9.BLOG
    10.CONTACT
    11.FOOTER
    12.RESPONSIVE
************************/
@font-face {
  font-family: Cocon;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Latin/Cocon-Latin-Light.otf) format('opentype');
}
@font-face {
  font-family: 'Cocon';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Latin/Cocon-Latin-Regular.otf) format('opentype');
}

body{
  font-family: Cocon;
  /*background:url('../img/shutterstock_7066646712.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;*/
  font-size: 14px;
  font-weight: 200;
}
.fw-200{
  font-weight: 200;
}
a {
    text-decoration: none;
    color: #ee00a2;
}
a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
}
.pr-60{
  padding-right: 60px; 
}
.text-white {
    color: #fff;
}
.text-white big, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white small {
    color: #fff;
}
/*======================
    3.NAVBAR CUSTOM
========================*/
header .logo img{
  height: 60px;
}
.icon-menubar {
  position: absolute;
  width: 40px;
  height: 60px;
  top: 0px;
  right: 15px;
  transition-duration: 0.5s;
}
.icon-menubar .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 35px;
  top: 25px;
  background-color: rgba(249, 146, 1, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 146, 1, 1)), to(rgba(223, 0, 140, 1)));
  background-image: -webkit-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
  background-image: -moz-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
  background-image: -ms-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
  background-image: -o-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
  background-image: linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
}
.icon-menubar .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  content: "";
  top: -10px;
  background-color: rgba(58, 56, 150, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(58, 56, 150, 1)), rgba(230, 0, 139, 1)));
  background-image: -webkit-linear-gradient(left, rgba(58, 56, 150, 1), rgba(230, 0, 139, 1));
  background-image: -moz-linear-gradient(left, rgba(58, 56, 150, 1), rgba(230, 0, 139, 1));
  background-image: -ms-linear-gradient(left, rgba(58, 56, 150, 1), rgba(230, 0, 139, 1));
  background-image: -o-linear-gradient(left, rgba(58, 56, 150, 1), rgba(230, 0, 139, 1));
  background-image: linear-gradient(left, rgba(58, 56, 150, 1), rgba(230, 0, 139, 1));
}
.icon-menubar .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  content: "";
  top: 10px;
  background-color: rgba(39, 56, 144, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(39, 56, 144, 1)), to(rgba(26, 153, 211, 1)));
  background-image: -webkit-linear-gradient(left, rgba(39, 56, 144, 1), rgba(26, 153, 211, 1));
  background-image: -moz-linear-gradient(left, rgba(39, 56, 144, 1), rgba(26, 153, 211, 1));
  background-image: -ms-linear-gradient(left, rgba(39, 56, 144, 1), rgba(26, 153, 211, 1));
  background-image: -o-linear-gradient(left, rgba(39, 56, 144, 1), rgba(26, 153, 211, 1));
  background-image: linear-gradient(left, rgba(39, 56, 144, 1), rgba(26, 153, 211, 1));
}
.icon-menubar.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.icon-menubar.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
          transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.icon-menubar.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.icon-menubar:hover {
  cursor: pointer;
}
.custom-nav {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: auto;
    min-height: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    margin-bottom: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,1);
    -webkit-backface-visibility: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  -o-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
  -ms-box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.2);
}
ul.navbar-nav-qmall{
  margin: 0px;
  list-style: none;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  background-image: url(../img/line-small.png);
  background-repeat: no-repeat;
  background-position: 0px 90%;
  padding: 20px 10px 50px 10px;
  background-size: 180px;
  position: absolute;
  content: '';
  right: 0;
  top: 200%;
  text-align: left;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}
ul.navbar-nav-qmall:before{
  content: "";
  position: absolute;
  top: 0px;
  right: 20px;
  margin-top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255,255,255,0.9);
}
ul.navbar-nav-qmall.open{
  opacity: 1;
  top: 75px;
  visibility: visible;
}
ul.navbar-nav-qmall li{
    display: block;
}
ul.navbar-nav-qmall li:first-child > a {
    margin-top: 0;
}
ul.navbar-nav-qmall li a {
    display: block;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 200;
    /*color: #254ea0;*/
    color: #c9008e;
    -webkit-transition: transition;
    -o-transition: transition;
    -moz-transition: transition;
    -ms-transition: transition;
    transition: transition;
}
ul.navbar-nav-qmall li a:hover {
    color: rgb(88, 18, 94);
}
.page #section-banner, .archive #section-banner, .single #section-banner{
  position: relative;
  overflow: hidden;
  height: 200px;
  z-index: 1;
  box-shadow: 6px 0px 12px 2px #999;
  background: url(../img/shutterstock_7066646712.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
.page #section-banner .heading-content{
  color: #fff;
  padding-top: 36px;
  display: block;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  text-align: left;
  padding-bottom: 36px;
  margin: 0px;
  z-index: 9;
}
.page-home #section-banner{
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.bg-holder > .bg-mask{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.bg-holder > .bg-mask{
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    background: #000;
}
.vert-center {
    left: 50%;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-holder > .bg-front {
    z-index: 6;
}
.text-hero {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 400;
}
/*COUNTDOWN*/
.countdown {
  width: 400px;
  overflow: hidden;
  height: 58px;
  margin: 20px 0;
  display: table;
}
.countdown > div {
  display: table-cell;
}
.countdown > div > span {
  display: block;
  text-align: center;
}
span.count {
  font-size: 48px;
  line-height: 48px;
}
.countdown.countdown-inline {
  width: 100%;
  margin: 10px 0 0 0;
  height: auto;
}
.countdown.countdown-inline > div {
  display: inline;
}
.countdown.countdown-inline > div:first-child span.count {
  font-size: 25px;
  font-weight: 200;
  margin-right: 5px;
  color: #2a8fbd;
}
.countdown.countdown-inline > div:first-child span.title {
  font-size: 20px;
  font-weight: 200;
  display: inline;
  margin-right: 10px;
  color: #2a8fbd;
}
.countdown.countdown-inline > div:first-child span.count:after,
.countdown.countdown-inline > div:last-child span.count:after {
  content: '';
  margin: 0;
}
.countdown.countdown-inline > div > span {
  display: inline;
  line-height: 1em;
}
.countdown.countdown-inline > div span.count {
  font-size: 20px;
}
.countdown.countdown-inline > div span.count:after {
  content: ':';
  margin: 0 2px;
}
.countdown.countdown-inline > div span.title {
  display: none;
}
.countdown-big {
  margin: 20px auto;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.countdown-big .title {
  color: rgba(255,255,255,0.7);
}

@media(max-width: 768px){
  .countdown{
    width: 100%;
  }
.vert-center {
    left: 0;
    right: 0;
    position: absolute;
    top: 25%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
}
/*END COUNTDOWN*/

/*29.11. Instagram Section Css*/
.follow-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  background-color: rgba(254, 254, 254, 0.8);
  max-width: 500px;
  text-align: center;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  width: 100%;
}
.instagram-section {
  position: relative;
}
.follow-box * {
  display: block;
}
.follow-box a {
  display: inline-block;
}
.follow-box i {
  font-size: 50px;
}
.follow-box h3 {
  text-transform: uppercase;
  margin: 10px 0 10px 0;
}
.follow-box span {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
.insta-slider {
  line-height: 0;
}
.insta-img a {
  position: absolute;
  top: 0;
  text-align: center;
  height: 100%;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(0);
  line-height: 224px;
  right: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.insta-img a i{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.insta-img:hover a {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*contact page*/
#contact-map {
    width: 100%;
    height: 400px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.section-padding {
    padding: 30px 0;
}
.contact-form h3, .get-touch h3{
  color: #e72374;
  text-transform: uppercase;
}
.hr-role {
    width: 50px;
    height: 5px;
    display: block;
    margin: 20px 0;
    background-color: rgba(249, 146, 1, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 146, 1, 1)), to(rgba(223, 0, 140, 1)));
    background-image: -webkit-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -moz-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -ms-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -o-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
}

.template-btn {
    text-transform: uppercase;
    font-weight: 200;
    padding: 12px 20px;
    display: inline-block;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: rgba(249, 146, 1, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 146, 1, 1)), to(rgba(223, 0, 140, 1)));
    background-image: -webkit-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -moz-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -ms-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -o-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    color: #fff;
    box-shadow: 0px 6px 13px 0px rgb(218, 218, 218);

}
.get-touch .address, .get-touch .email, .get-touch .phone {
    border: 1px solid #e8008b;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #e1008a;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.get-touch .address:hover, .get-touch .email:hover, .get-touch .phone:hover {
    border: 1px solid #e8008b;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #e1008a;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.get-touch .address .icon, .get-touch .email .icon, .get-touch .phone .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 12px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-color: rgba(249, 146, 1, 1);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 146, 1, 1)), to(rgba(223, 0, 140, 1)));
    background-image: -webkit-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -moz-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -ms-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: -o-linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    background-image: linear-gradient(left, rgba(249, 146, 1, 1), rgba(223, 0, 140,1));
    color: #fff;
}
.bg-white{
  background-color: #fff;
}
.tb-blue{
  color: #36479d;
  border-bottom: 2px solid #36479d;
  padding-bottom: 10px;
  font-weight: 200; 
}
.tb-pink{
  color: #c92590;
  border-bottom: 2px solid #c92590;
  padding-bottom: 10px;
  font-weight: 200;
}
.tb-yellow{
  color: #e39b1c;
  border-bottom: 2px solid #e39b1c;
  padding-bottom: 10px;
  font-weight: 200;
}
.tb-light-blue{
  color: #5cabe5;
  border-bottom: 2px solid #5cabe5;
  padding-bottom: 10px;
  font-weight: 200;
}
.bg-white{
  background-color: #fff;
}
/*#section-subscribe{
  background: url('../img/shutterstock_706664671.jpg') no-repeat center center;
  background-size: cover;

}*/
.btn-gradiant{
  color: #fff;
  border-radius: 30px !important;
  background: rgb(226,146,40); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(226,146,40,1) 0%, rgba(205,0,133,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(226,146,40,1) 0%,rgba(205,0,133,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(226,146,40,1) 0%,rgba(205,0,133,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e29228', endColorstr='#cd0085',GradientType=1 ); /* IE6-9 */
}

.text-theme-color{
  background: #c71d87;
}

.category-item{
  cursor: pointer;
  /*border: 1px solid #f5f5f5;
  border-radius: 5px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.059);
  padding: 30px 15px;
  margin-bottom: 30px;*/
}
.category-item img{
  transition: all 0.2s ease;
  margin-bottom: 10px !important;
  display: block;
}
.category-item:hover img{
  transform: rotate(20deg);
}
.category-item .fa-angle-right{
  transition: all 0.2s ease;
  padding-left: 10px;
  font-size: 22px;
  vertical-align: middle;
  font-weight: 900;
}
.category-item:hover .fa-angle-right{
  padding-left: 20px; 
}
#section-subscribe button{
    position: absolute;
    right: -1px;
    z-index: 999;
    font-weight: 200;
    margin: 0px;
    border: none;
    padding: .475rem 1.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 18px;
}
#section-subscribe input[type=text]{
  border-radius: 50px !important;
  outline: none !important;
  box-shadow: inset 0 0 12px 0px #999;
  border: none;
  font-weight: 200;
  height: 42px;
  padding-right: 160px;
  padding-left: 20px;
}
/**************************************/
.graphline{
  position: relative;
  height: 120px;
}
.graphline:before{
  content: "";
  position: absolute;
  left: calc(-100% + 10px);
  top: 0px;
  height: 80px;
  width: 100%;
  right: 0px;
  background: url(../img/graphic-line.png);
  background-repeat: no-repeat;
  background-size: 100% 62px;
  background-position: center right;
  transform: rotateY(190deg);
}
.graphline:after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  width: 100%;
  right: 0px;
  background: url(../img/graphic-line.png);
  background-repeat: no-repeat;
  background-size: auto 62px;
  background-position: center right;
}
.offerbox{
  overflow: hidden;
  cursor: pointer;
}
.offerbox img{
  border-radius: 4px;
  transition: all 0.2s ease;

}
.offerbox:hover img{
  opacity: 0.8;

}
.contact-title-2{
  padding-top: 10px;
}
.contact-area p{
    margin-bottom: 5px;
    color: rgb(127, 127, 127);
    font-weight: 100;
    font-size: 13px;
}
.contact-area .bt-blue{
  color: #32429b;
  border-top: 1.5px solid #32429b;
}
.contact-area .bt-pink{
  color: #c92590;
  border-top: 1.5px solid #c92590;
}
.contact-area span{
  color: #c92590;
}
.contact-area .bt-yellow{
  color: #e39b1c;
  border-top: 1.5px solid #e39b1c;
}
.contact-area .bt-light-blue{
  color: #5cabe5;
  border-top: 1.5px solid #5cabe5;
}
.leasing-area{
  color: rgb(127, 127, 127);
  padding-top: 50px;
}
.leasing-area .content-box p{
    font-size: 1em;
    font-weight: 300;

}
.leasing-form .form-control{
  border-radius: 0px;
  font-weight: 200;
  color: rgb(127, 127, 127);
  font-size: 14px;
}
.shop-logo img{
  max-width: 80%;
}
.shop-details, .shop-content{
  font-size: 17px;
  height: 100%;
}

.shop-details .shop-logo{
  /*border: 1px solid #dedede;*/
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
}

.shop-details .shop-images{
  display: flex;
  flex-direction: row;
  flex: 1;
}

.shop-details .shop-images .single-img{
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  padding: 0 10px;
}

.shop-details .shop-images img{width: 100%;}

.shop-details .shop-logo a{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex: 1 100%;
}

.shop-details .shop-logo img{
  align-self: center;
}

/*.about-brief p.about-content{
  font-size: 1.2em;
}*/
.about-brief .about-content span{
    color: #00a8e3;
    font-size: 1.2em;
    font-weight: 300;
    vertical-align: middle;
}
.about-brief .about-content span small{
  font-size: 0.8em;
  display: block;
}
@keyframes inKeyframes {
    0%{
      transform: scale(1.2);
    }
    100% {
     transform: scale(1.4);
    }
}

footer {
  position: relative;
  color: #9daab4;
  padding: 5px 0 0;
  min-height: 300px;
  /*font-family: 'Poppins', sans-serif;*/
  background: #fff;
}
footer .footer_about_content {
    padding: 0px;
    margin: 0px;
}
footer .footer_about_content .footer_logo {
    margin-bottom: 20px;
}
footer h5{
  color: #4eacf5;
}
footer .navigations {
    padding: 0px;
    margin: 0px;
}
footer .contact_info {
    padding: 0px;
    margin: 0px;
}
footer .navigations ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
footer .navigations ul li {
    padding: 0px 0 8px 0;
    padding-left: 0px;
}
/*footer .navigations ul li::before {
    content: "\f101";
    color: #4eacf5;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -15px;
    position: relative;
    transition: all 0.1s ease;
}
footer .navigations ul li:hover::before {
    left: -10px;
}*/
footer .navigations ul li a {
    color: #9daab4;
    font-size: 14px;
    font-weight: 300;
}
footer .contact_info ul {
    padding: 0px;
    margin-top: 20px;
}
footer .contact_info ul li {
    color: #9daab4;
    font-size: 14px;
    line-height: 18px;
    display: block;
    float: none;
    margin-bottom: 0px;
    font-weight: 300;
}
footer .contact_info ul li .fa{
    font-size: 20px;
}
footer .contact_info i {
    margin-right: 15px;
    height: auto;
    width: auto;
    float: left;
    margin-top: 2px;
}
footer .contact_info i {
    color: #4eacf5;
}
footer .contact_info span{
    color: #4eacf5;
    padding-right: 5px;
}

footer .contact_info strong{
    color: #4eacf5;
    padding-right: 5px;
}

footer .contact_info .follow_us_on {
    margin-top: 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    padding-top: 10px;
}
footer .contact_info .follow_us_on a i::before {
    margin-right: 20px;
    font-size: 16px;
}
footer .copyright{
  position: relative;
  color: #fff;
  background-color: rgba(249, 146, 1, 1);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(223, 0, 140, 1)), to(rgba(249, 146, 1, 1)));
  background-image: -webkit-linear-gradient(left, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
  background-image: -moz-linear-gradient(left, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
  background-image: -ms-linear-gradient(left, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
  background-image: -o-linear-gradient(left, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
  background-image: linear-gradient(left, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
}
footer p{
  font-weight: 300;
}
.social-media ul li img{
  width: 42px;
  height: 42px;
}


@media (max-width: 576px){
  header .logo img{
    height: 40px;
  }
  .social-media ul li img{
   width: 31px;
   height: 31px
  }
  .icon-menubar{
    height: 40px;
  }
  .icon-menubar .icon{
        top: 19px;
  }
  ul.navbar-nav-qmall.open{
    opacity: 1;
    top: 51px;
    visibility: visible;
  }
  .page #section-banner{
    height: 180px;
  }
  .page #section-banner .heading-content{
    top:60px;
    padding-top: 36px;
    padding-bottom: 28px;
  }
}

.about-brief .wp-block-image img{max-height: 100px;}
.page-header-section{font-size: 1.4em;font-weight: 100;margin-bottom: 0.5rem;}


@media (min-width: 992px){
	.leasing-container .wp-block-column:first-child {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.leasing-container .wp-block-column:last-child {
	    -ms-flex: 0 0 60.666667%;
	    flex: 0 0 60.666667%;
	    max-width: 60.666667%;
	}
	
	.contact-container .wp-block-column:first-child {
	    -ms-flex: 0 0 28.7%;
	    flex: 0 0 28.7%;
	    max-width: 28.7%;
	}
	.contact-container .wp-block-column:last-child {
	    -ms-flex: 0 0 60.666667%;
	    flex: 0 0 62.8%;
	    max-width: 62.8%;
	}
	
}

@media (min-width: 768px){
	.leasing-container .wp-block-column {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	
	.contact-container .wp-block-column {
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
}

.wpcf7-form .form-control {
    border-radius: 0px;
    font-weight: 200;
    color: rgb(127, 127, 127);
    font-size: 14px;
}

.contact-container textarea.form-control{height: 62px;}
.pb-60{padding-bottom: 60px;}
.archive #section-banner{
	position: relative;
    overflow: hidden;
    height: 200px;
    z-index: 1;
    box-shadow: 6px 0px 12px 2px #999;
}

.archive #section-banner .heading-content {
    color: #fff;
    padding-top: 36px;
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0px;
    text-align: left;
    padding-bottom: 36px;
    margin: 0px;
    z-index: 9;
}

#section-subscribe input[type=email]{
    border-radius: 50px !important;
    outline: none !important;
    box-shadow: inset 0 0 12px 0px #999;
    border: none;
    font-weight: 200;
    height: 42px;
    padding-right: 160px;
    padding-left: 20px;
}

#section-subscribe .wpcf7-form-control-wrap{width: 100%;}

#section-subscribe input[type=submit]{
	position: absolute;
    right: -1px;
    top : 0;
    z-index: 999;
    font-weight: 200;
    margin: 0px;
    border: none;
    padding: .475rem 1.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-size: 18px;
}

.radius-30{border-radius: 30px;}

.archive #section-subscribe{background: transparent !important;}
/*.archive #section-subscribe label{color: #FFF !important}*/

#home-slider .item{max-height: 780px;overflow: hidden !important;}
#home-slider .item img{max-height: 100%; object-fit: cover;object-position:0px -120px;}

.store-list-section .shop-content .title{
  color: #32429b;
}

.store-list-section .shop-content p{
  color: #9ab1be;
  font-weight: 100;
  font-size: 14px;
}

.store-list-section .shop-content a{
  color: #cb1c91;
}

.text-bold{font-weight: 500;}

.single-store #section-banner{
	position: relative;
  overflow: hidden;
  height: 200px;
  z-index: 1;
  box-shadow: 6px 0px 12px 2px #999;
}

.single-store #section-banner .heading-content {
  color: #fff;
  padding-top: 36px;
  display: block;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  text-align: left;
  padding-bottom: 36px;
  margin: 0px;
  z-index: 9;
}

/* store css*/
.brand-con {
    clear: both;
    overflow: hidden;
}
.brand-con .hold-left {
    float: left;
    width: 314px;
    min-height: 624px;
    background: #fff;
    padding: 0 30px 0 23px;
    color: #333;
    /* text-transform: uppercase; */
    line-height: 18px;
}
.brand-con .hold-left.full{
  width: 100% !important;
  min-height: auto;
}
.brand-con .hold-left.no-img{
    width: 100%;
    min-height: 239px;
    padding: 0 20px 0 0;
    margin-bottom: 4px;
    display: flex;
    justify-content: start;
    vertical-align: middle;
}
.brand-con .hold-left.no-img .thumb{
    margin: 0 0 0 0;
    float: left;
    min-height: 239px;
    width: 315px;
}
.brand-con .hold-left .thumb {
    margin: 0 -30px 0px -23px;
    background: #fff;
    border:1px solid #dedede;
    padding: 25px;
    text-align: center;
    min-height: 260px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.brand-con .hold-left .thumb a{
  display: block;
  justify-content: center;
  vertical-align: middle;

}
.brand-con .hold-left .thumb img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
img {
    vertical-align: middle;
}
.brand-con .hold-left p {
    margin: 0 0 14px 0;
    color: rgb(127, 127, 127);
    white-space: pre-line;
}
.list-style {
    padding: 0;
    margin: 0;
}
.brand-con h2 {
    font-size: 14px;
    line-height: 18px;
    margin: 23px 0 0 0;
    /* text-transform: uppercase; */
}
.brand-con h2 a {
    color: #333;
    font-weight: 600;
}
.brand-con .hold-mid {
    width: 340px;
    float: left;
    border-left: 4px solid #fff;
}
.brand-con .hold-right {
    position: relative;
    float: left;
    padding-left: 5px;
	max-height: 685px;
}

.brand-con .hold-mid .info {
    min-height: 219px;
    overflow: hidden;
    padding: 11px 28px;
    /* text-transform: uppercase; */
    line-height: 28px;
    color: #333;
    background: #ededed;
    margin-bottom: 4px;
} 
.brand-con .hold-right .bg {
    background: url(../images/26.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 100%;
    width: 480px;
    border-left: 4px solid #fff;
}
.brand-con .hold-mid img{
  max-width: 100%;
}
.brand-con .hold-mid a:nth-child(1) img {
    margin-bottom: 4px;
}
.brand-con .hold-mid a:nth-child(2) img{
  margin-bottom: 4px;
}
.brand-con .hold-left .info a{
  color: #333 !important;
}
.brand-con .hold-left .info{
  padding-top: 24px;
  padding-bottom: 24px;
}
.no-img .info{
  padding-left: 24px;
}
.brand-con .hold-mid img{
    max-height: 340px;
    object-fit: cover;
    width: 100%;
    min-height: 340px;
}
.hold-right a{
  display: block;
  height: 100%;
}
.hold-right a img{
  vertical-align: middle;
  width: 820px;
  object-fit: cover;
  object-position: top;
  height: 100%;
}
div.wpcf7 input[type="file"] {
    cursor: pointer;
    height: auto;
}
@media screen and (max-width: 1286px){
  .brand-con{
    display: inherit;
  }
  .brand-con .hold-left {
    width: 100%;
    min-height: 239px;
    padding: 0 20px 0 0;
    margin-bottom: 4px;
    display: flex;
    justify-content: start;
    vertical-align: middle;
  }
  .brand-con .hold-left .thumb a{
    width: 265px;
  }
  .brand-con .hold-left .info {
    overflow: hidden;
    padding: 15px 20px 15px 34px;
  }
  .brand-con .hold-left .thumb {
    margin: 0 0 0 0;
    float: left;
    min-height: 239px;
    width: 315px;
  }
  .brand-con .hold-mid {
    width: 315px;
    float: left;
    clear: both;
    margin-right: -315px;
    border-left: 0px;
  }
  .brand-con .hold-mid .info {
    min-height: 240px;
    padding: 38px 28px 0 41px;
}
  .brand-con .hold-right {
    padding-left: 0px;
    float: right;
    min-height: 691px;
    width: 100%;
    position: relative;
  }
  .brand-con .hold-right a {
    top: 0;
    min-height: 634px;
    left: 0px;
    bottom: 0;
    right: 0;
    background-size: cover;
    position: absolute; 
  }
  .brand-con .hold-right .bg {
    min-height: 634px;
    background-size: cover;
    width: 100%;
  }
  .hold-right a img{
    width: 100%;
  }
 
  .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
      margin-left: 15px;
  }
  .wp-block-column:nth-child(odd){
    margin-right: 15px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 15px;
  }
	.hold-right a img{
	  object-position: top center;
	}
}
@media(max-width: 992px){
   .mgtb-30 .wp-block-column:first-child .wp-block-image{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px){
  .brand-con .hold-left.no-img{padding: 0px;}
  .brand-con .hold-left.no-img .thumb{width: 100%;}
  .brand-con .hold-left{padding: 0px;}
  .brand-con .hold-left .thumb{
    width: 100%;
    margin:0px !important;
  }
  .brand-con .hold-left .info {
    overflow: hidden;
    padding: 27px 20px 20px 20px;
    float: left;
  }
  .brand-con .hold-mid{
    width: 100%;
  }
  .brand-con .hold-right{padding: 0px;}
  .brand-con .hold-right .bg{left: 0px;border-left: 0px;margin-top: 4px;}
  .hide-md{
    display: none;
  }
  .brand-con .hold-right{
    min-height: 340px;
  }
  .hold-right a img{
    min-height: 340px;
    max-height: 340px;
  }
}

.nav-previous a,.nav-next a{
  color: #fff;
    border-radius: 30px !important;
    background: #c71d87;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5;
}

.text-blue{
  color :  #133b7c;
}

.color-light-gray{color: #9bb1bd;}
.fw-400{font-weight: 400;}
ul li{
  padding: 5px 0px;
}

.direction-popup-overlay{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    z-index: 5000;
    display: none;
}

.qmall-direction-popup{
    max-width: 482px;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5500;
    padding: 35px 90px;
    /*background: #fff url(../img/line.png) no-repeat center bottom;
    background-size: 100% 88px;*/
    background: #fff url(../img/graphic-line.png);
    background-repeat: no-repeat;
    background-size: auto 44px;
    background-position: -644px 87%;
    padding-bottom: 120px;
    display: none;
}

.qmall-direction-popup .colse-popup{
  width: 19px;
  height: 19px;
  background-position: -127px -39px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  background-image: url(../img/sprite.png);
  background-size: 500px;
}

.qmall-direction-popup .popup-content{
  overflow: hidden;
  text-align: center;
}

.qmall-direction-popup .popup-content h3{
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}

.qmall-direction-popup .popup-content article{
  color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 25px;
}

.qmall-direction-popup .popup-content .get-direction-btn{
  display: inline-block;
  min-width: 110px;
  max-width: 255px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  text-align: center;
  z-index: 0;
  margin-right: 8px;
  position: relative;
  background: transparent;
  color: #c71d87;
  border: 2px solid #c71d87;
  box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 10px 15px 8px;
}

#home-slider .owl-dots{
  position: absolute;
  bottom: 0;
  width: 100%;
}

#home-slider.owl-theme .owl-dots .owl-dot.active span, #home-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #ea00a0;
}

.fs-26{font-size: 24px;}

.directory-header{
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.directory-box{
  overflow: hidden;
  position: relative;
  height: 285px;
} 

.directory-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory-box:hover .directory-header{
  background: #00000047;
  transition: .3s all ease-in-out;
}

.directory-box .directory-header.active{
  background-color: rgba(223, 0, 140, 1);
  background-image: -webkit-linear-gradient(top, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
    background-image: -moz-linear-gradient(top, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
    background-image: -ms-linear-gradient(top, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
    background-image: -o-linear-gradient(top, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
    background-image: linear-gradient(top, rgba(223, 0, 140, 1), rgba(249, 146, 1, 1));
  transition: .3s all ease-in-out;
}

.directory-box:hover .directory-header h2,.directory-box .directory-header.active h2{
  background: transparent;
  border : 2px solid #ffffff;
  color: #ffffff;
}

.directory-header h2{
  margin: auto;
    padding: 15px;
    background: #000000a1;
    color: #FFFFFF;
    transition: .3s all ease-in-out;
    border : 2px solid transparent;
}

.items-list {
  overflow: hidden;
}

.items-list>div {
  padding: 0;
  float: left;
  white-space: nowrap;
}

.items-list a {
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'spinwerad';
  font-size: 28px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  height: 221px;
  display: block;
}

.items-list.type-2 a {
  height: 239px;
}

.items-list.type-2 a {
  background: #1e1e1e;
  /*box-shadow: -1px -1px 0 #525252;*/
  border-right: 1px solid #525252\9;
  border-bottom: 1px solid #525252\9;
  border-right: 1px solid #525252;
  border-bottom: 1px solid #525252;
}

.items-list .holder {
  display: table;
  height: 221px;
  width: 100%;
}

.items-list.type-2 .holder {
  height: 239px;
}

.items-list .hold-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.items-list .holder .text {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 23px;
}

.items-list .type-2 .holder .text {
  background: none;
  border: 1px solid #000;
  color: #000;
}
.topLayer {
  position: absolute; 
  z-index: 2; 
  background-color: #1e1e1e; 
  height: 239px; 
  width: 100%;
  
  opacity:0.5;
  -moz-opacity:0.5;
  filter: alpha(opacity=50) !important;
}
.items-list > div:hover .topLayer{
  display: none;
}
.items-list .hold-inner .pic img{
  max-width: 140px;
}
.items-list .hold-inner .text-title{
    white-space: pre-line;
    font-size: 1.2rem;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Cocon;
    font-weight: 900;
    display: block;
}
@media(max-width: 768px){
  .brand-con .hold-left{
    display: block !important;
  }
  .about-brief .wp-block-column {
      flex-basis: 100%;
      flex-grow: 0;
  }
	.brand-con .hold-right a{left:0px;}
}