﻿
/* 
---------------------------------------------
parallax
--------------------------------------------- 
*/
.advantage-div {
    background-image: url(../images/bg/parallax-2.jpg); 
    background-position: center; 
    background-attachment: fixed;
}

.half-parallax .parallax-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.half-parallax .parallax-image:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2;
  opacity: .2;
}

.half-parallax .parallax-items {
  position: relative;
  z-index: 3;
  margin-top: -140px;
}

.half-parallax .parallax-items .parallax-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.13);
  padding: 55px 40px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.half-parallax .parallax-items .parallax-item i {
  font-size: 30px;
  display: block;
  color: #1F2128;
  margin-bottom: 30px;
}

.half-parallax .parallax-items .parallax-item .feature-title {
  font-weight: 400;
  font-size: 16px;
  color: #1F2128;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
}

.half-parallax .parallax-items .parallax-item p {
  font-weight: 400;
  font-size: 14px;
  color: #606060;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-bottom: 20px;
}

.half-parallax .parallax-items .parallax-item .dark-btn {
  margin: auto;
}

.half-parallax .parallax-items .parallax-item:hover {
  margin-top: -10px;
}

.parallax-counter {
  min-height: 337px;
  overflow: hidden;
  position: relative;
    background-image:url(../images/bg/parallax-2.jpg);
  background-position:center;
  background-attachment:fixed;
  background-size:cover;
}

.parallax-counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .80;
  background: #000;
  opacity: .50;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.parallax-counter .parallax-content {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  width: 100%;

}

.parallax-counter .parallax-content .count-item {
  height: 280px;
  position: relative;
  overflow: hidden;
}

.parallax-counter .parallax-content .count-item:hover strong {
  margin-top: 60px;
}

.parallax-counter .parallax-content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 1.72px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-counter .parallax-content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.86px;
}











/*=========================*/
.m-2 {
margin-top:20px;
margin-bottom:20px;
}
.section-full {
    position: relative;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}.opacity-08 {
    opacity: 0.8;
}
.bg-black {
    background-color: #000;
}
.text-white {
    color: #FFF;
}
.wt-separator-outer {
    overflow: hidden;
}
.bg-white {
    background-color: #FFF;
}
.m-b20 {
    margin-bottom: 20px;
}
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}
.some-facts{position:relative;	padding:60px 30px 60px 50px;	border:15px solid #fff;	border-right:0px;}

.some-facts:after,
.some-facts:before{content:"";	position:absolute;	    background-color:#fff;	right:-15px;	width:15px;	height:140px;}
.some-facts:after{	bottom:-15px;}
.some-facts:before{top:-15px;}
.some-facts-counter{	/*padding-top:130px;*/}
.font-weight-300 {
    font-weight: 300;
}
.some-facts-counter div[class*="col-"] {
min-height:150px;
padding-left: 0;
}
.font-weight-600 {
font-weight:600;

}
.font-30 {

    font-size: 30px;
    line-height: 36px;
}
.font-40 {
    font-size: 40px;
    line-height: 46px;
}
.font-50 {
    font-size: 50px;
    line-height: 56px;
}
.font-weight-300 {
    font-weight: 300;
}

.font-18 {
    font-size: 18px;
    line-height: 24px;
}
.text-white p {
    color: #FFF;
}
.testimonial-home.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
    outline:none; 
	display:none;
}

.testimonial-home.owl-carousel .owl-dots .owl-dot span{
	height:10px;
	width: 20px;
	background: no-repeat;
	border: 1px solid #000;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
    display:block;
    margin: 5px 7px;
}
.testimonial-home.owl-carousel .owl-dots .owl-dot.active span{
	border: none;
	background-color: #000 !important;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

@media only screen and (max-width:991px) {
.some-facts{margin-right:15px;}	
.some-facts-counter{	padding-top:40px;}
}

@media only screen and (max-width:768px) {
.some-facts:after,
.some-facts:before{
	height:100px;
}
}

@media only screen and (max-width:480px) {
.some-facts{padding:20px;}
.some-facts span{	font-size:24px;	line-height:inherit;}	
.some-facts h2{font-size:24px;	line-height:inherit;}

.some-facts p{	font-size:14px;	line-height:inherit;}
}








@media (max-width: 991px) {
  .parallax-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .parallax-counter .parallax-content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .parallax-counter .parallax-content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .parallax-counter .parallax-content .count-item:hover strong {
    margin-top: 0px;
  }
  .parallax-counter .parallax-content .count-item:before {
    display: none;
  }
  .parallax-counter .parallax-content .count-item:after {
    width: 40px;
    height: 1px;
  }
  .parallax-counter .parallax-content .count-item strong {
    margin-top: 0px;
  }
}


.font-14 {
    font-size: 14px;
}