/** home-4 css for acuasafe **/

.header-top{
	position: relative;
	width: 100%;
	padding: 0px 70px;
	background: #ebf3fa;
}

.header-top .info li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 40px;
	font-size: 15px;
	color: #172746;
	font-weight: 600;
	padding: 15px 0px 14px 27px;
}

.header-top .info li:before{
	position: absolute;
	content: '';
	background: #d8dfe6;
	width: 1px;
	height: 100%;
	top: 0px;
	right: -20px;
}

.header-top .info li:last-child:before{
	display: none;
}

.header-top .info li a{
	display: inline-block;
	color: #172746;
	font-weight: 700;
}

.header-top .info li:last-child{
	margin: 0px !important;
}

.header-top .info li i{
	position: absolute;
	left: 0px;
	top: 19px;
	font-size: 18px;
	color: #00d1f9;
}

.header-top .info li span{
	color: #00d1f9;
	font-weight: 700;
}

.header-top .info li a:hover{
	color: #00d1f9;
}

.header-top .social-links li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 55px;
	float: left;
	margin-right: 25px;
}

.header-top .social-links li:last-child{
	margin: 0px !important;
}

.header-top .social-links li a{
	position: relative;
	display: inline-block;
	line-height: 55px;
	color: #172746;
}

.header-top .social-links li a:hover{
	color: #00d1f9;
}

.header-top .social-links li h6{
	font-size: 15px;
	line-height: 55px;
	font-weight: 600;
}


/** banner-style-four **/

.banner-style-four .image-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-four .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: calc(50% + 115px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.banner-style-four .inner-box .image-box{
	position: absolute;
	right: -150px;
	bottom: 0px;
	min-width: auto;
	min-height: auto;
	 opacity: 0;
  -webkit-transform: translateY(300px);
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -o-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-four .banner-carousel .active .image-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-four .banner-carousel .content-box h4{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #00d1f9;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 16px;
	 opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-four .banner-carousel .active h4{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-style-four .banner-carousel .content-box h4:before{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 3px;
	height: 18px;
	left: 0px;
	top: 4px;
}

.banner-style-four .banner-carousel .content-box h4:after{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 3px;
	height: 18px;
	right: 0px;
	top: 4px;
}

.banner-style-four .banner-carousel .content-box{
	max-width: 530px;
}

.banner-style-four .banner-carousel .content-box .btn-box .banner-btn{
	background: #fff;
	color: #172746 !important;
}

.banner-style-four .banner-carousel .content-box .btn-box .banner-btn:before{
	background: #00d1f9;
}

.banner-style-four .banner-carousel .content-box .btn-box .banner-btn:hover{
	border-color: #00d1f9;
	color: #fff !important;
}

.banner-style-four .banner-carousel .content-box{
	padding: 170px 0px;
}

.banner-style-four .anim-icon .icon-1{
	position: absolute;
	left: 60px;
	bottom: 60px;
	width: 220px;
	height: 209px;
	background-repeat: no-repeat;
}

.banner-style-four .anim-icon .icon-2{
	position: absolute;
	left: 35%;
	top: 60px;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** feature-section-home4 **/

.feature-section-home4{
	position: relative;
	background: #f2f9ff;
	padding: 147px 0px 260px 0px;
}

.feature-section-home4 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 167px;
	background-repeat: repeat-x;
	animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite;
}

.sec-title-two{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sec-title-two h5{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #00d1f9;
	padding-left: 18px;
	padding-right: 18px;
	margin-bottom: 18px;
}

.sec-title-two h5:before{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 2px;
	height: 17px;
	left: 0px;
	top: 4px;
}

.sec-title-two h5:after{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 2px;
	height: 17px;
	right: 0px;
	top: 4px;
}

.sec-title-two h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 55px;
	color: #172746;
	font-weight: 700;
	margin-bottom: 0px;
}

.feature-section-home4 .sec-title-two h2{
	font-size: 32px;
	line-height: 45px;
}

.feature-section-home4 .single-item .inner-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 50px 30px 46px 30px;
	transition: all 500ms ease;
}

.feature-section-home4 .single-item .inner-box:hover{
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

.feature-section-home4 .single-item .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 100px;
	background: #fff;
	border-radius: 50%;
	border: 13px solid #f2f5fa;
	text-align: center;
	font-size: 50px;
	color: #00d1f9;
	z-index: 1;
	margin-bottom: 27px;
	transition: all 500ms ease;
}

.feature-section-home4 .single-item .inner-box:hover .icon-box{
	color: #fff !important;;
}

.feature-section-home4 .single-item .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 100%;
	height: 100%;
	transform: scale(0,0);
	border-radius: 50%;
	z-index: -1;
	left: 0px;
	top: 0px;
	transition: all 500ms ease;
}

.feature-section-home4 .single-item .inner-box:hover .icon-box:before{
	transform: scale(1,1);
}

.feature-section-home4 .single-item .inner-box h4{
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 15px;
}

.feature-section-home4 .single-item .inner-box p{
	font-size: 16px;
}

.feature-section-home4 .pattern-layer-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 258px;
	height: 344px;
	background-repeat: no-repeat;
}

.feature-section-home4 .pattern-layer-3{
	position: absolute;
	left: 205px;
	top: 95px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}


/** about-section-home4 **/

.about-section-home4{
	position: relative;
	padding: 140px 0px 150px 0px;
}

.about-section-home4 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 26px;
}

.about-section-home4 .content-box .text p{
	font-size: 16px;
}

.about-section-home4 .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 33px;
}

.about-section-home4 .content-box .list li{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	font-size: 16px;
	color: #141417;
	padding-left: 25px;
	margin-bottom: 11px;
}

.about-section-home4 .content-box .list li:last-child{
	margin-bottom: 0px;
}

.about-section-home4 .content-box .list li:before{
	position: absolute;
	content: '';
	border: 2px solid #00d1f9;
	width: 12px;
	height: 12px;
	left: 0px;
	top: 8px;
	border-radius: 50%;
}

.about-section-home4 .content-box .sec-title-two{
	margin-bottom: 18px;
}

.about-section-home4 .content-box .theme-btn{
	padding: 15px 50px;
}

.about-section-home4 .image-box{
	position: relative;
	display: block;
	padding-right: 140px;
	padding-bottom: 90px;
	padding-left: 30px;
}

.about-section-home4 .image-box:before{
	position: absolute;
	content: '';
	background: #edf0f7;
	border: 1px solid #e8e8e8;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	top: -45px;
	right: 5px;
}

.about-section-home4 .image-box:after{
	position: absolute;
	content: '';
	border: 1px solid #e8e8e8;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	top: -105px;
	right: -55px;
	z-index: -1;
}

.about-section-home4 .image-box img{
	width: 100%;
}

.about-section-home4 .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-left: 30px solid #fff;
	border-top: 30px solid #fff;
}

.about-section-home4 .image-box .image-1{
	position: relative;
	overflow: hidden;
}

.about-section-home4 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -80%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.about-section-home4 .image-box:hover .image-1:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-section-home4 .image-box .image-shape{
    position: absolute;
    left: -50px;
    bottom: -28px;
    width: 193px;
    height: 193px;
    background-repeat: no-repeat;
}

