body, html {
     -moz-osx-font-smoothing: grayscale;
}
body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#3f3f3f;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h2, h3 {
    font-weight: 900;
}
b, strong {
    font-weight: 900;
}
a:hover{
	text-decoration:none;
}
.wow{
	visibility:hidden;
}
.highlight {
    background: #ffde00;
    color: #000;
    padding: 0px 5px;
}
/* Header */
.site-header {
    position: relative;
    z-index: 99999;
}
.site-header ul,
.site-header ol {
    margin-bottom: 0;
}
.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 140px;
    height: 140px;
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.logo-header > a{
    display: table-cell;
    vertical-align: middle;
}
.logo-header img {
    height: auto;
	width: 100%;
	margin-left: -15px;
}
/*= When header is sticky =*/
/* .is-fixed .logo-header{
    height: 80px;
    width: 170px;
} */
.main-bar {
    background: #000;
    width: 100%;
    position: relative;
}
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 32px;
    line-height: 24px;
    margin: 33px 0 30px 15px;
    padding: 0;
}
.navbar-toggler span {
    background: #000;
}
/* .is-fixed .navbar-toggler {
    margin:20px 0 20px 15px;
} */
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.header-nav .nav > li > a {
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    padding: 38px 20px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	
}
.header-nav .nav > li > a > i{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	position:relative;
}
.header-nav .nav > li > a > i:after{
	/*content:"\f28f";*/
	position: absolute;
    left: 0;
    transform: rotate(360deg);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.header-nav .nav > li > a > i:before{
	opacity:1;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.header-nav .nav > li:hover > a > i:after{
	 transform: rotate(0);
}
.header-nav .nav > li:hover > a > i:before{
	opacity:0;
}





.header-nav .nav > li > a:hover {
    background-color: transparent;
    color: gold;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li.current-menu-item > a {
    background-color: transparent;
    color: gold;
}
.header-nav .nav > li:hover > a {
    color: gold;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
	box-shadow:0px 0px 40px 0 rgba(0,16,147,0.15);
}
.header-nav .nav > li > .mega-menu {
	border-radius: 10px;
	overflow: hidden;
}
.header-nav .nav > li .sub-menu {
    background-color: #222222;
    border:0;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 25px 5px;
    position: absolute;
    visibility: hidden;
    width: 465px;
    z-index: 10;
	border-radius: 10px;
	
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #fff;
    display: block;
    font-size: 27px;
    padding: 4px 50px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif; 
	border-radius:10px;
	text-transform: uppercase;
	
}
.header-nav .nav > li .sub-menu li a:hover {
    color: gold;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: gold;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li > .sub-menu.left,
.header-nav .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 250px;
}
.header-nav .nav > li .sub-menu li .fa.fa-nav {
	color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 251px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 251px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
	box-shadow: 0px 0px 40px 0 rgba(0,16,147,0.10)
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
	
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
	font-size: 13px;
    font-weight: 600;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
	font-weight: 500;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
}
.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
.header-nav .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* Site Header */
.site-header .main-bar{
	height:100px;
}
.extra-cell ul{
	list-style:none;
	margin:0;
	padding:0;
}
.extra-cell li.nav-btn{
	padding: 22px 30px 22px 20px;
}
.extra-cell li.nav-btn > a{
	background-color:gold;
	color:#000 ;
	border-radius:12px;
	padding: 12px 40px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	font-size: 22px;
	display: inline-block;
	text-transform:uppercase;
	font-weight:600;
}
.extra-cell li.nav-btn > a:hover{
	background-color:#333;
	color:#fff;
}
/* slider */
.separator {
    display: inline-block;
    height: 7px;
    width: 198px;
    margin-bottom: 10px;
    position: relative;
	background-color:gold;
	margin: 26px 0;
}
.banner-exe-title span{
	color:gold;
}
.dlab-bnr-inr{
	padding:130px 0;
	text-align:center;
	/*height: 880px;*/
    height: 490px;
	background-position:center;
	background-size:cover;
}
.banner-title, #printText{
	font-size:55px;
	color:#fff;
	line-height:65px;
	font-weight: 700;
    text-transform: uppercase;
}
.banner-title span, #printText span{
	color:gold;
}
.banner-exe-title,
.banner-exe-title1{
	color:#fff;
	font-weight:500;
	font-size:32px;
	margin-bottom:40px;
}
.banner-exe-title1{
	margin-bottom:25px;
}
.countdown .time{
	font-size:60px;
	font-weight:700;
	color:#000;
	display: block;
    padding: 0 10px;
}
.countdown .date{
	background:#fff;
	display:inline-block;
	border-radius: 6px;
	min-width: 120px;
}
.countdown .date div{
	background-color:gold;
	font-size:17px;
	font-weight:500;
	color:#000;
	padding:10px;
	text-transform:uppercase;
	border-radius: 0 0 6px 6px;
    border-top: 2px solid #999999;
}
.countdown{
	color:#fff;
	font-size:28px;
	text-transform:uppercase;
	font-weight:600;
}
/* Price */
.price-wrapper{
	background: rgb(0,0,0);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=1 );
	color:#fff;
	border-radius:12px;
	text-align:center;
	padding: 30px 0;
}
.price-wrapper.active{
	background: rgb(241,215,41);
	background: -moz-linear-gradient(45deg, rgba(241,215,41,1) 0%, rgba(255,222,0,1) 100%, rgba(255,222,0,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(241,215,41,1) 0%,rgba(255,222,0,1) 100%,rgba(255,222,0,1) 100%);
	background: linear-gradient(45deg, rgba(241,215,41,1) 0%,rgba(255,222,0,1) 100%,rgba(255,222,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1d729', endColorstr='gold',GradientType=1 );
	color:#000;
	margin-top: -40px;
	padding: 40px 0 50px 0;
}
.price-wrapper.active .plan-list li{
	color:#333333;
}
.price-wrapper.active .plan-price del,
.price-wrapper.active .plan-price h3,
.price-wrapper.active .price-content p span,
.price-wrapper.active .plan-list li.offer,
.price-wrapper.active .plan-list li i{
	color:#000;
}
.client-carousel .owl-nav.disabled{
	display:none;
}
.price-wrapper.active .price-head {
	margin-bottom: 25px;
}
.price-wrapper.active .price-head span {

	/*font-size: 28px;*/
    color: #000;
    /*font-weight: 900;*/
    bottom: -30px;
}

.price-wrapper.active .price-head h3 {
    /*font-size: 62px;*/
	font-weight: 900;
}
.price-wrapper.active .price-btn{
	background-color:dodgerblue;
    color: #FFF;
}
.price-wrapper.active .separator{
	background-color:#000;
}
.price-wrapper.active .price-btn:hover{
	background-color:#000;
	color:#fff;
}

.price-wrapper.right{
	 border-radius: 0 12px 12px 0;
}
.price-wrapper.left{
	border-radius: 12px 0 0 12px;
}
.m-lr0{
	margin-left:0;
	margin-right:0;
}
.p-lr0{
	padding-left:0;
	padding-right:0;
}
.container-max{
	width:1400px;
	margin-left:auto;
	margin-right:auto;
	padding: 0 15px;
}

.price-head{
	position:relative;
	margin-bottom: 15px;
}
.price-head .baseline{
    letter-spacing: 6px;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.price-head h2{
	font-size:42px;
	font-weight:900;
	text-transform:uppercase;
	position: relative;
}
.price-head span{
	font-size: 22px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    font-weight: 700;
    /*position: absolute;*/
    left: 0;
    bottom: -22px;
}
.price-head i{
    width: 90%;
    background: #EEE;
    color: #000;
    padding: 5px 10px;
    /* margin: 10px; */
    display: inline-block;
    border-radius: 10px;
}

.price-wrapper .separator{
	margin: 10px 0;
	height:3px;
	background-color:#f5d91c;
}
.plan-price h3{
	font-size: 90px;
    font-weight: 900;
    color: gold;
	line-height: 70px;
    margin-bottom: 20px;
}
.plan-price sup{
	font-size: 40px;
    line-height: 0px;
    position: relative;
    top: -35px;
}
.plan-price del{
	text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    position: relative;
	z-index:1;
	
	line-height: 30px;
}
.plan-price del:after{
	content: "";
    background: #ff0000;
    height: 4px;
    width: 120%;
    display: block;
    position: absolute;
    left: -5px;
    top: 15px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}
.price-content p{
	font-size:24px;
	font-weight:600;
	margin-bottom: 5px;
}
.price-content p span{
	color: gold;
    font-size: 35px;
    font-weight: 700;
}
.plan-list{
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
	padding:0 25px;
}
.plan-list li i{
	font-size: 34px;
    color: gold;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 9px;
}
.plan-list li{
	font-size:24px;
	font-weight: 600;
	padding: 4px 0 4px 45px;
    position: relative;
}
.plan-list .offer{
	font-weight:900;
	color:gold;
	text-transform:uppercase;
}
.inscription-box {
    padding: 30px 40px 0 40px;
}
.price-btn{
	width: 100%;
    background: dodgerblue;
    color: #fff;
    font-size: 28px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.price-btn:hover{
	color:#000;
	background:#fff;
	text-decoration:none;
	
}
.price-table{
	margin-top:0px;
	padding-bottom:80px;
}
.text-primary{
	color:gold;
}
.section-head {
    margin: 20px;
}
.section-head h2{
	color:#fff;
	font-weight:900;
	font-size:50px;
	line-height:65px;
    margin: 0;
}
.section-head .baseline{
    letter-spacing: 6px;
    font-size: 16px;
    display: inline-block;
    /* background: gold; */
    padding: 5px 15px;
    text-transform: uppercase;
}
.section-head .separator{
    margin: 10px 0px 10px;
}
.score-box .separator{
	height:5px;
	background-color:#ffc300;
	margin:25px 0 40px 0;
}

.counter-box .separator{
	background:#ffc300;
	height:3px;
	width:95px;
	margin:10px 0;
}
.counter-box{
	background-color:rgba(0,0,0,0.6);
	border-radius:10px;
	box-shadow:0 0 30px 0 rgba(255,222,0,0.4);
	text-align:left;
	color:#fff;
	padding: 30px 30px 25px 30px;
	margin-bottom: 30px;
}
.counter-title{
	font-size:19px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 10px;
}
.counter-bx{
	font-size:54px;
	font-weight:900;
	margin-bottom:0;
    color: #FFF;
}
.counter-bx.text-primary{
    color:gold;
}
.score-box{
	padding:150px 0 60px 0;
}
.counter-lg .counter-title {
    font-size: 30px;
}
.score-faq{
	margin:0;
	padding:0;
	list-style:none;
}
.score-faq li{
	padding-left:60px;
	font-size:32px;
	font-size:500;
	position:relative;
	color:#fff;
	padding: 0 0 30px 50px;
	text-align: left;
}
.score-faq li i{
	position: absolute;
    left: 0;
    color: #ffc300;
    font-size: 30px;
    top: 10px;
}
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
	transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	font-size: 80px;
	margin:0 -80px;
	cursor:pointer;
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
.owl-carousel .owl-item {
    text-align: center;
}
.gallery-owl{
	padding: 100px 0 300px 0;
}
.gallery-carousel .items{
	transform:scale(0.9);
	-o-transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-ms-transform:scale(0.9);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.gallery-carousel .active.center .items{
	transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
}
.video-box{
	padding-bottom:110px;
}
.video-area{
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 70px 0 rgba(46,54,106,0.15);
	margin-top: -200px;
}
.video-area iframe{
	width:100%;
	height: 650px;
    vertical-align: middle;
}
.faq-list{
	/*padding:100px 0 90px 0;*/
    margin-bottom: 50px;
}
.faq-list .section-head{
	margin-bottom:30px;
}
.faq-list .section-head h2{
	color: #000;
    text-transform: uppercase;
    /*font-size: 50px;
    font-weight: 700;
    line-height: 55px;*/
}
.faq-list h4{
	font-size:35px;
	font-weight:500;
	color:#333333;
	line-height:40px;
	margin-bottom:25px;
}
.faq-list-block{
	list-style:none;
	margin:0;
	padding:0;
}
.faq-list-block li{
	color:#333333;
	font-size:22px;
	line-height:35px;
	position:relative;
}
.faq-list-block li i{
	/*position: absolute;*/
    left: 0;
    font-size: 58px;
    top: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.faq-list-block li i.fa-arrow-circle-right{
	color:#00e17a;
}
.faq-list-block li i.fa-thumbs-down{
	color:#ff2323;
}
.faq-list-block li i.fa-thumbs-up{
	color:#ffc600;
}
.faq-list .row{
	margin-left:-30px;
	margin-right:-30px;
}
.faq-list [class*="col-"]{
	padding-left:30px;
	padding-right:30px;
}
.left-faq{
	position:relative;
}
.left-faq:after{
	content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background: #999999;
}
.faq-list .btn{
	background: dodgerblue;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    border: 0;
}
.faq-list .btn:hover{
	background-color:#000;	
	color:#fff;
}
.faq-list .btn{
	margin-top:30px;
}
.client-box{
	padding:150px 0;
	position: relative;
}
.client-box .separator{
	height: 3px;
	background-color:gold;
}
.client-box .section-head h2{
	text-transform: uppercase;
	font-size: 58px;
}

.client-says{
	padding:40px 80px 30px 80px;
	display: inline-block;
    clear: both;
	background-image: url(../images/quote.png), url(../images/quote.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}
.client-content p{
	font-size:48px;
	color:#fff;
	line-height:55px;
	text-align:justify;
    font-style: italic;
}
.client-content img{
    border-radius: 10px;
}
.client-name{
	float: right;
    position: relative;
    padding-left: 60px;
    padding: 5px 0 5px 60px;
	top: -5px;
}
.client-name span{
	color: #cccccc;
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
}
.owl-carousel .client-name img{
	width: 46px;
    height: 46px;
    border-radius: 46px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 3px;
}
.client-box .section-head{
	margin-bottom:50px;
}


.client-carousel .owl-dots{
	width:100%;
	text-align: center;
}
.client-carousel .owl-dots .owl-dot{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 20px;
    margin: 0 10px;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	cursor:pointer;
}
.client-carousel .owl-dots .owl-dot.active{
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	background-color:gold;
	
}

.faq-box .section-head h2{
	text-transform: uppercase;
	font-size: 46px;
	color:#000;
}
.faq-box .section-head .separator{
	height:3px;
	background-color:gold;
	margin-top: 15px;
}
.faq-box{
	padding:50px 0;
}


.faq-box .card{
	border:0;
	margin-bottom:10px;
}
.faq-box .card-body{
	background: #333;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    padding: 30px 40px;
    margin-top: 10px;
}
.faq-box #accordion{
	max-width: 900px;
    margin: auto;
}
.faq-box .card-header{
	padding: 0;
	border: 0;
    background: transparent;
}
.faq-box .card-header a{
	background: #000;
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding: 25px 20px 25px 90px;
    border-radius: 10px;
	position:relative;
}
.faq-box .card-header a:after{
	content: "\f056";
	font-family: FontAwesome;
    position: absolute;
    font-size: 52px;
    top: 10px;
    left: 25px;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.faq-box .card-header a.collapsed:after{
	content: "\f055";
}
.quote-box{
	padding:60px 0;	
}

.quote-area{
	padding:50px;
	background-image: url(../images/quote1.png), url(../images/quote1.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
	text-align:center;		
}
.quote-area p{
	font-size:58px;
	color:#fff;
	line-height:65px;
	text-align:center;
    font-style: italic;
}
.nous.quote-box {
    padding: 90px 0;
}
.nous .btn{
	background: dodgerblue;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
	padding: 15px 60px;
    border-radius: 8px;
    border: 0;
}
.nous .btn:hover{
	background-color:#000;	
	color:#fff;
}
.row.content{
    background: #FFF;
    padding-top: 20px;
}


/* Footer Top */
.footer-top{
	padding-top:100px;
	padding-bottom:80px;
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}
.footer-logo{
	text-align:center;
}
.footer-logo > a img{ 
	width:170px;
}
.ft-social ul{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.ft-social ul li{
	display:inline-block;
	margin: 0 2px;
}
.ft-social{
	/*border-top: 2px solid rgba(255,255,255,0.2);
    padding-top: 20px;
    margin-top: 20px;*/
}
.ft-social h4{
	font-size:18px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
}

.footer-title{
	font-size:18px;
	font-weight:500;
	color:#fff;
	margin-bottom:10px;
	text-transform:uppercase;
}
.footer-list {
	margin:0;
	padding:0;
	list-style:none;
}
.footer-list li{
	display:inline-block;
	font-size:14px;
}
.footer-list li:after{
	content: "|";
    color: #fff;
    opacity: 0.5;
    margin-left: 2px;
}
.footer-list li a{
	color:#fff;
	opacity:0.5;
}

.footer-top .separator{
	height:2px;
	width:100%;
	background-color:#fff;
	opacity:0.5;
}
.subscribe{
	background-color:gold;
	padding: 25px 20px 30px 20px;
}
.subscribe h2{
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.subscribe p{
	font-size:14px;
	
}
.subscribe .form-control{
	border:0;
	border-radius:0;
	font-size:14px;
	margin-bottom:10px;
	height:46px;
}
.subscribe .form-control:active,
.subscribe .form-control:focus{
	box-shadow:none;
}
.subscribe  .btn{
	background-color:#2d3239;
	font-weight:600;
	color:#fff;
	border-radius:0;
	width:100%;
	height:50px;	
	text-transform:uppercase;
	border-bottom:2px solid #000;
}
.subscribe  .btn:hover{
	background-color:#000;
}
.footer-list li a:hover{
	opacity:1;
}
.footer-bottom{
	background-color:#000000;
	padding:30px 0; 
}
.footer-bottom img,
.footer-bottom p{
	display:inline-block;
	vertical-align: middle;
}
.footer-bottom p{
	font-size:16px;
	font-weight:900;
	color:#6a6a6a;
	text-transform:uppercase;
	text-align: left;
	margin-bottom: 0;	
}
.score-box{
	position:relative;
}
.client-box:after,
.score-box:after{
	/*content:"";*/
	width:100%;
	height:80px;
	position:absolute;
	top:0;
	left:0;
	/*background-image:url(../images/background/bg-curv.png);*/
	background-size: 100%;
	background-repeat:no-repeat;
}
#loading-area {
    width: 100%;
    height: 100%;
    background-color: #111;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
	background-image:url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}
/*without top bar*/
.extra-nav {
    float: right;
    position: relative;
    z-index: 9;
}
.extra-nav .btn-link{
	font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
}

.quote-carousel .owl-nav{
	display:none;
}
.quote-carousel .owl-dots{
	width:100%;
	text-align: center;
}
.quote-carousel .owl-dots .owl-dot{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 20px;
    margin: 0 10px;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	cursor:pointer;
}
.quote-carousel .owl-dots .owl-dot.active{
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	background-color:gold;
	
}
/* Gallery Box */
/* .gallery-box img{
	-webkit-mask-image: url(../images/phone/phone-bg.png);
    mask-image: url(../images/phone/phone-bg.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
} */
.gallery-box img {
    transition: all 0.5s;
    opacity: 0;
}
.gallery-box span {
    background-position: 50.4% 30.2%;
    background-size: 86.9% auto;
	display: block;
    background-repeat: no-repeat;
}
.gallery-box {
    background-image: url(../images/phone/phone-frame.png);
	background-size: 100% auto;
}
@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
@media only screen and (max-width: 1550px){
	.owl-btn-center-lr .owl-nav .owl-prev, 
	.owl-btn-center-lr .owl-nav .owl-next{
		margin: 0 -30px;
	}
}
@media only screen and (max-width: 1400px){
	.container-max {
		width: 1170px;
	}
	.owl-btn-center-lr .owl-nav .owl-prev, 
	.owl-btn-center-lr .owl-nav .owl-next{
		margin: 0 -60px;
	}
	.client-content p{
		font-size: 30px;
	}
	.header-nav .nav > li > a{
		padding: 35px 12px;
	}
}
@media only screen and (max-width: 1200px){
	.score-box {
		padding: 120px 0 60px 0;
	}
	.client-box {
		padding: 120px 0;
	}
	.owl-btn-center-lr .owl-nav .owl-prev, 
	.owl-btn-center-lr .owl-nav .owl-next{
		margin: 0 -45px;
	}
	.plan-list li {
		font-size: 20px;
		 padding: 4px 0 4px 30px;
	}
	.price-btn{
		font-size: 22px;
	}
	.plan-list li i{
		font-size: 24px;
		top: 5px;
	}
	.price-content p {
		font-size: 18px;
	}
	.price-content p span{
		font-size: 26px;
	}
	.container-max {
		width: 960px;
	}
	.banner-title, #printText {
		font-size: 40px;
	}
	.banner-exe-title, 
	.banner-exe-title1{
		 font-size: 26px;
	}
	.plan-price h3{
		font-size: 100px;
		line-height: 100px;
	}
	.plan-price sup{
		font-size: 50px;
		top: -40px;
		line-height: 50px;
	}
	.price-wrapper.active .price-head h3{
		font-size: 40px;
	}
	.price-head h3 {
		font-size: 35px;
	}
	.price-head span{
		font-size: 24px;
		bottom: -18px;
	}
	.price-wrapper.active .price-head span{
		font-size: 16px;
		bottom: -24px;
	}
	.header-nav .nav > li > a{
		font-size: 20px;
	}
	.extra-cell li.nav-btn {
		padding: 23px 15px 23px 15px;
	}
	.separator{
		margin: 15px 0;
		height: 4px;
	}
	.plan-list{
		padding:0 25px;
	}
	.client-box .section-head h2,
	.faq-list .section-head h2,
	.counter-bx,
	.section-head h2{
		font-size: 40px;
		line-height: 55px;
	}
	.counter-title{
		font-size: 16px;
	}
	.faq-list h4,
	.counter-lg .counter-title {
		font-size: 24px;
	}
	.counter-box{
		padding: 30px 20px 25px 20px;
	}
	.score-faq li{
		font-size: 22px;
	}
	.score-faq li i{
		font-size: 26px;
		top: 5px;
	}
	.faq-list-block li{
		font-size: 20px;
		line-height: 30px;
		/*padding: 0px 0px 20px 35px;*/
	}
	.faq-list-block li i{
		font-size: 22px;
		top: 5px;
	}
	.quote-carousel .owl-dots,
	.client-carousel .owl-dots{
		margin-top:30px;
	}
	.quote-area p{
		font-size: 40px;
		line-height: 55px;
	}
	.quote-area{
		background-size: 55px;
		padding: 30px;
	}
	.subscribe h2{
		font-size: 20px;
	}	
	.logo-header{
		padding-left:20px;
	}
	.extra-cell li.nav-btn > a{
		font-size: 16px;
		padding: 15px 30px;
	}
    .navbar-toggler i{
        color:#fff;
    }
    .navbar-toggler {
        border: 0 solid #efbb20;
        font-size: 30px;
        line-height: 30px;
        margin: 21px 0;
        float: right;
        /*background: #333;*/
        padding: 8px 15px;
    }
    .navbar-toggler:focus{
        outline:none;
    }
    .header-nav {
        position: absolute;
        top: 100px;
        background: #333;
        border-radius: 0px 0px 10px 10px;
        width: calc(100% - 30px);
        left: 15px;
        padding: 15px 0;
    }
    .header-nav .nav {
        float: none;
    }
    .header-nav .nav > li > a {
        font-size: 16px;
        width: 100%;
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 991px){
	.header-nav .nav > li > a > i{
		display: block;
		position: absolute;
		right: 20px;
		font-size: 24px;
		top: 9px;
		color: #fff;
	}
    .header-nav .nav > li > a > i.fa-home{
        left: 20px;
        margin-bottom: 10px;
    }
	.header-nav .nav > li.open > a > i:before{
		content:"\f28f";
	}
	
	.header-nav .nav > li > a > i:after{
		/*content:"\f28f";*/
		position: absolute;
		left: 0;
		transform: rotate(0deg);
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
	}
	.header-nav .nav > li > a > i:before{
		opacity:1;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
	}
	.header-nav .nav > li.open > a > i:after{
		 transform: rotate(0);
	}
	.header-nav .nav > li:hover > a > i:before,
	.header-nav .nav > li.open > a > i:before{
		opacity:1;
	}
	
	
	.logo-header img{
		width: 100%;
		margin-left: 0;
	}
	.score-box {
		padding: 100px 0 60px 0;
	}
	.client-box {
		padding: 100px 0;
	}
	.subscribe{
		margin-top:50px;
	}
	.container-max {
		max-width: 720px;
		width: 720px;
	}
	.faq-box .card-header a{
		font-size: 18px;
		padding: 15px 20px 15px 60px;
	}
	.faq-box .card-header a:after{
		font-size: 30px;
		top: 7px;
		left: 20px;
	}
	.faq-box .card-body{
		font-size: 16px;
		line-height: 30px;
	}
	.quote-area {
		background-size: 40px;
		padding: 20px;
	}
	.quote-area p{
		margin-bottom: 0;
	}
	.client-says{
		background-size: 40px;
		padding: 40px 40px 0 40px;
	}
	.faq-list [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
	.faq-list .row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.left-faq:after {
		content: none;
	}
	.owl-btn-center-lr .owl-nav .owl-prev, 
	.owl-btn-center-lr .owl-nav .owl-next{
		margin: 0 -30px;
	}
	.plan-list li {
		font-size: 16px;
		padding: 3px 0 4px 25px;
	}
	.plan-list li i {
		font-size: 16px;
		top: 8px;
	}
	.inscription-box {
		padding: 20px 20px 0 20px;
	}
	.price-btn {
		font-size: 15px;
	}
	.plan-price h3 {
		font-size: 70px;
		line-height: 70px;
	}
	.plan-price sup {
		font-size: 26px;
		top: -30px;
		line-height: 26px;
	}
	.plan-price del{
		font-size: 20px;
	}
	.price-head h3 {
		font-size: 24px;
	}
	.price-wrapper.active .price-head h3 {
		font-size: 30px;
	}
	.price-head span {
		font-size: 24px;
		bottom: -16px;
	}
	.price-wrapper.active .price-head span {
		font-size: 16px;
		bottom: -20px;
	}
	.price-wrapper.active{
		padding: 20px 0 40px 0;
	}
	.price-wrapper .separator {
		margin: 10px 0;
	}
	.price-wrapper.active{
		margin-top: -10px;
	}
	.banner-title, #printText {
		font-size: 28px;
		line-height: 38px;
	}
	.banner-exe-title, .banner-exe-title1 {
		font-size: 20px;
	    margin-bottom: 20px;	
	}
	.dlab-bnr-inr{
		padding: 90px 0;
		/*height: 670px;*/
        height: 360px;
	}
	.logo-header{
		width: 105px;
		height: 105px;
		padding-left: 0;
		z-index: 1;
		padding-top: 5px;
		position: absolute;
		left: 10%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
	.site-header .main-bar {
		height: 85px;
	}
	.navbar-toggler {
		
	}
	.navbar-toggler i{
		color:#fff;
	}
	.navbar-toggler {
		border: 0 solid #efbb20;
		font-size: 30px;
		line-height: 30px;
		margin: 21px 0;
		float: right;
		/*background: #333;*/
		padding: 8px 15px;
	}
	.navbar-toggler:focus{
		outline:none;
	}
	.header-nav .nav > li > a{
		font-size: 16px;
		width: 100%;
		padding: 8px 20px;
	}
	.header-nav{
		position: absolute;
		top: 85px;
		background: #333;
		border-radius: 0px 0px 10px 10px;
		width: calc(100% - 30px);
		left: 15px;
		padding: 15px 0;
	}
	.header-nav .nav {
		float: none;
	}
	.extra-cell li.nav-btn {
		padding:15px 0;
	}
	.header-nav .nav > li.open .sub-menu{
		position: unset;
		visibility: visible;
		opacity: 1;
		width: 100%;
		border-radius: 0;
		padding: 20px 5px;
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		-ms-transition:none;
		-o-transition:none;
	}
	.header-nav .nav > li:hover .sub-menu{
		visibility: none;
		opacity: 0;
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		-ms-transition:none;
		-o-transition:none;
	}
	.header-nav .nav > li.open:hover .sub-menu{
		visibility: visible;
		opacity: 1;
		transition:none;
		-moz-transition:none;
		-webkit-transition:none;
		-ms-transition:none;
		-o-transition:none;
	}
	.header-nav .nav > li .sub-menu li a{
		font-size: 16px;
		padding: 8px 30px;
	}
}
@media only screen and (max-width: 767px){
	.container-max {
		max-width: 540px;
		width: 540px;
	}
    .section-head {
        margin: 20px 0px;
    }
    .section-head .separator {
        margin: 10px 0px;
    }
	.price-wrapper.right,
	.price-wrapper.left {
		border-radius: 12px;
	}
    .price-head h2{
        /*padding-top: 20px;*/
        font-size: 30px;
    }
	.price-table {
		margin-top: -10px;
		padding-bottom: 40px;
	}
	.price-wrapper.active {
		margin-top: 30px;
		margin-bottom: 30px;
	}	
	.dlab-bnr-inr {
		padding: 60px 0;
		/*height: 630px;*/
        height: 380px;
	}
	.client-box .section-head h2, 
	.faq-list .section-head h2, 
	.counter-bx, .section-head h2 {
		font-size: 36px;
		line-height: 38px;
	}
    .counter-bx {
        font-size: 56px;
    }
	.faq-list h4, 
	.counter-lg .counter-title {
		font-size: 16px;
		line-height: 24px;
	}
	.counter-box{
		margin-bottom: 30px;
	}
	.score-faq li {
		font-size: 16px;
		padding: 0 0 15px 30px;
	}
	.score-faq li i {
		font-size: 18px;
		top: 4px;
	}
	.score-box {
		padding: 40px 0 30px 0;
	}
	.score-box .separator{
		margin: 15px 0 30px 0;
		height: 3px;
	}
	.gallery-owl {
		padding: 40px 0 40px 0;
	}
	.video-area{
		 margin-top: 0;
	}
	.video-box {
		padding-bottom: 40px;
		padding-top: 40px;
	}
	.faq-list {
		padding: 40px 0 50px 0;
	}
	.faq-list .section-head {
		margin-bottom: 10px;
	}
	.faq-list-block li{
		font-size: 16px;
		line-height: 28px;
		/*padding: 0px 0px 15px 30px;*/
	}
	.faq-list-block li i {
		font-size: 58px;
		top: 6px;
        margin-bottom: 20px;
        padding: 30px;
	}
	.faq-list .btn{
		margin-top: 20px;
		font-size: 16px;
	}
	.client-box {
		padding: 40px 0;
	}
	.client-content p {
		font-size: 24px;
		line-height: 45px;
	}
	.client-says{
		padding: 30px 30px 0 30px;
	}
	.client-name {
		float: none;
		padding: 5px 0 5px 50px;
	}
	.client-name span{
		font-size: 18px;
		color: #fff;
	}
	.owl-carousel .client-name img {
		width: 36px;
		height: 36px;
	}
	.quote-carousel .owl-dots .owl-dot,
	.client-carousel .owl-dots .owl-dot{
		width: 14px;
		height: 14px;
		margin: 0 5px;
	}
	.client-box .section-head {
		margin-bottom: 20px;
	}
	.faq-box {
		padding: 40px 0;
	}
	.faq-box .section-head h2{
		font-size: 28px;
	}
	.quote-area{
		background-size: 20px;
	}
	.quote-area p {
		font-size: 24px;
		line-height: 40px;
	}
	.quote-box {
		padding: 40px 0;
	}
	
	.nous .btn{
		font-size: 26px;
	}
	.nous.quote-box {
		padding: 40px 0;
	}
	.footer-logo{
		padding-bottom:30px;
	}
	.video-area iframe{
		height:400px;
	}
}

@media only screen and (max-width: 576px){
	.container-max {
		max-width: 100%;
		width: 100%;
	}
	.countdown .time {
		font-size: 40px;
	}
	.countdown .date{
		min-width: 80px;
	}
	.countdown .date div{
		font-size: 14px;
		border-top: 1px solid #999999;
		padding: 3px;
	}
	.faq-box .card-body{
		line-height: 30px;
		padding: 20px 20px;
	}
	.faq-box .card-header a:after{
		top: 12px;
	}
	.footer-top {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.owl-btn-center-lr .owl-nav .owl-prev, 
	.owl-btn-center-lr .owl-nav .owl-next {
		margin: 0 -15px;
	}
	.client-content p {
		font-size: 22px;
		line-height: 35px;
	}
	
	.video-area iframe{
		height:200px;
	}
	.navbar-toggler{
		margin: 15px 0;
		padding: 5px 12px;
		font-size: 24px;
        float: right;
	}
	.extra-cell li.nav-btn > a {
		font-size: 13px;
		padding: 10px 15px;
		border-radius: 5px;
		font-weight: 700;
	}
	.site-header .main-bar {
		height: 68px;
	}
	.header-nav{
		top: 70px;
	}
	.logo-header {
		width: 70px;
		height: 70px;
	}
	.site-header {
		height: 68px !important;
	}
	
	
	
}



























