/* CUSTOM CSS */


/*@font-face{*/
/*  font-family:LL Akkurat;*/
/*  src:url(../fonts/lineto-akkurat-regular.eot);*/
/*  src:url(../fonts/lineto-akkurat-regular.eot?#iefix) format("embedded-opentype"),*/
/*  url(../fonts/lineto-akkurat-regular.woff2) format("woff2"),*/
/*  url(../fonts/lineto-akkurat-regular.woff) format("woff");*/
/*  font-weight:400;font-style:normal*/
/*}*/
/*@font-face{*/
/*  font-family:LL Akkurat Italic;*/
/*  src:url(../fonts/lineto-akkurat-italic.eot);*/
/*  src:url(../fonts/lineto-akkurat-italic.eot?#iefix) format("embedded-opentype"),*/
/*  url(../fonts/lineto-akkurat-italic.woff2) format("woff2"),*/
/*  url(../fonts/lineto-akkurat-italic.woff) format("woff");*/
/*  font-weight:400;font-style:normal*/
/*}*/
/*@font-face{*/
/*  font-family:LL Akkurat bold;*/
/*  src:url(../fonts/lineto-akkurat-bold.eot);*/
/*  src:url(../fonts/lineto-akkurat-bold.eot?#iefix) format("embedded-opentype"),*/
/*  url(../fonts/lineto-akkurat-bold.woff2) format("woff2"),*/
/*  url(../fonts/lineto-akkurat-bold.woff) format("woff");*/
/*  font-weight:600;font-style:normal*/
/*}*/