.about-section-home4 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 300px;
	width: 260px;
	height: 340px;
	background-repeat: no-repeat;
}


/** service-section-home4 **/

.service-section-home4{
	position: relative;
	padding: 145px 0px 110px 0px;
	background: #042b8a;
}

.service-section-home4 .sec-title-two h2{
	color: #fff;
}

.service-section-home4 .left-column{
	position: relative;
	padding-right: 200px;
}

.service-section-home4 .right-column{
	position: relative;
	padding-left: 200px;
}

.service-section-home4 .single-item .inner-box{
	position: relative;
    display: block;
    background: #183c93;
    padding: 40px 40px 35px 40px;
    box-shadow: 0px 10px 40px 0px rgb(0 0 0 / 8%);
    margin-bottom: 40px;
    z-index: 1;
    transition: all 500ms ease;
}

.service-section-home4 .single-item .inner-box:before{
	position: absolute;
	content: '';
	background: #00d1f9;
	width: 100%;
	height: 0%;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-section-home4 .single-item .inner-box:hover:before{
	height: 100%;
	top: 0px;
}

.service-section-home4 .single-item .inner-box .icon-box {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 27px;
    color: #00d1f9;
    transition: all 500ms ease;
}

.service-section-home4 .single-item .inner-box:hover .icon-box{
	color: #fff !important;
}

.service-section-home4 .single-item .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 14px;
}

.testimonial-section.home-4 .testimonial-block-one .inner-box .rating li{
	float: none;
	text-align: center;
}

.service-section-home4 .single-item .inner-box h4 a{
	color: #fff;
}

.service-section-home4 .single-item .inner-box h4 a:hover{
	text-decoration: underline;
}

.service-section-home4 .single-item .inner-box p{
	color: #fff;
}


.service-section-home4 .image-layer{
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.service-section-home4 .bg-layer .layer{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.10);
}

.service-section-home4 .bg-layer .layer-1{
	width: 570px;
	height: 570px;
}

.service-section-home4 .bg-layer .layer-2{
	bottom: 200px;
	width: 370px;
	height: 370px;
}

.service-section-home4 .bg-layer .layer-3{
	bottom: 300px;
	width: 170px;
	height: 170px;
}

.service-section-home4 .column-shape{
    position: absolute;
    right: -77px;
    top: 35%;
    width: 193px;
    height: 193px;
    background-repeat: no-repeat;
}

.service-section-home4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-section-home4 .anim-icon .icon-1{
	position: absolute;
	left: 100px;
	bottom: 360px;
	width: 171px;
	height: 162px;
	background-repeat: no-repeat;
}

.service-section-home4 .anim-icon .icon-2{
	position: absolute;
	top: 150px;
	right: 150px;
	width: 96px;
	height: 110px;
	background-repeat: no-repeat;
}

.service-section-home4 .anim-icon .icon-3{
	position: absolute;
	left: 37%;
	top: 0px;
	width: 183px;
	height: 63px;
	background-repeat: no-repeat;
}


/** works-section-home4 **/

.works-section-home4{
	position: relative;
	padding: 145px 0px;
	background: #f2f9ff;
}

.works-section-home4 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.works-section-home4 .upper-box{
	position: relative;
}

.works-section-home4 .sec-title-two{
	padding-right: 50px;
}

.works-section-home4 .upper-box .text{
	padding-left: 50px;
	padding-right: 50px;
}

.works-section-home4 .upper-box .shape{
	position: absolute;
	left: 50%;
	top: 4px;
	transform: translateX(-50%);
	width: 7px;
	height: 84px;
	background-repeat: no-repeat;
}

.works-section-home4 .single-item .inner-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 0px 65px;
}

.works-section-home4 .single-item .inner-box .arrow{
	position: absolute;
	top: 90px;
	right: -35px;
	width: 56px;
	height: 17px;
	background-repeat: no-repeat;
}

.works-section-home4 .single-item .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 200px;
	height: 200px;
	line-height: 170px;
	border: 25px solid #fff;
	border-radius: 50%;
	background: #00d1f9;
	font-size: 60px;
	color: #fff;
	z-index: 1;
	text-align: center;
	margin-bottom: 26px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 8%);
	transition: all 500ms ease;
}

.works-section-home4 .single-item .inner-box .icon-box:before{
	position: absolute;
	content: '';
	background: #002c8f;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transform: scale(0,0);
	z-index: -1;
	border-radius: 50%;
	transition: all 500ms ease;
}

.works-section-home4 .single-item .inner-box:hover .icon-box:before{
	transform: scale(1,1);
}

.works-section-home4 .single-item .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 15px;
}

.works-section-home4 .single-item .inner-box p{
	font-size: 16px;
	line-height: 26px;
}

.shop-section.home-4{
	padding-top: 145px;
}


/** chooseus-section-home4 **/

.chooseus-section-home4{
	position: relative;
	background: #002c8f;
	padding: 145px 0px 405px 0px;
}

.chooseus-section-home4 .sec-title-two h2{
	color: #fff;
	margin-bottom: 16px;
}

.chooseus-section-home4 .sec-title-two p{
	font-size: 16px;
	color: #fff;
}

.chooseus-section-home4 .sec-title-two{
	margin-right: 50px;
}

.chooseus-section-home4 .single-item{
	position: relative;
	display: block;
	padding-left: 65px;
	margin-bottom: 30px;
}

.chooseus-section-home4 .single-item:last-child{
	margin-bottom: 0px;
}

.chooseus-section-home4 .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 4px;
	width: 40px;
	height: 40px;
	line-height: 46px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #00d1f9;
}

.chooseus-section-home4 .single-item h4{
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 14px;
}

.chooseus-section-home4 .single-item p{
	font-size: 16px;
	color: #fff;
}

.chooseus-section-home4 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 167px;
	background-size: cover;
	background-repeat: no-repeat;
}


/** video-section-home4 **/

.video-section-home4{
	position: relative;
}

.video-section-home4:before{
	position: absolute;
	content: '';
	background: #f1f8fe;
	width: 100%;
	height: 235px;
	left: 0px;
	bottom: 0px;
}

.video-section-home4 .video-inner{
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  margin-top: -265px;
  box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 10%);
  z-index: 1;
}

.video-section-home4 .video-inner .inner-box{
  position: relative;
  width: 100%;
  padding: 175px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.video-section-home4 .video-inner .inner-box:before{
  position: absolute;
  content: '';
  background-color: #172746;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.video-section-home4 .video-inner .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 100px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.video-section-home4 .video-inner .inner-box .video-btn a:after, 
.video-section-home4 .video-inner .inner-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section-home4 .video-inner .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}


.testimonial-section.home-4{
	padding: 145px 0px;
}

.testimonial-section.home-4 .owl-dots{
	position: relative;
	top: 0px;
	right: 0px;
	display: block;
	text-align: center;
	margin-top: 56px;
}


/** cta-section-home4 **/

.cta-section-home4{
	position: relative;
}

.cta-section-home4 .inner-container{
	position: relative;
	padding: 150px 0px 130px 0px;
}

.cta-section-home4 .inner-container .line{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 22px;
	background-repeat: repeat-x;
}

.cta-section-home4 .image-box{
	position: relative;
	display: block;
	padding: 0px 60px 40px 100px;
}

.cta-section-home4 .image-box:before{
	position: absolute;
	content: '';
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	width: 320px;
	height: 320px;
	left: -30px;
	top: -70px;
	z-index: -1;
}

.cta-section-home4 .image-box img {
    max-width: 100%;
}

.cta-section-home4 .image-box .image-2{
	position: absolute;
	left: 57px;
	bottom: 0px;
}

.cta-section-home4 .image-box .text{
	position: absolute;
	left: 0px;
	top: 90px;
	width: 150px;
	height: 150px;
	display: flex;
	background: #042b8a;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
}

.cta-section-home4 .image-box .text h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #00d1f9;
	margin-bottom: 0px;
}

