/* Importing Fonts */
@font-face {
  font-family: 'font-bold';
  font-style: normal;
  src: url(/fonts/Futura-Bold.otf) format("opentype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'font-medium';
  src: url(/fonts/Futura-Medium.otf) format("opentype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-style: normal;
}

@font-face {
  font-family: 'font-light';
  src: url(/fonts/Futura-Light.otf) format("opentype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-style: normal;
}

/* Importing Fonts */
body 
{
  background-color: #191917;
}
/* Beta ribbon css open here */

.beta-ribbon{
    background: #CFB678;
    width: 135px;
    right: -75px;
    top: -38px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding: 2px;
    color: #0a0a09;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    z-index: 5;
}

/* Beta ribbon css close here */


/* Color css open here */

.primary-color{
  color:#CFB678;
}

.primary-bg-color{
  color:#CFB678;
}


.secondary-color{
  color:#191917;
}

.secondary-bg-color{
  color:#191917;
}

/* Color css close here */


/* Font css open here */

*,html,body,h1,h2,h3,h4,h5,h6,p,span,div,b,a,ul,li,ol{
  font-family: 'font-light';
}

/* Font css close here */


/* Hide recaptcha badge css open here */


  .grecaptcha-badge{
    visibility: hidden;
    display: none;
    opacity: 0;
    user-select: none;
    pointer-events: none;
  }


/* Hide recaptcha badge css close here */


/* Bootstrap modal overwrite css open here */

.modal-header{
  display: block;
}

/* Bootstrap modal overwrite css close here */


/* Header menu css open here */

/* Dropdown menu css open here */

.busi-ddmenu,
.about-ddmenu{

}

.busi-dd-window.active,
.about-dd-window.active{
    transition: all 0.3s ease-in;
    height: auto;
    overflow: auto;
    display: block;
}

.busi-dd-window,
.about-dd-window{
  height: 0;
  display: none;
  overflow: hidden;
  background: black;
  border-radius: 3px;
  position: absolute;
  z-index: 3;
  margin-top: 0;
  padding: 15px;
  padding-bottom: 0px;
}

.busi-dd-window a,
.about-dd-window a{
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

/* Dropdown menu css close here */


.askbarry-menu{
  position: relative;
}

.askbarry-menu:after{
  content: ' ';
  width: 100%;
  height: 1px;
  background: #CFB678;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-animation: pulsate 1.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}


/* Mobile header css open here */

@media only screen and (min-width: 768px){
  .header-mob-sec{
    display: none;
  }
  .col-md-6{
    width: 100%;
  }
  
}

.mhead-logo-div{
  width: 100%;
  max-width: 100px;
  position: relative;
}

.mhead-logo-div img{
  width: 100%;
  position: absolute;
  z-index: 1;
}

/* Mobile sidenav css open here */

.header-side-icon{

}

.header-side-icon .desk-openbtn{
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: #CFB678;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 12px;
    border-radius: 5px;
}

.header-side-icon .desk-openbtn:hover{
  color:white;
}

.header-side-icon .desk-closebtn{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    color: #CFB678;
    font-size: 25px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 12px;
    border-radius: 5px;
}

.header-side-icon .desk-closebtn:hover{
  color:white;
}

.desk-sidenav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5500;
  top: 0px;
  right: 0;
  background-color: rgba(0, 0, 0, 1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 24px;
}

.desk-sidenav-links a {
    padding: 12px 8px 12px 26px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    display: none;
    opacity: 1;
    transition: opacity 1s;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid rgb(205 170 170 / 23%) ;
}

.desk-sidenav-links a:hover {
  color: #CFB678;
}

.desk-openbtn:hover{
  border:none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.desk-closebtn:hover{
  border:none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

/* Mobile sidenav css close here */

/* Mobile header css close here */


/* desktop top bar css open here */

@media only screen and (max-width: 767px){
  .dtop-bar-div{
    display: none!important;
  }

  .header-desk-sec{
    display: none!important;
  }
  .consult-icon-position .form-controls
  {
    height: 33px!important;
   
  }
  .mhead-logo-div {
    max-width: 58px;
}
body .hhhead-slider-arrow a
{
  width: 30px;
    height: 30px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.dtop-con-div ul{
		text-align: center!important;
	}

	.dtop-time-div{
		float: none!important;
		text-align: center!important;
	}
}

.dtop-bar-div{
  background: #0a0a09;
  padding: 10px;
}

.dtop-con-div{
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px){
  .dtop-con-div{
    justify-content: center;
  }
}

.dtop-con-div ul{
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.dtop-con-div ul li{
  display: inline-block;
  margin-right: 5px;
}

.dtop-con-div ul li:last-child{
  margin-right: 0;
}

.dtop-con-div ul li a{
  color: #CFB678;
    text-transform: uppercase;
    font-size: 12px;
}

.dtop-time-div{
  float: right;
    text-align: right;
}

.dtop-time-div ul{
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.dtop-time-div ul span{
  color: #CFB678;
}

.dtop-time-div ul li{
  display: inline-block;
  color: #CFB678;
  font-size: 13px;
}

.dtop-time-div ul li:last-child{
  margin-right: 0;
}

/* desktop top bar css close here */

@media only screen and (max-width: 767px){
  .header-desk-spacer{
    display: none;
  }
}

.home-page .header-desk-spacer{
  display: none!important;
}

.header-desk-spacer{
    min-height: 165px;
    width: 100%;
    background: #191917;
    position: relative;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.home-page .header-desk-sec{
  background: transparent!important;
}

.header-desk-sec{
  background: #191917;
  position: absolute;
  z-index: 1;
  width: 100%;
}

.dhead-logo-div{
  width: 100%;
  max-width: 125px;
  max-width: 100px;
  padding:5px;
}

.dhead-logo-div img{
  width: 100%;
}

.dhead-menu-div{
  float: right;
  text-align: right;
  /*margin-top: 60px;*/
}

.dhead-menu-div ul{
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
}

.dhead-menu-div ul li{
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.dhead-menu-div ul li:last-child{
  margin-right: 0;
}

.dhead-menu-div ul li a{
  color: #CFB678;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px black;
  position: relative;
  font-size: 16px;
  font-size: 14px;
  font-weight: 800;
}
/* .dhead-menu-div ul li:first-child a
{
  font-size: 25px;
} */

.dhead-menu-div ul li a:after{
    content: ' ';
    width: 0%;
    height: 2px;
    background: #CFB678;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}

.dhead-menu-div ul li a:hover:after{
  transition: width 0.3s ease-in;
  width: 100%;
}

.dhead-menu-div ul li a:hover{
  text-decoration: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .dhead-menu-div ul li{
      margin-right: 7px!important;
  }
  .dhead-menu-div ul li a{
    font-size: 10px!important;
  }
}

/* Header menu css close here */



/* Header banner section css open here */


@media only screen and (min-width: 768px) and (max-width: 991px){
  .head-banner-sec{
    position: relative;
  }
}

@media only screen and (max-width: 767px){
  .head-banner-sec{
    position: relative;
  }

  .ask-barry-cta{
    font-size: 18px!important;
    padding: 5px!important;
    max-width: 170px!important;
  }

  .habout-div p{
    font-size: 14px!important;
  }
}

@media only screen and (min-width: 992px){
  .head-banner-div{
    height: 100vh;
    overflow: hidden;
  }
}


/* Homepage header slider css open here */


/* Custom navigation css open here */

@media only screen and (min-width: 1200px){
  .hhead-slider{
    height: 90vh;
  }
}

.hhead-slider{
  overflow: hidden;
}

.hhead-slider .slick-dots{
  bottom:0;
}

.hhead-slider .slick-dots li button{
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 100%;
}

.hhead-slider .slick-dots li button:before{
  font-size: 16px;
  line-height: 22px;
}

.hhead-slider .slick-dots li.slick-active button:before {
    color: #CFB678;
    opacity: 1;
}

.hhead-slider .slick-dots li button:before{
    opacity: 0.4;
}

.hhead-slider .slick-dots li button:hover:before,
.hhead-slider .slick-dots li button:focus:before {
    color: #CFB678;
}

.hhead-slider-arrow{

}

.hhead-slider-arrow a{
  position: absolute;
  bottom: 45%;
  background: rgba(0, 0, 0, 0.3);
  width: 50px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  font-size: 30px;
  color: white;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.hhead-slider-arrow a:hover{
  background: #CFB678;
}

.hhead-slider-arrow .left{
  left: 15px;
  text-indent: -3px;
}

.hhead-slider-arrow .right{
  right: 15px;
}

/* Custom navigation css close here */


.hhead-slider{
  margin-bottom: 0!important;
}

.hhead-slide:hover,
.hhead-slide:focus,
.hhead-slide:active{
  outline: none;
  box-shadow: none;
}

.hhead-slide-box img{
  width: 100%;
}


/* Content box css open here */

@media only screen and (max-width: 767px){
  .hhead-slide{
    position:relative;
  }
  .hhead-txt-box{
    margin-left: 0px!important;
    top: 35%!important;
    text-align: center;
    left:0;
    right: 0;
    margin: 0 auto!important;
  }

  .hhead-slider-arrow{
    display: none!important;
  }

  .hhead-slider .slick-dots li button:before{
    font-size:6px!important;
  }

  .hhead-slider .slick-dots li button{
    box-shadow: none!important;
  }

  .hhead-txt-box h2{
    text-align: center!important;
    width:100%;
    max-width: 300px;
    margin:0 auto;
    font-size:22px!important;
  }

  .hhead-txt-box p{
    text-align: center!important;
    width:100%;
    max-width: 300px;
    margin:0 auto;
    font-size:14px!important;
  }

  .hhead-txt-box a{
      margin: 0 auto!important;
      font-size: 16px!important;
      padding: 8px!important;
      max-width: 100px!important;
  }
  .sec-img-grovay, .sec-img-interior 
  {
    margin-bottom: 2rem;
   }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .hhead-txt-box{
    margin-left: 110px!important;
    top:45%!important;
  }

  .hhead-slider-arrow a{
    bottom:35%!important;
  }

  .hhead-txt-box h2{
    width:100%;
    max-width: 600px;
  }

  .hhead-txt-box p{
    width:100%;
    max-width: 600px;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .hhead-txt-box{
    margin-left: 150px!important;
  }

  .hhead-slider-arrow a{
    bottom:65%!important;
  }

  .hhead-txt-box h2{
    width:100%;
    max-width: 900px;
  }

  .hhead-txt-box p{
    width:100%;
    max-width: 900px;
  }

}


.hhead-txt-box{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  top: 30%;
  position: absolute;
  z-index: 1;
  margin-left: 280px;
  white-space: nowrap;
  overflow: hidden;
}

.hhead-txt-box h2{
  /*font-size:35px;*/
  /*font-size: 5vw;*/
  color: white;
  text-shadow: 1px 0px 1px black;
}

.hhead-txt-box p{
  /*font-size:22px;*/
  /*font-size: 3vw;*/
  color: white;
  text-shadow: 1px 0px 1px black;
  word-wrap: break-word;
}

.hhead-txt-box a{
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    padding: 10px;
    color: #0a0a09;
    background: #CFB678;
    border-radius: 3px;
    font-size: 18px;
    /*font-size: 2vw;*/
    font-weight: bold;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.hhead-txt-box a:hover{
  text-decoration: none;
  color: white;
}

/* Content box css close here */


/* Homepage header slider css close here */


.head-banner-sec{
  background: #191917;
  white-space: nowrap;
  overflow: hidden;
}


.head-banner-div img{
  width: 100%;
}

.ask-barry-cta{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 270px;
    background: #CFB678;
    padding: 10px;
    border-radius: 3px;
    color: #191917;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: bold;
    -webkit-animation: heartbeat 5s ease-in-out infinite both;
          animation: heartbeat 5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


.ask-barry-cta:hover{
  text-decoration: none;
  color: #CFB678;
  background: #191917;
}

/* Header banner section css close here */


/* Home about section css open here */

@media only screen and (max-width: 767px){
  .habout-sec{
    padding-top: 25px!important;
    padding-bottom: 25px!important;
  }
}

.habout-sec{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #191917;
}

.habout-div{
  text-align: center;
}

.habout-div h3, .habout-div h1{
    text-align: center;
    position: relative;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
}

/*.habout-div h3 :before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

@media only screen and (min-width: 768px){
  .habout-div p{
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
    column-count: 2;
  }
}

.habout-div p{
  text-align: justify;
  color: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
}

/* Home about section css close here */


/* Home treading business section css open here */


/* Mobile view slider css open here */


@media only screen and (min-width: 768px){
  .htreadb-slider-div{
    display: none;
  }
}

.htreadb-slider .slick-dots{
  bottom: -25px!important;
}

.htreadb-slider .slick-dots li.slick-active button:before{
  color: #CFB678!important;
}

.htreadb-slider{
  margin-top: 25px;
}

.htreadb-slider .slick-slide:focus{
  outline: none;
}

.htreadb-slide-box{
  text-align: center;
  margin-bottom:30px;
}

.htreadb-slide-box img{
    width: 100%;
    max-height: 50px;
    max-width: 50px!important;
    border: 1px solid #CFB678;
    padding: 6px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.htreadb-slide-box a{
    font-size: 13px!important;
    display: block;
    color: white;
}


/* Mobile view slider css close here */


@media only screen and (max-width: 767px){
  .htredb-sec{
    padding-bottom: 25px!important;
  }

  .htredb-head{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .htreadb-ul{
    display: none!important;
  }

  .htreadb-ul li{
    display: block!important;
    float: none!important;
  }

  .htreadb-ul li img{
    max-width: 60px!important;
    border: 1px solid #CFB678;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 0!important;
  }

  .htreadb-ul li a{
    font-size: 14px!important;
    display: block;
  }

}


.htredb-sec{
  padding-bottom: 25px;
  background: #191917;
}

.htredb-head{
  text-align: center;
  position: relative;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

/*.htredb-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.htreadb-ul{
    display: flex;
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
}

.htreadb-ul ul{
  list-style-type:none;
  margin-left: 0;
  padding-left: 0;
  align-items: center;
}

.htreadb-ul li{
  display: inline-flex;
  float: left;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}

.htreadb-ul li img{
  width: 100%;
  max-width: 30px;
  margin-right: 15px;
}

.htreadb-ul li a{
  color: white;
  cursor: pointer;
}


/* Home treading business section css close here */


/* Home raw material section css open here */

@media only screen and (max-width: 767px){
  .hrmgc-head{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .hrmgc-sec{
    padding-bottom: 25px!important;
  }

  .hrmgc-para1{
    margin-bottom: 15px!important;
  }

  .hrmgc-con-div{
    padding-bottom: 0!important;
  }
}


.hrmgc-sec{

}

.hrmgc-sec{
  padding-bottom: 50px;
  background: #191917;
}

.hrmgc-head{
  font-size: 25px;
  font-weight: normal;
  color: #CFB678;
  text-align: center;
  border: 1px solid;
  padding: 5px;
  text-transform: capitalize;
}

/*.hrmgc-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.hrmgc-con-div{
    background: #202020;
    padding: 15px;
    margin-top: -8px;
    border: 1px solid #CFB678;
    border-top: none;
}

.hrmgc-para1{
  color: white;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  text-align: justify;
}

.hrmgc-ul{
  text-align: justify;
  color: white;
  list-style-type:none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.hrmgc-ul li{
  margin-bottom: 5px;
  font-size: 16px;
}

/* Home raw material section css close here */


/* Home investment section css open here */

@media only screen and (min-width: 768px) and (max-width: 991px){
  .hinvest-li1,
  .hinvest-li2{
        height: 200px!important;
  }
}

@media only screen and (max-width: 767px){
  .hinvest-ul{
    display: block!important;
  }
  .hinvest-li1,
  .hinvest-li2{
    width:100%!important;
    height: 200px!important;
  }

  .hinvest-head{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .hinvest-sec{
    padding-bottom: 25px!important;
  }
}

.hinvest-sec{
  padding-bottom: 25px;
  background: #191917;
}

.hinvest-head{
  text-align: center;
  position: relative;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

/*.hinvest-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.hinvest-ul{
  align-items: center;
  list-style-type:none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
  border-radius: 3px;
}

.hinvest-li1{
  width:50%;
  display: inline-block;
  height: 200px;
  background-image: url('../img/investment-bg1.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hinvest-li2{
  width:50%;
  display: inline-block;
  height: 200px;
  background-image: url('../img/investment-bg2.png');
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hinvest-ul li .overlay-div{
    background: rgba(0,0,0,0.7);
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hinvest-ul li .overlay-div .overlay-div-inner{

}

.hinvest-ul li .overlay-div img{
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
}

.hinvest-ul li .overlay-div p{
  color: white;
  font-size: 18px;
  line-height: 25px;
  margin-top:15px;
}

/* Home investment section css close here */



/* Home contact section css open here */


@media only screen and (min-width: 768px) and (max-width: 991px){
  .hcont-left-div,
  .hcont-right-div{
        padding: 25px!important;
  }
  .hcont-left-li .plane-icon {
    right: 6px!important;
    bottom: 5px!important;
    font-size: 20px!important;
   
    width: 38px!important;
    height: 38px!important;
  }
  
}


@media only screen and (max-width: 767px){

  .hcont-sec-ul{
    display: block!important;
  }

  .hcont-left-div{
    padding:25px!important;
  }

  .hcont-right-div{
    padding:25px!important;
  }

  .hcont-right-div{
    padding:25px!important;
  }

  .hcont-left-li .play-arrow{
    display: none!important;
  }

  .hcont-left-li .plane-icon{
    display: none!important;
  }

  .hcont-sec-ul .hcont-left-li{
    width: 100%!important;

  }

  .hcont-sec-ul .hcont-right-li{
    width: 100%!important;

  }

  .hcont-left-div h3{
    font-size: 25px!important;
    line-height: 35px!important;
  }
}

.hcont-sec{
  padding-top:25px;
  padding-bottom: 25px;
  background: #191917;
}

.hcont-sec-ul{
  list-style-type:none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.hcont-sec-ul .hcont-left-li{
  width:40%;
  display: inline-block;
  position: relative;
}

.hcont-sec-ul .hcont-right-li{
  width:60%;
  display: inline-block;
  position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hcont-left-li,
.hcont-right-li{
  min-height: 400px;
  position: relative;
}

.hcont-left-li .plane-icon{
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 35px;
  color: #CFB678;
  width: 65px;
  height: 65px;
  border: 2px solid #CFB678;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100%;
}

.hcont-left-li .play-arrow{
    position: absolute;
    top: 50px;
    right: -7px;
    color: #2b2b2b;
    font-size: 100px;
}

/* Left box css open here */

.hcont-left-li{
  background: #202020;
}

.hcont-left-div{
  padding:50px;
  color: white;
}

.hcont-left-div h3{
  position: relative;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  position: relative;
}

/*.hcont-left-div h3:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    bottom: -10px;
}*/


.hcont-left-div ul{
    list-style-type: none;
    margin-left:0;
    padding-left: 0;
    margin-bottom:0;
    margin-top: 30px;
}

.hcont-left-div ul li{
    margin-bottom:20px;
    position: relative;
}

.hcont-left-div ul .con-time a{
    cursor: default!important;
}

.hcont-left-div ul li a{
    /*display: flex;
    align-items: center;*/
}

.hcont-left-div ul li a:hover{
  text-decoration: none;
  cursor: pointer;
  color: #CFB678!important;
}

.hcont-left-div ul li a:hover span{
  color: #CFB678!important;
}

.hcont-left-div ul li a span{
    color: white;
    font-size: 15px;
    padding-left: 35px;
    display: block;
}

.hcont-left-div ul li a span:hover{
    color: #233d95;
}

.hcont-left-div ul li a img{
    width: 100%;
    max-width: 22px;
    margin-right: 15px;
    position: absolute;
    left: 0;
}

.hcont-left-div .con-address-s1{
  color: #CFB678;
}

.hcont-left-div .map-img-div{
  width: 100%;
  max-width: 250px;
  position:relative;
}

.hcont-left-div .map-img-div img{
  width: 100%;
}

.hcont-left-div .ring-container {

}

.hcont-left-div .circle {
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
    position: absolute;
    top: 55px;
    right: 77px;
}


.hcont-left-div .ringring {
        border: 3px solid #191917;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 49px;
    right: 71px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

/* Left box css close here */


/* Right box css open here */

.hcont-right-li{
  background: #2b2b2b;
}

.hcont-right-div{
  padding:50px;
  width:100%;
}

.hcont-form ::-webkit-input-placeholder {
  color: white;
}

.hcont-form :-ms-input-placeholder {
  color: white;
}

.hcont-form ::placeholder {
  color: white;
}

.hcont-form .tel-input-fg .iti--separate-dial-code .iti__selected-dial-code{
   color: white!important;
}

.hcont-form .tel-input-fg .iti{
  width:100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.hcont-form .tel-input-fg .iti ul{
  
    right: 1px!important;
  
  }
}
.hcont-form input{
  background: #191917;
  color: white;
  border: none;
  height: 50px;
}

.hcont-form select{
  background-color: #191917;
  color: white;
  border: none;
  height: 50px;
  -webkit-appearance:none;
  appearance:none;
  background-image: url(/img/select-bg-arrow-white.svg);
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}

.hcont-select{
  position: relative;
}

.hcont-form input:focus,
.hcont-form input:active{
  background: #191917!important;
  color: white!important;
  outline: none!important;
  box-shadow: none!important;
}

.hcont-form select:focus,
.hcont-form select:active{
  background-color: #191917!important;
  color: white!important;
  outline: none!important;
  box-shadow: none!important;
}

.hcont-form textarea{
  background: #191917;
  color: white;
  border: none;
  height: 180px;
  resize: none;
}

.hcont-form textarea:focus,
.hcont-form textarea:active{
  background: #191917!important;
  color: white!important;
  outline: none!important;
  box-shadow: none!important;
}


.hcont-form .hcont-submit{
  display: block;
  width: 100%;
  max-width: 200px;
  float: right;
  text-align: center;
  border: none;
  height: 50px;
  font-size: 16px;
  background: #CFB678;
  color:#191917;
  font-weight: bold;
}

.hcont-form .hcont-submit:hover{
  background: black;
  color: white;
}

.hcont-form .hcont-submit i{
  margin-left: 5px;
}

.hcont-form .hcont-submit:focus,
.hcont-form .hcont-submit:active{
  background: #191917!important;
  box-shadow: none!important;
  outline: none!important;
  border: none!important;
}

/* Right box css open here */


/* Home contact section css close here */

/* Footer css open here */


@media only screen and (max-width: 767px){
  .foo-top-sec{
    padding-bottom: 15px!important;
  }

  .foo-logo-div{
    margin:0 auto;
  }

  .foo-menu-div{
    margin-top: 15px!important;
    text-align: center!important;
    float: none!important;
  }

  .foo-menu-div ul li{
    display: block!important;
  }

  .foo-menu-div ul span{
    display: none!important;
  }

  .foo-menu-div ul li a{
    font-size: 14px!important;
    margin-bottom: 5px;
  }

  .foo-logo-div img{
    margin-left: 30px;
  }

  .copright-info{
    text-align: center;
  }

  .foot-social{
    float: none!important;
    text-align: center!important;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 10px;
  }
}


/* Footer menu sec css open here */

.foo-top-sec{
  background: #202020;
  padding-top: 15px;
  padding-bottom: 25px;
}

.foo-logo-div{
  width: 100%;
  max-width: 100px;
}

.foo-logo-div img{
  width: 100%;
}

.foo-menu-div{
  float: right;
  text-align: right;
  margin-top: 60px;
}

.foo-menu-div ul{
  align-items: center;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.foo-menu-div ul span{
  color: #CFB678;
}

.foo-menu-div ul li{
  display: inline-block;
}

.foo-menu-div ul li:last-child{
  margin-right: 0;
}

.foo-menu-div ul li a{
  color: #CFB678;
  text-transform: uppercase;
  font-size: 16px;
}

/* Footer menu sec css close here */

/* Copyright sec css open here */

.foo-copy-sec{
  background: #2b2b2b;
  padding:10px;
}

.copright-info{
  margin-bottom: 0;
  color: white;
  font-size: 14px;
  margin-top: 4px;
}

.foot-social{
  float: right;
  text-align: right;
}

.foot-social ul{
  display: inline-flex;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

.foot-social ul li{
    display: block;
    float: left;
    list-style: none;
    padding: 0 15px;
}

.foot-social ul li:last-child{
  padding-right: 0;
}

.foot-social ul li a{
    color: white;
    font-size: 18px;
}

.foot-social ul li a i{
  color: white;
}

.foot-social ul li a:hover{
  cursor: pointer;
}

.foot-social ul li a:hover i{
  color:#CFB678;
}

/* Copyright sec css close here */

/* Footer css close here */


/* Ask Barry page css open here */

.askbarry-page .header-desk-sec{
  border-bottom: 1px solid rgba(10, 10, 9, 0.5);
}


/* top head section css open here */

@media only screen and (max-width: 767px){

  .askb-form-sec{
    padding-top:15px!important;
  }

  .askb-form-head{
      margin-bottom: 20px!important;
  }

  .askb-form-shead1{
        font-size: 20px!important;
  }

  .leave-msg-tab h3,
  .schedule-call-tab h3{
    font-size: 20px!important;
  }
}

.askb-form-sec{
  padding-bottom: 50px;
  padding-top: 50px;
  background: #191917;
}

.askb-form-head{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
}

/*.askb-form-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.askb-form-shead1{
  color: #CFB678;
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
}

.askb-form-shead2{
  color: white;
  text-align: center;
  font-size: 14px;
}

/* top head section css close here */


/* Expertise section css open here */

.askb-exp-sec{
  padding-top: 25px;
  padding-bottom: 25px;
  background: #212120;
}

.askb-exp-head{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}

/*.askb-exp-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.askb-oe-div1{
  text-align: center;
}

.askb-oe-div1 img{
  width: 100%;
  max-width: 100px;
}

.askb-oe-div1 p{
  color: white;
  font-size: 16px;
  margin-top: 15px;
}


@media only screen and (min-width: 992px){
  .askb-oe-div1{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .askb-oe-div1 p{
      text-align: left;
  }
}

@media only screen and (max-width: 767px){
  .askb-exp-head{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .askb-oe-div1 p{
    font-size: 16px!important;
  }
}

/* Expertise section css close here */



/* Work process section css open here */

@media only screen and (max-width: 767px){
  .askb-wp-sec{
    padding-top:120px!important;
  }
}

.askb-wp-sec{
  padding-top: 40px;
  padding-bottom: 25px;
  background: #191917;
  border-top: 1px solid black;
}

.askb-wp-head{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}

/*.askb-wp-head:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.askb-wp-div1{
  text-align: center;
}

/*.askb-wp-div1.rightarrow:before{
    content: " ";
    position: absolute;
    width: 50px;
    height: 28px;
    background: url(../img/golden-arrow-right.png) no-repeat;
    right: -12px;
    top: 40px;
}*/

.askb-wp-div1 img{
  width: 100%;
  max-width: 100px;
}

.askb-wp-div1 p{
  color: white;
  font-size: 16px;
  margin-top: 15px;
}

@media only screen and (min-width: 992px){
  .askb-wp-div1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
  }

  .askb-wp-div1.askb-wp-div4{
      margin-left: -70px;
  }

  .askb-wp-div1 p{
      text-align: left;
  }
}

@media only screen and (max-width: 767px){
  .askb-wp-div1.rightarrow:before{
    content:none!important;
  }

  .askb-wp-head{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .askb-wp-div1 p{
    font-size: 16px!important;
  }
}

/* Work process section css close here */


/* Question bar section css open here */


.askb-qb-sec{
  background: #CFB678;
  padding-top: 20px;
  padding-bottom: 10px;
}

.askb-qb-div{
  align-items:center;
}

.askb-qb-div img{
    width: 100%;
    max-width: 100px;
    margin-right: 20px;
    float: left;
    margin-top: -10px;
}

.askb-qb-div h4{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -20px;
}

.askb-qb-div p{
    color: #6a5b32;
    font-size: 16px;
    margin-bottom: 0;
}

.askb-qb-cta{
    float: right;
    display: block;
    background: #191917;
    color: #CFB678;
    padding: 10px 25px;
    border-radius: 3px;
    font-size: 20px;
    margin-top: -50px;
}

.askb-qb-cta:hover{
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: all 0.3s;
    color: white;
}

@media only screen and (max-width: 767px){
  .askb-qb-div{
    text-align: center;
  }

  .askb-qb-div img{
    max-width: 80px;
    float: none!important;
  }

  .askb-qb-div p span{
    display: block;
    font-weight: bold;
  }

  .askb-qb-cta{
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
  }
}


/* Question bar section css close here */


/* Tab section css open here */

.askb-tab-sec{
  width: 100%;
  max-width: 900px;
  margin:0 auto;
  margin-top: 25px;

}

.askb-tab-sec .tab-content{
  background: #252524;
  padding:25px;
  margin-top: 25px;
  border-radius: 5px;
}


/* Tab pills css open here */

.askb-tab-sec .nav-pills{
  width: 100%;
   max-width: 450px;
  margin: 0 auto;
}

.askb-tab-sec .nav-pills li{
  width: 50%;
  overflow: hidden;
}

.askb-tab-sec .nav-pills li:first-child{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.askb-tab-sec .nav-pills li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.askb-tab-sec .nav-pills li a{
  text-align: center;
  padding:15px;
  font-size: 16px;
  font-weight: bold;
  background: #252524;
  color:#CFB678;
  display:block;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px){

  .askb-tab-sec .nav-pills li a{
    padding: 10px 30px!important;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}


.askb-tab-sec .nav-pills li a:hover{
  text-decoration: none;
}

.askb-tab-sec .nav-pills li a.active{
  background:#CFB678;

}

.askb-tab-sec .nav-pills li a.active{
  color: #191917;
}


.askb-tab-sec .nav-pills li a:not(.active):hover{
  background: black;
  text-decoration: none;
}


/* Tab pills css close here */


.form-info-bottomtxt{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 10px;
  color: grey;
  font-size: 14px;
}


/* Schedule call tab css open here */

  .schedule-call-tab{
    padding:25px;
    background:#252524;
    border-radius: 5px;
  }

  .schedule-call-tab h3{
    color: white;
    text-align: center;
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 25px;
  }

  /* Schedule call form css open here */

  .schedule-call-form{

  }

  .schedule-call-form .form-group{
    margin-bottom: 1.5rem;
  }

  .schedule-call-form .date-select-label,
  .schedule-call-form .time-select-label,
  .schedule-call-form .abf-select-label,
  .schedule-call-form .abf-radio-label,
  .schedule-call-form .abf-textarea-label,
  .schedule-call-form .abf-consultant-label,
  .schedule-call-form .other-fields label{
    color: #CFB678;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .schedule-call-form .date-select-div,
  .schedule-call-form .time-select-div{
    position: relative;
  }

  .schedule-call-form .date-select-div select,
  .schedule-call-form .time-select-div select{
    -webkit-appearance:none;
    appearance:none;
    background: #191917;
    color: white;
    height: 45px;
    border:none;
    outline: none;
    cursor: pointer;
  }

  .schedule-call-form .date-select-div select:focus,
  .schedule-call-form .date-select-div select:active,
  .schedule-call-form .time-select-div select:focus,
  .schedule-call-form .time-select-div select:active{
    background: #191917;
    color: white;
    border:none;
    outline: none;
    box-shadow: none;
  }

  .schedule-call-form .date-select-div svg,
  .schedule-call-form .time-select-div svg{
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 12px;
    height: 11px;
    right: 12px;
  }

  .schedule-call-form .other-fields input{
      background: #191917;
      color: white;
      height: 45px;
      border:none;
      outline: none;
  }

  .schedule-call-form .other-fields .iti--separate-dial-code{
    width:100%!important;
  }

  .schedule-call-form .other-fields .iti--separate-dial-code .iti__selected-dial-code{
    color: white!important;
  }

  .schedule-call-form .other-fields input:focus,
  .schedule-call-form .other-fields input:active{
      background: #191917;
      color: white;
      border:none;
      outline: none;
      box-shadow: none;
  }

  .schedule-call-form .abf-sumbit{
      color: #191917;
      background: #CFB678;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 15px;
      padding: 10px 30px;
      margin-bottom: 0px;
  }

  .schedule-call-form .abf-sumbit:hover{
      background: #191917;
      color: #CFB678;
  }

  .schedule-call-form .abf-sumbit:focus,
  .schedule-call-form .abf-sumbit:active{
      box-shadow: none;
      outline: none;
  }

    .schedule-call-form textarea{
      background: #191917;
      color: white;
      height: 150px;
      resize: none;
      border:none;
      outline: none;
    }

    .schedule-call-form textarea:active,
    .schedule-call-form textarea:focus{
      background: #191917;
      color: white;
      border:none;
      outline: none;
      box-shadow: none;
    }

    .schedule-call-form div.radio{

    }

    .schedule-call-form input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -4px;
        left: -1px;
        position: relative;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    .schedule-call-form input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -4px;
        left: -1px;
        position: relative;
        background-color: #CFB678;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #CFB678;
    }

    .schedule-call-form div.radio label{
      margin-bottom: 0;
      cursor: pointer;
      background: #191917;
      display: flex;
      align-items: center;
      padding: 10px;
      border-radius: 3px;
      color: white;
      height: 50px;
    }

    .schedule-call-form div.radio label span{
      text-indent: 5px;
      height: 24px;
      overflow: hidden;
    }

    .schedule-call-form div.radio label input:checked + span{
      color: #CFB678!important;
    }

    .schedule-call-form div.radio label:hover{
          background: black;
          color: white;
    }

    .select-consultant-row div.radio label {
      height:auto!important;
      padding:0!important;
    }

    .select-consultant-row .form-group{
      margin-bottom: 0!important;
    }

    .consult-short-box{
      display: flex;
      align-items: center;
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .consult-short-box:hover{
      background: black;
    }

    .consult-short-box img{
      width: 100%;
      max-width: 70px;
      border: 1px solid #191917;
      margin-left: -15px;
    }

    .consult-short-box .consult-name{
      font-size:16px;
      color: white;
      margin-bottom: 0;
    }

    .consult-short-box input:checked + img + span{
      color: #CFB678!important;
    }

    .consult-short-box input[type='radio']{
      visibility: hidden;
    }

    .consult-short-box input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 5px;
        right: 5px;
        position: absolute;
        background-color: white;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
        left: auto;
    }

    .consult-short-box input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: 5px;
        right: 5px;
        position: absolute;
        background-color: #CFB678;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #CFB678;
        left: auto;
    }

    .consult-view-link{
      margin-top: 0;
      margin-bottom: 0;
      font-size: 14px;
      display: block;
      margin-bottom: 15px;
      color: grey;
    }

    .consult-view-link:hover{
      color:#CFB678;
      text-decoration: none;
    }


/* Schedule call form css close here */


/* Tab section css close here */


/* Consultant modal css open here */

/* Vertically center aligned modal css open here */

@media only screen and (min-width:992px){
  .consultant-modal {
    text-align: center;
    padding: 0!important;
  }

  .consultant-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .consultant-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    min-width: 550px;
  }
}

/* Vertically center aligned modal css close here */

.show {
   background: black!important;
}

.consultant-modal .modal-content{
  background: #191917;
  color: white;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

.consultant-modal .modal-title{
  font-size:20px;
}

.consultant-modal .modal-header{
  border-color: black;
}

.consultant-modal .modal-header .close{
  color: white;
  font-size:30px;
}

.consultant-mbody{

}

.consultant-img-div{
  width: 100%;
  max-width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 100%;
  overflow: hidden;
}

.consultant-img-div img{
  width: 100%;
}

.consultant-name{
  font-size: 25px;
  color:#CFB678;
}

.consultant-desc{
  font-size: 16px;
  line-height: 25px;
  color: white;
  opacity: 0.9;
}


/* Consultant modal css close here */



/* content sec0 css open here */


.askb-cont-sec0{
  padding-top: 40px;
  background: #191917;
}

.askb-cont-sec0 .askb-cont-div{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.askb-cont-sec0 .superson-img-div{
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
}

.askb-cont-sec0 .superson-img-div img{
  width: 100%;
}

.askb-cont-sec0 .askb-cont-para1{
    font-size: 16px;
    line-height: 30px;
    color: white;
    margin-bottom: 0;
    margin-top: 15px;
}


/* content sec0 css close here */

/* content sec1 css open here */

@media only screen and (max-width: 767px){
  .askb-cont-sec1 .askbcont-head1{
      font-size: 25px!important;
      line-height: 35px!important;
  }

  .askb-cont-sec1 .askbcont-ul li h4{
    font-size: 18px!important;
  }

  .askb-cont-para1{
    font-size: 14px!important;
  }
}

.askb-cont-sec1{
  padding-bottom: 25px;
  background: #191917;
}

.askb-cont-sec1 .askb-cont-div{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.askb-cont-sec1 .askbcont-head1{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
}

/*.askb-cont-sec1 .askbcont-head1:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.askb-cont-sec1 .askbcont-ul{
  list-style-type:none;
  margin-left:0;
  padding-left: 0;
  margin-top: 25px;
}


@media only screen and (min-width: 768px){
  .askb-cont-sec1 .askbcont-ul{
    /*columns: 2;*/
    /*-webkit-columns: 2;*/
    /*-moz-columns: 2;*/
  }

}

.askb-cont-sec1 .askbcont-ul li{
  margin-bottom:25px;
}

.askb-cont-sec1 .askbcont-ul li h4{
  color: #CFB678;
  font-size: 20px;
}

.askb-cont-sec1 .askbcont-ul li h4 span{
  color: #CFB678;
}

.askb-cont-sec1 .askbcont-ul li p{
    color: white;
    font-size: 16px;
}

/* content sec1 css close here */


/* Ask Barry page css close here */


/* Ask Barry footer css open here */


@media only screen and (min-width: 768px) and (max-width: 991px){
  .ab-foo-menu-div{
    float: none!important;
    margin-top: 15px;
    text-align: center;
  }

  .ab-foo-logo-div{
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px){
  .ab-foo-top-sec{
  }

  .ab-foo-logo-div{
    margin:0 auto;
  }

  .ab-foo-menu-div{
    margin-top: 15px!important;
    text-align: center!important;
    float: none!important;
  }

  .ab-foo-menu-ul{
    text-align: center!important;
  }

  .ab-foo-menu-ul li{
    display: block!important;
  }

  .ab-foo-menu-ul span{
    display: none!important;
  }

  .ab-foo-menu-ul li a{
    font-size: 12px!important;
    margin-bottom: 5px;
  }

  .ab-foo-logo-div img{
    margin-left: 30px;
  }

  .ab-copright-info{
    text-align: center;
  }

  .ab-foot-social{
    float: none!important;
    text-align: center!important;
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 10px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .ab-foo-menu-ul li a{
    font-size: 10px!important;
  }
}

/* Footer menu sec css open here */

.ab-foo-top-sec{
  background: #202020;
  padding-top: 15px;
  padding-bottom: 0px;
}

.ab-foo-logo-div{
  width: 100%;
  max-width: 100px;
}

.ab-foo-logo-div img{
  width: 100%;
}

.ab-payicon-div{
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  margin-bottom: 5px;
}

.ab-sslicon-div img{
  width: 100%;
}

.ab-sslicon-div{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px){
  .ab-sslicon-div{
    max-width: 200px;
    margin-top: 15px!important;
  }
}

.ab-payicon-div img{
  width: 100%;
}

.ab-foo-menu-div{
  float: right;
  text-align: right;
}

.ab-foo-menu-ul{
    align-items: center;
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
    margin-left: 5px;
}

.ab-foo-menu-ul span{
  color: #CFB678;
}

.ab-foo-menu-ul li{
  display: inline-block;
}

.ab-foo-menu-ul li:last-child{
  margin-right: 0;
}

.ab-foo-menu-ul li a{
  color: #CFB678;
  text-transform: uppercase;
  font-size: 12px;
}

.siscomp-head{
    text-align: center;
    color: #CFB678;
    font-size: 18px;
}

@media only screen and (max-width: 767px){
  .siscomp-div{
    display: block!important;
  }

  .siscomp-half{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .siscimg{
    margin:0 auto!important;
  }
}

.siscomp-div{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.siscimg{
    width: 100%;
    max-width: 70px;
    margin: 5px;
    margin-bottom: 0;
}

.siscimg img{
  width: 100%;
}

/* Footer menu sec css close here */

/* Copyright sec css open here */

.ab-foo-copy-sec{
  background: #2b2b2b;
  padding:10px;
}

@media only screen and (min-width: 768px){
  .copymenu{
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px){
  .ab-copright-info{
      font-size: 11px!important;
  }
}

.ab-copright-info{
  margin-bottom: 0;
  color: white;
  font-size: 14px;
  margin-top: 4px;
}

.ab-foot-social{
  float: right;
  text-align: right;
}

.ab-foot-social ul{
  display: inline-flex;
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}

.ab-foot-social ul li{
    display: block;
    float: left;
    list-style: none;
    padding: 0 15px;
}

.ab-foot-social ul li:last-child{
  padding-right: 0;
}

.ab-foot-social ul li a{
    color: white;
    font-size: 18px;
}

.ab-foot-social ul li a i{
  color: white;
}

.ab-foot-social ul li a:hover{
  cursor: pointer;
}

.ab-foot-social ul li a:hover i{
  color:#CFB678;
}

/* Copyright sec css close here */

/* Ask Barry footer css close here */


/* Number counter sec css open here */

@media only screen and (min-width: 768px) and (max-width: 991px){
  .counter-number{
    font-size: 22px!important;
  }

  .counter-txt{
    font-size:12px!important;
  }
}

@media only screen and (max-width: 767px){
  .countnum-sec{
    padding-top:15px!important;
    padding-bottom: 15px!important;
  }

  .counter-number{
    font-size: 16px!important;
  }

  .counter-txt{
    font-size:14px!important;
  }

}

.countnum-sec{
  padding-top:15px;
  padding-bottom: 15px;
  background:#191917;
}

.countnum-div{
  text-align: center;
}

.counter-number{
  font-size: 25px;
  color: #CFB678;
}

.counter-txt{
  font-size:16px;
  color: white;
}

/* Number counter sec css close here */


/* Terms and conditions page css open here */

@media only screen and (max-width: 767px){
  .tc-con-sec{
    padding-top: 120px!important;
  }

  .tc-head-txt{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .tc-con-txt{
    font-size: 16px!important;
  }

  .tc-con-strong{
    font-size: 20px!important;
  }

  .tc-con-txt ul strong{
     font-size: 20px!important;
  }

  .tc-con-txt ul{
    padding-left: 15px!important;
  }
}

.tc-con-sec{
  padding-top: 40px;
  padding-bottom: 25px;
  margin-top: 3px;
  background: #191917;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.tc-head-txt{
    text-align: center;
    position: relative;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    
}

/*.tc-head-txt:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.tc-con-txt{
  color: white;
  font-size: 18px;
  font-weight: normal;
}

.tc-con-strong{
   display: block;
    font-size: 25px;
    font-weight: normal;
    color: #CFB678;
   margin-bottom: 15px;
}

.tc-con-txt ul{
  list-style-type: none;
}

.tc-con-txt ul strong{
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #CFB678;
}

.tc-con-txt ul li{
  margin-bottom: 15px;
}

/* Terms and conditions page css close here */

/* Terms and conditions page css open here */

@media only screen and (max-width: 767px){
  .pp-con-sec{
    padding-top: 120px!important;
  }

  .pp-head-txt{
    font-size: 25px!important;
    line-height: 35px!important;
  }

  .pp-con-txt{
    font-size: 16px!important;
  }

  .pp-con-strong{
    font-size: 20px!important;
  }
}

.pp-con-sec{
  padding-top: 40px;
  padding-bottom: 25px;
  margin-top: 3px;
  background: #191917;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.pp-head-txt{
    text-align: center;
    position: relative;
    color: #CFB678;
    font-size: 25px;
    /* line-height: 35px; */
    font-weight: 900;
    margin-bottom: 30px;
}

/*.pp-head-txt:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.pp-con-txt{
  color: white;
  font-size: 18px;
  font-weight: normal;
}

.pp-con-strong{
   display: block;
    font-size: 25px;
    font-weight: normal;
    color: #CFB678;
   margin-bottom: 15px;
}


.pp-con-txt h3{
  font-size: 25px;
  font-weight: normal;
  color: #CFB678;
}

.maillink{
  font-weight: normal;
  color: #CFB678;
}

/* Terms and conditions page css close here */

/* Thank you page css open here */

.thankyou-page .header-desk-sec,
.thankyou-page .header-mob-sec,
.thankyou-page .footer-main-sec,
.thankyou-page .header-desk-spacer
{
  display: none;
}

.thankyou-page{
  background: #191917;
}

.thankyou-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.thankyou-box {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.ty-head{
    text-align: center;
    color: #CFB678;
    font-size: 50px;
}

.ty-shead1{
  text-align: center;
  color: white;
  font-size: 22px;
  line-height: 28px;
}

.ty-shead2{
  text-align: center;
  color: white;
  font-size: 18px;
}

.tyc-details-div{

}

.tyc-img-div{
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 100%;
    overflow: hidden;
}

.tyc-img-div img{
  width: 100%;
}

.tyc-name{
  text-align: center;
  font-size: 22px;
  color: #CFB678;
}

.tyc-number{
  text-align: center;
  color: #CFB678;
  font-size: 18px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 30px;
  background: #000000;
  cursor: default;
}

.tyc-number i{
  margin-right: 10px;
}

.tyc-desc{
  text-align: center;
  color: white;
  font-size: 18px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.ty-back-btn{
  text-align: center;
  font-size: 18px;
  width: 100%;
  display: block;
  border: 1px solid #CFB678;
  background: #CFB678;
  padding: 10px;
  color: #191917;
  font-weight: bold;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.ty-back-btn:hover{
  text-decoration: none;
  border: 1px solid #000000;
  background: #000000;
  color: white;
}

/* Thank you page css close here */


/* Quick pay page css open here */

@media only screen and (max-width: 767px){
  .quickpay-sec1{
    padding-top:120px!important;
  }
}

.quickpay-page{
  background: #191917;
}

.quickpay-sec1{
  padding-top: 15px;
  padding-bottom: 50px;
  background: #191917;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 4px;
}

.qp-txt-div{
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.qp-txt-div h1{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
}

/*.qp-txt-div h1:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
*/
.qp-txt-div p{
    color: #CFB678;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.qp-form-div{
    padding: 25px;
    background: #252524;
    border-radius: 5px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
}

.qp-form-div .custom-file{
  margin-bottom: 15px;
  height: 45px;
}

.qp-form-div .custom-file-label{
    background: #191917;
    color: white;
    height: 45px;
    border: none;
    outline: none;
    line-height: 30px;
}

.custom-file-input:focus~.custom-file-label{
  border-color:transparent!important;
  box-shadow: none!important;
}

.qp-form-div .custom-file-label::after{
    height: 45px;
    line-height: 30px;
    color: white;
    content: "Browse";
    background-color: #0a0a09;
}

.qp-form-div label{
    color: #CFB678;
    font-size: 14px;
    margin-bottom: 10px;
}

.qp-form-div input{
  background: #191917;
  color: white;
  height: 45px;
  border: none;
  outline: none;
}

.qp-form-div input:focus,
.qp-form-div input:active{
  outline: none;
  box-shadow: none;
  border:none;
  background: #191917;
  color: white;
}

.file-input-div input{
   padding-top: 8px;
   padding-bottom: 36px;
}

.file-input-label{
  display: inline-block;
  color: #CFB678;
  font-size: 14px;
  margin-bottom: 10px;
}

.qp-form-submit{
    color: #191917;
    background: #CFB678;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    margin-bottom: 0px;
}

.qp-form-submit:hover{
    background: #191917;
    color: #CFB678;
    cursor: pointer;
}

/* Quick pay page css close here */

/* Pay now page css open here */

@media only screen and (max-width: 767px){
  .paynow-sec1{
    padding-top:120px!important;
  }
}

.paynow-page{
  background: #191917;
}

.paynow-sec1{
  padding-top: 15px;
  padding-bottom: 50px;
  background: #191917;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 4px;
}

.pn-txt-div{
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.pn-txt-div h1{
    text-align: center;
    position: relative;
    color: #CFB678;
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 35px;
}

/*.pn-txt-div h1:before{
    position: absolute;
    content: ' ';
    width: 60px;
    height: 2px;
    background: #CFB678;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}*/

.pn-txt-div p{
    color: #CFB678;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
}

.pn-form-div{

}

.pn-form-div input[type=number]::-webkit-outer-spin-button,
.pn-form-div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pn-form-div input[type=number] {
  -moz-appearance:textfield;
}

.pn-form-div{
    padding: 25px;
    background: #252524;
    border-radius: 5px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 25px;
}

.pn-form-div label{
    color: #CFB678;
    font-size: 14px;
    margin-bottom: 10px;
}

.pn-form-div input{
  background: #191917;
  color: white;
  height: 45px;
  border: none;
  outline: none;
}

.pn-form-div input:focus,
.pn-form-div input:active{
  outline: none;
  box-shadow: none;
  border:none;
  background: #191917;
  color: white;
}

.pn-form-submit{
    color: #191917;
    background: #CFB678;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px;
    margin-bottom: 0px;
}

.pn-form-submit:hover{
    background: #191917;
    color: #CFB678;
    cursor: pointer;
}


.pn-form-div .month-select-label,
.pn-form-div .year-select-label{
  color: #CFB678;
  font-size: 14px;
  margin-bottom: 10px;
}

.pn-form-div .month-select-div,
.pn-form-div .year-select-div{
  position: relative;
}

.pn-form-div .month-select-div select,
.pn-form-div .year-select-div select{
  -webkit-appearance:none;
  appearance:none;
  background: #191917;
  color: white;
  height: 45px;
  border:none;
  outline: none;
  cursor: pointer;
}

.pn-form-div .month-select-div select:focus,
.pn-form-div .month-select-div select:active,
.pn-form-div .month-select-div select:focus,
.pn-form-div .month-select-div select:active{
  background: #191917;
  color: white;
  border:none;
  outline: none;
  box-shadow: none;
}

.pn-form-div .year-select-div select:focus,
.pn-form-div .year-select-div select:active,
.pn-form-div .year-select-div select:focus,
.pn-form-div .year-select-div select:active{
  background: #191917;
  color: white;
  border:none;
  outline: none;
  box-shadow: none;
}

.pn-form-div .month-select-div svg,
.pn-form-div .year-select-div svg{
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 12px;
  height: 11px;
  right: 12px;
}

/* Pay now page css close here */

/*askbarry extra css */
.msg-bar {
        color: #fff;
        font-size: 14px;
        z-index: 1;
        text-shadow: none;
        letter-spacing: 0.5px;
        font-family: 'karla';
        box-shadow: 0 5px 10px 0px rgba(138, 138, 138, 0.3);
    }
    .msg-bar a{
        color: #d6d1c4;
    }

    .spin-loader{
        align-items: center;
        justify-content: center;
        min-height: 300px;
        width: 100%;
    }

    .spin-loader i{
        font-size:30px;
        color:#CFB678;
        margin-top: -25px;
    }
    .msg-bar{
        z-index: 999999 !important;
    }
    .border-gold{
        border: #CFB678 1px solid !important;
    }
/*askbarry extra css end*/


/* Insight and expertise css open here */

.iae-con-txt{
  color: white;
  font-size: 18px;
  font-weight: normal;
  text-align: justify;
}

.iae-con-txt h4{
  font-size: 25px;
  font-weight: normal;
  color: #CFB678;
  text-transform: capitalize;
  text-align: center;
}

.iae-con-txt h3{
  font-size: 25px;
  font-weight: normal;
  color: #CFB678;
  text-align: center;
  margin-top: 25px;
  border: 1px solid;
  padding: 5px;
  text-transform: capitalize;
}

.iae-con-txt ul{
    margin-left: 0;
    padding-left: 0px;
    text-align: center;
    background: #202020;
    padding: 15px;
    margin-top: -8px;
    border: 1px solid #CFB678;
    border-top: none;
}

.iae-con-txt ul li{
  text-align: left;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px){
  .iae-con-txt ul li{
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px){
  .iae-con-txt ul{
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

@media only screen and (max-width: 991px){
  .iae-conimg2 img,
  .iae-conimg3 img{
    border-radius: 10px!important;
    margin-top: 15px;
  }
}

.iae-conimg1{
  width: 100%;
  max-width: 1200px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.iae-conimg1 img{
  width: 100%;
  border-radius: 10px;
}

.iae-conimg2{
  width: 100%;
}

.iae-conimg2 img{
  width: 100%;
  border-radius: 3px;
}

.iae-conimg3{
  width: 100%;
}

.iae-conimg3 img{
  width: 100%;
  border-radius: 3px;
}


/* Insight and expertise css close here */


/* Ceo statement page css open here */

.ceostate-page{

}

.cs-tagline{
  font-size: 18px;
  font-style: italic;
  color: #CFB678;
  text-align: center;
}

.ceostate-txt{

}

.ceostate-txt p{
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: white;
}

.ceo-name{
  color: #CFB678!important;
  margin-bottom: 0;
}

.ceoimg-div{

}

.ceoimg-div img{
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px){
  .ceoimg-div{
    margin-bottom: 25px;
  }
}

/* Ceo statement page css close here */


/* Members desk page css open here */

.memberdesk-txt{

}

.memberdesk-txt p{
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: white;
}

.memberdesk-txt h3{
  font-size: 25px;
  text-align: justify;
  color: #CFB678;
}


.memberdesk-div{

}

.memberdesk-div img{
  width: 100%;
  border-radius: 10px;
}

@media only screen and (max-width: 767px){
  .ceoimg-div{
    margin-bottom: 25px;
  }
}

/* Members desk page css close here */


/* Digital solutions page css open here */

@media only screen and (min-width: 768px){
	.dsr-page .pp-con-sec{
		padding-top: 0px!important;
	}
}

/* Top sec open */

.dsr-topsec{
	position: relative;
	background: url('/img/dsr-page/particles.png');
	background-size: contain;
	background-position: center center;
	background-repeat: repeat;
	padding-top: 80px;
	padding-bottom: 120px;
	margin-bottom: 25px;
}

.dsr-topsechead{
	text-align: center;
    color: #CFB678;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
}

.dsr-topsecpara{
	text-align: center;
  	color: #CFB678;
  	font-size: 18px;
  	color: white;
}

.dsr-topseclink{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 16px;
}

.dsr-topseclink:after{
	content: "\f175";
    font-family: FontAwesome;
    color: #CFB678;
    font-size: 20px;
    position: absolute;
    margin-top: 25px;
    margin-left: -47px;
    border: 1px solid #CFB678;
    width: 30px;
    border-radius: 1px;
}

.dsr-topseclink:hover{
	text-decoration: none;
	cursor: pointer;
	color: #CFB678;
}

.dsr-topseclink:hover:after{
	background: #CFB678;
	color: white;
}

/* Top sec close */

/* About sec open */

.dsr-aboutsec{
  padding-bottom: 25px;
}

.dsrabout-head{
    text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.dsrabout-para{
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

.dsrabout-cta{
  display: block;
  width: 100%;
  max-width: 150px;
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: black;
  background: #CFB678;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.dsrabout-cta:hover{
  background: black;
  color: #CFB678;
  cursor: pointer;
  text-decoration: none;
}

/* About sec close */


/* Services sec open */

@media only screen and (min-width: 768px) and (max-width: 991px){
  .dsr-servbox{
        min-height: 250px;
  }
  
  .dsr-serv2sec-row,
  .dsr-clisec-row,
  .dsr-hssec-row,
  .price-typerow{
    display: flex;
    justify-content: center;
  }

  /* .dsr-cliul li:last-child{
        width: 98.7%!important;
  } */

  .rq-sec1{
        background-position: center 0px!important;
  }

  .price-para{
    min-height: 275px;
  }
}

.dsr-servsec{

}

.dsr-servhead{
    text-align: center;
    color: #CFB678;
    font-size: 22px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.dsr-servbox{
  margin-bottom: 25px;
  border:1px solid #CFB678;
  border-radius: 3px;
  padding: 15px;
}

.dsrserv-ico{
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.dsrserv-ico img{
  width: 100%;
}

.dsr-servp1{
  text-align: center;
  color: #CFB678;
  font-size: 18px;
}

.dsr-servp2{
  text-align: center;
  color: white;
  font-size: 14px;
}

/* Services sec close */

/* Feature project open */

.dsr-featpro{
  padding-top: 25px;
  padding-bottom: 25px;
}

.dsrfeat-head{
  text-align: center;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.feat-probox{
  margin-bottom: 25px;
}

.featimg-box{
  width: 100%;
  max-width: 400px;
  margin:0 auto;
}

.feat-probox a{
  display: block;
}

.feat-probox a:hover{
  cursor: pointer;
  text-decoration: none;
}

.featimg-box img{
  width: 100%;
  border-radius: 3px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-out;
}

.featimg-box img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: all 0.3s ease-in;
}

.feat-protitle{
  color: #CFB678;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

/* Feature project close */

/* Serv2 sec open */

@media only screen and (max-width: 767px){
	/*.dsr-serv2sec{
		padding-top: 0!important;
	}*/
}

.dsr-serv2sec{
	padding-top: 25px;
	padding-bottom: 25px;
}

.dsr-serv2head{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.serv2-box{
  margin-bottom: 25px;
}

.serv2img-box{
  width: 100%;
  max-width: 400px;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}

.serv2img-box img{
  width: 100%;
  border-radius: 3px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-out;
}

.serv2-title{
  color: #CFB678;
  text-align: center;
  font-size: 20px;
  margin-top: 15px;
}

/* overlay */

.serv2img-box:hover .serv2-overlay{
	opacity: 1;
	transition: all 0.3s ease-in;
	cursor: default;
}

.serv2-overlay{
	padding: 15px;
    position: absolute;
    top: 0;
    background: #CFB678;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.serv2-olhead{
	font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}

.serv2-olpara{
	font-size: 16px;
    line-height: 25px;
}

.serv2-olul{
	padding-left: 18px;
}

.serv2-olul li{
	font-size: 16px;
}

.serv2-cta{

}

.serv2-cta a{
	display: inline-block;
}

.serv2-cta a:hover{
	text-decoration: none;
	cursor: pointer;
	background: black;
	color: white;
	border: 1px solid black;
}

.serv2-cta1{
	padding: 10px;
	background: white;
    color: black;
    border-radius: 3px;
    margin-right: 10px;
    border: 1px solid white;
}

.serv2-cta2{
	padding: 10px;
	background: transparent;
    color: white;
    border-radius: 3px;
    border: 1px solid white;
}

/* overlay */

/* Serv2 sec close */

/* client sec open */

.dsr-clisec{
	padding-top: 25px;
	padding-bottom: 25px;
}

.dsr-clisechead{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.dsr-cliul{
	padding-left: 0;
    list-style-type: none;
}

@media only screen and (max-width: 767px){
	.dsr-cliul li{
		width: 100%!important;
		margin-bottom: 0px!important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	/* .dsr-cliul li{
		width: 49%!important;
	} */
}

.dsr-cliul li{
	display: inline-flex!important;
    width: 33%;
    height: 200px;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFB678;
    margin: 0;
    margin-right: 0;
    margin-bottom: 5px;
    position: relative;
}
.featured-slider .slick-dots li 
{
  width: 12px;
  height: 12px;
}
.featured-slider .slick-dots li button:before
{
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.featured-slider .slick-dots li.slick-active
{
  background-color: #CFB678;
}
.featured-slider .slick-dots li.slick-active button:before
{
  color: #CFB678;
}

.featured-slider .slick-prev:before, .featured-slider .slick-next:before
{
  color: #CFB678;
  font-size: 25px;
}
.cus-border
{
  border: 1px solid #000;
  margin: 1.8rem 0rem;
}

.dsr-cliimg{
	text-align: center;
}

.dsr-cliimg img{
	width: 100%;
	max-width: 250px;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.dsr-cliul li:hover .dsr-cliinfo{
	opacity: 1;
	transition: all 0.3s ease-in;
	cursor: default;
}

.dsr-cliinfo{
	padding: 15px;
    position: absolute;
    top: 0;
    background: #CFB678;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsr-clitxt{

}

.cliinfo-head{
	font-size: 20px;
    font-weight: bold;
    color: black;
    text-align: center;

}

.cliinfo-para{
	font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: white;
}


/* client sec close */

/* How to start open */

.dsr-hssec{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}

.dsr-hs-head{
    text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}

.dsr-hs-para{
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
}

.dsr-hsbox{
  margin-bottom: 25px;
  border:1px solid #CFB678;
  border-radius: 3px;
  padding: 15px;
}

.dsrhs-ico{
  width: 100%;
  max-width: 60px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.dsrhs-ico img{
  width: 100%;
}

.dsr-hsp1{
  text-align: center;
  color: #CFB678;
  font-size: 18px;
}

.dsr-hsp2{
  text-align: center;
  color: white;
  font-size: 14px;
}

.letstalk-btn{
  display: block;
  width: 100%;
  max-width: 150px;
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: black;
  background: #CFB678;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.letstalk-btn:hover{
  background: black;
  color: #CFB678;
  cursor: pointer;
  text-decoration: none;
}

/* How to start close */


/* Latest blog open */

.dsr-blogsec {
    padding-top: 25px;
    padding-bottom: 25px;
}

.dsr-hs-head{
  text-align: center;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.hn-lbp-rm {
    display: block;
    width: 100%;
    max-width: 150px;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: black;
    background: #CFB678;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.hn-lbp-rm:hover {
    background: black;
    color: #CFB678;
    cursor: pointer;
    text-decoration: none;
}

.hn-lbp-card {
    box-shadow: 0 20px 23px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.hn-lbp-card-img {
    background-color: #0a0a09;
    height: 100%;
    max-height: 115px;  
    overflow: hidden;
}
.hn-lbp-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}
.hn-lbp-card .post-content,
.hn-lbp-card .post-time {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.hn-lbp-card .post-time {
    min-width: 100px;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px 8px;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    background: #0a0a09;
}
.hn-lbp-card .post-time .big {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
}
.hn-lbp-card .post-time .small {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    color: #fff;
}
.hn-lbp-card .post-title {
    padding: 5px 20px;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: white;
    display: flex;
    align-items: center;
}
.hn-lbp-card .post-title::before {
    background-color: #eee;
    width: 0%;
    height: 100%;
    top: 0;
    z-index: -1;
    border-bottom-right-radius: 10px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
}
.post-title h3 {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    /* height: 100px; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0a0a09;
}

.post-title h3:hover{
  color: #CFB678;
}

.post-title a:hover{
  cursor: pointer;
  text-decoration: none;
}


/* Latest blog close */


/* Associates sec open */

.dsr-assoc{
	padding-top: 25px;
	padding-bottom: 25px;
}

.dsr-assochead{
  text-align: center;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

.dsr-assocgrid{
	text-align: center;
}

.dsr-assocgrid img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-out;
  margin: 10px;
  width: 100%;
  max-width: 65px;
  /*max-width: 125px;*/
}

.dsr-assocgrid img:hover{
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  transition: all 0.3s ease-in;
}

/* Associates sec close */


/* Digital solutions page css close here */

/* Footer new layout css open here */

@media only screen and (max-width: 767px){
  div.dsr-assocgrid img
  {
   max-width: 125px;
  }
	.foon-bar2ul{
		display: block!important;
		text-align: left!important;
	}

	.foon-bar2ul li{
		margin-bottom: 10px!important;
		padding: 0!important;
    	text-align: center;
	}

	.foon-bar2ul li:after{
		content: none!important;
	}

	.foonbar3-left{
		display: block!important;
		text-align: center;
		margin-top: 0!important;
	}

	.foonbar3-left .sslimg{
		margin-bottom: 15px;
	}

	.foonbar3-right{
		display: block!important;
		text-align: center;
		margin-top: 20px;
	}

	.foon-copy{
		text-align: center;
		font-size: 14px;
	}

	.foon-bar4-menu{
		justify-content: center!important;
		margin-top: 5px;
	}

	.foon-soc{
		text-align: center;
		display: block!important;
		margin-top: 15px;
	}

	.foonb1-cta{
		display: block!important;
		text-align: center!important;
	}

	.foonb1-cta i{
		display: block!important;
	    margin-right: 0!important;
	    width: 100%!important;
	    max-width: 50px;
	    margin: 0 auto!important;
	    margin-top: 15px!important;
	    margin-bottom: 10px!important;
	}

	.foon-soc p{
		margin-right: 0!important;
		margin-bottom: 5px!important;
	}

  .current-location{
    display: block!important;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
  .foon-bar2ul{
    align-items: unset!important;
  }
	.foon-bar2ul li{
		padding: 5px!important;
	}
  .foon-bar2ul li::after{
    height: 45px!important;
    top: 7px!important;
  }
	.foonbar3-right{
		justify-content: center!important;
		margin-top: 15px!important;
	}

	.foon-copy{
		font-size: 13px!important;
	}

	.foonb1-cta,
	.foon-soc{
		/*justify-content: center!important;*/
		margin-bottom: 10px!important;
	}
}

.foonew-sec{

}

/* Bar1 open */

.foon-bar1{
	background: #0a0a09;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foonb1-cta{
	font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
}

.foonb1-cta i{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	color: #CFB678;
	background: #191917;
	line-height: 50px;
    text-align: center;
    margin-right: 5px;
}

.foonb1-cta:hover{
	color: #CFB678;
	text-decoration: none;
	cursor: pointer;
}

/* follow us open */

.foon-soc{
	display: flex;
	align-items: center;
}

.foon-soc p{
	margin-bottom: 0;
	margin-right: 10px;
	color: white;
}

.foon-soc ul{
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.foon-soc ul li{
	margin-right: 5px;
	display: inline-block;
}

.foon-soc ul li:last-child{
	margin-right: 0px!important;
	list-style-type:none;
}

.foon-soc ul li a{
	width: 45px;
	height: 45px;
	background: #CFB678;
	color: black;
	border-radius: 100%;
	line-height: 45px;
	text-align: center;
	display: block;
	font-size: 20px;
  display: flex;
    justify-content: center;
    align-items: center;
}

.foon-soc ul li a:hover{
	background: black;
	color: #CFB678;
}

/* follow us close */

/* Bar1 close */

/* Bar2 open */

.foon-bar2{
	background: #191917;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foon-bar2ul{
	padding-left: 0;
	margin-bottom: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foon-bar2ul li{
	position: relative;
    padding: 0px 10px;
}

.foon-bar2ul li:after{
	content: ' ';
    width: 1px;
    height: 20px;
    background: #CFB678;
    position: absolute;
    top: 2px;
    right: 0;
}

.foon-bar2ul li:last-child{
	margin-right: 0px;
}

.foon-bar2ul li:last-child:after{
	content: none;
}

.foon-bar2ul li a{
	color: #CFB678;
}

/* Bar2 close */

/* Bar3 open */

.foon-bar3{
	background: #0a0a09;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foonbar3-left{
	display: flex;
	align-items: center;
	margin-top: 15px;
  margin-bottom:15px;
  justify-content: center;
}

.foonbar3-left .sslimg{
	margin-right: 15px;
}

.foonbar3-left .sslimg img{
	width: 100%;
	max-width: 100px;
}

.foonbar3-left .payimg img{
	width: 100%;
	max-width: 500px;
}

.foonbar3-right{
	display: flex;
	align-items: center;
	justify-content: center;
}


.foonbar3-right-p1{
	color: #CFB678;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 26px;
}

.siscomp-box{
	display: flex;
    align-items: center;
}

.sisimg{
	width: 100%;
    max-width: 100px;
    margin: 5px 10px;
    margin-bottom: 0;
}

.sisimg a{

}

.sisimg a img{
	width: 100%;
}

@media only screen and (max-width:767px){
  .siscomp-box{
    display: none!important;
  }
}

@media only screen and (min-width:768px){
  .sicomp-ul{
    display: none!important;
  }
}

.sicomp-ul{
  list-style-type: none;
  padding:0;
  margin:0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sicomp-ul li{
  text-align: center;
  min-width: 150px;
  margin: 5px;
  flex: 1;
}

.sicomp-ul li img{
  width:100%;
  max-width:80px;
}

.sicomp-ul li:nth-child(3) img,
.sicomp-ul li:nth-child(4) img,
.sicomp-ul li:nth-child(5) img{
  max-width: 115px;
}

/* Bar3 close */

/* Bar4 open */

.foon-bar4{
	background: #191917;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foon-copy{
	color: white;
	margin-bottom: 0;
  font-size: 15px;
}

.foon-bar4-menu{
	display: flex;
	align-items: center;
	justify-content: flex-end;
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    margin-bottom: 0;
}

.foon-bar4-menu li a {
    color: #CFB678;
    text-transform: uppercase;
    font-size: 12px;
}

.foon-bar4-menu span {
    color: #CFB678;
}

/* Bar4 close */

.current-location{
  color: #CFB678;
  margin-left: 2px;
}

/* Footer new layout css close here */

/* Request a quote page layout open here */

.rangeprice-sec{
	padding-top: 25px;
	padding-bottom: 25px;
}

.rps-head{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.rps-para1{
	text-align: center;
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}

.rps-para2{
	text-align: center;
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
}

/* price box open */

.price-typerow{

}

.pricebox{
	background: black;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #CFB678;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.priceico{
  text-align: center;
  margin-top:10px;
  margin-bottom: 15px;
}

.priceico img{
  width: 100%;
  max-width: 90px;
}

.price-type{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.price-para{
	text-align: justify;
    color: white;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.price-value{
	text-align: center;
    color: #CFB678;
    font-size: 16px;
    background: #282826;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 25px;
    margin-top: -2px;
    border: 1px solid #CFB678;
    border-top: none;
}

/* price box close */

/* monthly sec open */

.monpack-sec{
	padding-top: 25px;
	padding-bottom: 25px;
}

.monpack-head{
	text-align: center;
    color: #CFB678;
    font-size: 25px;
    line-height: 35px;
    text-transform: capitalize;
}

.monpack-para{
	text-align: center;
    color: white;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}

.monpack-cta{
  display: block;
  width: 100%;
  max-width: 150px;
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  color: black;
  background: #CFB678;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

.monpack-cta:hover{
  background: black;
  color: #CFB678;
  cursor: pointer;
  text-decoration: none;
}

/* monthly sec close */

/* floating buttons */

@media only screen and (max-width: 767px){
  .floatcta-div{
    display: none!important;
  }
}

.floatcta-div ul li img{
  float:right;
  display:inline-block;
  cursor:pointer;
  width:60px;
}

.floatcta-div {
  position: fixed;
  right: 18px;
  z-index: 99999999;
  top: 185px;
}

.floatcta-div ul{
  right: 0;
  left: 0;
  text-align: right;
  padding:0;
}

.floatcta-div ul li {
  overflow: hidden;
  /* background: black; */
  list-style: none;
  white-space:nowrap;
  border-radius: 100px;
  margin: 5px 0;
  display: inline-block;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

.floatcta-div ul li a span{
  display:block;
  padding:0 18px 0 40px;
  line-height: 60px;
}

.floatcta-div ul li a{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: black;
  vertical-align: middle;
  opacity: 0;
  max-width: 0;
  position:relative;
  display: inline-block;
  text-decoration: none;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color;
  text-transform:uppercase;
}

.floatcta-div ul li:hover{
  animation-play-state: paused;
}

.floatcta-div ul li:hover a span:after{
  opacity: 0.5;
}

.floatcta-div ul li:hover a {
  opacity: 1;
  max-width: 220px;
  transition: max-width 1s ease-out .1s, opacity 1s ease-out .1s, color .2s;
}

.floatcta-div ul li a span:after{
  position:absolute;
  right:10px;
  opacity:0;
  content:"";
  border-right:1px solid #fff;
  height:23px;
  top: 19px;
}  

@keyframes float {
  0% {
    box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);
    transform: translatey(-9px);
  }

  100% {
    box-shadow: 0 5px 17px 0px rgba(0,0,0,0.2);
    transform: translatey(0px);
  }
}


/* floating buttons */

@media only screen and (max-width: 767px){
  .raq-page{
    margin-top: 120px!important;
  }

  .rq-sec1{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
    background-position: 0!important;
  }
}

.rq-sec1{
  padding-top:100px;
  padding-bottom: 100px;
  background-color: #CFB678;
  background-image: url('https://babarry.com/img/rq-bgimg.png');
  background-size: cover;
  background-position: center -150px;
  background-repeat: no-repeat;
}

.rq-sec1-head{
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  color: white;
}

.dd{
  width: 100%!important;
}

.dd .ddTitle .ddTitleText{
  background: white;
}

/* Request a quote page layout close here */

/* Request quote form section open here */

.rqform-toptxt{
  margin-top: 25px;
}

.rqform-toptxt-head{
  text-align: center;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
}

.rqform-toptxt-para{
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}

.rq-formtxt1,
.rq-formtxt3{
  text-align: center;
  color: #CFB678;
  font-size: 25px;
  line-height: 35px;
  text-transform: capitalize;
  margin-top:15px;
  margin-bottom: 15px;
}

.rq-ftbox-head{
  color: white;
  font-size: 14px;
}

.rq-ftbox input{
  padding-bottom: 3px;
  -webkit-appearance:none;
  padding-top: 3px;
}

.rq-filetyp-txt{
  color: white;
  font-size: 14px;
}

.rq-submit-btn{
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    color: black;
    background: #CFB678;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}

.rq-submit-btn:hover{
    background: black;
    color: #CFB678;
    cursor: pointer;
    text-decoration: none;
}

/* Request quote form section close here */

.rq-form{
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.rq-textarea{
  resize: none;
  height: 120px!important;
}

.rq-form select{
  background-color: white;
  color: black;
  border: none;
  -webkit-appearance:none;
  appearance:none;
  background-image: url(/img/select-bg-arrow-black.svg);
  background-size: .6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
  width: 100%!important;
}

.rq-form .iti{
  width: 100%!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.rq-form .iti ul{
    right: 2px!important;
  }
}
.rq-checkrow{
  margin-top: 15px;
  margin-bottom: 15px;
}

.rq-checkrow .form-check{
  padding-left: 0px;
}

.rq-checkrow .form-check-label{
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 15px;
  min-height: 80px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
}

.rq-checkrow .form-check-label:after{
  content: "\f10c";
  font-family: FontAwesome;
  position: absolute;
  z-index: 1;
  top: 2px;
  right: 5px;
  font-size: 20px;
  color: black;
}

.rq-checkrow .form-check-label.active:after{
  content:"\f192"!important;
}

.rq-checkrow .form-check-label.active{
  background: #CFB678;
}

.rq-checkrow .form-check-label span{
  margin-left: 5px;
  font-size: 15px;
  font-weight: 600;
}

.rq-checkrow .form-check-input{
  opacity: 0;
  position: absolute;
}

.rq-checkrow .form-check img{
  max-width: 25px;
}
@media only screen and (max-width: 767px){
  .profile-info{
    padding: 0 25px;

}
}
@media only screen and (max-width: 767px){
  .rq-checkrow .form-check-label{
    min-height: 70px!important;
  }

  .price-rangebox .slider-labels .caption-right{
    text-align: left!important;
  }

  .price-rangebox .slider-labels{
    margin-top: 20px!important;
  }

  .rq-checkrow .form-check-label span{
    font-size: 12px!important;
  }

  .rq-checkrow .form-check-label{
    padding:5px!important;
  }

  .rq-checkrow{
    padding:10px!important;
  }

  .rq-checkrow .col-6{
    padding-right: 5px!important;
    padding-left:5px!important;
  }

  .rq-checkrow .form-check-label:after{
    top: -3px!important;
    right: 2px!important;
  }
}


/* Range slider css open here */

.price-rangebox{
  margin-top:15px;
}

.budget-unknown{
  margin-bottom: 20px!important;
  margin-top: 15px!important;
  color: white;
}

.budget-unknown .wpcf7-list-item{
  margin-left: 0!important;
}

.budget-unknown .wpcf7-list-item-label{
  font-size: 16px!important;
  font-weight: normal!important;
}

.budget-unknown input[type='checkbox']{
  /*transform: scale(1.3);
  margin-right: 5px;*/
}

.price-rangebox #slider-range-value1,
.price-rangebox #slider-range-value2{
    color: #CFB678!important;
    font-weight: bold!important;
}

.price-rangebox .slider-labels {
    margin-top: 10px;
    color: white;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.price-rangebox .slider-labels .caption-right{
  text-align: right;
}

.price-rangebox .noUi-target,
.price-rangebox .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.price-rangebox .noUi-target {
  position: relative;
  direction: ltr;
}

.price-rangebox .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.price-rangebox .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.price-rangebox .noUi-handle {
  position: relative;
  z-index: 1;
}

.price-rangebox .noUi-stacking .noUi-handle {
  z-index: 10;
}

.price-rangebox .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.price-rangebox .noUi-state-drag * {
  cursor: inherit !important;
}

.price-rangebox .noUi-base,
.price-rangebox .noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.price-rangebox .noUi-horizontal {
  height: 4px;
}

.price-rangebox .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #CFB678;
}

.price-rangebox .noUi-background {
  background: #D6D7D9;
}

.price-rangebox .noUi-connect {
  background: #CFB678;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.price-rangebox .noUi-origin {
  border-radius: 2px;
}

.price-rangebox .noUi-target {
  border-radius: 2px;
}

.price-rangebox .noUi-target.noUi-connect {

}

.price-rangebox .noUi-draggable {
  cursor: w-resize;
}

.price-rangebox .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.price-rangebox .noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.price-rangebox .noUi-handle:active {
  border: 8px solid #CFB678;
  border: 8px solid rgba(0,0,0,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}


.price-rangebox [disabled].noUi-connect,
.price-rangebox [disabled] .noUi-connect {
  background: #B8B8B8;
}

.price-rangebox [disabled].noUi-origin,
.price-rangebox [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Range slider css close here */

/* Blog listing page css open here */

/* Pagination sec css open here */

.pagination-sec{
  text-align: center;
  margin-top:25px;
}

.chs-pagination {
  display: inline-block;
  margin-top:-15px;
}

.chs-pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid white;
  font-size: 18px;
  color: white;
}

.chs-pagination a.active {
  background-color: #CFB678;
  color: white;
}

.chs-pagination a:hover:not(.active) {background-color: black;}

/* Pagination sec css close here */


/* Blog listing page css close here */


/* Blog detail page css open here */

.bd-imgdiv{
  width: 100%;
  max-width: 1090px;
  margin:0 auto;
  margin-top: 15px;
  margin-bottom: 25px;
}

.bd-imgdiv img{
  width: 100%!important;
  height: 100%!important;
  border-radius: 3px;
}

.bd-contDiv{
  margin-top: 15px;
}

.bd-contDiv *{
  font-family: 'font-light'!important;
  color: white;
  /* text-align: justify; */
}

.bd-contDiv h1,
.bd-contDiv h2,
.bd-contDiv h3,
.bd-contDiv h4,
.bd-contDiv h5,
.bd-contDiv h6{
  font-size: 25px;
}

.bd-contDiv h1,
.bd-contDiv h2,
.bd-contDiv h3,
.bd-contDiv h4,
.bd-contDiv h5,
.bd-contDiv h6,
.bd-contDiv a{
  color: #CFB678;
}

.np-linkdiv{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.np-linkdiv a{
  display: block;
  padding: 12px;
  text-align: center;
  width:120px;
  border: 1px solid white;
  color: white;
}

.np-linkdiv a:hover{
  background: #CFB678;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

/* Blog detail page css close here */

.request-quotemene{
  text-shadow: none!important;
  color: #CFB678!important;
  padding: 10px!important;
  border-radius: 3px!important;
}

.request-quotemene:hover{
  text-decoration: none!important;
  cursor: pointer!important;
}


/* hiding header footer open */


@media only screen and (max-width: 767px){

  .ty-thankyou{
      max-width: 180px!important;
      bottom: 105px!important;
  }

  .tymsg-box{
      margin-top: -80px!important;
  }

  .tymsg-txt{
    margin-top:0!important;
  }

  .tymsg-txt1{
    font-size: 16px!important;
  }

  .tymsg-txt2{
    margin-top: 15px!important;
    font-size: 16px!important;
  }

  .ty-ctadiv{
    max-width: 300px!important;
    margin-top: 15px!important;
    margin-bottom: 0px!important;
  }

  .ty-ctadiv a{
    font-size: 14px!important;
    width: 130px!important;
  }

  .ty-partner{
    padding-bottom: 15px!important;
  }

  .ty-partimg{
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
  }

  .ty-backbtn{
    padding:10px!important;
  }
}

/* hiding header footer close */

@media only screen and (max-width: 767px){
  .ty-sec1{
    min-height: 300px!important;
  }
}

.ty-sec1{
    background:  #191917;
    min-height: 400px;
    position: relative;
}

.ty-thankyou{
    bottom: 160px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.ty-thankyou img{
    width: 100%;
}

/* Sec2 Open */

.ty-sec2{
    background: #191917;
    padding-bottom: 50px;
}

.tymsg-box{
    background: white;
    border-radius: 5px;
    padding: 15px;
    margin-top: -130px;
}

.tymsg-txt{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

.tymsg-txt1{
  font-size: 18px;
  color: #202020;
  line-height: 30px;
}

.tymsg-txt2{
  font-size: 20px;
  font-weight: 600;
  color: #202020;
  margin-top: 25px;
}

.ty-ctadiv{
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.ty-ctadiv a{
  display: block;
  padding: 6px;
  background: #CFB678;
  color: white;
  border-radius: 3px;
  font-size: 15px;
  width: 150px;
  text-align: center;
}

.ty-ctadiv a:hover{
  background: black;
  cursor: pointer;
  text-decoration: none;
}

.ty-ctadiv span{
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    color: #202020;
    font-weight: 600;
}

.view-blog-cta{

}

.view-work-cta{

}

/* Sec2 Close */

.ty-partner{
  background: white;
  padding: 15px;
  padding-bottom: 50px;
}

.ty-partimg{

}

.ty-partimg img{
}

.ty-backbtn{
    display: block;
    padding: 15px 10px;
    background: transparent;
    border:2px solid #CFB678;
    color: #CFB678;
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
    margin-top: 25px;
}

.ty-backbtn i{
  margin-right: 5px;
}

.ty-backbtn:hover{
  background: #CFB678;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* Thank you page css close here */

/* Currency switcher css open here */

@media only screen and (max-width: 767px){
  .mob-currency-switch{
    padding-left:15px;
  }

  .currency_bntn, .currency-select{
    font-size: 16px!important;
  }
}

.currency-switch{
  margin-left:5px;
}


.currency_bntn img,
.currency-dropd li img{
  width: 15px;
  margin-right: 5px;
}

.currency_bntn,
.currency-select{
  color: #CFB678;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.currency_bntn:hover,
.currency-select:hover,
.currency_bntn:focus,
.currency-select:focus{
  text-decoration: none;
  color: white;
  cursor: pointer;
}

/* Currency switcher css close here */


/* Digital Solution page mobile view css open here */

@media only screen and (max-width: 767px){
  .hideme-on-mobile{
    display: none!important;
  }
}

@media only screen and (min-width: 768px){
  .hideme-on-desktop{
    display: none!important;
  }
}

@media only screen and (min-width: 992px){
  .hideme-on-tabletup{
    display: none!important;
  }
}

@media only screen and (max-width: 991px){
  .hideme-on-tabletdown{
    display: none!important;
  }

  /* .hn-lbp-card-img{
    max-height: 270px!important;
  } */
}

/* Slider common css open here */

.digicom-slider{
  visibility: hidden;
}

.digicom-slider.slick-initialized{
  visibility: visible;
}

.digicom-slider .digicom-slide{
  padding: 10px;
}

.digicom-slider .slick-dots li.slick-active button:before, 
.my-slider .slick-dots li.slick-active button:before,
div.digicom-slider_new .slick-dots li.slick-active button:before
{
  color: #CFB678;
}

.digicom-slider .slick-slide {
  margin: 0 15px;
}

.digicom-slider .slick-slide:focus{
  outline: none!important;
}

.digicom-slider .slick-list {
  margin: 0 -15px;
}

.digicom-slider .slick-dots li button:before, .my-slider .slick-dots li button:before,
.digicom-slider_new .slick-dots li button:before, .my-slider .slick-dots li button:before
{
	color: white;
	opacity: 0.8!important;
	font-size: 10px;
}

/* Slider common css close here */

@media only screen and (max-width: 767px){
  .dsr-servbox,
  .feat-probox,
  .dsr-hsbox,
  .hn-lbp-card{
    margin-bottom: 0!important;
  }

  .blogs-page .hn-lbp-card{
    margin-bottom: 25px!important;
  }

  .dsr-assocgrid img{
    display: inline-block!important;
    margin-bottom: 0!important;
  }
  .pagination-sec .pagination .page-link
  {
    height: 28px;
    width: 28px;
  }
}

/* Digital Solution page mobile view css close here */

/* Custom pagination css open here */

.pagination{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item.active .page-link
{
    background-color: #cfb678!important;
    border-color: #cfb678!important;
    color: #fff!important;
}

.pagination .page-link{
    /*color: #0a0a09!important;*/
    color: #fff;
    border: 1px solid #cfb678;
    font-weight: bold;
    background: #000;
    margin-right: 6px;
    padding: 0;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.pagination .page-link:hover{
  /*color: #0a0a09!important;*/
      background: #cfb678;
}

.pagination .page-link:focus{
  box-shadow: none!important;
}
.pagination .page-item.disabled .page-link 
{
  background-color: #000; 
  color: #fff;
  border-color: #cfb678;
}
ul.pagination li:first-child,
ul.pagination li:last-child
{
  font-size: 40px;
} 
ul.pagination li:last-child a
{
  margin-right: 0px;
}

/* Custom pagination css close here */


/*Custom css by ravi*/

.pointer-none{
    pointer-events: none;
}
/*Custom css by ravi end*/



.paypay-cta{
  width: 100%;
  text-align: center;
  background: transparent;
  border: 1px solid #cfb678;
  padding: 10px;
  max-width: 318px;
  margin: 0 auto;
  color: #cfb678;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:20px;
}

.paypay-cta:hover{
  background: black;
  cursor: pointer;
  box-shadow:none;
}

.paypay-cta img{
width:100%;
max-width:100px;
}

/* ============ Start Home Page ============ */
/*Submit-button*/
.hcont-submit
{
  margin-top: 16px;
}
/*Submit-button*/
 .dsr-assocgrid img.gmg-logo
 {
  filter: opacity(50%);
 }
 .dsr-assocgrid img.gmg-logo:hover
 {
  filter: unset;
 }
 .dsr-assocgrid img.john-lewis:hover
 {
  filter: brightness(0) invert(1);
 }

/*Editor Design*/
  span.note-icon-caret
   {
     display: none;
   }
  .home-msg div.note-frame * 
  {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dhead-menu-div ul li a:after
    {
      display: none;
    }
  .home-msg .note-popover .note-popover-content, .home-msg .note-toolbar,
  .home-msg .note-editor.note-frame .note-editing-area .note-editable 
  {
    padding: 0 0 5px 5px;
    margin: 0;
    background-color: #191917!important;
  }
  .home-msg .note-toolbar i, .home-msg .note-editor .note-icon-caret
  {
    color: #fff;
  }
  .home-msg div.note-editor .note-btn, .home-msg div.note-btn:hover, .home-msg div.note-btn:focus,
  .home-msg div.note-btn.focus
  {
    background: #191917;
    color: #fff;
  }
  .home-msg .note-editor div.note-frame 
  {
    border: 1px solid #191917;
  }

  .home-msg .note-editor.note-frame div.note-statusbar 
  {
    background-color: #191917;
    border-top: 1px solid #191917;
  }
  .home-msg .note-editor .note-editing-area p
  {
    color: #fff;
  }
  .home-msg div.note-editor.note-frame 
  {
    border: 1px solid #191917;
    background-color: #191917;
  }
  .home-msg .note-editor.note-frame .note-status-output
  {
    border-top: 1px solid #8c8b8b6b;
  }
  .home-msg div.note-toolbar 
  {
    border-bottom: 1px solid #060606;
  }
  .home-msg div.note-modal-footer 
  {
    padding: 0;
    padding-right: 26px;
 }
 .home-msg div.note-dropdown-menu, .home-msg div.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
.home-msg div.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select
 {
  background-color: #191917;
 }
 .home-msg a.note-dropdown-item:hover 
 {
    background-color: #191917;
 }
 .home-msg button.btn:hover 
 {
    color: #fff;
}
/*Editor Design*/o

.box-sec.box-sec-inner
{
  border: 1px solid #CFB678!important;
  padding: 30px 16px;
  text-align: center;
}
.box-sec-inner
{
  border: 1px solid #CFB678!important;
  padding: 30px 16px;
  text-align: center;
}
.box-sec-inner p
{
  color: #fff;
  line-height: 20px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 98px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.box-sec-inner a, .box-sec-inner .view-btn
{
  text-align: center;
  color: #CFB678;
  font-size: 18px;
}
.box-sec-img
{
  text-align: center;
}
.box-sec-inner .hinvest-head
{
  padding: 32px 0px 16px;
    font-size: 22px;
    min-height: 100px;
    line-height: 26px;
}
.box-sec-inner.our_product .hinvest-head
{
  min-height: unset;
  margin: 1.3rem 0; 
  text-decoration: none;
}
.box-sec-img img 
{
  width: 75px;
  margin: auto;
}
.my-slider.slick-slider
{
  margin-bottom: 0;
}
.slick-slide
{
  margin: 0px 10px !important;
      
}
.my-slider .slick-slide
{
  height: auto!important;
}

#home_telinput::placeholder, #contact-form .form-control::placeholder,
.note-editor.note-frame .note-placeholder
{ 
  opacity: 1; 
  color: #555;
}
#conselect
{
  color:#555;
}
.habout-div p
 {
   column-count: 1;
   max-width: unset;
  }

.h-cus-head h3 
{
    font-weight: 600;
    font-size: 35px;
}

/* ============ End Home Page ============ */

/* ============ Start payment Gateway Page ============ */
.payment-gateway-right-sec, .payment-gateway-left-sec 
{
  background: #2B2B2B;
  padding: 30px;
  
}
.payment-gateway-left-sec 
{
 height: 100%; 
}
.payment-gateway-class {
    margin: 4rem 0rem;
}
.payment-gateway-class .table-bordered td, .payment-gateway-class .table-bordered th
{
  border: 1px solid #353535;
    color: #fff;
}
.payment-gateway-right-sec ul 
{
  padding-left: 0;
}
.strip-wp a
{
  background: #32325d;
  border: 10px;
  width: 100%;
  font-size: 16px;
  padding: 8px 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.strip-wp a:hover
{
  color: #fff;
}
.paypal-wp a.paypalbtn
{
  background: #ffc439;
  border: 10px;
  width: 100%;
  font-size: 16px;
  padding: 8px 0px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.paypalbtn img 
{
  height: 18px;
}
.payment-gateway-class .rqform-toptxt-head 
{
    margin-bottom: 1.6rem;
}
.payment-gateway-right-sec .alert-warning
{
  color: #d1b575;
  
}
.payment-gateway-right-sec i 
{
  margin-right: 10px;
}
.alert-com-css
{
  font-size: 14.5px;
  display: flex;
}
/* ============ End payment Gateway Page ============ */

/* ============ Start Detail Page ============ */
.head-mr
{
  margin-bottom: 4rem;
}
.sec-img-grovay img 
{
  width: 150px;
}
.sec-img img 
{
  width: 265px;
}
.sec-img-interior img 
{
  width: 300px;
}
.payment-gateway-right-sec .iti.iti--allow-dropdown.iti--separate-dial-code
{
  width: 100%;
}
.payment-gateway-right-sec .iti--separate-dial-code .iti__selected-dial-code
 {
   color: #fff;
 }
 .payment-gateway-right-sec .hcont-form input::placeholder
 {
  color: #A3A3A3!important;
 }
 .payment-gateway-right-sec .btn-con
 {
  position: unset;
 }
 .otp-field button 
 {
     background-color: #D1B575;
    color: black;
    font-size: 14px;
    padding: 12px 16px;
    font-family: 'font-bold';
    cursor: pointer;
}

/* ============ End Detail Page ============ */

/* ============ Start Request Quote Page ============ */


.mult-drops button.multiselect.dropdown-toggle.btn.btn-default {
    background-color: white;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/img/select-bg-arrow-black.svg);
    background-size: 0.6em;
    background-position: calc(100% - 1.3em) center;
    background-repeat: no-repeat;
    width: 100%!important;
    padding-right: 16px;
}
.mult-drops button.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text
{
  height: 24px;
    overflow: hidden;
    display: block;
}
.mult-drops .dropdown-toggle::after
{
  display: none;
}
.mult-drops .glyphicon-remove-circle
{
  position: relative;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mult-drops .glyphicon-remove-circle:before 
{
  content: "\f05c";
}
.mult-drops .multiselect-clear-filter
{
  border: 1px solid #ced4da;
  margin-right: 10px;
}
.mult-drops .form-control:focus
{
  box-shadow: none;
  border-color: #ced4da;
}
.mult-drops button.btn:hover
{
  color: #212529;
}
.mult-drops .show
{
  background-color: #fff!important;
}
.mult-drops .multiselect-container>li>a>label
{
  color: #212529;
}
.mult-drops .multiselect-container.dropdown-menu.show 
{
  width: 100%;
  padding: 6px;
}
.mult-drops .btn
{
 text-align: left;
}
.mult-drops .multiselect-container>li>a>label
{
  padding-left: 8px;
}
.mult-drops .checkbox input 
{
  accent-color: #a59046;
  height: 16px;
  width: 16px;
}
.rangeprice-sec .rps-text-l
{
  text-align: justify;
  font-size: 15.7px;
  line-height: 24px;
  margin-bottom: 23px;
  margin-top: -7px;
}

/* ============ End Request Quote Page ============ */


.indicatorr li{
  font-size: 0;
   line-height: 0;
   display: block;
   width: 8px;
   height: 8px;
   padding: 5px;
   cursor: pointer;
   color: transparent;
   border: 0;
   outline: none;
   position: relative;
   border-radius: 50%;
   -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
   background:transparent;
}

.indicatorr li.active:before {
background: #CFB678;
}

.indicatorr li:before {
font-family: 'slick';
position: absolute;
width: 14px;
height: 14px;
content: '•';
background: black;
content: "";
display: block;
z-index: 11111111;
border-radius: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;

}
.barry-head{
   text-align: left;
   position:absolute;
   padding-top: 0;
  top:30%;
  z-index: unset;
}
.barry-head h2{
   font-size: 30px;
}
.barry-head p{
   font-size: 25px;
}
.hhhead-slider-arrow a {
/* position: absolute; */
top: 45%;
background: rgba(0, 0, 0, 0.3);
width: 50px;
height: 50px;
border-radius: 3px;
text-align: center;
line-height: 45px;
font-size: 30px;
color: white;
-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);

}
.hhhead-slider-arrow a:hover{
   background: #CFB678;
}
.carousel-control-prev{
   left: 15px;
   text-indent: -3px;
}
.carousel-control-next{
   right:15px;
}
.row.g-4 {
  row-gap: 12px;
}
@media only screen and (min-width:1550px){


}
@media only screen and (max-width: 992px){
  .barry-head{
    top: 45%;
    text-align: center;
  }

}
@media only screen and (max-width: 767px){
  .barry-head{
    text-align: center;
  }
  .barry-head h2{
    font-size: 20px;
 }
 .barry-head p{
    font-size: 15px;
 }
 div.alert-com-css 
  {
    font-size: 14.9px;
  }
}
/* ============ Start Mobile Responsive ============ */
@media only screen and (max-width: 767px)
{
  /* ============ Start Header ============ */
  .mob-menu-button
  {
   color: #fff;
    margin-left: 26px;
    padding: 0;
    outline: unset!important;
    border: unset!important;
    text-transform: uppercase;
    box-shadow: unset!important;
  }
  .mob-menu-btn-wp .dropdown-menu
  {
    border: 1px solid rgb(255, 255, 255);
    margin-top: 6px;
  }
  .mob-menu-btn-wp .dropdown-menu a 
  {
    padding-left: 8px;
    font-size: 13px;
  }

  .cus-meob-menu-ac .accordion .card-header:after 
  {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
  }
.cus-meob-menu-ac .accordion .card-header.collapsed:after 
 {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
  }
  /* ============ End Header ============ */

  /* ============ Start payement gateway  Page ============ */
  .payment-gateway-class 
   {
     margin: 10rem 0rem;
   }

   .payment-gateway-right-sec, .payment-gateway-left-sec 
   {
    background: #2B2B2B;
    padding: 8px;
  }
  .payment-gateway-class .rqform-toptxt-head 
  {
    margin-bottom: 2rem;
   }
  /* ============ End payement gateway  Page ============ */

  /* ============ Start Footer ============ */
  .sicomp-ul li:nth-child(3) img, .sicomp-ul li:nth-child(4) img, .sicomp-ul li:nth-child(5) img 
  {
    max-width: 140px;
  }
  /* ============ End Footer ============ */

  /* ============ Start Detail Page ============ */
  .head-mr
  {
    margin-bottom: 3rem;
  }
  .h-cus-head h3, .foonbar3-right-p1 
  {
    font-size: 24px;
  }
  .foonbar3-right-p1 
  {
    margin-bottom: 25px;
  }
  .dsr-servhead
  {
    font-size: 20px;
  }
  .sec-img, .memberdesk-div img 
  {
    margin-bottom: 2rem;
  }
  .sec-img-interior img 
  {
    width: 250px;
  }
  .sec-img img 
  {
    width: 150px;
  }
  .sec-img-grovay img 
  {
    width: 112px;
  }
  /* ============ End Detail Page ============ */


    .plus-design .widget.widget_text
   {
      position: relative;
   }

    .plus-design .widget.widget_text .widgettitle 
    {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    display: inline-block;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding-left: 26px;
    border-bottom: 1px solid rgb(205 170 170 / 23%);
    padding-top: 12px;
    padding-bottom: 12px;
    }
   

  .plus-design .widget.widget_text .widgettitle:after 
  {
    content: '\002B';
    color: #efeeeb;
    font-weight: 100;
    position: absolute;
    right: 31px;
    top: 0;
    font-size: 26px;
  }

  .plus-design .widget.widget_text .active:after 
  {
    content: "\2212";
  }

  .plus-design .widget.widget_text .textwidget 
  {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    width: 100%;
    }
    .textwidget a
    {
      font-size: 14px;
    font-weight: 500;
    border-bottom: 0;
    }
    .digicom-slider_new
    {
      width: 90%;
      margin: auto;
    }
    .digicom-slider_new .slick-track
    {
       display: flex;
       align-items: center;
    }
    .digicom-slider_new div.dsr-assocgrid img 
    {
      max-width: 150px;
    }
    .digicom-slider_new.slick-slider
    {
      margin-bottom: 0px;
    }
    .digicom-slider_new .slick-prev:before, .digicom-slider_new .slick-next:before 
    {
      color: #CFB678;
      font-size: 25px;
    }
    .digicom-slider_new .digicom-slide
    {
      padding: 10px;
    }
    .digicom-slider_new .slick-initialized
    {
      visibility: visible;
    }
    .digicom-slider_new .slick-dots
    {
     display: none;
    }
    .note-btn-group div.note-dropdown-menu
    {
      position: relative!important;
     left: -8px!important;
     margin-left: 0!important;
     min-width: 340px!important;
    }
    .note-modal-footer{
      position: relative;
      bottom: 15px;
      display: block ;
    }
}
.consult{
  padding: 8px;
}
@media (min-width: 1200px) {
  .container{
    max-width: 1400px;
  } 
}

/* start_small_screen_code */
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.dhead-menu-div ul li a {
    font-size: 13px;
}
.dtop-con-div ul li a {
  font-size: 11.2px;
}
.dtop-time-div ul li {
  font-size: 12px;
}
.foon-copy {
  font-size: 14px;
}
.foonb1-cta {
  font-size: 16px;
}
.banner-img-home {
  height: 648px;
}
  
} 
/* end_small_screen_code */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.col-img{
    padding-right: 0!important;
  }
  
} 
/* consult with ba barry */
 .consult-barry{
 background: #2B2B2B;
 padding: 30px;
}
.form-controls{
   width: 100%;
    background: black!important;
    color: white;
    padding: 5px 10px;
    border: none!important;
    outline:none!important;
    line-height: 23px;
   border-radius: 0!important;
   height: unset!important;
}
.form-controlss{
  width: 100%;
   background: none!important;
   color: white;
   padding: 5px 10px;
   border: none!important;
   outline:none!important;
   line-height: 23px!important;
   border-radius: 0!important;
   height: unset!important;
}
.form-controls::placeholder, .form-control.rqq-textarea::placeholder
{
  color: #A3A3A3!important;
  font-size: 15px;
}
.form-controls option{
  color: #A3A3A3!important;
}
.form-control:active{
  border: none;
  outline:none;
}
.accountimg img{
  width: 100%;
  max-width: 500px;
}
.rqq-textarea{
  width: 100%;
  background: black!important;
  color: white !important;
  padding: 5px 10px;
  border: none!important;
  outline:none!important;
  line-height: 23px;
  border-radius: 0!important;
  resize: none;
  height: 155px!important;
}
.accept{
  /* margin-top: 25px; */
}
.accept h2{
  font-size: 15px;
  color: white;
 
} 
.group-img img{
  width:100%;
  padding: 50px;
}
.btn-con{
  position: relative;
  top: 8px;
  text-align: center;
}
.consult-btn{
    width: 100%;
    background-color: #D1B575;
    color: black;
    border: none;
    margin-top: 25px;
    max-width: 200px;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 900;
    font-family: 'font-bold';
    cursor: pointer;
}
.fee-consult{
  display: flex;
  margin-top: 8px;
}
.fee-consult h2{
  font-size: 15px;
  color: white;
  padding-right: 10px;
}
.fee-consult h3{
  font-size: 14px;
  color:  #D1B575;
  margin-right: 10px;
  font-weight: 900;
}
/* .slot{
  display: flex;
} */
.clock{
  color: #D1B575;
    position: relative;
    bottom: 27px;
    left: 318px;
}
.calendar{
  color: #D1B575;
    position: relative;
    bottom: 27px;
    left: 318px;
}
.down{
  color: #D1B575;
  position: relative;
  bottom: 27px;
  left: 260px;
}
#slotselect{
  color: #A3A3A3!important;
}
.consult-barry .form-group .iti--separate-dial-code .iti__selected-dial-code{
  color: #A3A3A3!important;
  font-size: 14px;
}
.consult-barry .form-group .iti--allow-dropdown{
  width: 100%!important;
}
.consult-head{
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* right: 30px; */
}
/* @media only screen and (max-width: 1350px){
  .calendar, .clock{
    
    left: 245px;
  }
} */
@media only screen and (max-width: 1200px){
  .calendar, .clock{
    bottom: 28px;
    left: 210px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .consult-barry{
    padding: 30px 0;
  }
  .calendar, .clock{
    bottom: 28px;
    left: 158px;
  }
  .accept{
    margin: 0;
  }
  .group-img{
    padding: 0;
  }
  
  .fee-consult h3{
    margin: 0;
  }
} 
@media only screen and (max-width: 767px){
  .consult-barry{
    padding: 15px 10px;
  }
  .calendar, .clock{
    left: 260px;
  }
  .accept{
    margin-top: 0;
  }
}


.blog-test-beta{
  /* display: flex; */
  width: 100%;
}
.blog-test-content{
  /* display: block !important; */
  height: 100%;
  /* width: 30%; */
}
.blog-test-img{
  height: 352px;
  background-color: #0a0a09;
   
    overflow: hidden;
}
.blog-test-img img{
  object-fit: cover;
  border-top-right-radius:0!important;
}
/* .blog-test-title{
  height: 179px!important;
}
.blog-test-title h3{
  margin-top: 35px;
} */
.blog_slider .slick-next{
  right: -17px;
}
.blog_slider .slick-next:before {
  color: #CFB678;
  font-size: 25px;
}
.blog_slider .slick-prev:before {
  color: #CFB678;
  font-size: 25px;
}
.blog_slider .slick-dots{
  display: none!important;
}
.blog-featured{
  text-align: center;
    position: relative;
    color: #CFB678;
    font-size: 22px;
    /* line-height: 35px; */
    font-weight: 900;
    margin-bottom: 15px;
}
.blog-more{
  text-align: center;
    position: relative;
    color: #CFB678;
    font-size: 22px;
    /* line-height: 35px; */
    font-weight: 900;
    margin-bottom: 15px;
}


.desktop-blog{
  display: block;
}
.mobile-blog{
  display: none;
}
@media only screen and (min-width: 1200px){
  .blog_slider{
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px){
  .blog_slider{
    margin: 0 20px;
  }
  /* .blog-test-img{
    height: 324px;
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .blog_slider{
    margin: 0 30px;
  }
  .blog-test-img{
    height: 100%;
  }
  /* .desktop-blog{
    display: none;
  }
  .mobile-blog{
    display: block;
  } */
}
@media only screen and (max-width: 767px){
  .desktop-blog{
    display: none;
  }
  .mobile-blog{
    display: block;
  }
  .blog_slider{
    margin: 0 20px;
  }
}

/* ***********start****** */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  background: black !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 8px;
  padding-right: 5px;
  font-size: 13px;
}
.consult-fee {
  color: white;
  background: black;
  padding: 4px 0px 4px 8px;
  
}
span.select2-selection.select2-selection--multiple {
  background: black;
  color: white;
  border-radius: 0;
  padding-bottom: 8px;
  border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background: none!important;
  border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
  background: none!important;
  color: #000!important;
}
/***********end***********/
.whatsapp-i{
  font-weight: 900!important;
}
.cust-blog{
  max-width: 1400px;
  margin: 0 auto;
}
.blog-row{
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.blog-search{
  align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
    display: flex;
}
.blog-search h1{
    color: #CFB678;
    font-size: 16px;
    font-weight: 900;
    margin-right: 25px;
    margin-bottom: 0;
}
.blog-search input{
  padding: 4px;
    
    width: 500px;
}

.blog-search input:focus-visible{
 outline: none;
}
.blog-search-btn{
  position: relative;
    right: 6px;
    padding: 4.44px;
    outline: none;
    border: none;
    background: white;
}
.blog-search-btn:focus{
  outline: none;
  border: none;
}
.blog-text{
  left:115px;
}
.cust_table td {
  padding: 1rem 0.5rem;
  color: #fff;
}
.cust_table b {
  color: #CFB678;
}
.cust_table th {
  background: #cfb678;
  padding: 0.9rem 0.5rem;
  font-weight: bolder;
}
.specification_img img 
{
  height: 100%;
}
.cust_ul ul 
{
  color: #fff;
    padding-left: 20px;
}
.cust_ul ul  li 
{
  margin-bottom: 1rem;
}
.organic_img img 
{
  height: 400px;
}
.organic_img 
{
  text-align: center;
}
.cust_ul ul li b, .cust_ul ol li b {
  margin-bottom: 1rem;
  display: inline-block;
}


#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #cfb678;
  color: #222;
  padding: 14px;
  font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  float: right;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #CFB678;
  color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}



#main #faq .card .collapse, #main #faq .card .collapsing {
  border: 0;
  background: #000;
}

@media only screen and (max-width: 1200px){
  .blog-search{
   margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px){
  .blog-search{
    margin-bottom: 30px;
  }
  .blog-search input{
    margin-left: 35px;
  }
}
@media only screen and (max-width: 767px){

  .blog-search input{
    width: 223px;
    margin-left: 35px;
  }
 .blog-test-img{
  height: 188px;
 }
 .specification_img img 
  {
    margin-bottom: 2rem;
    height: auto;
  }
  .organic_img img 
{
  height: auto;
}
}


.banner-img-home{
  height: 700px;
}


.oranicProductSec  img
{
      height: 200px;
}
.organicPrice
{
  color: #F4B158;
    font-weight: bold;
    font-family: 'Atlassian Sans';
    margin-bottom: 0.6rem;
}
.oranicProductSec .hinvest-head
{
  font-size: 14px;
  color: #000;
}
.learnmoresec
{
  font-weight: bold;
    border-radius: 0;
    font-size: 13px;
    font-family: 'Atlassian Sans';
    background-color: #F3B258;
    letter-spacing: 0.8px;
}
.org_arrow
{
  font-size: 18px;
}
.row.g-30 {
    row-gap: 30px;
}
@media only screen and (max-width:991px){
  .banner-img-home{
    height: 430px;
  }
  .specification_img img 
  {
    margin-bottom: 2rem;
    height: auto;
  }
}
@media only screen and (max-width:767px){
    .banner-img-home{
      height: 290px;
    }
    .cusmob-pad-blog
    {
      padding: 0px 45px;
    }
    .cusmob-pad-blog-1
    {
      padding: 0px 30px;
    }
    div.cus-float 
    {
      text-align: left;
    }
    .cus-pd-blog-dt .pp-head-txt 
     {
        font-size: 15px!important;
        line-height: 35px!important;
     }
     .cus-pd-blog-dt
     {
      padding: 0px 14px;
     }

     #abc ul.list-group .list-group-item
     {
      font-size: 14px;
     }
     div.blog-listing-design
     {
       width: 85%;
      margin-left: auto;
      margin-right: auto;
     }
     .consult-icon-position i.consult-icon-pos
     {
      right: 20px;
     }
     .oranicProductSec.box-sec-inner.our_product .hinvest-head {
          font-size: 14px!important;
      }
  }
.blog-search-peg{
  width: 100%;
}


/*My-Css For Blog*/
.cus-float
{
  text-align: center;
}
.row.cust-blog
{
  display: flex;
  justify-content: center;
  width: 100%;
}
.hn-lbp-card img
{
  height: 100%;
}
div.hn-lbp-card img
{
  height: 100%;
}
.hn-lbp-card div.post-title
{
  height: 70px;
}
div.post-title h3
{
  line-height: 18px;
  font-size: 14px;
}
div.hn-lbp-card-img
{
  height: 163px;
  max-height: unset;
}
.hn-lbp-card.blog-test-beta.desktop-1 .blog-test-img img
{
  object-fit: unset;
}
.hn-lbp-card .post-time span.big 
{
  font-size: 30px;
  line-height: 24px;
}
.hn-lbp-card.blog-test-beta.desktop-1 div.post-title
{
  height: 135px;
}
.blog-listing-design
{
  position: relative;
  width: 100%;
}
.blog-listing-design .blog-search input 
{
  width: 100%;
}
.blog-listing-design .blog-search-btn
{
  position: absolute;
  top: 1px;
  cursor: pointer;
}
div#abc 
{
  position: absolute;
  top: 35px;
  z-index: 2;
  width: 100%;
}
.blog-listing-design.blog-search input, .blog-listing-design.blog-search form
{
  width: 100%;
  margin-left: unset;
}
div#abc .list-group-item a
{
 color: #000;
}
#abc ul.list-group .list-group-item
{
  border-radius: 0;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 8px;
  font-size: 15px;
}

#abc ul.list-group 
{
  max-height: 286px;
  overflow-y: scroll;
  width: 100%;
}

#abc ul.list-group::-webkit-scrollbar {
  width: 4px;
}

/* Track */
#abc ul.list-group::-webkit-scrollbar-track {
 /* box-shadow: inset 0 0 5px #f9efef; */
 background: #cfb678;
  border-radius:3px;
}
 
/* Handle */
#abc ul.list-group::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.hcont-select .select2-container
{
  width: 100%!important;
}
.consult-icon-position
{
  position: relative;
}
.consult-icon-position .consult-icon-pos
{
  position: absolute;
  right: 10px;
  top: 6.5px;
  left: unset;
}
.form-group .form-control:focus
{
  box-shadow: unset;
}
/* ============ Laptop View ============ */
@media(min-width:1200px) and (max-width:1440px)
{
  section.pp-con-sec
  {
    padding-left: 16px;
    padding-right: 16px;
  }
  .row.hideme-on-mobile.dsr-clisec-row 
  {
    padding: 0px 16px;
  }
  .cus-blg-b-css.bd-imgdiv img 
  {
    /*width: auto !important;*/
    /*height: 450px!important;*/
  }
  .cus-float
  {
   
   text-align: center;
  }
  .bd-imgdiv.cus-blg-b-css 
  {
    margin-bottom: 25px;
    text-align: center;
   }
}
.dpo-btn a
{
    width: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    background: #CFB678;
    color: #191917;
    font-weight: bold;
    margin-top: 0px;
}


.h-cus-head h1 {
    font-weight: 600;
    font-size: 35px;
}