@charset "utf-8";
/* CSS Document *//* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
font-family: 'Poppins', sans-serif;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	max-width:100%;
	object-fit: cover;
	object-position: center;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
.cd-logo img{
	max-width: 150px;
}
.banner-1{
	background: url("../images/banner-bg.jpg") no-repeat  center center;
	background-size: cover;
	padding: 140px 0 40px;
	background-size: 100% 100%;
}
.banner-1 h1{
	font-family: 'Work Sans', sans-serif;
	font-size: 58px;
	color:#fff;
	font-weight: 600;
	text-transform: capitalize;
	text-align: center;
	text-decoration: none !important;
	line-height: 80px;	
}
#menu ul li a, #menu ul li a:hover{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
}
#menu ul li a:hover{
	border-bottom: 3px solid #fff;
	    transition: all 0.3s ease 0s;
}
#menu ul li a.button{
	border: 1px solid #fff;
    padding: 9px 25px;
    border-radius: 50px;
	text-align: center;
	text-decoration:none;
}


#menu ul li:last-child {
    padding: 0 25px;
}

#menu ul li a.button{
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #fff;
    background: transparent;
	overflow: hidden;
	border-radius: 50px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}

#menu ul li a.button::before, #menu ul li a.button::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69edf1;
	background-color: #69edf1;
}
#menu ul li a.button::after, #menu ul li a.button:after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
#menu ul li a.button:hover::before, #menu ul li a.button:hover::after{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}










.banner-caption{
	margin:45px 0;
}
.banner-caption h1  a, .banner-caption h1{
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	color:#fff;
	font-weight: 600;
	border-bottom: 5px solid #03c7d4;
	text-decoration: none !important;
	line-height: 60px;
}
.banner-caption h1{
	border-bottom: 0;
	text-align: left;
}
.banner-caption h2{
	font-family: 'Work Sans', sans-serif;
	font-size: 50px;
	color:#fff;
	font-weight: 600;
	line-height: 70px;
	letter-spacing: 1px;
}
.sec-2{
	background: url("../images/sec-2-bg.png") no-repeat left 85%;
	padding: 50px 0;
}
.sec-2 h2{
	font-size: 50px;
	color: #333;
	margin: 0 0 50px;
	font-weight: bold;
   font-family: 'Work Sans', sans-serif;
	background: url("../images/blue-heading-bg.png") no-repeat left bottom;
	padding: 0 0 20px;
}
.sec-2 h3{
	font-size: 19px;
	color: #000;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 23px;
}
.sec-2 p{
	font-size: 15px;
	color: #999999;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 20px;
}
.white-box{
	background: #fff;
	padding: 35px 25px;
	-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
	border-radius: 5px;
	margin: 25px auto;
	/*max-width: 310px;*/
	min-height: 420px;
	text-align: center;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
	
}
@keyframes zoom {
0% {
  transform: scale(1); }
50% {
  transform: scale(1.1); }
100% {
  transform: scale(1); } 
}
.white-box:hover{
	-webkit-transform: scale(1.1);
-ms-transform: scale(1.1); transform: scale(1.1);
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.sec-2 .white-box img{
	margin:0 0 15px;
	width: 250px;
	height: 250px;
}
.sec-2 .white-box p{
	font-size:14px;
	color: #666666;
}
.sec-2 .white-box  h4{
	font-size: 18px;
	color: #000;
	margin: 0 0 15px;
	font-weight: 700;
	line-height: 23px;
}
.sec-3{
	background: url("../images/sec-4-bg.png") no-repeat center top #fafafa;
	padding: 90px 0 50px;
	background-size: 100%;
}
 .sec-3 p, .sec-3-2 p{
	font-size:15px;
	color: #fff;
	 line-height: 22px;
}
.sec-3 h4{
	font-size: 18px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 500;
	line-height: 23px;
}
.sec-3 h3 {
	font-size: 50px;
	color: #fff;
	margin: 0 0 50px;
	font-weight: bold;
}
.blue-bg{
	background: #28a2b2;
	padding: 20px 30px;
	border-radius: 10px;
	-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
	margin-top: 85px;
}
.blue-bg p, .light-blue-bg p{
	line-height: 25px;
}
.blue-bg i, .light-blue-bg i{
	width: 22px;
	height: 24px;
	margin: -5px 10px 0 0;
	float: left;
}
.blue-bg span, .light-blue-bg span{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px;
}
.light-blue-bg{
	background: #6ce0ea;
	padding: 20px 30px;
	border-radius: 5px;
	-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
	margin-top: 125px;
}
.sec-3 h2, .sec-3-2 h2 {
	font-size: 50px;
	color: #333;
	margin:20px 0 15px;
	font-weight: bold;
	text-align: center;
	background: url("../images/blue-heading-bg.png") no-repeat center bottom;
	padding: 0 0 20px;
}
.sec-3-2{
	padding: 50px 0;
	background: #fafafa;
}
.sec-3-2 .owl-theme .owl-dots .owl-dot span{
	
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 180px;
  perspective: 1000px;
	border-radius: 10px;
	margin: 35px 0 0;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
	    border-radius: 5px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
}
.flip-card-inner img{
	width: 75px !important;
	height: 75px;
	margin: 0 auto 10px;
}
.flip-card .rotatecss{transform: rotateY(180deg);}

./*.caurosal-hide .flip-card:hover .flip-card-inner{ transform: rotateY(180deg); }*/

.flip-card:hover .flip-card-inner{}
/*.flip-card-inner:hover .flip-card-front{
	opacity:0;
}*/
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
	padding: 40px;
  z-index: 2;
	    border-radius:5px;
}