.cta-section-home4 .image-box .text h5{
	display: block;
	font-size: 17px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.cta-section-home4 .image-box .shape .shape-1{
	position: absolute;
	left: 20px;
	top: -15px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
}

.cta-section-home4 .image-box .shape .shape-2{
	position: absolute;
	right: 30px;
	top: 140px;
	width: 193px;
	height: 193px;
	background-repeat: no-repeat;
	z-index: -1;
}

.cta-section-home4 .content-box .theme-btn.btn-two{
	background: #002c8f;
	border-color: #002c8f;
	padding: 13px 43px;
	color: #fff !important;
}

.cta-section-home4 .content-box{
	position: relative;
	display: block;
	margin-left: 30px;
}

.cta-section-home4 .content-box .sec-title-two{
	margin-bottom: 18px;
}

.cta-section-home4 .content-box .text{
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.cta-section-home4 .content-box .list{
	position: relative;
	display: block;
	margin-bottom: 39px;
}

.cta-section-home4 .content-box .list li{
	position: relative;
	display: block;
	font-size: 15px;
	color: #172746;
	font-weight: 500;
	padding-left: 40px;
	margin-bottom: 10px;
}

.cta-section-home4 .content-box .list li:last-child{
	margin-bottom: 0px;
}

.cta-section-home4 .content-box .list li:before{
	position: absolute;
	content: "\f10a";
	font-family: 'Flaticon';
	font-size: 10px;
	left: 0px;
	top: 3px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #002c8f;
	border-radius: 50%;
	text-align: center;
}

.cta-section-home4 .content-box .theme-btn.btn-one{
	margin-right: 16px;
	padding: 15px 50px;
}

.cta-section-home4 .content-box .theme-btn.btn-one i{
	margin-right: 10px;
}


/** contact-section-home4 **/

.contact-section-home4{
	position: relative;
	background: #f2f9ff;
	padding: 145px 0px 150px 0px;
}

.contact-section-home4 .sec-title-two{
	margin-right: 90px;
}

.contact-section-home4 .sec-title-two h2{
	margin-bottom: 18px;
}

.contact-section-home4 .form-inner{
	position: relative;
	display: block;
}

.contact-section-home4 .form-inner input[type='text'],
.contact-section-home4 .form-inner input[type='email'],
.contact-section-home4 .form-inner input[type='tel'],
.contact-section-home4 .form-inner textarea{
	position: relative;
	width: 100%;
	height: 55px;
	background: #fff;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 16px;
	color: #727272;
	border: none;
	border: 1px solid #fff;
	box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 8%);
	transition: all 500ms ease;
}

.contact-section-home4 .form-inner textarea{
	height: 150px;
	resize: none;
	padding-top: 15px;
}

.contact-section-home4 .form-inner input:focus,
.contact-section-home4 .form-inner textarea:focus{
	border-color: #00d1f9 !important;
}

.contact-section-home4 .image-layer {
    position: absolute;
    left: 0;
    bottom: -180px;
}

.main-footer.home-4{
	background: #022b8c;
}

.main-footer.home-4 .footer-bottom{
	background: #01267e;
}




/****************** responsive-css **********************/



@media only screen and (max-width: 1200px){
	.header-top .left-column,
	.header-top .right-column{
		float: none;
		display: block;
		text-align: center;
	}

	.header-top .left-column .info li,
	.header-top .social-links li{
		float: none;
	}

	.header-top .left-column .info li:before{
		display: none;
	}

	.header-top .info li{
		padding-bottom: 0px;
	}

	.about-section-home4 .image-box .image{
		transform: translateY(0px) !important;
	}

	.about-section-home4 .content-box{
		margin-bottom: 30px;
	}

	.cta-section-home4 .content-box .theme-btn{
		margin-bottom: 15px;
	}

	.contact-section-home4 .image-layer{
		left: 0px;
	}
}


@media only screen and (max-width: 991px){
	.feature-section-home4 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.service-section-home4 .left-column,
	.service-section-home4 .right-column{
		padding: 0px;
	}

	.service-section-home4 .image-layer{
		display: none;
	}

	.works-section-home4 .sec-title-two{
		text-align: center !important;
		padding: 0px;
		margin-bottom: 18px;
	}

	.works-section-home4 .upper-box .shape{
		display: none;
	}

	.works-section-home4 .upper-box .text{
		padding: 0px;
		margin-bottom: 30px;
		text-align: center;
	}

	.works-section-home4 .single-item .inner-box .arrow{
		display: none;
	}

	.works-section-home4 .single-item .inner-box{
		margin-bottom: 30px;
	}

	.works-section-home4{
		padding-bottom: 115px;
	}

	.cta-section-home4 .image-box{
		margin-bottom: 30px;
	}

	.contact-section-home4 .image-layer{
		display: none;
	}
}


@media only screen and (max-width: 767px){
	.feature-section-home4 .pattern-layer-3{
		display: none;
	}

	.feature-section-home4{
		padding: 65px 0px 40px 0px;
	}

	.feature-section-home4 .pattern-layer{
		display: none;
	}

	.about-section-home4{
		padding: 65px 0px 70px 0px;
	}

	.about-section-home4 .image-box{
		padding-left: 0px;
	}

	.service-section-home4{
		padding: 65px 0px 30px 0px;
	}

	.sec-title-two h2{
		font-size: 30px;
		line-height: 40px;
	}

	.sec-title-two h2 br{
		display: none;
	}

	.works-section-home4{
		padding: 65px 0px 35px 0px;
	}

	.shop-section.home-4{
		padding-top: 65px;
	}

	.chooseus-section-home4{
		padding: 65px 0px 320px 0px;
	}

	.chooseus-section-home4 .single-item{
		margin-bottom: 30px !important;
	}

	.testimonial-section.home-4{
		padding: 65px 0px 40px 0px;
	}

	.testimonial-section.home-4 .owl-dots{
		display: none;
	}

	.cta-section-home4 .inner-container{
		padding-bottom: 70px;
	}

	.contact-section-home4{
		padding: 65px 0px 70px 0px;
	}

	.header-top{
		padding-left: 15px;
		padding-right: 15px;
	}

.main-header .header-lower {
    /* padding: 100px 0px; */
}
}


@media only screen and (max-width: 599px){
	.main-header.home-4 .header-lower{
		padding-bottom: 20px;
	}

	.about-section-home4 .content-box .list li{
		width: 100%;
	}

	.about-section-home4 .image-box{
		padding: 0px;
	}

	.about-section-home4 .image-box .image-2{
		position: relative;
		margin-top: 30px;
		border: none;
	}

	.video-section-home4 .video-inner .inner-box{
		padding: 120px 0px;
	}

	.cta-section-home4 .image-box .shape{
		display: none;
	}

	.cta-section-home4 .image-box{
		padding: 0px;
		margin-bottom: 30px;
	}

	.cta-section-home4 .image-box .image-2{
		position: relative;
		left: 0px;
		margin-top: 30px;
	}

	.cta-section-home4 .content-box{
		margin-left: 0px;
	}
}

.page-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(1 141 240);
	opacity: 0.87;
    width: 100%;
    height: 100%;
}


