
/*
 * Custom CSS
 */
 body {
  margin: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
	line-height:1.8;
}
@font-face {
  font-family: century-gothic;
  src: url("../../century-gothic-cufonfonts/GOTHIC.TTF");
}
@font-face {
  font-family: century-gothicb;
  src: url("../../century-gothic-cufonfonts/GOTHICB.TTF");
}
@font-face {
  font-family: century-gothicbi;
  src: url("../../century-gothic-cufonfonts/GOTHICBI.TTF");
}
@font-face {
  font-family: century-gothici;
  src: url("../../century-gothic-cufonfonts/GOTHICI.TTF");
}
@import url('https://fonts.cdnfonts.com/css/jullian');
html{font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;}

.cbnormal{font-family:century-gothic;}
.cbbold{font-family:century-gothicb;}
.cbitalic{font-family:century-gothici;}
.cbbolditalic{font-family:century-gothicbi;}
.site-header {
background: #ffffff 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 20px #0000004F;
}
.gallery-bg{background: #F3FFF4 0% 0% no-repeat padding-box;}
.light-green{background: #FFE59C;}
.light-bg{
  background-image: url('../../assets/images/Rectangle231.png');
  background-repeat: no-repeat;
}
.dark{font-size: 20px; border-radius: 1px !important;}
.rows{margin-left: -15px; margin-right: -15px;}
 .font-15{font-size: 1.5rem;}
 .font-18{font-size: 1.8rem;}
 .font-2{font-size: 2rem;}
 .font-25{font-size: 2.5rem;}
 .gallery-bgg{background: #FFF7E0 !important;}
 a
 {
   text-decoration: none;
   color: #232323;
   transition: color 0.3s ease;
 }
 .border-w{
   border:1px solid #707070 !important;
   border-radius: 1px !important;
   background: #ffffff;
  color: #232323;
  font-size: 18px;
}
.yellow{
  color: #FBC325;
}
.add-bg{
  background-image: url("../../assets/images/MaskGroup2.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.call-bg{
  background-image: url("../../assets/images/MaskGroup3.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
}
.mail-bg{
  background-image: url("../../assets/images/MaskGroup4.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 70%;
}
 a:hover
 {
   color: #000;text-decoration: none;
 }
 
 #menuToggle
 {
   display: block;
   position: absolute;
   top: 22px;
   right: 50px;
   
   z-index: 1;
   
   -webkit-user-select: none;
   user-select: none;
 }
 
 #menuToggle input
 {
   display: block;
   width: 40px;
   height: 32px;
   position: absolute;
   top: -7px;
   left: -5px;
   
   cursor: pointer;
   
   opacity: 0; /* hide this */
   z-index: 2; /* and place it over the hamburger */
   
   -webkit-touch-callout: none;
 }
 
 /*
  * Just a quick hamburger
  */
 #menuToggle span
 {
   display: block;
   width: 33px;
   height: 4px;
   margin-bottom: 5px;
   position: relative;
   
   background: #cdcdcd;
   border-radius: 3px;
   
   z-index: 1;
   
   transform-origin: 4px 0px;
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 
 /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, -1px);
 }
 
 /*
  * But let's hide the middle one.
  */
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 
 /*
  * Ohyeah and the last one should go the other direction
  */
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   opacity: 1;
   transform: rotate(-45deg) translate(0, -1px);
 }
 
 /*
  * Make this absolute positioned
  * at the top left of the screen
  */
 #menu
 {
   position: absolute;
   width: 300px;
   margin: -100px 0 0 0;
   padding: 50px;
   padding-top: 125px;
   right: -100px;
   box-shadow: -14px 3px 45px #00000012;
   background: #F8FFF9;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   /* to stop flickering of text in safari */
   
   transform-origin: 0% 0%;
   transform: translate(100%, 0);
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 }
 
 #menu li
 {
   padding: 10px 0;
   font-size: 22px;
 }
 
 /*
  * And let's fade it in from the left
  */
 #menuToggle input:checked ~ ul
 {
   transform: none;
   opacity: 1;
 }
 
 @media screen and (max-width: 768px) {
   #menu {
     transform: none;
     opacity: 0;
 
     transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
   }
 }
.w-10{width: 10%;}
.banner{
  background-image: url("../../assets/images/Rectangle 3.png");
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-banner{
  background-image: url("../../assets/images/Group87.png");
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-banner{
  background-image: url("../../assets/images/Rectangle232.png");
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.remodel-banner{
  background-image: url("../../assets/images/Rectangle2342.png");
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resto{
  background-image: url("../../assets/images/Path 22.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resto-banner{
  background-image: url("../../assets/images/Rectangle 209.png");
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.consult{
  background-image: url("../../assets/images/Rectangle 117.png");
  height: calc(100vh - 282px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.form-bg{
  background-image: url("../../assets/images/Path 23.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.forms-bg {
  background: #E4FFE5 0% 0% no-repeat padding-box;
  border: 1px solid #E4FFE5;
}
.box-line{
  border: 1px solid #dedddb; box-shadow: 0px 3px 20px #0000004f;
}
@media screen and (min-width: 1200px){
.banner-h {
    margin-top: 70px;
}}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.font-54{font-size: 54px;}
.font-20{font-size: 20px;}
.btn-submit{
  background: #FBC325;
}
.btn-white{
  border: 1px solid #ffffff !important;
  border-radius: 1px !important; ;
  background: #ffffff;
  color: #232323;
  font-size: 18px;
}
.btn-black{
  border: 1px solid #ffffff !important;
  border-radius: 1px !important; ;
  background: #FBC325;
  color: #000;
  font-size: 18px;
}
section{padding: 45px 0 0 0;}
.green-tape{width: 25px;height: 100px;background: #FFBC00 0% 0% no-repeat padding-box;}
.green{color: #007737;}
.rs{
  height: 50vh;
  background-color: #fff;
  opacity: .8;
  padding: 89px;
  width: 80%;
}
.rp{
  height: 35vh;
  background-color: #fff;
  opacity: .8;
  padding: 20px;
  width: 80%;
}
.card-s {
  width: 130px;
  height: 195px;
  position: relative;
  display: inline-block;
  margin: 50px;
}
.community div {
  width: 100%;
  height: 389px;
  margin: 10px auto 5px auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s ease;
}
.community #one{  background-image: url("../../assets/images/Component 11.png");}
.community:hover #one { background-image: url("../../assets/images/Rectangle4.png");}
.community #two{  background-image: url("../../assets/images/Component 51.png");}
.community:hover #two { background-image: url("../../assets/images/Rectangle5.png");}
.community #three{  background-image: url("../../assets/images/Component 61.png");}
.community:hover #three { background-image: url("../../assets/images/Rectangle6.png");}
.community #make-home{  background-image: url("../../assets/images/Rectangle220.png");}
.community:hover #make-home { background-image: url("../../assets/images/Component222.png");}
.text-msg .close-round,
.text-msg .msg-round {
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    transition: .25s;
}
.text-msg .close-round {
    opacity: 0;
}
#msg-box {
  position: fixed;
  z-index: 13;
  left: 26px;
  bottom: 26px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.text-msg.open-msg .msg-round {
  transition: .25s;
  -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  opacity: 0;
}
.text-msg.open-msg .close-round {
    /* transition: .25s; */
    /* -webkit-transform: rotate(180deg); */
    /* transform: rotate(180deg); */
    opacity: 1;
}
#msg-main-body {
  position: fixed;
  z-index: 454;
  left: 20px;
  bottom: 80px;
  display: none;
  overflow: auto;
  width: 16%;
  box-sizing: border-box;
  height: auto;
  padding: 10px 0;
  border: 1px solid #f3f3f3;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

#msg-main-body .send-page {
  padding: 4px;
}

#msg-main-body .send-page .msg-form {
  padding: 16px 16px 9px 16px;
}

#msg-main-body .send-page .msg-form .sms-page .sms-body {
  display: flex;
  flex-direction: column;
}

#msg-main-body .form-row .form-control,
.msg-body .form-row .form-control {
  padding: 0;
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

#msg-main-body .form-row .form-control:not(textarea),
.msg-body .form-row .form-control:not(textarea) {
  height: 25px;
}
#msg-main-body .section-head {
  font-size: 1em;
}

.sms-submit .submit-text {
  font-size: 10px;
}

/* swiper */

/* reset for img*/
.pic-holder img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content {
  display: flex;
 /* justify-content: space-between;*/
  max-width: 768px;
  margin: 20px auto;
  transform-origin: right bottom;
  transition: 1s all;
  flex-shrink: 0;
  
  justify-content: center;
  align-items: center;
  background-size: cover;
  overflow: hidden;
color: #fff;
z-index: 5;


}

.left {
  flex: 0 1 calc(50% - 10px);
  max-width: calc(50% - 10px);

  .pic-holder {
    height: 100%;
  }

  .pic {
    width: 60%;
    height: 60%;
    object-fit: cover;
  }
}

/*
.content {
	 		
    height: 200px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    overflow: hidden;
    
    transform-origin: right bottom;
	background-color: #201f1e;
	border-radius: 2px;
	border: 1px solid rgba(255, 227, 0, 0.04);
    box-sizing: border-box;
    width: calc(100% - 100px);
	
	margin-left: auto;
	transition: 1s all;
	color: #fff;


}
*/
.swiper-slide {
	/*height: 200px;*/
  width: 100%;
  height: 100%;
		
   display: flex;
   align-items: flex-end;
}

.swiper-slide-active .pic-holder {
	/*height: 200%; */

  display: flex;
    width: 166%;
    margin-left: -122px !important;
  z-index: -10;
  transition: all 0.5s ease-in-out;
  /*transform: scale(0.75,0.70);
  transform-origin:top;*/
  
  
}

/*
.swiper-slide {
		
  width: calc(100% / 3.1) !important;
  transition: all 1s ease-in-out;
  opacity: 1;
  
}
.swiper-slide swiper-slide-visible swiper-slide-active{
	margin-left: -57px !important;}

	.swiper-slide swiper-slide-duplicate swiper-slide-visible swiper-slide-prev{
		margin-left: -130px !important;
	}

.swiper-slide-active + .swiper-slide ~ .swiper-slide {
  
}

.swiper-slide img {
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0.75,0.70);
  transform-origin:top;
}

.swiper-slide-next img {
  transform: scale(1,1);
  transition: all 0.5s ease-in-out;
  transform-origin:top;
}*/
/*.swiper-slide-prev {
   margin-left: -100px; 
}*/
/* swiper */
.btn-contact:after, .btn-contact:before{
    display: block;
    content: "";
    position: absolute;
    /* left: 0; */
    top: 21px;
    height: 29px;
    width: 29px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #FFCC00;
    background: none;
    --transition-duration: 0.5s;
    --transition-easing: cubic-bezier(0.25,0.74,0.22,0.99);
    transition-property: box-shadow,transform;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.74,0.22,0.99);
    -webkit-animation: button-contact 4.5s infinite;
    animation: button-contact 4.5s infinite;
}
.btn-contact:before {
  -webkit-animation-delay: -2.25s;
  animation-delay: -2.25s;
}

@-webkit-keyframes button-contact {
    0% {
        transform: scale(1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes button-contact {
    0% {
        transform: scale(1);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(1.5);
        opacity: 0
    }
}
.make-bg{
	background: url(/assets/images/Path15.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 2.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.image-box:hover img {
    transform: scale(1.1);
}
.video-c{
  background: #fff;
  position: absolute;
  left: 104px;
  font-size: 20px;
  bottom: 34px;
  box-shadow: 0px 9px 26px #00000029;
}
.insight{
	  background: #fff;
    position: absolute;
	  width: 66%;
    left: 7px;
    font-size: 1.5rem;
    top: 11px;
	box-shadow: 0px 15px 19px #00000070;
}
.insight-n{
	  background: #fff;
    position: absolute;
	  width: 66%;
    top: 50%;
  	left: 36%;
  	transform: translate(-50%, -50%);
    font-size: 1.5rem;
	box-shadow: 0px 15px 19px #00000070;
}
.insight-ns{
	  background: #fff;
    position: absolute;
	  width: 66%;
    font-size: 1.5rem;
    bottom: 11px;
	box-shadow: 0px 15px 19px #00000070;
}
.blog-bg{background-color: #F7F7F7;}
.box-bg{
	  box-shadow: 0px 7px 25px #00000029;
    height: 200px;
    margin-right: 30px;
    font-size: 20px;
    color: #085B09;
}
.overlay-slide img {
  transition: all 0.3s ease-in-out; 
  }
  .box-bg:hover{
	  background:#F7FFF7 !important;
  }

.overlay-slide:hover .image-overlay-content {
  transform: translateX(0px);
  background: #F7FFF7;
  z-index:-1;
  }
.overlay-slide:hover img {
  transform: scale(1.2);
  transition-delay: 0.1s;
  }
.fone {
  background-image: url('../../assets/images/Rectangle 105@2x.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.flow {
  padding: 172px 20px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
}
.flow-n {
  padding: 350px 20px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 10px;
}
.fthree {
  background-image: url('../../assets/images/Rectangle 104.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.ffour {
  background-image: url('../../assets/images/Rectangle 106.png');
  background-size: cover;
  background-repeat: no-repeat;
}
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
background: #ffffff;
color: #085B09;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #085B09;
}
.single-cta i {
color: #007737;
font-size: 17px;
margin-top: 4px;
}
.single-c i {
  color: #007737;
  font-size: 17px;
  margin-top: 4px;
}
.cta-text {
padding-left: 13px;
font-size: 18px;
display: inline-block;
}
.cta-text h4 {
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
border-bottom: 1px solid #707070;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
    color: #7e7e7e;
line-height: 28px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.5s;
}
.schedule-banner {
  background-image: url('../images/schedule-bg.png');
  height: calc(100vh - 154px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.overlay-content {
  position: relative;
  top: 7%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay {
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a{ text-decoration: none;}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  right: 7px;
  top: -20px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
.tail img:hover{
  filter: contrast(1.4) saturate(0.8) sepia(.6);
}
.view.active{
	color: #fff;
  background-color: #007737 !important;
  border:none !important;
}
.ins-text{
	font-family: 'jullian', sans-serif;
    color: #FFCC00;
    font-size: 2.5rem;
}
.menubar{cursor: pointer;}
.bar1{
	width: 55px;
  height: 3px;
  background-color: black;
  margin: 6px 0;
}

.bar2{
	width: 55px;
  height: 3px;
  background-color:  #015567;
  margin: 6px 0;
}
.menubar:hover .bar1{background-color: #FFCC00;}
.get-text{color: #015567;}
.geeks {
	overflow: hidden;
	margin: 0 auto;
}
      
.geeks img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.geeks:hover img {
	transform: scale(1.5);
}
.aa {
  position: relative;
}

.aa:nth-child(1), .aa:nth-child(3) {
  z-index: 1;
}

.aa:nth-child(2) {
  margin: 0 -37px;
  z-index: 2;
}
.img-fix{
  max-width: 100%;
  height: 516px;
}
/*.gallery-video > li:after{
  content: "";
  width: 60%;
  margin-left: 15px;
  height: 26px;
  border-right: 2px solid #707070;
}*/
.nv{
  border-left: 2px solid #000;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width:640px){
  .font-54{font-size: 20px; font-weight: bold;} 
  .font-20{font-size: 16px;}
  .font-15{font-size: 1.2rem;}
  .font-18{font-size: 16px;}
  h1{font-size: 1.9rem;}
  h3{font-size: 1.2rem;}
  .community div { height: 231px;}
  .font-25{font-size: 1.8rem;}
  .cta-text{font-size: 16px;}
  .cta{text-align: center;}
  .single-cta{margin-bottom: 25px;}
  .cta-text h4{border-bottom: none;}
  .xb{border-bottom: 1px solid #085B09; padding-bottom: 1.2rem !important;padding-top: 2.2rem !important;}
  .xm{text-align: center;padding: 13px 0 13px 0px !important;}
  .rp {height: 29vh;}
  .font-220{font-size: 20px;}
  .font-115 {font-size: 15px;}
}
@media (max-width: 500px) {
  .nav li {
    display: block;
    width: 100%;
    margin: 0px 2rem;
    text-align: center;
    border: 1px solid #085B09;
}
.nav {padding: 10px 0 0 0;}
.video-c{
  font-size: 14px;
  left: 15px;
  right: 89px;
}
  .cc{padding: 8px !important;}
  .insight , .insight-n , .insight-ns{
    font-size: 14px;
  }
}

/********************Slider*************************
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  display: block;
  background: #fff;
  color: transparent;
  font-size: 0;
  transform: translate(0, -50%);
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-slider .slick-arrow:before {
  content: "";
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
}
.slick-lightbox .close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: auto;
  color: #fff;
  opacity: 1;
}
.slick-lightbox .close:not(.disabled):hover {
  opacity: 1;
}
.carousel2-1 .slick-track {
  display: flex;
  align-items: center;
}
.carousel2-1 .slick-slide {
  margin: 90px 15px;
  line-height: 0;
  transition: 0.5s;
}
.carousel2-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel2-1 .card {
  border: 0;
  height: 300px;
  line-height: 2;
  overflow: hidden;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.carousel2-1 .card:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.5s;
}
.carousel2-1 .card a, .carousel2-1 .card a:after {
  pointer-events: none;
}
.carousel2-1 .card .open-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  color: #fff;
  line-height: 1;
  transition: 0.5s;
  opacity: 0;
  outline: none;
  z-index: 2;
  text-decoration: none;
}
.carousel2-1 .card .open-lightbox:before {
  content: "\f065";
  font-size: 1.33333em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.carousel2-1 .slick-slide.slick-center {
  margin: 15px 15px;
}
.carousel2-1 .slick-slide.slick-center .card {
  height: 450px;
}
.carousel2-1 .slick-slide.slick-center .card:before {
  opacity: 0;
}
.carousel2-1 .slick-slide.slick-center .card a, .carousel2-1 .slick-slide.slick-center .card a:after {
  pointer-events: auto;
}
.carousel2-1 .slick-slide.slick-center .card .open-lightbox {
  opacity: 1;
}*/
.gray-bg{background-color: #F8F8F8;}
/**
 *  Progress Bar
 */
 .progress {
  display: block;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #FBC325;
  background-image: linear-gradient(to right, #007737, #fbc325);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}

.contents {
}

.slider {
  margin: 30px auto 50px;
}

.image {
  
}
.image img {
  border: 1px solid #FFF;
  display: block;
  width: 100% !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: 0;
  padding: 0;
  display: block;
  color: transparent;
  font-size: 0;
  transform: translate(0, -50%);
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.slick-slider .slick-arrow:before {
  content: "";
  font-size: 32px;
  line-height: 1;
  color: #000;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f053";
}
.slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "\f054";
}