.flip-card-back {
  background-color: #6ce0ea;
  color: white;
  transform: rotateY(180deg);
  z-index: 3;
border-radius: 5px;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.white-area{
	background: #fff;
	padding: 70px 0;
	
}


.white-area h3{
	font-size: 21px;
	color: #fa9a21;
	margin: 0 0 15px;
	font-weight: 300;
}
.white-area h2{
	font-size: 58px;
	color: #333333;
	margin: 0 0 15px;
	font-weight: 700;
	background: url("../images/blue-heading-bg.png") no-repeat left bottom;
	padding: 0 0 20px;
}
.white-area p{
	font-size: 16px;
	color: #666666;
	margin: 0 0 15px;
	font-weight: 300;
	line-height: 22px;
}
.grey{
	color: #666666 !important;
}
.sec-4{
	padding: 100px 0 40px;
	background: url("../images/sec-5-curve.png") center -3% no-repeat #6ce0ea;
}
.no-bg-img{
	background:#6ce0ea;
}
.sec-4 h3{
	font-size: 40px;
	color: #fff;
	margin: 50px 0 25px;
	font-weight: 700;
	background: url("../images/white-heading-bg.png") no-repeat center bottom;
	padding: 0 0 20px;
}
.sec-4 p{
	font-size: 15px;
	color: #fff;
	margin: 0 0 15px;
	font-weight: 400;
	line-height: 22px;
}
.sec-4 ul.half{
	margin: 25px 0;
}
.sec-4 ul.half li{
	font-size: 15px;
	color: #fff;
	margin: 0 0 10px 15px;
	font-weight: 400;
	line-height: 22px;
	background: url("../images/li-bullet.png") no-repeat left 4px;
	padding: 0 0 0 25px;
	display: inline-block;
}
.price-table{
	background: #fff;
	
	text-align: center;
}
.price-table img{
	width:175px;
	height: 175px;
	margin: 0 0 25px;
}
.price-table h2{
	font-size: 23px;
	color: #666666;
	margin: 0 0 10px;
	font-weight: 700;
}
.price-table h4{
	font-size: 15px;
	color: #fa9a21;
	margin: 0 0 25px;
	font-weight: 700;
}
.price-table h5{
	font-size: 35px;
	color: #333333;
	margin: 0 0 15px;
	font-weight: 700;
}
.swiper-slide .price-table h5{
	font-size: 30px;
}
.swiper-slide-active.single-pricing-slide h5{
	font-size: 35px;
}
.price-table h5 small{
	font-size: 15px;
	font-weight: 500;
}
.price-table p{
	font-size: 12px;
	color: #666666;
	margin: 0 0 15px;
	font-weight: 500;
}
/*.price-table a{
background: #fc8635; 
background: -moz-linear-gradient(left,  #fc8635 0%, #fc7835 43%, #fc7835 51%, #fc7835 51%, #fc7835 57%, #fc6a35 100%);
background: -webkit-linear-gradient(left,  #fc8635 0%,#fc7835 43%,#fc7835 51%,#fc7835 51%,#fc7835 57%,#fc6a35 100%);
background: linear-gradient(to right,  #fc8635 0%,#fc7835 43%,#fc7835 51%,#fc7835 51%,#fc7835 57%,#fc6a35 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8635', endColorstr='#fc6a35',GradientType=1 );

	padding: 14px 20px;
	font-size: 14px;
	border-radius: 30px;
	border: 0;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
}*/
.sec-5 {
	padding:100px 0;
}
.white-testi-head{
	background: #0e565d;
	-webkit-box-shadow: 2px 2px 10px 2px #ccc;
box-shadow: 2px 2px 10px 2px #ccc;
	padding: 140px 35px;
	border-radius: 10px;
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.white-testi-head:hover{
	    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	 -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.white-testi-head h3{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 15px;
}
.sec-5 h2{
	font-size: 50px;
    color: #333;
    margin: 20px 0 15px;
    font-weight: bold;
    text-align: center;
    background: url(../images/blue-heading-bg.png) no-repeat center bottom;
    padding: 0 0 20px;
}
.sec-5 h2 span{
	color: #6ce0ea;
}
.white-testi-head p{
	color: #fff;
	font-size: 16px;
	margin:0px;
	line-height: 24px;
}
.owl-carousel3 .owl-stage{
	padding:35px 0 10px;
}
.owl-carousel3.owl-drag .owl-item{
	padding:0 20px;
}
.owl-carousel4 .owl-stage{
	padding:35px 0 10px;
}
.owl-carousel4.owl-drag .owl-item{
	padding:0 20px;
}
.sec-5 .item{
	padding: 60px 25px 10px;
}
.sec-5 .item img{
	float:none;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	margin:0px auto 10px;
}
.sec-5 .item p{
	color: #656565;
	font-size: 15px;
	margin:0px 0 70px;
	line-height: 22px;
	font-weight: 300;
}
.sec-5 .item h5{
	color: #000;
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 5px;
}
.sec-5 .item h6{
	color: #656565;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
}
.sec-5 .owl-theme .owl-nav{
	display: none;
}

.sec-3-2   .owl-theme .owl-dots{
	margin: 85px 0 0;
	text-align: center;
}
.sec-5 .owl-theme .owl-dots .owl-dot.active span, .sec-5 .owl-theme .owl-dots .owl-dot:hover span,
.sec-3-2 .owl-theme .owl-dots .owl-dot.active span, .sec-3-2 .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #000;
}
.sec-5 .owl-theme .owl-dots .owl-dot span,
.sec-3-2 .owl-theme .owl-dots .owl-dot span{
    background: #000;
}
.sec-5 .owl-theme .owl-dots .owl-dot span,
.sec-3-2 .owl-theme .owl-dots .owl-dot span{
	background: #ccc;
	    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.sec-5 .owl-theme .owl-dots .owl-dot:hover span,
.sec-3-2 .owl-theme .owl-dots .owl-dot:hover span{
	background: #00a9ea;
	border: 1px solid #00a9ea;
	    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.sec-5 .owl-theme .owl-dots .owl-dot.active span,
.sec-3-2 .owl-theme .owl-dots .owl-dot.active span{
	width: 30px;
	background: #00a9ea;
	border: 1px solid #00a9ea;
	    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.sec-5 .owl-theme .owl-dots .owl-dot,
.sec-3-2 .owl-theme .owl-dots .owl-dot{
	outline:0 !important;
	    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}
.sec-5 .owl-dots,
.sec-3-2 .owl-dots{
	text-align: center;
}
.sec-5  .owl-theme .owl-dots,
.sec-3-2  .owl-theme .owl-dots{
	margin: 15px 0 0;
	text-align: center;
}
.sec-5  button:focus {
    outline: 0px auto -webkit-focus-ring-color;
}
.app-store{
	background: #0e565d;
	padding: 90px 0;
}
.subscribe-area{
	background:#fff;
	padding: 35px;
	-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
	border-radius: 5px;
	margin: -150px 0 35px;
}
.subscribe-area h4{
	color: #333;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
 .app-store h3{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	 margin: 10px 0 25px;
}
 .app-store p{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	 margin: 0px 0 25px;
}
.newsletter {
    background: #fff;
    border-radius: 50px;
	margin: 12px 0 0;
}
.newsletter input[type="email"]{
	border: 0;
    background: none;
    float: left;
    width: 70%;
    font-size: 12px;
    margin: 18px 0 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
	outline: 0 !important;
}
.newsletter button{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc8635+0,fc7835+43,fc7835+51,fc7835+51,fc7835+57,fc6a35+100 */
background: #fc8635; /* Old browsers */
background: -moz-linear-gradient(left,  #fc8635 0%, #fc7835 43%, #fc7835 51%, #fc7835 51%, #fc7835 57%, #fc6a35 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fc8635 0%,#fc7835 43%,#fc7835 51%,#fc7835 51%,#fc7835 57%,#fc6a35 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fc8635 0%,#fc7835 43%,#fc7835 51%,#fc7835 51%,#fc7835 57%,#fc6a35 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8635', endColorstr='#fc6a35',GradientType=1 ); /* IE6-9 */

	padding: 20px 40px;
	font-size: 16px;
	border-radius: 30px;
	border: 0;
    float: right;
	color: #fff;
	text-transform: uppercase;
}
.mobile{
	background: url("../images/footer-bg.png") no-repeat center top ;
	width: 184px;
	height: 361px;
	align-items: center;
    display: flex;
    justify-content: center;
}
.mobile img{
	width:111px;
	height: 83px;
}
.footer{
	background:#001112;
	padding: 35px 0px;
}
 .footer h4{
	color: #ffffff;
	font-size:17px;
	font-weight: 500;
	margin: 0 0 25px;
	
}
.footer ul{
	margin: 0 0 35px;
}
.footer ul li{
	list-style-type: none;
	margin: 0  0 15px;
}
.footer ul li a{
	color: #fff;
	font-size:13px;
	font-weight: 400;
	border-bottom: 3px solid #001112s;
	text-decoration: none;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.footer ul li a:hover{
	color: #6ce0ea;
	border-bottom: 3px solid #6ce0ea;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.footer i{
	background: #fff;
	padding: 6px 0;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #000;
    margin: 0 5px 10px 0;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.footer i:hover{
	background: #6ce0ea;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.bottom{
	padding: 5px 10px;
	margin: 5px 0 0;
/*	border-top: 1px solid #052b4a; */
}
.bottom p{
	color:#fff;
	font-size:13px;
	font-weight: 500;
	text-align: right;
}
.bottom a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
		-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.bottom a:after{
	content: "|";
	margin: 0 10px;
}
.bottom a:last-child:after{
	content: "";
	margin:0;
}

.bottomtw h4 {
	text-align: center;

}
.bottomtw a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
		-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.slicknav_menu {
    /*background: url("../images/banner-bg.png") no-repeat;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a6a77+0,098e9b+76 */
background: #0a6a77; /* Old browsers */
background: -moz-linear-gradient(left,  #0a6a77 0%, #098e9b 76%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #0a6a77 0%,#098e9b 76%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #0a6a77 0%,#098e9b 76%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6a77', endColorstr='#098e9b',GradientType=1 ); /* IE6-9 */
    padding: 5px;
}
.slicknav_btn {
    text-shadow:none  !important;
  	background-color: transparent;
}
.slicknav_menu .slicknav_icon-bar {
    -webkit-box-shadow: none    !important;
    -moz-box-shadow:none    !important;
    box-shadow:none    !important;
}

/*=============================================
    07: Pricing plans
==============================================*/

.pricing-plans .section-title {
    margin-bottom: 0;
}
.pricing-features h3 {
    line-height: 1.75rem;
    margin-bottom: 3rem;
}
.pricing-features ul {}
.pricing-features li {
    font-size: 1rem;
    float: left;
    width: 50%;
    margin-bottom: 0.625rem;
}
.pricing-features li .fa {
    font-size: 0.875rem;
}
.pricing-features .btn {
    padding-left: 0;
    padding-right: 0;
}
.pricing-slider {
    padding: 3.125rem 0;
}
.single-pricing-plan {
    padding:25px 8px;
    border: 1px solid #e0e1e0;
    background: #fff;
	-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
	border-radius: 5px;
	margin: 0 0 35px;
}
.single-pricing-plan i{
    font-size: 40px;
}
.swiper-slide-active.single-pricing-slide{
    z-index: 1;
}
.swiper-slide-active .single-pricing-plan{
    position: absolute;
    left: -999px;
    right: -999px;
    margin-left: auto;
    margin-right: auto;
    width: 270px;
    background: #fff;
    padding: 2rem 1.875rem;
    margin-top: -1.875rem;
	z-index:999999;
   
}
.swiper-slide-active .single-pricing-plan svg path {
    fill: #5dbd53 !important;
}.swiper-slide-active .single-pricing-plan i {
    color: #5dbd53 !important;
}
.single-pricing-plan h4 {
    letter-spacing: 1px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.popular-tag{
	font-size: 13px;
    color: #fff;
	background: #0a6d78;
	padding: 5px 20px;
	border-radius: 0 0 5px 5px;
    font-weight: 400;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 150px;
}
.single-pricing-plan .time {
    display: block;
    color: #ff6c00;
    margin-bottom: 1.75rem;
}
.single-pricing-plan strong {
    font-size: 2.25rem;
    color: #262e26;
    display: block;
    margin-bottom: 1.5rem;
}
.single-pricing-plan strong sub {
    font-size: 0.875rem;
    color: #919491;
    font-weight: 400;
    bottom: 0;
    left: -0.25rem;
}
.single-pricing-plan p {
    margin-bottom: 1.5rem;
}
.single-pricing-plan p span {}

.swiper-slide-active .single-pricing-plan .btn {
    background-color: #000 !important;
}
.swiper-slide-next .single-pricing-plan {
    position: absolute;
    right: 0;
}
.swiper-pagination-bullet {
    background:transparent;
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
    margin: 0 5px;
	border:1px solid #000;
}
.swiper-pagination-bullet-active {
    background-color: #000;
}
.animated {
    -webkit-animation-duration: 1800ms;
    animation-duration: 1800ms;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}
.sim-button{
	line-height: 50px;
	height: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	width:70%;
	max-width: 195px;
	
}
.button26, .newsletter button, .register-main  button, .zigzag-wrap a{
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid #106c77;
	background: #106c77;
	overflow: hidden;
	border-radius: 50px;
}
.button26 a{
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	    z-index: 999;
    position: relative;
}
.button26::before, .button26::after,
.newsletter button:before,
.newsletter button:after,
.register-main  button:before,
.register-main  button:after,
.zigzag-wrap a:before,
.zigzag-wrap a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-13%,-190%) rotate(-30deg);
	transform: translate(-13%,-190%) rotate(-30deg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69edf1;
	background-color: #69edf1;
}
.button26::after,.newsletter button:after, .register-main  button:after,  .zigzag-wrap a:after{
	-webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.button26:hover::before, .button26:hover::after,
.newsletter button:hover:before, .newsletter button:hover:after, 
.register-main  button:hover:after, .register-main  button:hover:before,
.zigzag-wrap a:hover:after, .zigzag-wrap a:hover:before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}


/*-------------contact page----------------------*/
.mainContent{
	width: 100%;
	padding: 60px 0px;
}
.mainContent h2{
	font-size: 30px;
    color: #333;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: capitalize;
	align-items: center;
	
}
.mainContent p {
    font-size: 15px;
    line-height: 22px;
	font-weight:500;
	 color: #666666 !important;
	 text-align: left;
	font-family: 'Work Sans', sans-serif;
}


.mainContent h3{
color: #0a6f78;
	 font-size: 50px;
	 text-align: left;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: 'Work Sans', sans-serif;
}
.mainContent h4a {
    font-size: 20px;
    line-height: 24px;
	font-weight:500;
	 color: #000 !important;
	 text-align: left;
	font-family: 'Work Sans', sans-serif;	
}
.mainContent h4 {
    font-size: 18px;
    line-height: 24px;
	font-weight:500;
	 color: #000 !important;
	 text-align: left;
	font-family: 'Work Sans', sans-serif;	
}

.register-main .form-group {
    position: relative;
    margin-bottom: 25px !important;
}
.register-main .form-group i {
    position: absolute;
    z-index: 9;
    color: #0a6f78;
    right: 20px;
    top: 14px;
    font-size: 22px;
	width: 30px;
}
.register-main a{
	float: right;
	border-radius: 1.99rem;
	font-family: Poppins;
	font-size:17px;
	color: #FFFFFF;
	padding: 12px 35px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf6d+0,ff7400+57,ff7400+57,fc6a35+100 */
background: rgb(255,175,109); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,175,109,1) 0%, rgba(255,116,0,1) 57%, rgba(255,116,0,1) 57%, rgba(252,106,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,175,109,1) 0%,rgba(255,116,0,1) 57%,rgba(255,116,0,1) 57%,rgba(252,106,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,175,109,1) 0%,rgba(255,116,0,1) 57%,rgba(255,116,0,1) 57%,rgba(252,106,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf6d', endColorstr='#fc6a35',GradientType=1 ); /* IE6-9 */

}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.1em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1.99rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=text], input[type=email]{
	font-size:15px;
	padding: 0px 0px 0px 30px;
	font-family: Poppins;
	}
textarea{
	font-size:15px;
	padding: 0px 0px 0px 30px;
	font-family: Poppins;
	}
/*-------------support---------------*/
.home-heading1{
	font-size: 30px;
	color: #333333;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: uppercase;
	margin: 0 0 30px;
	}
.faq-sec-inner-arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid white;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: 999;
}

.faq-sec h4 {
	color: #666666;
	font-size: 22px;
	font-family: Poppins;
}

.faq-sec .card-header {
	border-radius: 0px !important;
	background: transparent !important;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.faq-sec .card {
	padding: 10px 0px;
	margin: 0px;
	background: transparent;
	border-bottom:0!important;
	border: none;
}
.faq-sec .card p{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	font-family: Poppins;
}
.faq-sec button {
    width: 100%;
    text-align: left;
	text-decoration: none;
}

.faq-sec .btn-link:hover ,.faq-sec  .btn-link:focus {
	color: #000 !important;
    text-decoration: none !important;
}
.faq-sec button.btn.btn-link.collapsed, .faq-section button.btn.btn-link.collapsed{
     background: url(../images/faqicontwo.png) no-repeat 99% #f1eff0;
    max-width: 100%;
    width: 100%;
}

.faq-sec button.btn.btn-link, .faq-section button.btn.btn-link{
   background: url(../images/faqiconone.png) no-repeat 99% #0a8189;
    max-width: 100%;
    width: 100%;
	
	
}
.faq-sec button.btn.btn-link h4, .faq-section button.btn.btn-link h4{
	color:#5fe8ee;
	font-size: 16px;
	padding: 5px 0;
}
.faq-sec button.btn.btn-link.collapsed h4, .faq-section button.btn.btn-link.collapsed  h4{
	color: #666666;
	font-size: 16px;
	padding: 5px 0;
}
.section1 button.btn.btn-link h4{
	color:#fff;
}
.section1 button.btn.btn-link.collapsed h4{
	color: #fff;
}
.section1{
	width: 100%;
	background: #0a6f78;
}
.section1 .faq-sec-inner-arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid white;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: 999;
}

.section1 .faq-sec h4 {
	color: #ffffff;
	font-size: 22px;
	font-family: Poppins;
}

.section1 .faq-sec .card-header {
	border-radius: 0px !important;
	background: transparent !important;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.section1 .faq-sec .card {
	padding: 30px 0px;
	margin: 0px;
	background: transparent;
	border-bottom: 1px solid #e5e5e5 !important;
	border: none;
}
.section1 .faq-sec .card p{
	color: #ffffff;
	font-size: 15px;
	line-height: 25px;
	font-family: Poppins;
}
.section1 .faq-sec button {
    width: 100%;
    text-align: left;
	text-decoration: none;
}

.section1 .faq-sec .btn-link:hover ,.faq-sec  .btn-link:focus {
	color: #ffffff !important;
    text-decoration: none !important;
}
.section1 .faq-sec button.btn.btn-link.collapsed{
     background: url(../images/faqwhiteicontwo.png) no-repeat right;
    max-width: 100%;
    width: 100%;
}

.section1 .faq-sec button.btn.btn-link{
   background: url(../images/faqwhiteiconone.png) no-repeat right;
    max-width: 100%;
    width: 100%;	
	
}
.home-heading2{
	font-size: 30px;
	color: #FFFFFF;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: uppercase;
	}

.downloadnow{
	width: 100%;
	margin: 20px 0px;
}
.downloadnow h1{
	font-size: 58px;
	color: #096e7a;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: center;
	text-transform: capitalize;	
}
.downloadnow p{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #999999;
	text-align: center;
	font-weight: 500;
	line-height: 20px;
}
.downloadnow img{
	display: block;
	margin: 0px auto;
	padding: 10px 0px 30px;
}
/*-----------------what is a vpn----------------*/
.section-1 {
	width: 100%;
	margin: 50px 0px;
}
.section-1 h2{
	font-size: 30px;
	color: #1c1c1c;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: capitalize;
}
.section-1 h3{
	font-size: 40px;
	color: #0a6f78;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align:center;
	text-transform: capitalize;
	margin: 0 0 35px;
}
.section-1 p{
	color: #999999;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}
ul.chanel {
	display: flex;
	justify-content: space-between;
}
ul.chanel li{
	border: 1px solid #e1e1e1;
	padding: 35px 25px;
	text-align: center;
	max-width: 180px;
	border-radius: 6px;
}
ul.chanel li img{
	margin:0 0 15px;
}
ul.chanel li p{
	color:#999;
	font-size:16px;
	text-align: center;
}
.section-2 {
	width: 100%;
	padding: 50px 0px;
	background: #f9f9f9;
}
.section-2 h2{
	font-size: 18px;
	color: #1c1c1c;
	font-family: Poppins;
    font-weight: lighter;
	line-height: 25px;
    text-align: left;
}
.section-2 h3{
	font-size: 40px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: center;
	margin: 0 0 25px;
}
.section-2 h5{
	font-size: 20px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
    font-weight: 600;
	margin: 25px 0px;
}
.section-2 a{
	display: inline-block;
	margin: 20px 0;
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.section-2 p{
	color: #999999;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}
.section-3 {
	width: 100%;
	margin: 50px 0px;
}
.section-3 p{
	color: #999999;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}
.section-3 h2{
	color: #999999;
	font-size: 18px;
	font-family: Poppins;
    font-weight: lighter;
	line-height: 25px;
    text-align: left;
}

.section-4 {
	width: 100%;
	padding: 50px 0px 165px 0px;
	background: #f9f9f9;
-webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
}
.section-4 h2{
	color: #999999;
	font-size: 18px;
	font-family: Poppins;
    font-weight: lighter;
	line-height: 25px;
    text-align: left;
}
.section-4 p{
	color: #999999;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}
.section-5 {
	width: 100%;
	padding: 20px 0px 50px;
	color: #FFFFFF;
}
.section-5 img {
    display: block;
    margin: -150px auto 40px auto;
}
.section-5 h2{
	font-size: 30px;
	color: #1c1c1c;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: capitalize;
}
.section-5 p{
	color: #999999;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	font-weight: 500;
	line-height: 25px;
}
.section-1 img, .section-2 img, .section-3 img, .section-4 img{
	margin:20px 0;
}
.section-1 p img, .section-2 p img, .section-3 p img, .section-4 p img{
	margin:0;
}
.checkout-form.register-main textarea.form-control {
    height: auto;
    padding: 10px 30px;
    resize: none;
}
.section1 .faq-sec .card:last-child {
    border-bottom: none !important;
    
}

/*--------------privacy policy------------------------ */
.faq-section .home-heading1{
	font-size: 30px;
	color: #333333;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform: uppercase;
	}
.faq-section-inner-arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 40px solid white;
	margin: 0px auto;
	position: absolute;
	right: 0px;
	left: 0px;
	z-index: 999;
}


.faq-section .card-header {
	border-radius: 0px !important;
	background: transparent !important;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.faq-section .card {
	padding: 10px 0px;
	margin: 0px;
	background: transparent;
	border-bottom: 0 !important;
	border: none;
}
.faq-section .card p{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	font-family: Poppins;
}
.faq-section button {
    width: 100%;
    text-align: left;
	text-decoration: none;
}

.faq-section .btn-link:hover ,.faq-section  .btn-link:focus {
	color: #000 !important;
    text-decoration: none !important;
}


/*--------------privacy policy end------------------------ */
/*--------------Terms start here------------------------ */
.faqq-section, .faq-sec{
	padding:50px 0;
}
.faqq-section .home-heading1{
	font-size: 30px;
	color: #333333;
	font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-align: left;
	text-transform:capitalize;
	}

.faqq-section h2{
	font-size:15px;
	color:  #666666;
	font-family: Poppins;
	margin: 10px 0;
}
.faqq-section p{
	color: #666666;
	font-size: 15px;
	line-height: 25px;
	font-family: Poppins;
}

/*--------------Terms end here------------------------ */
.scale{
	-webkit-transform: scale(1.05);
-ms-transform: scale(1.05); 
	transform: scale(1.05);
}

@media (max-width: 1375.98px) {
.sec-3 {
    background: #0a6a77;
    padding: 90px 0 50px;
    background-size: 100%;
}
}
@media only screen and (max-width: 1199.98px) and (min-width: 1150.95px) {
#menu ul li {
    padding: 10px 18px;
}
}
@media only screen and (max-width: 1199.98px) and (min-width: 992.95px) {
	.white-testi-head h3 {
    font-size: 20px;
}
.white-testi-head h2 {
    font-size: 32px;
}
}
@media (max-width:991.98px) {
	.cd-logo{
	    width: 100%;
    position: static;
    left: 0;
    top: 0;
    float: left;
	}
	.js .slicknav_menu {
    display: block;
    right: 0;
	z-index: 999;
	width: 100%;
	background: #0a6a77 !important;
}
	.slicknav_menu{
		background:none !important;
	}
	
	.slicknav_btn {
    float: right;
		text-align: left;
}
	.slicknav_nav ul{
		margin:0;
	}
}

@media (max-width: 991.98px) {
	.banner-1 {
    background-size: cover;
}
	.banner-1 img{
	max-width:350px;
}
.banner-caption h1 a, .banner-caption h1 {
    font-size:45px;
    border-bottom:3px solid #03c7d4;
    line-height: 50px;
}
	.banner-caption h1{
		border-bottom:0;
		height: 110px;
	}
	.sec-2 h2, .sec-3 h3, .sec-3 h2, .white-area h2, .sec-3-2 h2, .downloadnow h1{
    font-size:45px;
	line-height: 50px;
}
	.mainContent h3 {
    font-size:40px;
	line-height: 45px;
}
	.sec-4 h3, .white-testi-head h2{
		font-size:32px;
	line-height: 40px;
	}
	.light-blue-bg{
		margin-top: 50px;
		margin-bottom: 50px;
	}
		.scale{
	-webkit-transform: scale(1);
-ms-transform: scale(1); 
	transform: scale(1);
}
}
@media (max-width: 767.98px) {

	.newsletter input[type="email"] {
    width: 62%;
}
	.banner-caption h2, .sec-2 h2, .sec-3 h3, .sec-3 h2, .white-area h2, .sec-3-2 h2, .sec-4 h3, .white-testi-head h2,  .mainContent h3, .banner-1 h1, .downloadnow h1{
    font-size:36px;
	line-height: 40px;
		margin:0px 0 15px;
}
	.banner-caption h1 a,.banner-caption h1, .subscribe-area h4, .app-store h3, .mainContent h2, .section-1 h3, .section-2 h3{
		font-size:24px;
		line-height:28px;
	}
	.white-testi-head{
		padding:15px;
	}
	.sec-3 img{
		max-width: 450px;
	}
	.no-bg-img {
    padding: 25px 0;
}
	ul.chanel li {
}
}
@media (max-width: 767.98px){
#section-feature .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 47%;
    max-width: 48%;
}
	#section-feature li{
		margin-left:10px;
	}
	}
@media (max-width: 576px){
	.banner-1 img {
    max-width: 250px;
}
	.bottom p{
		text-align:left;
		margin: 10px 0 0;
	}
	.mobile{
		margin:25px auto;
	}
	.banner-1 img {
    max-width: 250px;
}
	ul.chanel li {
    float: none !important;
    margin: 10px auto !important;
}
}
.caurosel-show{
		display:none;
	}
@media (max-width: 575.98px){
	.caurosel-show{
		display:block;
	}
	.caurosal-hide{
		display: none;
	}
#section-feature .item img{
	width: 75px !important;
	height: 75px;
	margin: 0 auto 10px;
}
#section-feature .item	.active .sf-mdl-left-full, .active .sf-mdl-right-full {
    z-index: 0 !important;
}
#section-feature .item	.sf-wrap.active > .sf-mdl-left-full {
    z-index: 11 !important;
}
	#section-feature .item li{
		max-width:290px;
		float: none;
    margin: 0 auto;
	}
	.owl-theme .owl-nav{
		display:none;
	}
	 .sec-3-2 .owl-theme .owl-dots{
		 margin: 5px 0 0;
		 text-align: center;
	}
}
@media (max-width: 518.98px) {
	.banner-caption {
    margin:10px 0;
}
	.banner-caption h2, .sec-2 h2, .sec-3 h3, .sec-3 h2, .white-area h2, .sec-3-2 h2, .white-testi-head h2, .mainContent h3, .banner-1 h1, .downloadnow h1{
    font-size:28px;
	line-height: 30px;
		margin:0px 0 20px;
}
	.banner-caption h1 a, .banner-caption h1, .subscribe-area h4, .app-store h3, .mainContent h2, .section-1 h3,.section-2 h3, .sec-4 h3{
		font-size:18px;
		line-height:20px;
	}
	.sec-2 h3 {
    font-size: 16px;
    line-height:20px;
}
	.sec-2 p, .sec-3 p, .sec-3-2 p, .white-area p, .sec-4 p, .sec-4 ul.half li, .white-testi-head p, .sec-5 .item p{
		font-size:14px;
	}
	.newsletter input[type="email"] {
    width:56%;
}
	.newsletter button {
    padding: 15px;
    font-size: 14px;
}
	.sec-4 ul.half{
		width: 100%;
		    margin: 0px 0;

	}
	.cd-logo img {
    max-width: 100px;
}
	.sec-3 img{
		max-width: 200px;
	}
	.sec-4 ul.half li{
		display:block;
		text-align: left;
	}

}
ul.bullet-list{
	padding: 0 0 0 20px;
}
ul.bullet-list li {
	list-style-type:disc;
	color: #666666;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins;
	margin: 15px 0 0;
}
.zigzag-inner.type2:before {
    top: 0;
    height: 100%;
    content: ""
}
.zigzag-inner.type2 {
    position: relative;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden;
	padding: 80px 0;
}
.zigzag-inner.type2:before {
    background: #00c6c6;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg)
}
.zigzag-wrap h3 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 21px;
    line-height: 30px;
}
.zigzag-wrap p {
    color: #fff;
    margin-bottom: 42px;
	font-size: 15px;
	line-height: 22px;
}
.zigzag-wrap a.btn{
	margin: 0 15px 10px 0;
	padding: 0;
}
.zigzag-wrap a.btn:hover{
	color:#fff;
}
@media (max-width: 991.98px){
	.zigzag-inner.type2:before {
    left: 45%;
}
	ul.chanel {
	display: block;
}
ul.chanel li{
	float: left;
    margin: 10px;
	height: 180px;
    max-width: 150px;
}
	.single-pricing-plan{
	margin: 0 auto 35px;
    width: 60%;
	}
}
@media (max-width: 560.98px){
.single-pricing-plan{
    width: 80%;
	}
}
@media (max-width: 767.98px){
.zigzag-inner.type2:before {
    left: 0;
    transform: skew(0);
}
}




































.main-header {
    box-shadow: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: background 200ms;
    transition: background 200ms
}
.main-header.stuck {
    top: 0;
    -webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
}
.header-menu, .header-menu #menu-button, .header-menu ul, .header-menu ul li, .header-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative
}
.header-menu #menu-button {
    display: none
}
.header-menu>ul ul {
    text-align: left;
    z-index: 99999
}
.header-menu {
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}
.header-menu>ul>li {
    display: inline-block;
    float: left;
    padding-left: 15px;
    padding-right: 15px
}
.header-menu>ul>li.has-sub:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2em;
    bottom: -2em;
    cursor: pointer;
    left: 0
}
.header-menu ul ul li a:before, .header-menu>ul>li>a:before {
    content: "";
    position: absolute
}
.header-menu>ul>li>a {
    padding: 40px 0;
    font-size: 16px;
    color: #fff
}
.main-header.sticky .header-menu>ul>li>a {
    color: #333
}
.header-menu>ul>li.active>a, .header-menu>ul>li:hover>a, .main-header.sticky .header-menu>ul>li.active>a, .main-header.sticky .header-menu>ul>li:hover>a {
    color: #53e1ff
}
.header-menu ul ul li a, .main-header.sticky .header-menu ul ul li a {
    background: #fff;
    color: #333
}
.header-menu>ul>li>a>i {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 63px
}
.header-menu ul ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease
}
.header-menu ul ul>li:hover>ul, .header-menu.align-right ul ul>li:hover>ul, .header-menu>ul>li:hover>ul {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.header-menu>ul>li>ul {
    top: 130px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    -webkit-transition: top .2s ease, opacity .2s ease;
    transition: top .2s ease, opacity .2s ease
}
.header-menu>ul>li:hover>ul {
    left: auto;
    top: 96px
}
.header-menu.align-right>ul>li:hover>ul {
    right: 0
}
.header-menu ul ul ul {
    top: 32px;
    box-shadow: 0 0 10px rgba(0,0,0,.1)
}
.header-menu ul ul ul:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    z-index: -1
}
.header-menu ul ul ul li {
    background: #fff
}
.header-menu ul ul>li:hover>ul {
    top: 0;
    left: 180px
}
.header-menu.align-right ul ul>li:hover>ul {
    left: auto;
    right: 178px;
    padding-left: 0;
    padding-right: 10px
}
.header-menu ul ul li a {
    width: 186px;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.25;
	text-decoration: none;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s
}
.has-sub-item:hover:after, .header-menu ul ul li.active>a, .header-menu ul ul li:hover>a, .header-menu ul ul li>a:hover, .main-header.sticky .header-menu ul ul li.active>a, .main-header.sticky .header-menu ul ul li:hover>a, .main-header.sticky .header-menu ul ul li>a:hover {
    color: #53e1ff
}
.header-menu ul ul li a i {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 10px
}
.menu-wraper {
    float: right
}
.header-menu>ul {
    -webkit-transition: .3s all linear;
    transition: .3s all linear
}
.header-menu>ul>li:last-child {
    margin-right: 0
}
.header-menu>ul>li>a:before {
    height: 0;
    width: 1px;
    background: #53e1ff;
    top: 0;
    left: 50%;
    -webkit-transition: .2s all linear;
    transition: .2s all linear
}
.header-menu ul ul, .header-menu ul ul ul {
    padding: 8px 0;
    background: #fff
}
.header-menu>ul>li.active>a:before, .header-menu>ul>li:hover>a:before {
    height: 35px
}
.header-menu ul ul li a:before {
    width: 10px;
    height: 1px;
    left: 0;
    background: #fff;
    top: 50%;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.header-menu ul ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #53e1ff
}
.header-menu>ul>li>ul .has-sub-item {
    position: relative
}
.header-menu>ul>li>ul .has-sub-item:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.banner.home-banner2:before, .border-bottom1:after, .overlay-bubble-1, .signup--out-btn a:after {
    content: ""
}
.logo .sticky-logo, .main-header.sticky .logo .default-logo {
    display: none
}
.main-header.sticky .logo .sticky-logo {
    display: block
}
.main-header.sticky {
    background: #fff;
    position: fixed;
    width: 100%;
    animation-duration: 1s;
    box-shadow: 0 0 10px rgba(0,0,0,.15)
}
.main-header.common-header.sticky, .main-header.main-header2.sticky, .main-header.main-header3.sticky, .main-header.main-header4.sticky, .main-header.main-header5.sticky, .main-header.main-header6.sticky {
    background: #fff
}
.main-header.stuck {
    background: #1c1967;
    position: fixed;
    width: 100%;
    -webkit-animation: fadeInDown 1s linear;
    animation: fadeInDown 1s linear
}
.signup--out-btn a {
    background: #fff;
    padding: 10px 29px;
    border-radius: 5px;
    font-family: Dosis, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0e035c;
    position: relative
}
.signup--out-btn a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    transition: .3s all linear;
    background: rgba(0,0,0,.4)
}
.signup--out-btn a:hover:after {
    visibility: visible;
    opacity: 1;
    transform: scale(20);
    background: 0 0
}
.main-header.sticky .signup--out-btn a {
    background: #53e1ff;
    color: #fff
}
.menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.signup--out-btn {
    margin-left: 16px
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li.active a:before, .main-header .header-menu ul ul li.active a:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #53e1ff
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:before {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.main-header .header-menu ul .has-sub-item ul .has-sub-item ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.home-page1-light .header-menu>ul>li>a {
    color: #333
}
.home-page1-light .header-menu>ul>li.active>a, .home-page1-light .header-menu>ul>li:hover>a {
    color: #53e1ff
}
.home-page1-light .signup--out-btn a {
    background: #002197;
    color: #fff
}
.border-bottom1 {
    position: relative
}
.border-bottom1:after {
    position: absolute;
    height: 1px;
    width: calc(100% - 30px);
    background: #fff;
    bottom: 0;
    z-index: 1;
    left: 15px;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}
.common-header .header-menu ul ul li.active a:before, .main-header2 .header-menu ul ul li.active a:before, .main-header3 .header-menu ul ul li.active a:before, .main-header4 .header-menu ul .has-sub-item ul .has-sub-item ul li.active a:before, .main-header4 .header-menu ul ul li.active a:before, .main-header5 .header-menu ul .has-sub-item ul .has-sub-item ul li.active a:before, .main-header5 .header-menu ul ul li.active a:before, .main-header5 .header-menu>ul ul li a:hover:before, .main-header5.sticky .header-menu>ul ul li a:hover:before, .main-header6 .header-menu ul .has-sub-item ul .has-sub-item ul li.active a:before, .main-header6 .header-menu ul ul li.active a:before {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.main-header6 .header-menu>ul>li>a:before {
    background: #fff
}
.main-header6 .header-menu ul ul li a:hover:before, .main-header6.sticky .header-menu>ul>li>a:before {
    background: #00c6c6
}
.main-header6 .header-menu>ul>li>a {
    color: #fff;
	text-decoration: none;
}
.main-header6.sticky .header-menu>ul>li>a {
    color: #999
}
.main-header6 .header-menu ul ul li a {
    background: #fff;
    color: #333
}
.main-header6 .signup--out-btn a {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}
.main-header6 .signup--out-btn a i {
    margin-right: 15px
}
.main-header6 .header-menu ul ul li.active a:before {
    background: #00c6c6
}
.main-header6.sticky .header-menu ul ul li a {
    background: #fff;
    color: #999
}
.main-header6.sticky .header-menu ul ul li.active>a, .main-header6.sticky .header-menu ul ul li:hover>a, .main-header6.sticky .header-menu ul ul li>a:hover {
    color: #00c6c6
}
.main-header6.sticky .signup--out-btn a {
    border: 1px solid #00c6c6;
    background: #00c6c6;
    color: #fff;
    padding: 10px 30px
}
.main-header6 .header-menu ul .has-sub-item ul .has-sub-item ul li.active a:before {
    background: #00c6c6
}
.main-header6 .header-menu>ul>li.active>a, .main-header6 .header-menu>ul>li:hover>a {
    color: #fff
}
.common-header .header-menu>ul>li>a {
    color: #333
}
.common-header .signup--out-btn a {
    background: #53e1ff;
    color: #fff
}
.common-header .header-menu>ul>li.active>a, .common-header .header-menu>ul>li:hover>a {
    color: #53e1ff
}
.common-header .header-menu ul ul li a {
    background: #fff;
    color: #333
}
.common-header .header-menu ul ul li.active>a, .common-header .header-menu ul ul li:hover>a, .common-header .header-menu ul ul li>a:hover {
    color: #53e1ff
}
.common-header .header-menu ul ul li.active a:before {
    background: #53e1ff
}
.banner.home-banner1 {
    padding: 230px 0 113px
}

@media (max-width: 991.98px){
	.main-header6 .header-menu>ul {
    background: #fff;
    top: 63px!important;
}
.main-header .row>div:nth-child(2) {
    position: static;
}
	
	.main-header .row {
    position: relative
}
.main-header .row>div:nth-child(2) {
    position: static
}
.main-header {
    padding: 10px 0
}
.header-menu ul ul li a:hover:before, .header-menu ul ul li.active a:before, .header-menu ul ul li:hover>a:before {
    opacity: 0
}
.home-page1-light .header-menu ul li, .home-page2-light .header-menu ul li {
    border-top: 1px solid #f1f1f1
}
.header-menu>ul>li {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0!important
}
.header-menu>ul>li:first-child {
    border-top: 0!important
}
.header-menu ul li a {
    padding: 12px 15px!important;
    color: #333
}
.header-menu>ul ul li:not(:last-child) {
    border-bottom: 0
}
.header-menu ul ul li a {
    padding-left: 30px!important;
    width: auto
}
.header-menu {
    text-align: right;
    position: initial
}
.header-menu>ul {
    position: absolute!important;
    top: 52px!important;
    left: 15px!important;
    width: calc(100% - 30px)!important;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    max-height: 350px;
    overflow-y: auto
}
.header-menu ul, .header-menu ul ul, .header-menu ul ul li:hover>ul, .header-menu ul ul ul, .header-menu.align-center>ul, .header-menu>ul, .header-menu>ul>li:hover>ul, .header-menu>ul>li>ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
    z-index: 99999
}
.header-menu ul li {
    width: 100%;
    border-top: 1px solid
}
.header-menu ul ul li a, .header-menu ul ul li:first-child>a, .header-menu ul ul li:last-child>a, .header-menu>ul>li>a {
    border-radius: 0;
    box-shadow: none
}
.header-menu ul li a i {
    display: none
}
.header-menu ul ul ul li a {
    padding-left: 45px!important
}
.header-menu #menu-button {
    color: #53e1ff;
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
	margin: -20px 13px 0 0;
}
.main-header6 .header-menu #menu-button {
    color: #fff
}
.main-header6.sticky .header-menu #menu-button {
    color: #00c6c6
}
.header-menu ul ul li:hover>a, .header-menu ul ul li>a:hover, .header-menu>ul>li:not(.active):hover>a, .header-menu>ul>li:not(.active)>a:hover {
    color: #53e1ff
}
.header-menu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 50px;
    height: 40px;
    border-left: 1px solid rgba(120,120,120,.2);
    z-index: 10;
    cursor: pointer
}
.header-menu ul ul .submenu-button {
    height: 44px
}
.header-menu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 18px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #333;
    z-index: 99
}
.header-menu ul ul ul:after, .header-menu ul ul ul:before, .header-menu>ul>li.active>a:after, .header-menu>ul>li.active>a:before, .header-menu>ul>li:hover>a:after, .header-menu>ul>li:hover>a:before, .header-menu>ul>li>a:after, .header-menu>ul>li>ul:before {
    display: none
}
.header-menu .submenu-opened:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 14px
}
.header-menu ul ul .submenu-button:before {
    top: 19.5px
}
.header-menu ul ul .submenu-button.submenu-opened:before {
    top: 15.5px
}
.header-menu #menu-button.menu-opened:before, .header-menu .submenu-button.submenu-opened:before {
    border-top-color: #53e1ff
}
.header-menu ul ul ul, .header-menu>ul>li>ul {
    box-shadow: none;
    border-bottom: 0
}
.header-menu ul ul ul li:first-child {
    padding-top: 0
}
.header-menu ul ul ul li:last-child {
    padding-bottom: 0
}
.sticking .header-menu>ul>li:hover:not(.active)>a {
    color: #1b435d
}
.main-header6 .header-menu ul li a {
    color: #333
}
.main-header6 .header-menu>ul>li.active>a, .main-header6 .header-menu>ul>li:hover>a {
    color: #00c6c6
}
.header-menu>ul>li.active>a, .header-menu>ul>li:hover>a {
    color: #53e1ff
}
.signup--out-btn {
    margin-left: 50px
}
.header-menu ul ul li a {
    font-size: 14px;
    background: #fff;
    color: #333
}
.header-menu ul ul li a:hover:before {
    visibility: visible;
    opacity: 1;
    color: #53e1ff
}
		}