.news-section.one {
    padding-bottom: 0;
}
.news-section.three {
    padding-top: 0;
}
.main-footer.home-4 {
    background: transparent;
}
footer.main-footer.two, footer.main-footer.three, footer.main-footer.four, footer.main-footer.five {
    background-color: transparent;
}





















/*** 
=============================================
    Team Single Area Css
=============================================
***/
.team-single-area{
    position: relative;
    display: block;
    padding: 120px 0 80px;
}
.team-singel-image-box{
    position: relative;
    display: block;    
}
.team-singel-image-box img{
    width: 100%;
}

.team-member-info-box{
    position: relative;
    display: block;
    padding: 56px 45px;
    box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
}

.team-member-info-box .title {
    position: relative;
    display: block;
    padding-bottom: 6px;
}

.team-member-info-box .title h3{
    color: #222222;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: capitalize;
}

.team-member-info-box .title span{
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #787878;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-member-info-box ul {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.team-member-info-box ul li {
    color: #798795;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    margin-right: 10px;
}
.team-member-info-box ul li span {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    color: #000000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.team-member-info-box ul li a{
    color: #798795;
}
.team-member-info-box .social-links-style1 {
    margin-top: 36px;
}
.team-member-info-box .social-links-style1 li a i {
    position: relative;
    display: block;
    background: #ededed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #798795;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    transition: all 500ms ease;
}
.team-member-info-box .social-links-style1 li a:hover i{
    color: #ffffff;
    background: #00d1f9;
}

.team-member-content-box {
    position: relative;
    display: block;
    padding-top: 46px;
    padding-bottom: 60px;
}
.team-member-content-box h3{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}


/* Project details */

.project-details {
    position: relative;
    padding: 120px 0 90px;
}

.project-details .project-info {
    position: relative;
}

.project-details .project-info .column {
    position: relative;
    margin-bottom: 10px;
    background: #f9f8f7;
    padding: 36px 50px;
    text-align: center;
}

.project-details .project-info h5 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project-details .project-info p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.project-details h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.project-details h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

.project-details .list {
    position: relative;
    margin-bottom: 30px;
}

.project-details .list li {
    position: relative;
    color: #797672;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    padding-left: 27px;
    transition: .5s;
}

.project-details .list li:before {
    font-family: 'fontawesome';
    content: "\f00c";
    position: absolute;
    left: 0;
    top: -1px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 900;
    display: inline-block;
    color: #00d1f9;
}



.appointment-form {
    max-width: 700px;
    margin: 0 auto;
}

.contact-section .default-form.appointment-form .form-group input[type="text"], 
.contact-section .default-form.appointment-form .form-group input[type="email"], 
.contact-section .default-form.appointment-form .form-group input[type="password"], 
.contact-section .default-form.appointment-form .form-group input[type="tel"], 
.contact-section .default-form.appointment-form .form-group input[type="url"], 
.contact-section .default-form.appointment-form .form-group input[type="file"], 
.contact-section .default-form.appointment-form .form-group input[type="number"], 
.contact-section .default-form.appointment-form .form-group textarea, 
.contact-section .default-form.appointment-form .form-group select {
    border: 1px solid #eee;
    background: #fff;
}

.contact-section .default-form.appointment-form .form-group textarea {
    height: 180px;
}

.appointment-form .form-group {
    margin-bottom: 30px;
}


/* Why choose us section */

.why-choose-us-section {
    position: relative;
    padding: 160px 0 130px;
}

.why-choose-us-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}

.why-choose-us-block .inner-box {
    position: relative;
    padding: 40px 15px 40px;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e9f2;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box .icon-box {
    position: relative;
    color: #00d1f9;
    margin: 0 auto 15px;
    font-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.why-choose-us-block .inner-box h4 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.why-choose-us-block .inner-box h4 a:hover {
    color: #00d1f9;
}

.why-choose-us-block .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6em;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin-bottom: 0;
}

.why-choose-us-block .inner-box .read-more {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

.why-choose-us-block .hvr-bounce-to-bottom:before {
    background-color: #00d1f9;
}

.why-choose-us-block .inner-box:hover .icon-box,
.why-choose-us-block .inner-box:hover h4 a,
.why-choose-us-block .inner-box:hover .text {
    color: #fff;
}


/* Pricing Details */

.cart-total-table {
    border: 1px solid #e8e6f4;
    border-radius: 6px;
}

.cart-total-table li {
    border-bottom: 1px solid #e8e6f4
}

.cart-total-table li:last-child {
    border-bottom: none
}

.cart-total-table li span.col.col-title {
    position: relative;
    display: block;
    float: left;
    border-right: 1px solid #e8e6f4;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.cart-total-table li span.col {
    position: relative;
    display: block;
    float: left;
    color: #111;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 18px;
    width: 50%;
}

.billing-information .payment-options {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e8e6f4;
    padding: 23px 20px 35px;
    border-radius: 6px;
}

.billing-information .payment-options .option-block {
    margin-bottom: 14px
}

.billing-information .payment-options .option-block .checkbox {
    margin: 0 0 5px;
}

.billing-information .payment-options .option-block .checkbox label {
    display: block;
    font-weight: 500;
    min-height: 20px;
    padding-left: 0px;
    margin: 0;
}

.billing-information .payment-options .option-block .checkbox label input {
    position: relative;
    top: 1px;
}

.billing-information .payment-options .option-block .checkbox label span {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
}

.billing-information .payment-options .option-block .checkbox label span b {
    color: #222222;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding-left: 25px;
    text-decoration: underline;
}

.billing-information .payment-options .option-block .text {
    padding-left: 30px;
}

.billing-information .payment-options .option-block .text p {
    margin: 0;
    line-height: 28px;
}

.pricing-details {
    position: relative;
    padding: 150px 0;
}

.pricing-details h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.pricing-details .text {
    margin-bottom: 40px;
}

.pricing-details .content {
    position: relative;
}

.pricing-details h4 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-details .cart-total-table {
    margin-bottom: 40px;
}

/* Cupon */

.coupons-section {
    position: relative;
    padding: 100px 0 120px;
}

.tt-coupons {
    position: relative;
    border: 5px solid #f3f3f3;
    background-color: #fff
}
.tt-coupons:before,
.tt-coupons:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    z-index: 1;
    border: 1px dashed #ddd;
}
.tt-coupons:after {
    top: 1px
}
.tt-coupons:before {
    bottom: 1px
}
.tt-coupons .tt-coupons__bg {
    height: 251px;
    overflow: hidden;
    position: relative;
}
.tt-coupons .tt-coupons__bg:after,
.tt-coupons .tt-coupons__bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0
}
.tt-coupons .tt-coupons__bg:after {
    height: 100%;
    width: 1px;
    right: 1px;
    border: 1px dashed #ddd;
    z-index: 1
}
.tt-coupons .tt-coupons__bg:before {
    width: 228px;
    top: -55px;
    left: -68px;
    bottom: -11px;
    z-index: 2;
    background: #303442;
    transform: rotate(22deg);
}
.tt-coupons .btn-custom {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    color: #fff
}
.tt-coupons .btn-custom .tt-icon {
    font-size: 23px;
    line-height: 1
}
.tt-coupons .btn-custom span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    top: 3px
}
.tt-coupons .btn-custom span:before {
    display: inline-block;
    position: relative;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #87888e;
    -webkit-transition: width .2s linear;
    transition: width .2s linear
}
.tt-coupons .btn-custom:hover {
    color: #fff
}
.tt-coupons .btn-custom:hover span:before {
    width: 0
}
.tt-coupons .tt-top-left {
    position: absolute;
    top: 22px;
    left: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    z-index: 3
}
.tt-coupons .tt-top-left a {
    color: #fff
}
.tt-coupons .tt-bottom-left {
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 3
}
.tt-coupons .tt-right-top {
    width: 64%;
    float: right;
    padding: 18px 24px 50px 0;
    position: relative;
    z-index: 3
}
.tt-coupons .tt-right-top .tt-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-bottom: 14px
}
.tt-coupons .tt-right-top .tt-title+* {
    margin-top: 0;
    letter-spacing: -.5px;
}
.tt-coupons .tt-right-top .tt-title__01 {
    color: #303442;
    font-size: 24px;
    line-height: 34px
}
.tt-coupons .tt-right-top .tt-title__02 {
    color: #00d1f9;
    font-size: 36px;
    line-height: 34px;
    margin-top: 8px;
}
.tt-coupons .tt-right-bottom {
    position: absolute;
    padding: 0 24px 0 0;
    width: 70%;
    right: 0;
    bottom: 16px
}
.tt-coupons .tt-right-bottom .tt-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 24px;
    width: 100%;
    font-size: 14px;
    color: #252936
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col {
    display: inline-block
}
.tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:not(:last-child) {
    margin-left: 30px
}
.tt-coupons .tt-right-bottom .tt-coupons__logo {
    font-size: 19px;
    line-height: 19px;
    color: #303442;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: -.02em
}
.tt-coupons .tt-right-bottom .tt-coupons__logo .tt-icon {
    position: absolute;
    top: -4px;
    left: -11px;
    max-width: 20px
}
.tt-coupons .tt-right-bottom .tt-text {
    display: inline-block;
    position: relative;
    top: -2px
}
.tt-coupons .tt-right-bottom .tt-text .tt-base-color {
    color: #00d1f9;
}

