@font-face{
	font-family: 'mark-pro';
	src: url('../fonts/Mark-Pro.ttf');
}
@font-face{
	font-family: 'mark-bold';
	src: url('../fonts/Mark-Pro-Heavy.ttf');
}
@font-face{
	font-family: 'tangerine-regular';
	src: url('../fonts/Tangerine-Regular.ttf');
} @font-face{
	font-family: 'tangerine-bold';
	src: url('../fonts/Tangerine-Bold.ttf');
}

.bl_cl{ color:#141f4e !important; }
.bl_bg{ background-color:#141f4e !important; }
.bl_br{ border-color:#141f4e !important; }


.vl_cl{ color:#9267d7 !important; }
.vl_bg{ background-color:#9267d7 !important; }
.vl_br{ border-color:#9267d7 !important; }


.pl_cl{ color:#FF83E0 !important; }
.pl_bg{ background-color:#FF83E0 !important; }
.pl_br{ border-color:#FF83E0 !important; }


.hero-content h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #141f4e;
  font-family: 'Nunito', sans-serif;
}

.hero-content p {
  font-size: 20px;
  padding: 20px 0;
  color: #63688e;
  font-weight: 400;
}


/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	z-index:999;
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.slider-height {
  min-height:830px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover
}

.slider-area {
	height:80vh;
	position:relative;
	width:100%;
	overflow:hidden;
}


/*
.slider-area::before{
	content:'';
	width: 100%;
	position: absolute;
	height: 70vh;
	background: #fff;
	opacity: 1;
	z-index: 9;
	border-radius:0 0 50% 50%;
}*/

.slider-area .hero__caption h1 {
	font-family:mark-bold;
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 14px;
	color: #53666a;
	line-height: 1;
	margin-bottom: 0px;
}

.slider-area .hero__caption p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  color: #000352;
  margin-bottom: 7px;
  font-family: mark-pro;
  text-align: justify;
}

.hero-overly {
  position:relative;
  z-index:1
}
.hero-overly::before {
  position:absolute;
  content:"";
  background-color:rgba(1,10,28,0.3);
  width:100%;
  height:100%;
  left:0;
  top:0;
  bottom:0;
  right:0;
  z-index:-1;
  background-repeat:no-repeat
}
.slider-area .hero-cap h2 {
  color:#fff;
  font-size:50px;
  font-weight:700;
  text-transform:capitalize
}

.slider-active{
	/*background-image:url("../img/home-slider.jpg");*/
	background-size: cover;
	background-repeat:none;
	background-position:center;
}


.slider-active button.slick-arrow {
	position:absolute;
	top:50%;
	left:80px;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	background:none;
	border:2px solid transparent;
	padding:0;
	z-index:9999;
	opacity:0;
	visibility:hidden;
	height:60px;
	width:60px;
	border-radius:50%;
	cursor:pointer;
	background:#FF83E0;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s
}
.slider-active button.slick-arrow i {
  font-size: 45px;
  line-height: 60px;
  padding-right: 7px;
}

.slider-active button.slick-next.slick-arrow i{
	padding-left: 7px;
}

.slider-active button.slick-next {
  left:auto;
  right:80px
}

.slider-active button.slick-arrow .secondary-img {
  right:26px
}
.slider-active button:hover img {
  opacity:0
}
.slider-active button:hover .secondary-img {
  opacity:1
}

.slider-active:hover button.slick-prev {
  left:100px
}

.slider-active:hover button.slick-next {
  right:100px
}

.slider-active:hover button {
  opacity:1;
  visibility:visible
}

.slider-active button:hover {
  background:#FEFEFE;
  color:#FF83E0;
  border-color:#FF83E0;
}

.slider-active .secondary-img {
  position:absolute;
  opacity:0
}

.slider-shape .cut-shape {
  color: #ffffff;
  left: 0px;
  bottom: 0px;
  right: 0;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  line-height: 0;
}

.slider-shape .cut-shape svg {
  height: 80px;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.bnfimg{
	height: 400px;
	width: 100%;
	background: url(../img/product-benefit.png) no-repeat;
	background-size:cover;
}

.header-section.page-header .header-area .dope-nav-container a{
	color:#fff;
}

.header-section.page-header .header-area.fixed-top .dope-nav-container a{
	color:#3a4b95;
}

.header-section.page-header .header-area.fixed-top .dope-navbar .nav-brand{
	margin-top:0px;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.slider-height {
		min-height:700px
	}
	.slider-active:hover button.slick-prev {
		left:20px
	}
	.slider-active:hover button.slick-next {
		right:20px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero__caption h1 {
    font-size:60px !important;
    line-height:1.2
  }
  .slider-active:hover button.slick-prev {
    left:auto;
    right:10px
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height {
    min-height:600px
  }
  .slider-area .hero__caption h1 {
    font-size:50px !important;
    line-height:1.2
  }
}


@media (max-width: 767px) {
	.slider-height {
    min-height:470px
  }
	.slider-area .hero__caption h1 {
    font-size:33px !important;
	text-align:center;
    line-height:1.2
  }
  .hero-content h3 {
	font-size: 26px;
  }
  .hero-content p {
    font-size: 16px;
    padding: 14px 0;
  }
  .slider-area .hero__caption p {
	font-size: 15px;
  }
  .slider-area {
  height: 50vh;
  }
  .slider-area::before {
  height: 40vh;
  }
  .slider-shape .cut-shape {
	z-index:999;
  }
  .scndsld img{
	  position: absolute;
	  top: -45px;
	  width: 80%;
	  right: 0;
	  z-index: -1;
  }
  .bnfimg{
	height: 270px;
  }
  
  .menu-btn {
    display: block !important;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
  }

}