.logo img{
	max-width: 100px;
}
.dark-blue-bg{
	background: #0a6f78 !important;
}
.dark-blue-bg h2, .dark-blue-bg  p{
	color:#fff;
}





.comparison-table{
    font-size:.875rem;
    font-weight:700;
    line-height:1.71;
    letter-spacing:-.1px;
    color:rgba(34,46,58,.5)
}
.comparison-table .inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.comparison-table .col{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    margin-top:16px
}
.comparison-table .col.labels{
    width:20.2%;
	padding: 0;
}
.comparison-table .col.labels .cell{
    padding:0 24px;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    text-align:left;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	border-bottom: 1px solid #dde1e6;
}

.comparison-table .col.larva{
    width:17.8%;
   -webkit-box-shadow:0 4px 9px 0 rgba(23, 28, 33, 0.06);
box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
    border-radius:6px;
    margin-top:0!important;
    color:#fff;
	padding: 0;
	border-right: 1px solid #dde1e6;
}
.comparison-table .col.larva .cell:first-child{
    height:72px;
    margin-top:0;
	background: #63eff4;
	border-radius: 6px 6px 0 0;
}

.comparison-table .col.larva .cell:first-child img{
    width:65px
}
.comparison-table .col.larva .cell.price{
    font-size:1.375rem;
    line-height:1.55;
    letter-spacing:-.2px;
	background: #63eff4;
	color: #fff;
	border-radius: 0 0 0 6px;
}
.comparison-table .cell.price{
    font-size:1.375rem;
    line-height:1.55;
    letter-spacing:-.2px;
	background: #63eff4 !important;
	color: #fff;
}
.comparison-table .col.larva .check:after{
    background-image:url("../images/check-pricing.png");
}
.comparison-table .col:nth-child(3),.comparison-table .col:nth-child(4),.comparison-table .col:nth-child(5),.comparison-table .col:nth-child(6){
    width:15.5%;
    border-right:1px solid #dde1e6;
	padding: 0;
	margin-top: 16px;
}
.comparison-table .col:last-child{
    border-right:0!important
}
.comparison-table .col:last-child .cell:first-child {
    border-radius: 0 6px 0 0;
}
.comparison-table .col:last-child .cell:last-child {
    border-radius: 0 0 6px 0;
}
.comparison-table .col.labels .cell:last-child {
	border-bottom: 0;
}
.comparison-table .col.labels .cell:nth-last-child(2){
	border-radius:0 0 0 6px;
} 
.comparison-table .col.labels .cell:nth-child(2){
	border-radius:6px 0 0 0px;
} 
.comparison-table .cell:first-child{
    height:56px;
	background: #63eff4;
}
.comparison-table .cell:first-child img{
    -ms-flex-item-align:center;
    align-self:center
}
.comparison-table .cell:first-child img.vpn-express{
    width:79px
}
.comparison-table .cell:first-child img.vpn-cyberghost,.comparison-table .cell:first-child img.vpn-nord{
    width:74px
}
.comparison-table .cell:first-child img.vpn-pia{
    width:107px
}
.comparison-table .cell:first-child img.vpn-vypr{
    width:78px
}
.comparison-table .cell:first-child img.vpn-astrill{
    width:83px
}
.comparison-table .cell{
    height:56px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	border-bottom: 1px solid #dde1e6;
	    background: #0a8088;
}
.comparison-table .cell:nth-child(even){
    background:#0a8088
}
.comparison-table .cell.check:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background-image:url("../images/check-pricing.png");
    background-position:center center;
    background-repeat:no-repeat
}
.comparison-table .cell.uncheck:after{
    content:'';
    display:block;
    width:100%;
    height:100%;
    background-image:url("../images/cross-price.png");
    background-position:center center;
    background-repeat:no-repeat
}