@media (max-width: 1229.98px) {
    .tt-coupons {
        max-width:570px;
        margin-left: auto;
        margin-right: auto
    }
    .tt-coupons .tt-right-top {
        width: 58%
    }
}
@media (max-width:575.98px) {
    .tt-coupons .tt-coupons__bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .tt-coupons .tt-top-left {
        position: relative;
        top: inherit;
        left: inherit;
        width: 62%;
        background: #303442;
        overflow: hidden;
        padding: 20px 10px 20px 20px
    }
    .tt-coupons .tt-bottom-left {
        width: 38%;
        position: relative;
        bottom: inherit;
        left: inherit;
        background: #303442;
        overflow: hidden;
        padding: 20px 20px 20px 10px;
        text-align: right
    }
    .tt-coupons .tt-coupons__bg {
        height: inherit
    }
    .tt-coupons .tt-coupons__bg:before {
        display: none
    }
    .tt-coupons .tt-right-top {
        width: 100%;
        padding: 18px 20px 35px
    }
    .tt-coupons .tt-right-top .tt-title__01 {
        font-size: 18px;
        line-height: 28px
    }
    .tt-coupons .tt-right-top .tt-title__02 {
        font-size: 26px;
        line-height: 24px
    }
    .tt-coupons .tt-right-bottom {
        width: 100%;
        position: relative;
        padding: 0;
        text-align: right
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom {
        padding: 0 0;
        position: inherit;
        display: block
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:first-child {
        text-align: right;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .tt-coupons .tt-right-bottom .tt-row-bottom .tt-col:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        display: none
    }
}
.tt-coupons-wrapper {
    margin-left: -15px;
    margin-right: -15px
}
.tt-coupons-wrapper .tt-item {
    padding-left: 15px;
    padding-right: 15px
}

/* Services Price section */

.services-price {
    position: relative;
    padding: 0px 0 120px 0px;
}

.services-price .table thead th {
    background: #00d1f9;
    color: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(odd) {
    background: #fff;
}

.services-price .table-striped tbody tr:nth-of-type(even) {
    background: #f7f7f7;
}

.services-price .table td {
    padding: 16px 25px;
}

/* Owl Dots */
.coupons-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.coupons-section .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 30px;
    height: 3px;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.coupons-section .owl-dots .owl-dot{
    background:#ddd;
}

.coupons-section .owl-dots .owl-dot:hover,
.coupons-section .owl-dots .owl-dot.active{
    background-color:#eab207;
}


/* Resume */

.resume h3 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.resume .info-box{
    position: relative;
    padding-left: 125px;
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .date{
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    padding: 5px 20px;
    background-color: #222222;
    border-radius: 3px 20px 20px 3px;
}

.resume .info-box:hover .date{
    -webkit-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.resume .info-box .date:before{
    position: absolute;
    top: 6px;
    right: -6px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #222222;
    content: "";
}

.resume .info-box .inner{
    position: relative;
}

.resume .info-box .title{
    position: relative;
    padding: 20px 25px;
    background-color: #f9f9f9;
    margin-bottom: 25px;
}

.resume .info-box .title:before{
    position: absolute;
    left: -34px;
    top: 22px;
    height: 17px;
    width: 17px;
    border:1px solid #dddddd;
    border-radius: 10px;
    content: "";
    background-color: #ffffff;
}

.resume .info-box .title:after{
    position: absolute;
    top: 26px;
    left: -30px;
    height: 9px;
    width: 9px;
    border-radius: 10px;
    background-color: #00d1f9;
    content:"";
}

.resume .info-box .title h4{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
}

.resume .info-box .title span{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
}

.resume .info-box h5{
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.resume .info-box .content{
    position: relative;
    padding: 0 25px;
    margin-bottom: 50px;
}

.resume .info-box .text{
    position: relative;
    margin-bottom: 20px;
}

.resume .info-box .image-box{
    position: relative;
    margin-bottom: 30px;
}

.resume .info-box .image-box img{
    display: block;
    width: 100%;
    height: auto;
}

.resume .info-box ol{
    position: relative;
    counter-reset:count;
    margin-bottom: 50px;
}

.resume .info-box ol li{
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #222222;
    line-height: 32px;
}

.resume .info-box ol li:before{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #222222;
    counter-increment: count;
    content: counter(count);
}

.resume .info-box ol li:after{
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    content: "-";
}

/* Progress Block */

.progress-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 10;
}

.progress-block .inner-box {
    position: relative;
    min-height: 210px;
}

.progress-block .graph-outer {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.progress-block .graph-outer:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 2px solid #db8463;
    border-radius: 50%;
}

.progress-block canvas {
    position: relative;
}

.progress-block .counter-title {
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-top: 30px;
}

.progress-block .graph-outer .count-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -4px;
    font-size: 16px;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-block .graph-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700;
}

.skills-area {
    margin-bottom: 50px;
}

.skills-area h3 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 50px;
}



/* Video Section */

.video-section {
    position: relative;
    padding: 145px 0 110px;
    background-size: cover;
    text-align: center;
}

.video-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}

.video-section .video-btn {
    position: relative;
    margin-bottom: 30px;
}

.video-section .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
}

.video-section .text {
    position: relative;
    color: #fff;
}
.video-section .sec-title.light h2 {
    color: #fff;
}







/* Pricing Section */

.pricing-section {
    position: relative;
    padding: 10px 0 90px;
}

.pricing-section.style-two .pricing-section {
    position: relative;
    padding: 145px 0 90px;
}

.pricing-section.style-two  .row {
    margin: 0 -25px;
}

.pricing-section.style-two .pricing-block {
    padding: 0 25px;
}

.pricing-section.style-two .pricing-block .inner-box {
    position: relative;
    padding: 60px 30px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.05);
}