@font-face{
  font-family:Helvetica-world;
  src:url(../fonts/helvetica-world-regular.eot);
  src:url(../fonts/helvetica-world-regular.eot?#iefix) format("embedded-opentype"),
  url(../fonts/helvetica-world-regular.woff2) format("woff2"),
  url(../fonts/helvetica-world-regular.woff) format("woff");
 font-weight:600;font-style:normal
}

@font-face{
  font-family:Helvetica-blod;
  src:url(../fonts/helvetica-world-bold.eot);
  src:url(../fonts/helvetica-world-bold.eot?#iefix) format("embedded-opentype"),
  url(../fonts/helvetica-world-bold.woff2) format("woff2"),
  url(../fonts/helvetica-world-bold.woff) format("woff");
  font-weight:600;font-style:normal
}

body{ 
  font-family: Helvetica-world;
  font-size: 16px;
  line-height: 1.5;
  font-weight:400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3A3A3A;
}
p, div{font-family:Helvetica-world ; font-weight:400;}

h1, h2, h3, h4, h5, h6{font-family:Helvetica-blod; font-weight:bold;}
strong, b{font-family:Helvetica-blod bold;font-weight:600;}

p{ margin-bottom: 0px; }
p + p{ margin-top: 20px; }

.clfix:after{content:''; display:block; clear:both;}
.clfix:before{content:''; display:block; clear:both;}
.fl{float:left;}
.fr{float:right;}
.pr{ position:relative;}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height:0px;
}

.btn.btn-dark{background:#F8941C /*#ffb700*/; border-color:#F8941C/*#ffb700*/; color:#fff5e6; padding-right: 60px; border-radius: 2px;}
.btn.btn-dark:hover{background: #ffbc00; border-color:#ffbc00; }


.btn-dark{ position: relative; }
.btn-dark svg{
    position: absolute;
    top: 10px;
    right: 12px;
    height:16px;
    transition: transform .24s cubic-bezier(.33,.04,.1,1);
}
.btn-dark svg path {
    stroke-width: 1px;
    fill: none;
    stroke: #fff5e6;
}

.nav>li>a, 
.nav .dropdown .dropdown-menu li a {
  font-family: 'Helvetica-blod', sans-serif;
  font-weight:400;
  letter-spacing: 0.3px;
  font-size: 14px;
  padding: 10px 0px 10px 0px;
  text-transform: uppercase;
}
.nav>li>a:hover{color:#ffb700;}
.nav>li>a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 100%;
    margin: 0 5px;
    border-bottom: 2px solid #ffb700;
    transition: right 0.5s;
}
@media(min-width: 1025px){
  .nav>li + li{ margin-left: 20px; }
  .nav> li:hover > a::after {right: 0;}
  .nav .dropdown .dropdown-menu li a{ font-size: 15px; }
}
@media(max-width: 500px){
  .navbar-nav>li{padding-left: 16px;}
  .navbar-nav>li:first-child{ padding-left: 16px; }
}



.hero-title-home {
    font-family: Helvetica-blod;
    font-weight: normal;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0px;
    max-width: 781px;
    margin-top: 86px;
    color: #f8b64b !important;
}

.hero-caption-home{margin:0px; padding-left:100px; text-align:left;}
.know-more-profile{padding-left:0px;}

.section_home_about{ padding:80px 0; background: #F6F5F3; }
.section_home_about .txt{ padding-right: 20px; }

.module-title{font-family:Helvetica-blod; font-size: 34px; line-height: 50px; }

.testimonial blockquote{ font-size: 17px; }
.testimonial blockquote:after { border: none; }

.about-txt{ padding-top: 30px; }
.about-txt p + .btn-w{margin-top: 25px;}

.module-exp{ background: #ffb700 !important; }
.exp-box span{ display: block; text-align: center; font-family:Helvetica-world; color: #000; }
.exp-box .icn{ padding-bottom: 20px }
.exp-box .icn img{ height: 100px; }
.exp-box .name{font-size: 28px; line-height: 28px; padding-bottom: 10px; }
.exp-box .count{font-size: 48px; line-height: 40px; }

.logo-box{ 
  text-align: center; 
  display: flex; 
  align-items: center; 
  align-content: center; 
  justify-content: center;
  border: #444 solid 2px;
  height: 200px;
  margin-top: 25px;
}
.logo-box::nth-child(1){ margin-top: 0px; }
.logo-box::nth-child(2){ margin-top: 0px; }
.logo-box::nth-child(3){ margin-top: 0px; }

.module-wh{ background: #ffb700 !important; }
.wh-box{ 
  position: relative; 
  background: transparent;
  border: #000 solid 2px; 
  border-radius: 44px;
  padding: 5px 84px 5px 84px; 
}
.wh-box .icn{
  position: absolute; top: 5px; left: 20px; display: inline-block;
  height: 64px; width: 64px; background: #ffb700;
  border-radius: 50%; overflow: hidden;
}
.wh-box .icn img{ height: 64px; width: 64px;  }
.wh-box .txt {
    display: flex;
    align-items: center;
    align-content: center;
    /* justify-content: center; */
    height: 64px;  
    font-size: 22px;
    line-height: 24px;
    color: #000;
    font-family: Helvetica-world;
    text-align: center;
    /* gap: 31px; */
    padding-left: 15px;
}
.wh-box + .wh-box{ margin-top: 10px; }

.outc-box{  background: #F8F8F8; padding: 25px 25px 25px 25px; border-radius: 4px; }
.outc-box img{ height: 200px; width: 100%; object-fit: cover; }
.outc-box h3{ font-family: 'Helvetica-world', sans-serif; font-weight: 400; font-size: 18px; line-height: 28px; color: #ea8e22; text-align: center; padding: 10px; margin: 0px; }
.outc-box h3 + div{ margin-top: 5px; text-align: center; }

.module-men{background: #F2EEE4 !important;}
.module-women{background: #F2EEE4 !important;}
.module-men + .module-women{ margin-top: -60px; }
.service-box-01{ border: #333 solid 1px; padding: 15px; background: #fff;}
.service-box-01 .icn{ text-align: center; }
.service-box-01 h3{font-family:Helvetica-world; font-size: 24px; line-height: 24px; text-align: center; text-transform: uppercase; margin: 0px;}
.service-box-01 h3 + ul{ margin-top: 10px; }

.outcome-page-head {padding-bottom: 30px;}
.outcome-left-img {margin-right: 0px;}
.outcome-txt{padding-left: 10px;}
.outcome-txt .bold-color{color: #f1b900;}

.module-success-outc{background: #ffb700 !important;}
.suc-outc-box{ margin-bottom: 0px; padding-left: 20px; padding-right: 20px;text-align: justify;}
.suc-outc-box li{ color: #000; list-style: none; position: relative; padding-left: 45px; }
.suc-outc-box li svg{ position: absolute; top: 2px; left: 0px; }
.suc-outc-box li + li{ margin-top:15px;  }

@media (min-width: 1025px) {
 .about-page-head{ padding-bottom: 30px; }
 .about-page-head span{ display: block; }
 .about-left-img{ margin-right: 20px; }
 .col-sm-5-1{ width:20%;}
 .outc-box .d-txt{ min-height: 152px; }
 .testimonial blockquote{min-height: 127px;}
 .page-executive-presence .testimonial blockquote{min-height: 290px;}
 .page-image-consulting .testimonial blockquote{min-height: 340px;}
 .module-wide-test .module-title{ margin-bottom: 5px; }

}

@media (max-width: 500px) {
  .module-wh .module-title{ margin-bottom: 20px; line-height: 28px; }
  .wh-box{padding: 5px 16px 5px 84px;}
  .wh-box .icn{left: 15px;}
  .wh-box .txt{font-size: 16px;line-height: 20px;}
  .wh-box-5{ margin-top: 10px; }
  .module-outc .col-sm-4 { margin-top: 15px; }
  .module-ts .module-title{ margin-bottom: 18px; }
  .testimonial{ margin: 0 0 15px 0; }
  .testimonial blockquote{padding: 30px; }
  .module-wide-test + .module-outc{margin-top: 0px;}

  .about-page-head{font-size: 22px; line-height: 26px;}
  .module-exp .col-sm-4 + .col-sm-4{margin-top: 20px; border-top: #333 solid 1px; padding-top: 20px;}
  .module-logos .row {margin-left: -4px;margin-right: -4px;}
  .module-logos .col-sm-4{ float: left; width: 50%; padding-left: 8px;padding-right: 8px; }
  .module-logos .logo-box{height: 120px; margin-top: 15px;}
  .outcome-left-img{ margin-bottom: 30px; }
  .outcome-page-head{ padding-bottom: 0px; margin-bottom: 25px; font-size: 22px;}
  .outcome-txt{ padding-left: 0px; }
  .module-men + .module-women {margin-top: -28px;}
  .module-wide-test .module-title{ margin-bottom: 24px; }
  .module-exp .module-title{ margin-bottom: 14px; }
  .about-txt p + .btn-w{ margin-top: 20px; margin-bottom: 10px; text-align: center; }

  .module-logos .module-title{ margin-bottom: 14px; line-height: 28px; }
  .module-outc .module-title{ margin-top: -8px; }

  .module-success-outc .module-title{ margin-bottom: 10px;}
  .suc-outc-box{ padding-left: 10px; padding-right: 10px;}
  .suc-outc-box.item-2{margin-top: 15px;}

}



.entry-content ul li{ list-style:inside;}

.regWrapper{ margin:0 auto; width:100%; max-width:900px; min-height:500px;}
.regWrapper .imgRegBg img{ max-width:100%;}

.imgRegFD{ width:100%; padding: 0 28px;}
.imgRegFD > div{min-height:200px; background:#DF5555; width:100%; padding:20px; border-radius:0 0 4px 4px;}



.bookSeatWrap{ text-align:center; padding:30px 0 20px 0;}
#bookseatbtn{ position:relative; font-size:20px;}
#bookseatbtn::before{content:''; border:#fff dashed 1px; position:absolute; left:2px; top:2px; bottom:2px; right:2px; margin:0px; padding:0px; }
#bookseatbtn:hover::before{border:#fff solid 4px; left:-4px; top:-4px; bottom:-4px; right:-4px; border-radius:2px;}

#regEnqForm{padding:10px 20px;}
#regEnqForm label {float:left; width:80px; display:inline-block; color:#fff; font-weight:300; font-size:18px; line-height:20px; text-align:center; margin:0px;}
#regEnqForm input[type=text], 
#regEnqForm input[type=email]{float:left; border:#B53F3F solid 1px; height:26px; padding:0 10px; width:185px;}
#regEnqForm textarea{float:left; border:#B53F3F solid 1px; height:50px; padding:0 10px; width: 75.6%;}
#regEnqForm .submit{ width:64px; height:22px; text-indent:-99999px; background:url(../../uploads/reg1/submit.jpg) no-repeat; border:0px;}


/*============== BOOK NOW FORM==============*/

#regBox{ padding:30px 50px 0 50px;}
#regBox h1{text-align:center; color:#fff; font-size:32px; font-weight:500; margin:0px 0px 20px 0px; text-transform:uppercase;}

#regBox label{float:left; width:110px; display:inline-block; color:#fff; font-weight:300; font-size:18px; line-height:20px; text-align:center; margin:0px; }
#regBox input[type=text], 
#regBox input[type=email], 
#regBox select{
	float:left; border:#333 solid 1px; height:26px; padding:0 10px; width:205px;
}
#regBox select{ width:205px;}

#regBox .action{ text-align:center; padding-bottom:20px;}
#regBox button{ background:#000000; color:#fff; border:0px; border-radius:5px; padding:8px 40px; font-size:20px; border:0px;}

.amt_row{ text-align:center;}
.amt_row span{-moz-user-select:none; display:inline-block; color:#fff; padding:10px 0px;}
.amt_row .pay{font-size:28px; padding-right:10px;}
.amt_row .price,.amt_row .total{ font-size:28px;}
.amt_row .items{font-size:28px;}
.amt_row .items input{ color:#fff; border:#fff solid 1px; width:60px; height:36px; padding:0 5px 0 10px; text-align:center; background:#2A3994;}

.terms_text{ font-size:12px; color:#fff;}
.terms_text span{ font-size:14px; min-width:30px;}

#regBox .text-danger{ color:#fff; padding-left:100px;}

#regEnqForm .res_hldr{ text-align:center; padding:0 0 30px 0; font-size:16px; color:#333;}

.popup_overlay{position:fixed; top:0; left:0;  width:100%; height:100%; z-index:99998; background: rgba(0,0,0,.6); display:none;}
.popup_modal{position:fixed; top:100px; left:50%; margin-left:-375px; width:770px; height:auto; z-index:99999; background:#2A3994; border:3px solid #000; padding-top:30px; display:none;}
.popup_modal .popup_modal_close{position:absolute; top:0px; right:0px; width:30px; height:30px; border-radius:100%; color:#fff; font-size:32px;}


/*============== Payment FORM==============*/

.paymentFormWrap{ width:100%; max-width:500px; margin:50px auto 0 auto; background:#F8F9FD; border:#ccc solid 1px; padding:10px 50px 50px 50px; border-radius:12px; }
.paymentFormWrap h1{ text-align:center; text-transform:uppercase;}
.paymentFormWrap label{ text-align:right; padding-right:20px; padding-top:8px;}
.paymentFormWrap .action{ text-align:center;}
.paymentFormWrap button{ padding:10px 30px; background:#01D89D; color:#fff; border:0px; border-radius:6px; font-size:16px;}

.carousel-indicators {
  bottom:-50px;
}

.carousel-indicators li {
  border-color:#999;
  background-color:#ccc;
}

.carousel-inner {
   margin-bottom:50px;
}

/*============== POST ==============*/

.csPostItems{ border: #e7e7e7 solid 1px; margin-bottom: 35px; }
.csPostItems .postImage img{ width: 100%; height: 400px; object-fit:cover; object-position: 0 0; }
.csPostItems .postBody{ padding: 20px; }
.csPostItems .postDate{font-size: 13px; text-transform: uppercase; margin-bottom: 10px;}
.csPostItems .postTitle{margin: 0 0 15px;}
.csPostItems .postText{}
.csPostItems .postMoreLink{
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #D4AB60;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  margin-top: 10px;

  color: #D4AB60;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.csPostItems .postMoreLink:hover{ background-color:#D4AB60; color: #fff;  }

.csPostDetail{ width: 100%; max-width: 780px; margin: 0 auto; }
.csPostDetail .postTitle{ font-size: 42px; line-height: 1.1em; }
.csPostDetail .postImage img{ width: 100%; height: 460px; object-fit:cover; margin-bottom: 30px;  }
.csPostDetail .postDate{font-size: 13px; color: #CDA660; text-transform: uppercase; margin-bottom: 10px; margin-top: 0px;}

.csPostDetail .postBack{ margin-bottom: 30px; }
.csPostDetail .postBack a{
  text-transform: uppercase;
  padding: 10px 25px;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px;
  margin-top: 0px;
  color: #DDDBDB;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  border-radius: 24px;
}

.cs-paynow-btn{
  text-transform: uppercase;
  padding: 10px 55px;
  border: 0px solid #D4AB60; /*#A78138*/
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 0px;
  color: #ffffff; /*#A78138*/
  background-color:#D4AB60;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  border-radius: 32px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.cs-paynow-btn:hover{background-color:#000;  color: #FFF;}



.no-header-page{ padding-top: 100px; padding-bottom: 0px; }
.page-heading{ font-weight:600; font-size: 42px; letter-spacing: -0.6px; }
.page-heading.center{ text-align: center; }

.album-items{ 
  float: left; 
  width: 266px; 
  padding: 10px; 
  margin-right: 20px; 
  margin-bottom: 20px;
  background-color: #fff;
  border: #e7e7e7 solid 1px;
  border-radius: 1px; 
  box-shadow: 0 1px 2px rgba(0,0,0,0.07);
  overflow: hidden; 
  
}
.album-items img{ width: 271px; height: 200px; object-fit: cover; border-radius: 2px;}
.album-items .gal-title{ 
  font-family: "Helvetica-world";
  padding-top: 6px; 
  font-size: 15px; 
  font-weight: 600; 
  color: #000; 
  margin-bottom: 0px; 
  display: block; 
  text-transform: capitalize; 
  line-height: 18px;
  min-height: 42px;
}

.post-page-wrap{ padding-top:140px !important; }


/* QUICK MODAL FORM */
.scroll-up{right: 40px;bottom: 12px;}
.scroll-up a{
  border-radius: 50%;
}

body.fixScroll{ overflow: hidden; }

.pulse-button-wrapper {
  position: fixed;
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 66px;
  height: 66px;
  visibility: hidden;
  z-index: 9999;
}

.pulse-button-visible{ 
  visibility: visible; 
  -webkit-animation: pulse-button-visible 1s ease-out forwards 1;
  animation: pulse-button-visible 1s ease-out forwards 1;
}

.pulse-button-inner-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.pulse-button-inner-mask {
    position: absolute;
    top: -8px;
    left: -8px;
    height: 82px;
    min-width: 66px;
    -webkit-width: calc(100% + 16px);
    width: calc(100% + 16px);
    border-radius: 100px;
    background: #e98e24; /*EE1D24*/
    opacity: .2;
}

.pulse-button-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #e98e24;
    border-radius: 50%;
    -webkit-animation: widgetPulse infinite 1.5s;
    animation: widgetPulse infinite 1.5s;
}

.pulse-button-inner-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
    border-radius: 100px;
    background: #e98e24;
    box-sizing: border-box;
}

.pulse-button-icon-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    direction: ltr;
    /*visibility: visible;*/
}

.pulse-button-inner-item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 19px;
    -webkit-transition: opacity .6s ease-out;
    transition: opacity .6s ease-out;
    -webkit-animation: socialRotateBack .4s;
    animation: socialRotateBack .4s;
    opacity: 0;
}

.pulse-button-icon-animation {
    opacity: 1;
}

.pulse-button-close-item {
    width: 28px;
    height: 28px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.866%2014.45l9.58-9.582L24.03.448l-9.587%209.58L4.873.447.455%204.866l9.575%209.587-9.583%209.57%204.418%204.42%209.58-9.577%209.58%209.58%204.42-4.42%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    opacity: 1;
}

.pulse-button-show{-webkit-animation:show .3s linear forwards;animation:show .3s linear forwards}
.pulse-button-hide{-webkit-animation:hidden .3s linear forwards;animation:hidden .3s linear forwards}
.pulse-button-hide-icons{-webkit-animation:hideIconsBottom .2s linear forwards;animation:hideIconsBottom .2s linear forwards}

@-webkit-keyframes pulse-button-visible{
  0%{-webkit-transform:scale(0);transform:scale(0)}
  30.001%{-webkit-transform:scale(1.2);transform:scale(1.2)}
  62.999%{-webkit-transform:scale(1);transform:scale(1)}
  100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes pulse-button-visible{
  0%{-webkit-transform:scale(0);transform:scale(0)}
  30.001%{-webkit-transform:scale(1.2);transform:scale(1.2)}
  62.999%{-webkit-transform:scale(1);transform:scale(1)}
  100%{-webkit-transform:scale(1);transform:scale(1)}
}

@-webkit-keyframes pulse-button-disable{
  0%{-webkit-transform:scale(1);transform:scale(1)}
  50.001%{-webkit-transform:scale(.5);transform:scale(.5)}
  92.999%{-webkit-transform:scale(0);transform:scale(0)}
  100%{-webkit-transform:scale(0);transform:scale(0)}
}
@keyframes pulse-button-disable{
  0%{-webkit-transform:scale(1);transform:scale(1)}
  50.001%{-webkit-transform:scale(.5);transform:scale(.5)}
  92.999%{-webkit-transform:scale(0);transform:scale(0)}
  100%{-webkit-transform:scale(0);transform:scale(0)}
}

@-webkit-keyframes widgetPulse{
  50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
  100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}
}
@keyframes widgetPulse{
  50%{-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1}
  100%{-webkit-transform:scale(2,2);transform:scale(2,2);opacity:0}
}


@-webkit-keyframes show{0%{opacity:0}50%{opacity:0}100%{opacity:1;visibility:visible}}
@keyframes show{0%{opacity:0}50%{opacity:0}100%{opacity:1;visibility:visible}}

@-webkit-keyframes hidden{0%{opacity:1;visibility:visible}50%{opacity:1}99.999%{visibility:visible}100%{opacity:0;visibility:hidden}}
@keyframes hidden{0%{opacity:1;visibility:visible}50%{opacity:1}99.999%{visibility:visible}100%{opacity:0;visibility:hidden}}

@-webkit-keyframes hideIconsBottom{0%{opacity:1}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,20px);transform:translate(0,20px);visibility:hidden}}@keyframes hideIconsBottom{0%{opacity:1}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,20px);transform:translate(0,20px);visibility:hidden}}@-webkit-keyframes hideIconsTop{0%{opacity:1}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,-20px);transform:translate(0,-20px);visibility:hidden}}
@keyframes hideIconsTop{0%{opacity:1}50%{opacity:1}100%{opacity:0;-webkit-transform:translate(0,-20px);transform:translate(0,-20px);visibility:hidden}}


@-webkit-keyframes socialRotateBack{
      0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
      100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes socialRotateBack{
      0%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
      100%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}

.pulse-button-close-item {
    width: 28px;
    height: 28px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2229%22%20height%3D%2229%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.866%2014.45l9.58-9.582L24.03.448l-9.587%209.58L4.873.447.455%204.866l9.575%209.587-9.583%209.57%204.418%204.42%209.58-9.577%209.58%209.58%204.42-4.42%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    opacity: 1;
  transition: opacity .3s ease-out;
  overflow: hidden;
}


.csQueryModalOverlay{
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    background-color: rgba(0,0,0,.75);
    background: #a64bf4;
    /*background: -webkit-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -o-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -moz-linear-gradient(45deg,#00dbde,#fc00ff);*/
    background: linear-gradient(45deg,#F8C97E,#C26900);
    opacity: 0.8;
}

.csQueryModal {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
    transition: all 300ms;
    opacity: 1;
}

.csQueryModal > div {
    position: relative;
    width: 100%;
    max-width: 540px;
    min-height: 575px;
    margin: 50px auto;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    transition: all 300ms;
    opacity: 1;
}

.csQueryModal.minimiz {
    transform: scale(0.0001);
    top: auto;
    left: auto;
    margin-right: auto;
    right: -18%;
    bottom: -32%;
    opacity: 1;
/*    width: 50px;
    height: 50px;*/
    overflow: hidden;
}

.csQueryModal .mhClose{
  position: absolute;
  top: 10px;
  right: 10px;
}

.csQueryModal .mhClose button{
  font-size: 12px; 
  width: 24px; 
  height: 24px; 
  border: #424242 solid 1px; 
  border-radius: 100%; 
  display: block;
  text-align: center;
  line-height: 22px;
  padding: 0px !important; 
  background-color: #F7F8FA;
  background-color: transparent;
}
.csQueryModal .mhClose button i{ margin: 0px; padding: 0px 0px 0px 1px; display: inline-block; }
.csQueryModal .mhClose button:hover{
  color: #E98E24;
  border: #E98E24 solid 1px; /*#2577E1*/ 
}

.contact100-form {
    width: 100%;
    max-width: 400px;
    margin: 0  auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}
.contact100-form-title {
    display: block;
    /*font-family: Poppins-Bold;*/
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 44px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding-bottom: 7px;
    margin-bottom: 27px;
}
.label-input100 {
    /*font-family: Poppins-Regular;*/
    font-family: 'Helvetica-world', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    padding-left: 5px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    background: #7f7f7f;
}
.input100 {
    display: block;
    width: 100%;
    background: 0 0;
    /*font-family: Poppins-Medium;*/
    font-family: 'Helvetica-world', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    padding: 0 5px;
    outline: none;
    border: none;
}
.contact100-form input.input100 {
    height: 40px;
}
.contact100-form textarea.input100 {
    min-height: 110px;
    padding-top: 9px;
    padding-bottom: 13px;
}

.contact100-form span.error{
  color: #EB3941;
  position: absolute;
  bottom: -22px;
  left: 2px;
  width: 100%;
  font-size: 12px;
}
.contact100-form .validate-input.error{
  border-color: #EB3941;
}

.select2-container {
    display: block;
    max-width: 100%!important;
    width: auto!important;
}
.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 40px;
    outline: none;
    position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: 'Helvetica-world', sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    padding-left: 5px;
    background-color: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.select2-selection__arrow::before {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #999;
    margin-bottom: 2px;
}
.select2-selection__arrow::after {
    content: '';
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #999;
}
.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 0 solid #e5e5e5;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 10px 0 rgba(0,0,0,.2);
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-dropdown--below {
    top: 8px;
}
.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #a64bf4;
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff);
    background: -o-linear-gradient(right,#00dbde,#fc00ff);
    background: -moz-linear-gradient(right,#00dbde,#fc00ff);
    background: linear-gradient(right,#00dbde,#fc00ff);
    color: #fff;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.contact100-form ::placeholder {
  color: #ADADAD;
}

.wrap-contact100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 75px;
}

.contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -o-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: -moz-linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    background: linear-gradient(left,#00dbde,#fc00ff,#00dbde,#fc00ff);
    top: 0;
    left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
}
.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    /*font-family: Poppins-Medium;*/
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    cursor: pointer;
    background: transparent;
    border: none;
}
.contact100-form-btn i {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    margin-left: 7px;
}
.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}

.contact100-form .alert{
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    border-radius: 0 0 12px 12px;
    text-align: center;
}

/* NEW FOOTER */
.footer-title {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.footer-menu {
    overflow: hidden;
    padding-left: 5px;
    padding-right: 0px;
}
.footer-menu li {
    float: none;
    padding-bottom: 3px;
    position: relative;
    list-style: none;
}
.footer-menu li a {
    color: #a0aec6;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease 0s;
}
.footer-menu li a i {
    font-size: 14px;
    margin-right: 7px;
}
.social-icons{ text-align: left; margin-top: 20px; }
.social-icons a{ float: none; margin: 0px; }
.social-icons a + a{ margin-left: 5px; }
.social-icons img{ width: 40px; height: 40px; }

.footer-border {border-bottom: 1px solid #4b4c53; padding-bottom: 30px;}
.footer-icon-wrapper{ margin-top: 30px; margin-bottom: 30px; }
.footers-icon {
    float: left;
    margin-right: 22px;
}
.footers-icon a {
    color: #a1a1a5;
    height: 60px;
    width: 60px;
    background: #3d3e50;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
}
.footer-icon-text {
    overflow: hidden;
}
.footer-icon-text h4 {
    color: #F8941D;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    padding-top: 3px;
    text-transform: uppercase;
}
.footer-icon-text span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.op-img-block{
  border: #e0cec1 solid 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.op-img-block:hover{
  border-color: #9e7d5e;
}

.logo-hb{width: 100%; border: #fff solid 1px; height: 122px; text-align: center;}


@media (min-width: 922px) {
  .album-items:nth-child(4n+0){ margin-right: 0px; }
}

.nav .dropdown .dropdown-menu{ border: 0px; border-radius: 0px;}
.nav .dropdown .dropdown-menu li{ padding: 0 25px; }
.nav .dropdown .dropdown-menu li a{padding: 10px 0px; display: block; color: #fff; border-bottom: rgba(255,255,255,.1) solid 1px;}
.nav .dropdown .dropdown-menu li:last-child a{ border-bottom: none; }
@media(min-width: 1025px) {
.nav .dropdown .dropdown-menu{ min-width: 296px; position: absolute; left: -10px;}
.nav .dropdown .dropdown-menu li a{ min-width: 140px; padding: 10px 0px; }
.nav .dropdown .dropdown-menu li a:hover{ color: #ffb700; background: transparent; }
.navbar-nav>li:last-child a {margin-right: 25px;}
.nav .dropdown:hover .dropdown-menu{ display: inline-block; background: rgb(38, 38, 38); }
}

@media(max-width: 1024px) {
  .navbar{ padding: 10px 0px 10px 0px; background: #000; margin-bottom: 0px; }
  .navbar.navbar-transparent{background: #000; }
  .nav-logo{ position: relative; z-index: 9998; }
  .navbar-toggle{position: absolute; top: 20px; right: 0px; z-index: 9999; display: block; }
  .navbar-toggle .icon-bar{ background-color: #fff; }
  .main-menu{float: none;}
  .show-mobile-nav .main-menu{ padding:0px; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,.5); z-index: 9998; }
  .navbar-right{ position: fixed; top: 98.9px; left: -320px; width: 320px; height: 100%; background: #333;}
  .navbar-nav>li {float: none !important; display: block; margin: 0px;}
  .navbar-nav>li > a{padding: 10px 25px;}
  .navbar-nav>li:first-child a {padding-left: 25px;}
  .navbar-nav>li+li{ border-top: #4e4e4c solid 1px; }
  
  .nav .dropdown .dropdown-menu{ 
    width: 100%;
    position: relative; 
    margin-left:0px;
    margin-bottom: 10px;
    background: rgb(38, 38, 38);
    box-shadow: none;
    display: none;
  }
  .nav .dropdown.open a{ background: transparent; }
  .nav .dropdown.open .dropdown-menu{ display: block; }
  .nav .dropdown li a{ background: transparent; } 
  .nav .dropdown .dropdown-menu li a{ background: transparent; } 
  .show-mobile-nav .navbar-right{ left: 0px; }
}

@media (max-width: 627px) {

  .navbar-left {
      float: none;
      position: relative;
      z-index: 9999;
  }

  .navbar-right {
    top: 66.9px;
  }

  .navbar-toggle{top: 1px;}

  .nav-logo > img {
    display: block;
    max-height: 90px !important;
  }

  .hero-title {
    font-size: 26px;
  }

  .module-title{font-size: 32px; line-height: 1.6;margin-bottom: 0px;}
  .module-title + .module-subtitle {
      margin-top: 5px;
      line-height: 18px;
  }

  .hero-caption-home{margin:0px; padding: 10px;}
  .hero-title-home{font-size: 35px;line-height: 38px;padding-left: 10px;margin-top: 30px;max-width: 280px;}
  .home-video{ display: none; }
  .know-more-profile{padding-left:157px; display: none;}
  #hero{ top: 0px; max-height: 185px; margin-top: 55px; background-size: cover; }
  #hero.module-parallax {
    background-attachment: scroll;
  }

  .progress-title{ padding-right: 60px; }
  .im-box {
    padding: 30px 60px;
    min-height: auto;
  }
  .im-box .module-title{margin-bottom: 10px;}
  .section_home_about{padding: 40px 0;}
  .section_home_about .module-title{margin-bottom: 15px;}
  .section_home_about .txt{ padding: 0px 10px; }
  .home-clients-img{ 
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .m-b-md-140 {
      margin-bottom: 25px!important;
  }

  .module{padding: 30px 0;}
  #profile h2.module-title{ margin-bottom: 25px; }

  .testimonial-row .col-sm-6:last-child{ display: none; }

  #clients .module-title{margin-bottom: 15px;}

  .csPostItems .postImage img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      object-position: center;
  }

  .post-title, .post-title a {
      margin: 5px 0 25px;
      font-size: 18px; 
      line-height: 1.6;
      display: block;
  }

  .post-page-wrap{ padding-top:100px !important; }
  .csPostDetail .postTitle {
    font-size: 24px;
    line-height: 1.24em;
  }

  .cs-paynow-btn {
    padding: 15px 32px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }

  .album-items{ 
    float: left; 
    width: 49%; 
    padding: 6px; 
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .album-items img{ width: 100%; height: 100px;}
  .album-items:nth-child(2n+0){ margin-right: 0px; }
  .album-items .gal-title { font-size: 13px; }

  .page-heading{font-size: 22px;}
  .event-detail-page{padding-top:90px !important;}

  .footer{padding: 30px 0;}
  .d-md-block + .d-md-block{ margin-top: 15px; }
  .footer-border{ padding-bottom: 0px; }
  .copyright{ font-size: 15px; margin-top: 20px; }
  .logo-hb{height: 54px; text-align: center; padding:0 10px;}
  
  .md-home-client-logo-slide .owl-stage{min-height:120px;}

}

.social-sidebar{ position: fixed; top: 200px; right: 0px; width: 36px; height: 140px; z-index: 999999; }
.social-sidebar li{width: 36px; height: 36px; background: transparent; list-style: none; position: relative; margin-bottom: 1px; }
.social-sidebar a{ 
    position: absolute; 
    right: -100px; top:0px;
    padding-left: 9px; 
    height: 36px; 
    border-radius: 18px 0 0 18px; 
    text-decoration: none; 
    color: #fff; 
    font-size: 14px; 
    line-height: 36px;
    display: block; 
    background: #ccc;
    width: 140px;
    -webkit-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    -moz-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    -ms-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    -o-transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s;
    transition: opacity .3s, left .4s, right .4s, top .4s, bottom .4s, width .4s;
}
.social-sidebar a:hover{
    right: 0px;
}


.social-sidebar a.contact{ background-color: #1C9DEB; }
.social-sidebar svg{width:24px; fill:#fff; position: relative; top:2px; margin-left:10px; }

.cus_para{
    font-size:24px;
}