.bg-ice-blue .comparison-table .col:nth-child(3),.bg-ice-blue .comparison-table .col:nth-child(4),.bg-ice-blue .comparison-table .col:nth-child(5),.bg-ice-blue .comparison-table .col:nth-child(6){
    border-right:1px solid rgba(34,46,58,.05)
}
.bg-ice-blue .comparison-table .cell:nth-child(even){
    background:rgba(255,255,255,.5)
}
@media (max-width: 767px){
	.comparison-table {
    width: 100vw;
		max-width: 100%;
    margin-left: -16px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.comparison-table .inner {
    width: 1000px;
    margin: auto;
}
.section-4 img{
    max-width: 220px;
    margin: 20px auto;
    display: block;
}
	}
@media (max-width: 1023px){
	.comparison-table .cell:first-child img {
    width: 64px;
}
.comparison-table .col.labels {
    width: 20.8%;
	margin-top: 16px;
}
	.comparison-table .col.larva{
		width:18%;
	}
.comparison-table .col.labels .cell {
    padding: 0 8px;
}
	.comparison-table .col {
    margin-top: 0;
}
}

/*********Flip card*************/
#section-feature ul {
    margin: 100px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
	    width: 100%;
}

#section-feature li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 240px;
    padding: 2%;
    float: left;
    margin-bottom: 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 /*   -webkit-box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);
    box-shadow: 0 4px 9px 0 rgba(23, 28, 33, 0.06);*/
}