.pricing-section.style-two .pricing-block.active-block .inner-box {
    box-shadow: none;
    border: 5px solid #222;
    padding: 56px 26px;
}

.pricing-section.style-two .pricing-block .wrapper-box {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
}

.pricing-section.style-two .pricing-block .icon {
    position: relative;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .category {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-section.style-two .pricing-block .price-box {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.pricing-section.style-two .pricing-block .price {
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 20px;
}

.pricing-section.style-two .pricing-block .price strong {
    font-weight: 700;
}

.pricing-section.style-two .pricing-block .text {
    margin-bottom: 0;
    font-size: 14px;
}

.pricing-section.style-two .pricing-block ul {
    position: relative;
    padding-bottom: 15px;
}

.pricing-section.style-two .pricing-block ul li {
    font-size: 12px;
    color: #666;
    opacity: .4;
    margin-bottom: 20px;
}

.pricing-section.style-two .pricing-block ul li.active {
    opacity: 1;
}

.pricing-section.style-two .pricing-block ul li strong {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    opacity: .4;
}

.pricing-section.style-two .pricing-block ul li.active strong {
    opacity: 1;
}


/* Sec Title */
.pricing-section {
    position: relative;
    padding: 100px 0 90px;
}
.pricing-section.style-two .sec-title {
    position: relative;
    margin-bottom: 0;
}

.pricing-section.style-two .sec-title h2 {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.pricing-section.style-two .sec-title.style-two h2 {
    font-weight: 700;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title.light h2 {
    color: #fff;
}

.pricing-section.style-two .sec-title.small {
    margin-bottom: 30px;
}

.pricing-section.style-two .sec-title.small h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -2px;
}

.pricing-section.style-two .sec-title .sec-title-dec {
    position: absolute;
    top: 0;
    left: 27px;
    height: 100px;
    width: 2px;
    transform: translate(0, -145px);
}

.pricing-section.style-two .sec-title.text-center .sec-title-dec {
    left: 50%;    
    transform: translate(-50%, -145px);
}

.pricing-section.style-two .sec-title .sec-title-dec:before {
    position: absolute;
    content: '';
    left: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec:after {
    position: absolute;
    content: '';
    right: -25px;
    top: 25px;
    width: 2px;
    height: 50px;
}

.pricing-section.style-two .sec-title .sec-title-dec-two {
    position: absolute;
    top: 20px;
    left: -75px;
    height: 2px;
    width: 52px;
}

.pricing-section.style-two .sec-title .shape-one {
    position: absolute;
    left: 10px;
    top: 70px;
    width: 100%;
    height: 100px;
    background-image: url(../images/shape/shape-3.png);
}


/* Btn Style Two */
.pricing-section.style-two .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #00d1f9;
	transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.pricing-section.style-two .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #00d1f9;
}

.pricing-section.style-two .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.pricing-section.style-two .btn-style-two span {
    position: relative;
    z-index: 2;
}


.one.project-details {
    padding-bottom: 0;
}
.two.project-details {
    padding-top: 30px;
}
.three.project-details {
    padding-top: 30px;
}


/* Btn Style Two */
.team-single-area .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #222;
    background-color: transparent;
    padding: 13.5px 44px;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid;
	border-color: #00d1f9;
	transition: all 700ms ease;
}

.team-single-area .btn-style-two:hover {
    color: #fff;
    transition: all 700ms ease;
}

.team-single-area .btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
	background-color: #00d1f9;
}

.team-single-area .btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.team-single-area .btn-style-two span {
    position: relative;
    z-index: 2;
}

.one.team-single-area {
    padding-bottom: 0;
}
.two.team-single-area {
    padding-bottom: 0;
}
.three.team-single-area {
    padding: 0;
}
.four.team-single-area {
    padding: 0;
}
.five.team-single-area {
    padding-top: 0;
}










/*** 

====================================================================
	pricing-5
====================================================================

 ***/

.bkr003 .pricing-5 {
	position: relative;
	text-align: center;
}

.bkr003 .pricing-5 .top-title{
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #f74883;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.bkr003 .pricing-5 .sec-title-two{
	position: relative;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #222222;
	padding-bottom: 13px;
	margin-bottom: 32px;
}
.bkr003 .pricing-5 .sec-title-two:before{
	position: absolute;
	content: '';
	background: #f74883;
	height: 4px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	bottom: 0px;
}
.bkr003 .pricing-5 .sec-title-two {
    margin-bottom: 59px;
}

.bkr003 .pricing-5 {
	position: relative;
	padding: 142px 0px 150px 0px;
}
.bkr003 .pricing-5:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-8.png);
	width: 232px;
	height: 399px;
	left: 0px;
	top: 35%;
}
.bkr003 .pricing-5:after{
	position: absolute;
	content: '';
	background: url(../images/background/shap-9.png);
	width: 311px;
	height: 410px;
	right: 0px;
	bottom: -250px;
	z-index: -1;
}
.bkr003 .pricing-5 .single-pricing-plan{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 47px 55px 50px 55px;
    box-shadow: 0px 10px 80px rgba(229, 229, 229, 0.70);
}
.bkr003 .pricing-5 .single-pricing-plan.standard-plan:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-7.png);
	width: 138px;
	height: 103px;
	top: 0px;
	right: 0px;
}
.bkr003 .pricing-5 .single-pricing-plan .top-text{
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #8b8e93;
	text-transform: uppercase;
	margin-bottom: 49px;
}
.bkr003 .pricing-5 .single-pricing-plan .price{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 55px;
	font-weight: 600;
	color: #222222;
	margin-bottom: 46px;
}
.bkr003 .pricing-5 .single-pricing-plan .price:before{
	position: absolute;
	content: '';
	background: url(../images/background/shap-6.png);
	width: 106px;
	height: 103px;
	left: 50%;
	margin-left: -50px;
	top: -25px;
}
.bkr003 .pricing-5 .single-pricing-plan .text {
    color: #222222;
    margin-bottom: 29px;
    font-size: 14px;
    font-weight: 500;
}
.bkr003 .pricing-5 .single-pricing-plan .list li{
	position: relative;
	display: block;
	margin-bottom: 18px;
}
.bkr003 .pricing-5 .single-pricing-plan .list li span {
    position: relative;
    display: inline-block;
    color: #777777;
    padding: 0px 0px 0px 12px;
    font-size: 14px;
    font-weight: 500;
}
.bkr003 .pricing-5 .single-pricing-plan .list li span:before {
    position: absolute;
    content: "\f058";
    font-size: 16px;
    color: #f74883;
    left: -12px;
    top: 0px;
    font-family: 'Fontawesome';
    font-weight: 900;
}
.bkr003 .pricing-5 .pricing-column:nth-child(1) .single-pricing-plan .list li:nth-child(4) span:before,
.bkr003 .pricing-5 .pricing-column:nth-child(1) .single-pricing-plan .list li:nth-child(5) span:before,
.bkr003 .pricing-5 .pricing-column:nth-child(2) .single-pricing-plan .list li:nth-child(5) span:before{
	color: #777777;
}
.bkr003 .pricing-5 .single-pricing-plan .list{
	padding-bottom: 16px;
}
.bkr003 .pricing-5 .single-pricing-plan .link a{
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #222222;
	text-transform: uppercase;
	padding: 13px 43px 12px 43px;
	border: 1px solid #e5e5e5;
	background: transparent;
	transition: all 500ms ease;
}
.bkr003 .pricing-5 .single-pricing-plan:hover .link a{
	border: 1px solid #f74883;
	background: #f74883;
	color: #ffffff;
}