#section-feature .sf-wrap {
    background-repeat: no-repeat;
    position: absolute;
    max-width: 280px;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -140px;
    top: 0;
    -moz-perspective: 600px;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    cursor: pointer;
	
}

.sf-mdl-left,
.sf-mdl-right,
.sf-mdl-left-full,
.sf-mdl-right-full {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
}

.sf-icon {
    position: absolute;
    top: 30px;
    text-align: center;
    width: 100%;
    left: 0;
    width: 200%;
    color: #e4610e;
}


.sf-mdl-left-full .sf-icon,
.sf-mdl-right-full .sf-icon {
    color: #fff;
}

.sf-mdl-right,
.sf-mdl-right-full {
    left: auto;
    right: 0;
}

.sf-mdl-left-full,
.sf-mdl-right-full {
    background-color: #333;
    z-index: 9;
    color: #fff;
}

.sf-wrap a {
    color: #e4610e;
    text-decoration: none;
}

.sf-mdl-left,
.sf-mdl-right {
    background-color: #fff;
    z-index: 10;
}

.sf-wrap > .sf-mdl-right-full,
.sf-wrap > .sf-mdl-right {
    background-position: right -30px;
}

.sf-wrap > .sf-mdl-right,
.sf-wrap > .sf-mdl-left-full {
    -moz-backface-visibility: hidden;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0 0;
    -moz-transform: rotateY(0deg);

    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotateY(0deg);

    -o-backface-visibility: hidden;
    -o-transform-style: preserve-3d;
    -o-transform-origin: 0 0;
    -o-transform: rotateY(0deg);

    backface-visibility: hidden;
    transform-style: preserve-3d;
    transform-origin: 0 0;
    transform: rotateY(0deg);
}