/*** 

====================================================================
	Price Section
====================================================================

***/

.bkr003 .pricing-6 {
	position:relative;
	padding-bottom:125px;
}

.bkr003 .pricing-6 .upper-section{
	position:relative;
	padding:106px 0px 240px;
	background-color:#6048f0;
	background-repeat:no-repeat;
	background-position:left center;
}

.bkr003 .pricing-6 .sec-title{
	position:relative;
	margin-bottom:50px;
}

.bkr003 .pricing-6 .sec-title .title{
	position:relative;
	color:#c4c4c4;
	font-size:14px;
	line-height:1.4em;
	letter-spacing:1px;
	margin-bottom:15px;
	text-transform:uppercase;
}

.bkr003 .pricing-6 .sec-title h2{
	position:relative;
	font-size:35px;
	color:#222222;
	font-weight:600;
	line-height:1.3em;
	padding-bottom:20px;
	display:inline-block;
}

.bkr003 .pricing-6 .sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:3px;
	background-color:#ff4c72;
}

.bkr003 .pricing-6 .sec-title.light .title {
    color: #ffffff;
    display: block;
}

.bkr003 .pricing-6 .sec-title.light h2{
	color:#ffffff;
}

.bkr003 .pricing-6 .sec-title.centered{
	text-align:center;
}

.bkr003 .pricing-6 .sec-title.centered h2:after{
	left:50%;
	margin-left:-21px;
}

.bkr003 .pricing-6  .upper-section .sec-title{
	margin-bottom:0px;
}

.bkr003 .pricing-6  .upper-section .big-letter{
	position: absolute;
    right: -450px;
    top: 0px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(255,255,255,0.07);
    text-transform: uppercase;
}

.bkr003 .pricing-6  .upper-section .big-letter span{
	color: #6048f0;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.bkr003 .pricing-6 .price-block{
	position:relative;
}

.bkr003 .pricing-6 .price-block .inner-box{
	position:relative;
	padding:45px 40px 30px;
	border-radius:5px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	background:#ffffff url(../images/background/pattern-9.png) repeat;
}

.bkr003 .pricing-6 .price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #d1d1d1;
}

.bkr003 .pricing-6 .price-block .inner-box .title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.bkr003 .pricing-6 .price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:80px;
	font-weight:600;
	line-height:1em;
}

.bkr003 .pricing-6 .price-block .inner-box .price sup{
	position:relative;
	color:#777777;
	font-size:26px;
	font-weight:400;
	top:-38px;
	margin-right:5px;
}

.bkr003 .pricing-6 .price-block .inner-box .price sub{
	position:relative;
	color:#777777;
	bottom:0px;
	font-size:15px;
	font-weight:400;
}

.bkr003 .pricing-6 .price-block .inner-box .upper-box .theme-btn{
	margin-top:30px;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box{
	position:relative;
	padding:0px 10px 10px;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul{
	position:relative;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li{
	position:relative;
	max-width:230px;
	width:100%;
	color:#777777;
	font-size:18px;
	margin-bottom:12px;
	padding-left:22px;
	display:inline-block;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	height:1px;
	width:10px;
	background-color:#ff4c72;
}

.bkr003 .pricing-6 .price-block .inner-box .lower-box ul li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.bkr003 .pricing-6  .carousel-section{
	position:relative;
	margin-top:-200px;
	z-index:9;
}

.bkr003 .pricing-6  .carousel-section .price-carousel{
	max-width:710px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0px 15px;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.bkr003 .pricing-6  .carousel-section .owl-dots,
.bkr003 .pricing-6  .carousel-section .owl-nav{
	display:none;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0.6;
}

.bkr003 .pricing-6  .carousel-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}
.bkr003 .pricing-6 .btn-style-one .icon {
    position: relative;
    color: #ffffff;
    margin-left: 15px;
    font-size: 20px;
    top: 3px;
    line-height: 0;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.bkr003 .pricing-6 .btn-style-one:hover .icon {
    color: #f74883;
}
.bkr003 .pricing-6 .btn-style-one {
    position: relative;
    line-height: 29px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #f74883;
    border: 2px solid #f74883;
    padding: 12px 25px 12px;
    font-family: 'Poppins', sans-serif;
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}

.bkr003 .pricing-6 .btn-style-one:hover {
    color: #f74883;
    background: none;
}

i.far.fa-print {
    font: normal normal normal 14px/1 FontAwesome;
}


/*** 

====================================================================
	pricing-8
====================================================================

***/

.bkr003 .pricing-8 {
    position: relative;
    padding: 0px 0px 130px;
    z-index: 5;
}

.bkr003 .pricing-8 .sec-title-two {
	position: relative;
	margin-bottom: 55px;
}

.bkr003 .pricing-8 .sec-title-two.centered {
	text-align: center;
}

.bkr003 .pricing-8 .sec-title-two:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 12px;
	height: 5px;
	width: 53px;
	background: url(../images/background/sec-title-bg.png);
}

.bkr003 .pricing-8 .sec-title-two.centered:before {
	display: none;
}

.bkr003 .pricing-8 .sec-title-two.light:before {
	background: #fff;
}

.bkr003 .pricing-8 .sec-title-two .title {
	position: relative;
	color: #8a8d91;
	font-size: 17px;
	margin-bottom: 25px;
	text-transform: capitalize;
	padding-left: 76px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.bkr003 .pricing-8 .sec-title-two.centered .title {
	padding-left: 0px;
}

.bkr003 .pricing-8 .sec-title-two h2 {
    position: relative;
    font-size: 40px;
    color: #132c47;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -1px;
    display: inline-block;
}

.bkr003 .pricing-8 .sec-title-two h2 a {
	color: #aaaaaa;
}

.bkr003 .pricing-8 .sec-title-two.light .title,
.bkr003 .pricing-8 .sec-title-two.light h2 {
	color: #fff;
}

.bkr003 .pricing-8 .content-column{
	position:relative;
	margin-bottom:30px;	
}

.bkr003 .pricing-8 .content-column .sec-title{
	margin-bottom:50px;
}

.bkr003 .pricing-8 .content-column .sec-title .subtitle{
	margin-bottom:10px;
}

.bkr003 .pricing-8 .content-column .sec-title h2{
	font-size:36px;
	line-height:1.5em;	
}

.bkr003 .pricing-8 .content-column .inner {
    position: relative;
    padding-right: 0;
}

.bkr003 .pricing-8 .content-column .text{
	line-height:1.8em;
	font-size:15px;
	color:#00000a;
	margin-bottom:40px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns{
	position:relative;
	display:inline-block;
	border-radius:26px;
	overflow:hidden;
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size: 14px;
	color: #222;
	min-width:140px;
	font-weight: 600;
	text-transform: uppercase;
	line-height:30px;
	padding: 16px 40px;
	cursor:pointer;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn:first-child{
	border-radius: 31px 0px 0px 31px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .tab-btn:last-child{
	border-left:none;
	border-radius: 0px 31px 31px 0px;
}

.bkr003 .pricing-8 .pricing-tabs-two .tab-btns .active-btn{
	background: #132c47;
	color:#ffffff;
}

.bkr003 .pricing-8 .pricing-section-two .image-column{
	position:relative;
	margin-bottom:30px;	
}

.bkr003 .pricing-8 .pricing-section-two .image-column .inner{
	position:relative;
	margin-top:-30px;
}

.bkr003 .pricing-8 .image-column .out-box{
	position:absolute;
	top:0px;
	left:0px;
	width:1200px;
	height:650px;
}

.bkr003 .pricing-8 .image-column .out-box .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-size:cover;
}

.bkr003 .pricing-8 .pricing-tabs-two .pr-content{
	position:relative;
}

.bkr003 .pricing-8 .price-column{
	position:relative;
}


.bkr003 .pricing-8 .pr-content .pr-tab{
	position:absolute;
	top:0px;
	display: none;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transform:scale(0.9,0.9) translateY(0px);
}

.bkr003 .pricing-8 .pr-content .pr-tab.active-tab{
	position: relative;
	z-index:5;
	display: block;
	transform:scale(1) translateY(0px);
}

.bkr003 .pricing-8 .price-column .col-inner{
	position:relative;
	padding:80px 30px;
	text-align:center;
	background:#ffffff;
	border-radius:2px;
	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
	transition: .5s ease;
}

.bkr003 .pricing-8 .price-column .col-inner:hover {
	transform: scale(1.02);
}

.bkr003 .pricing-8 .price-column .plan-title{
	position:relative;
	font-size: 22px;
	font-weight: 500;
	color: #8b8e93;
	text-transform: capitalize;
	letter-spacing:1px;
	line-height:1.8em;
}

.bkr003 .pricing-8 .price-column .duration{
	position:relative;
	font-size:18px;
	font-weight:400;
	color:#b1b1b1;
	text-transform:capitalize;
	line-height:1.8em;
}

.bkr003 .pricing-8 .price-column .price{
	position:relative;
	font-size:48px;
	font-weight:700;
	letter-spacing:2px;
	color:#00000a;
	text-transform:uppercase;
	line-height: 1.5em;
	padding: 0px 0px 20px;
}

.bkr003 .pricing-8 .price-column .price sup{
	top:-10px;	
}

.bkr003 .pricing-8 .price-column .specs-list{
	position:relative;
	padding-bottom:20px;
}

.bkr003 .pricing-8 .price-column .specs-list li{
	position:relative;
	line-height:24px;
	font-size:15px;
	font-weight:500;
	margin-bottom:12px;
}

.bkr003 .pricing-8 .btn-style-two {
    position: relative;
    padding: 16px 40px;
    border-radius: 30px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: #f74883;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #f74883;
    font-family: 'Open Sans', sans-serif;
}
.bkr003 .pricing-8 .btn-style-two:hover {
    color: #ffffff;
    background: #101010;
    border-color: #101010;
}








/*** 

====================================================================
				Team Section
====================================================================

***/

.bkr003 .team-1 {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0 60px;
}

.bkr003 .team-1 .sec-title{
	margin-bottom: 80px;
}

.bkr003 .team-1 .sec-title{
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.bkr003 .team-1 .sec-title > span{
	position: relative;
	font-size: 18px;
	color: #888888;
	font-weight: 400;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}

.bkr003 .team-1 .sec-title > h2{
	position: relative;
	font-size: 40px;
	color: #333333;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
}

.bkr003 .team-1 .sec-title > h3{
	position: relative;
	font-size: 35px;
	color: #333333;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: uppercase;
}

.bkr003 .team-1 .sec-title:after{
	position: absolute;
	left: 0;
	bottom: 0;
	height:3px;
	width: 85px;
	background-color: #f74883;
	content: "";
}

.bkr003 .team-1 .sec-title.centered:after{
	left: 50%;
	margin-left: -42.5px;
}

.bkr003 .team-1 .sec-title.light > span,
.bkr003 .team-1 .sec-title.light h2{
	color: #ffffff;
}

.bkr003 .team-1 .centered {
    text-align: center !important;
}

.bkr003 .team-1 .row{
	margin-left: -40px;
	margin-right: -40px;
}

.bkr003 .team-1 .team-block{
	position: relative;
	margin-bottom:70px;
	padding-left: 40px;
	padding-right: 40px;
}

.bkr003 .team-1 .team-block .image-box{
	position: relative;
	text-align:center;
}

.bkr003 .team-1 .team-block .image-box img{
	position:relative;
	display:inline-block;
	max-width: 100%;
}

.bkr003 .team-1 .team-block .lower-box{
	position: relative;
	background-color: #ffffff;
	padding: 25px 15px 25px;
	text-align: center;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	-o-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
	box-shadow: 0 15px 25px rgba(0,0,0,0.05);
}

.bkr003 .team-1 .team-block .lower-box .name{
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom:3px;
	color: #333333;
	text-transform: capitalize;
}

.bkr003 .team-1 .team-block .lower-box .name a{
	color: #333333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.bkr003 .team-1 .team-block .lower-box .name a:hover{
	color: #f74883;
}

.bkr003 .team-1 .team-block .lower-box .designation{
	position:relative;
	display:block;
	font-size: 14px;
	line-height: 26px;
	color: #f74883;
	text-transform: capitalize;
	margin-bottom: 5px;
}

/*Social Icon two*/
.bkr003 .team-1 .social-icon-two{
	position:relative;
}

.bkr003 .team-1 .social-icon-two li{
	position:relative;
	display: inline-block;
	margin-right:25px;
}

.bkr003 .team-1 .social-icon-two li:last-child{
	margin-right: 0;
}

.bkr003 .team-1 .social-icon-two li a{
	position:relative;
	font-size:13px;
	line-height: 30px;
	display:inline-block;
	color: #c3c3c3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.bkr003 .team-1 .social-icon-two li a:hover{
	color:#f74883;
}