.sf-wrap.hover > .sf-mdl-right {
    -webkit-transform: rotateY(-45deg);
    -moz-transform: rotateY(-45deg);
    -ms-transform: rotateY(-45deg);
    -o-transform: rotateY(-45deg);
    transform: rotateY(-45deg);
    background-color: #ececec;
}

.sf-wrap > .sf-mdl-left-full {
    -moz-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
	display: flex;
    align-items: center;
    justify-content: center;
}

.sf-wrap.active > .sf-mdl-right,
.sf-wrap.hover.active > .sf-mdl-right {
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.sf-wrap.active > .sf-mdl-left-full {
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.active .sf-mdl-left-full,
.active .sf-mdl-right-full {
    z-index: 11;
}

.sf-wrap div h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
}
.sf-wrap div h3{
	font-size: 18px;
	margin: 15px 0;
}
.sf-wrap div h3,
.sf-wrap div p {
    width: 200%;
    position: absolute;
    text-align: center;
    left: 0;
}

.sf-wrap div p {
    padding: 0 10%;
    line-height: 18px;
    font-size: 13px;
   
}

.sf-wrap div.sf-mdl-right h3,
.sf-wrap div.sf-mdl-right-full h3,
.sf-wrap div.sf-mdl-right p,
.sf-wrap div.sf-mdl-right-full p,
.sf-mdl-right .sf-icon,
.sf-mdl-right-full .sf-icon
{
    left: auto;
    right: 0;

}

.sf-wrap div.sf-mdl-left-full h3,
.sf-wrap div.sf-mdl-right-full h3 {
    top: 115px;
}

.section-2 p.mt-3 img { position: relative;margin-left: -20px; }
.section-2 p.mt-3 { margin-left: 15px; }

.section-3 p.mt-3 { margin-left: 15px; }
.section-3 p.mt-3 img { margin-left: -20px; }

@media (min-width: 768px){

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


