body {
    margin: 0;
}
.clear {
    clear: both;
    width: 100%;
    display: block;
}
.main-container {
    max-width: 1150px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.overflow-hidden {
    overflow: hidden;
}

.page-section{
	padding:50px 0;
}

.site-content{
    position:relative;
    overflow:hidden !important;
}

*{
	box-sizing:border-box;
}

img {
    max-width: 100%;
    width: auto;
}

.show-div{
	display:block;
}
.hide-div{
	display:none;
}

/* cookies advisory */
.wrap {
    position: fixed;
    z-index: 2000;
    right: 18px;
    bottom: 18px;
    max-width: 220px;
    background: rgba(63, 61, 57, .9);
    color: #fff;
    padding: 0 18px 18px;
    line-height: 1.2;
    font-size: 12px;
}
.wrappara {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
}
.wrap .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrap .my_btn {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
}
.wrap .my_btn:hover {
    background: #f8233f;
    color: #fff !important;
}

.stop-animate{
	opacity: 1 !important;
	transform: translateZ(0) !important;
}

/* cookies advisory */

/* font family - start */
	@font-face {
		font-family: Montserrat-Bold;
		src: url(fonts/Montserrat-Bold.ttf);
	}
	@font-face {
		font-family: Montserrat-SemiBold;
		src: url(fonts/Montserrat-SemiBold.ttf);
	}
	@font-face {
		font-family: Montserrat-Medium;
		src: url(fonts/Montserrat-Medium.ttf);
	}
	@font-face {
		font-family: Montserrat-Regular;
		src: url(fonts/Montserrat-Regular.ttf);
	}
	@font-face {
		font-family: Montserrat-Light;
		src: url(fonts/Montserrat-Regular.ttf);
	}
/* font family - end */

/* fonts global */
h1, h2, h3, h4, h5, h6, p, a, strong, span, pre{
	color:#1f1f1f;
	margin-top:0;
}
h2, h3, h4, h5, h6, strong, b, pre{
	font-family: Montserrat-SemiBold;
}
p, a, span{
	font-family: Montserrat-Regular;
}

h1, .big-heading {
	font-family: Montserrat-Bold;
    font-size: 44px;
    line-height: 52px;
	margin-bottom:24px;
}
h2{
	font-size: 32px;
    line-height: 40px;
	margin-bottom:15px;
}
h3{
	font-size: 24px;
    line-height: 32px;
}
h4{
	font-size: 20px;
	line-height: 28px;
	margin-bottom:12px;
}
h5{
	font-size: 16px;
	line-height: 24px;
}
h6{
	font-size: 14px;
	line-height: 22px;
}
p {
    font-size: 16px;
    line-height: 24px;
}
a{
	text-decoration:none;
}

/* button defaults */
.button-area {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
	box-shadow: 0 12px 19px 0 #333333;
}
.button-area a {
	background: rgb(125,44,184);
	background: -moz-linear-gradient(left, rgba(125,44,184,1) 0%, rgba(223,69,128,1) 50%, rgba(125,44,184,1) 100%);
	background: -webkit-linear-gradient(left, rgba(125,44,184,1) 0%,rgba(223,69,128,1) 50%,rgba(125,44,184,1) 100%);
	background: linear-gradient(to right, rgba(125,44,184,1) 0%,rgba(223,69,128,1) 50%,rgba(125,44,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2cb8', endColorstr='#7d2cb8',GradientType=1 );
	background-size: 200% auto;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: center;
    transition: all 0.3s ease;
	font-family: Montserrat-Medium;
}
.button-area a:hover{
	background-position: right center;
}
.button-area-small {
	max-width: 390px;
	width: 100%;
}
.button-area-small a{
	padding:18px 20px;
	font-size:18px;
}
.button-area-big {
	max-width: 660px;
	width: 100%;
	display: block;
	margin: 0 auto 24px;
}
.button-area-big a{
	padding:24px 20px;
	font-size:30px;
	text-transform:Capitalize;
	font-family:Montserrat-Bold;
}
/* global css - end */

/* gradient-backgrounds */
.maroon-gradient{
	background: rgb(60,14,33);
	background: -moz-linear-gradient(left, rgba(60,14,33,1) 0%, rgba(42,21,42,1) 100%);
	background: -webkit-linear-gradient(left, rgba(60,14,33,1) 0%,rgba(42,21,42,1) 100%);
	background: linear-gradient(to right, rgba(60,14,33,1) 0%,rgba(42,21,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c0e21', endColorstr='#2a152a',GradientType=1 );
}
.basic-divider {
    background-color:#d3d1d1;
    padding: 4px;
    border-radius: 50px;
    max-width: 50px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.curved-divider {
    width: 100%;
    display: block;
    padding: 37px;
    background-image: url('images/curved_divider.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px 0;
}

/* slick-slide-overide - start */
.slick-list {
    padding: 0 !important;
    max-width: 88%;
    display: block;
    margin: 0 auto !important;
}
.slick-arrow::before{
	content:' '!important;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    background-image: url('images/traigle_arrow.png') !important;
    width: 30px !important;
    height: 32px !important;
    background-size: contain !important;
	outline:none;
}
.slick-prev.slick-arrow {
	transform:rotateY(180deg);
}
.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}
.slick-dots{
	bottom: -35px !important;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li, .slick-dots li button {
    background-color: rgba(255,255,255,0.2) !important;
    border-radius: 100%;
    width: 12px !important;
    height: 12px !important;
    transition: all 0.3s ease;
}
.slick-dots li:hover, .slick-dots li:hover button, .slick-dots li.slick-active button{
	background-color: #f74f42 !important;	
}
.slick-dots li button::before{
	color:transparent !important;
}
/* slick-slide-overide - end */

/* responsive menu css and button - start */
#responsive-menu-btn {
	background: rgb(125,44,184);
	background: -moz-linear-gradient(left, rgba(125,44,184,1) 0%, rgba(223,69,128,1) 50%, rgba(125,44,184,1) 100%);
	background: -webkit-linear-gradient(left, rgba(125,44,184,1) 0%,rgba(223,69,128,1) 50%,rgba(125,44,184,1) 100%);
	background: linear-gradient(to right, rgba(125,44,184,1) 0%,rgba(223,69,128,1) 50%,rgba(125,44,184,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2cb8', endColorstr='#7d2cb8',GradientType=1 );
	background-size: 200% auto;
    border: none;
    padding: 10px 8px;
    display: block;
    max-width: 50px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 10%;
	top: 30px;
	z-index: 999;
	display:none;
	transition:all 0.3s ease;
}
#responsive-menu-btn:hover{
	background-position: right center;
}
#responsive-menu-btn::before, #responsive-menu-btn::after {
    content: "";
    display: block;
    width: 100%;
    border: 2px solid #ffffff;
    margin: 0 auto;
    max-width: 25px;
    border-radius: 50px;
	position:relative;
	transition:all 0.3s ease;
}
#responsive-menu-btn::before{
	top:0;
	transform:rotate(0deg);
}
#responsive-menu-btn::after{
	bottom:0;
	transform:rotate(0deg);
}
#responsive-menu-btn span {
    content: "";
    width: 100%;
    display: block;
    margin: 5px auto;
    border: 2px solid #ffffff;
    max-width: 25px;
    border-radius: 50px;
	transition: all 0.3s ease;
}
#responsive-menu-btn.rs-menu-close span {
    max-width:0;
}
#responsive-menu-btn.rs-menu-close::before {
    transform: rotate(45deg);
    position: relative;
    top: 8px;
}
#responsive-menu-btn.rs-menu-close::after {
    transform: rotate(-45deg);
    position: relative;
    bottom: 9px;
}

#mobile-main-nav {
    float: none;
    max-width: 500px;
    width: 90%;
    text-align: left;
    padding: 24px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    height: 100vh;
	left: -600px;
	z-index:999;
	transition:all 0.3s ease;
}
#mobile-main-nav .nav {
    display: block;
    color: #333333;
    padding: 12px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
	transition:all 0.3s ease;
}
#mobile-main-nav .nav:hover {
	background-color: #cccccc;
}
#mobile-main-nav .nav:hover span{
	color:#FF6435;
}
#mobile-main-nav.mobile-nav-show {
    left: 0;
}
/* responsive menu css - end */

/* pre-loader - start */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1f1f1f;
	z-index: 9999;
}
#status {
	width: 100px;
	height: 100px;
	position:fixed;
	border-radius:100%;
	top:40%;
	left:0;
	right:0;
	background-image: url('images/pre_loader_icon.png');
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
	0% {
	-webkit-box-shadow: 0 0 0 0 rgba(254,21,96, 0.4);
	}
	70% {
	  -webkit-box-shadow: 0 0 0 30px rgba(254,21,96, 0);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 0 rgba(254,21,96, 0);
	}
}
@keyframes pulse {
	0% {
	-moz-box-shadow: 0 0 0 0 rgba(254,21,96, 0.4);
	box-shadow: 0 0 0 0 rgba(254,21,96, 0.4);
	}
	70% {
	  -moz-box-shadow: 0 0 0 30px rgba(254,21,96, 0);
	  box-shadow: 0 0 0 30px rgba(254,21,96, 0);
	}
	100% {
	  -moz-box-shadow: 0 0 0 0 rgba(254,21,96, 0);
	  box-shadow: 0 0 0 0 rgba(254,21,96, 0);
	}
}

/* pre-loader - end */

/* header css - start */
header {
    position: relative;
    z-index: 99;
}
header .header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.01) 99%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.01) 99%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
}
header .site-logo {
    float: left;
    width: 30%;
    display: block;
	position: relative;
	top: -11px;
}
header .site-logo img {
    max-width: 250px;
}
header .site-main-nav {
    width: 70%;
    float: right;
    text-align: right;
    display: block;
	padding-top: 24px;
}
header .site-main-nav .nav {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 16px;
	padding: 0 40px;
    border-left: 2px solid #ffffff;
    transition: all 0.3s ease;
}
header .site-main-nav .nav:hover {
	color:#FF6435;
}
header .site-main-nav .nav1 {
    border: none !important;
}
header .site-main-nav:last-child {
    padding-right: 0;
}
/* header css - end */

/* site-banner css - start */
#site-main-banner {
    background-image: url('images/banner_bg.jpg');
    background-size: cover;
    background-position: bottom center;
    padding: 150px 0;
	position:relative;
	z-index:9;
}
#site-main-banner .col {
    float: right;
    display: block;
}
#site-main-banner .col2 {
    width: 45%;
    float: left;
	padding-right: 3%;
	padding-top: 100px;
}
#site-main-banner .col1 {
	width: 53%;
}
#site-main-banner h2 {
    color: #ffffff;
}
#site-main-banner h2::after {
    content: "";
    width: 40px;
    display: block;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50px;
    margin-top: 24px;
}
#site-main-banner p {
    color: #ffffff;
	font-size:20px;
	line-height:28px;
    margin-bottom: 24px;
    padding-right: 20%;
}
#site-main-banner .video-area {
    border: 19px solid #d8dbdf;
    border-top: 20px solid #d8dbdf;
    border-radius: 15px 15px 0 0;
    background-color: #000000;
}
#site-main-banner .video-area iframe, 
#site-main-banner .video-area img {
    width: 100%;
    display: block;
    height: 300px;
}
#site-main-banner .video-bg img {
    width: 100%;
    display: block;
	height: 220px;
}
/* site-banner css - end */

#hp-sec1 {
    background-image: url('images/sec1_bg.jpg');
    background-size: 857px 498px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
#hp-sec1 .ui-sample {
    position: relative;
}
#hp-sec1 .ui-sample::before {
    content: "";
    background-image: url('images/gradient_circle.png');
    background-size: 100% 100%;
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    right: 180px;
    top: 20px;
	z-index:9;
}
#hp-sec1 .title-area {
    text-align: center;
    margin-bottom: 50px;
}
#hp-sec1 .col {
    width: 43%;
    float: left;
    display: block;
}
#hp-sec1 .col-right {
    width: 57%;
	float:right;
}
#hp-sec1 .col-right .content-wrapper::before {
    content: "";
    background-image: url('images/cirlce_diagonal_strips.png');
	background-size:100% 100%;
    width: 160px;
    height: 160px;
    display: block;
    position: absolute;
    top: 40%;
	left: 45px;
}
#hp-sec1 .col-right .content-wrapper::after {
    content: "";
    background-image: url('images/gradient_ball.png');
	background-size:100% 100%;
    width: 194px;
	height: 173px;
	display: block;
	position: absolute;
	bottom: 50%;
	right: -70px;
}
#hp-sec1 .col-right .content-wrapper {
    position: relative;
    top: 60px;
    right: 70px;
}
#hp-sec1 .col-right .content-inner {
    position: relative;
    z-index: 99;
    padding: 4px;
    background: rgb(155,93,200);
    background: -moz-linear-gradient(left, rgba(155,93,200,1) 0%, rgba(223,69,128,1) 100%);
    background: -webkit-linear-gradient(left, rgba(155,93,200,1) 0%,rgba(223,69,128,1) 100%);
    background: linear-gradient(to right, rgba(155,93,200,1) 0%,rgba(223,69,128,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b5dc8', endColorstr='#df4580',GradientType=1 );
}
#hp-sec1 .col-right .content-inner::before {
    content: " ";
	background-image: url('images/purple_boxes.png');
    background-size: 100% 100%;
    width: 125px;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    top: -30px;
}
#hp-sec1 .col-right .content-inner::after {
    content: " ";
	background-image: url('images/flesh_brown_boxes.png');
    background-size: 100% 100%;
    width: 125px;
    height: 17px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -30px;
}
#hp-sec1 .col-right .content-inner p {
	background-color:#ffffff;
	padding: 25px;
    margin-bottom: 0;
}

#hp-sec2 {
    text-align: center;
}
#hp-sec2 .col {
    width: 33.33%;
    float: left;
    padding: 50px 0 0;
	position: relative;
}
#hp-sec2 .col1::after, #hp-sec2 .col2::after {
    content: "";
    background-image: url('images/arrow.png');
    background-size: 100% 100%;
    width: 40px;
    height: 25px;
    display: block;
    position: absolute;
    left: 85%;
    top: 187px;
}
#hp-sec2 .col .step-heading {
    text-align: left;
}
#hp-sec2 .col .step-heading img {
    height: 54px;
    margin-bottom: 12px;
}
#hp-sec2 .col .step-content {
    padding-right: 70px;
}
#hp-sec2 .col .step-content img {
    box-shadow: 0 0 24px 0 #999999;
    border-radius: 12px;
    margin-bottom: 12px;
}

#hp-sec3 .big-heading, #hp-sec3 .big-heading strong{
    color: #ffffff;
    text-align: center;
	position: relative;
	top: -18px;
}
#hp-sec3 .big-heading img {
    position: relative;
    top: 12px;
    max-width: 220px;
    width: 100%;
}
#hp-sec3 .video-cont {
    padding: 10px;
    max-width: 860px;
    width: 100%;
    display: block;
	margin: 50px auto 0;
    border-radius: 20px;
	background: rgb(155,93,200);
	background: -moz-linear-gradient(left, rgba(155,93,200,1) 0%, rgba(223,69,128,1) 100%);
	background: -webkit-linear-gradient(left, rgba(155,93,200,1) 0%,rgba(223,69,128,1) 100%);
	background: linear-gradient(to right, rgba(155,93,200,1) 0%,rgba(223,69,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b5dc8', endColorstr='#df4580',GradientType=1 );
}
#hp-sec3 .video-cont img,
#hp-sec3 iframe {
    width: 100%;
    height: 475px;
    display: block;
	border-radius: 20px;
}

#hp-sec4 {
    text-align: center;
}
#hp-sec4 h2 strong {
    position: relative;
    top: -15px;
}
#hp-sec4 h2 img {
    max-width: 240px;
    display: inline;
    vertical-align: bottom;
    margin-right: 8px;
}
#hp-sec4 .col {
    max-width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 12px 0;
}
#hp-sec4 .col img {
    margin-bottom: 12px;
}

#hp-sec5 {
    background-image: url('images/clients_testimonial_secBG.jpg');
    background-size: cover;
    background-position: center center;
	position:relative;
}
#hp-sec5 h2 {
	background: rgb(246,85,60);
	background: -moz-linear-gradient(45deg, rgba(246,85,60,1) 0%, rgba(254,21,96,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(246,85,60,1) 0%,rgba(254,21,96,1) 100%);
	background: linear-gradient(45deg, rgba(246,85,60,1) 0%,rgba(254,21,96,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6553c', endColorstr='#fe1560',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align: center;
    color: #f49ac1;
    max-width: 390px;
	width: 100%;
	display: block;
	margin: 0 auto 50px;
}
.testi-author, .testimonial-text {
    display: table-cell;
    vertical-align: top;
}
.testi-author {
    border-left: 1px solid rgba(255,255,255,0.1);
    width: 25%;
    text-align: center;
    padding: 0 20px;
}
.testi-author .author-image {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 95px;
    height: 95px;
    border: 2px solid #ffffff;
    display: block;
    margin: 0 auto 12px;
}
.testi-author strong {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
	display: block;
}
.testi-author span {
    font-size: 16px;
    line-height: 24px;
	color: #f74d41;
}
.testimonial-text {

    padding: 20px 30px 20px 80px;
	position: relative;
}
.testimonial-text::before {
    content: "";
    width: 40px;
    height: 28px;
    display: block;
    background-image: url('images/testi_qoutation.png');
    position: absolute;
    left: 20px;
    top: 5px;
    background-size: 40px 28px;
    background-repeat: no-repeat;
}
.testimonial-text p {
    color: #ffffff;
	font-style:italic;
	line-height:32px;
}

#hp-sec6, #hp-sec7, #hp-sec8, #hp-sec9, #hp-sec10, #hp-sec11, #hp-sec12, #hp-sec13{
	text-align:center;
}
#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col, #hp-sec9 .col, #hp-sec10 .col,  #hp-sec13 .col {
    float: left;
	width: 50%;
}
#hp-sec6 .col1, #hp-sec9 .col1, #hp-sec13 .col1{
	padding-right:50px;
}
#hp-sec7 .col1, #hp-sec8 .col1, #hp-sec10 .col1{
	padding-left:50px;
}

#hp-sec6 .title-area {
    margin-bottom: 50px;
}
#hp-sec6 .col1,
#hp-sec7 .col1 {
    width: 35%;
	position: relative;
}
#hp-sec6 .col2,
#hp-sec7 .col2 {
    width: 65%;
    text-align: left;
    padding-top: 59px;
}

#hp-sec7 {
    background-color: #bf162d;
	padding-bottom: 0;
}
#hp-sec7 h2,
#hp-sec7 p,
#hp-sec11 h2,
#hp-sec11 p{
	color:#ffffff;
}
#hp-sec7 .col1 {
    float: right;
}
#hp-sec7 .col2 {
	padding-bottom: 75px;
}
#hp-sec7 .ftr-img {
    position: absolute;
    top: 35px;
}

#hp-sec8 .col1, #hp-sec10 .col1 {
    float: right;
}
#hp-sec8 .col2, #hp-sec9 .col2, #hp-sec10 .col2{
	text-align:left;
}
#hp-sec8 .basic-divider, #hp-sec9 .basic-divider, #hp-sec10 .basic-divider{
	margin-left:0;
	margin-bottom: 24px;
}

#hp-sec9, #hp-sec10, #hp-sec13{
	position:relative;
}
#hp-sec9::before, #hp-sec10::before, #hp-sec13::before {
    content: "";
    width: 100%;
    display: block;
    padding: 10px 0;
    background-image: url('images/diamond_divider.png');
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
}

#hp-sec11 .media-cont, #hp-sec12 .media-cont {
    padding-top: 36px;
}
#hp-sec11 .title-area {
    max-width: 620px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#hp-sec13 .col1{	
	width:45%;
	padding-top:50px
}
#hp-sec13 .col2{	
	width:55%;
	text-align:left;
	padding-top:50px
}

#hp-sec14 h2{
	text-align:center;
	color:#ffffff;
}
#hp-sec14 .testi-slider{
	margin-top: 36px;
}
#hp-sec14 .col img {
    padding: 8px;
    background: rgb(246,85,60);
    background: -moz-linear-gradient(45deg, rgba(246,85,60,1) 0%, rgba(254,21,96,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(246,85,60,1) 0%,rgba(254,21,96,1) 100%);
    background: linear-gradient(45deg, rgba(246,85,60,1) 0%,rgba(254,21,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6553c', endColorstr='#fe1560',GradientType=1 );
	margin-bottom:24px;
}
#hp-sec14 .col1 {
    padding-right: 150px;
}
#hp-sec14 .col2 {
    padding-left: 150px;
	margin-top:50px;
}

#hp-sec15 {
    text-align: center;
}
#hp-sec15 p {
    text-align: left;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 12px auto;
}
#hp-sec15 img{
	margin-bottom:24px;
}

#hp-sec16 {
    text-align: center;
}
#hp-sec16 .button-area,
#faq .button-area {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 0 auto 24px;
    border-radius: 100px;
}
#hp-sec16 .button-area a,
#faq .button-area a {
    padding: 24px;
    font-size: 30px;
    word-wrap: break-word;
    display: block;
    border-radius: 100px;
    transition: all 0.3s ease;
	font-weight: 600;
}

#faq {
    background-color: #252525;
}
#faq .big-heading{
	text-align:center;
	color:#ffffff;
}
#faq h2 span {
    font-weight: 300;
	color:#ffffff;
}
#faq h3 {
    color: #ce7ccf;
    position: relative;
    outline: none;
    border-bottom: 1px solid #473647;
    padding: 24px 50px;
    cursor: pointer;
    margin: 0;
}
#faq h3 pre {
    display: inline;
    border: none;
    color: #ce7ccf;
    border: none;
    position: absolute;
    top: 22px;
    left: 0;
}
#faq h3::after {
    content: "+";
    color: #ffffff;
    background-color: #5a39a1;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    right: 8px;
    top: 26px;
	transition:all 0.3s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
#faq ::marker {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat-Regular;
}
#faq h3.ui-state-active::after {
	content: "-";
}
#faq p {
    color: #ffffff;
    font-style: italic;
    padding: 0 24px;
    display: block;
    margin-top: 24px;
}
#faq p span,
#faq p a{
	color: #df4580;
}
#faq .description{
	height:auto;
}
#faq .cta-row {
    text-align: center;
}

#hp-sec18{
	text-align:center;
}
#hp-sec18 .bottom-credits p {
    font-size: 12px;
    line-height: 22px;
    color: grey;
    max-width: 780px;
    width: 100%;
    display: block;
    margin: 0 auto 36px;
}
#hp-sec18 .copyright-row strong, 
#hp-sec18 .copyright-row span {
    color: #428bca;
	transition:all 0.3s ease;
}
#hp-sec18 .copyright-row span {
	color: #2a6496;
}

/* footer css - start */
/*footer {*/
/*    background-color: #e6e6e6;*/
/*}*/
/*.footer-nav-wrapper{*/
/*	text-align:center;*/
/*}*/
/*footer .footer-nav{*/
/*	color:#333333;*/
/*	border-left: 2px solid #333333;*/
/*	padding: 0 30px;*/
/*}*/
/* footer css - end */

/* responsive css - start */
@media screen and (max-width:1366px){
	.main-container {
		max-width: 1045px;
	}
	#site-main-banner {
		padding: 150px 0 50px;
	}
	#site-main-banner .video-bg img {
		height: auto;
	}
	#site-main-banner p{
		padding-right: 10%;
	}
	#hp-sec1{
		background-size: 707px 418px;
		padding-bottom: 0;
	}
	#hp-sec1 .col{
		width: 50%;
	}
	#hp-sec1 .col-right .content-wrapper {
		right: 35px;
	}
	#hp-sec1 .col-left img {
		transform: scale(1.2) translate(30px,-22px);
	}
	#hp-sec1 .ui-sample::before {
		right: 120px;
		top: -30px;
	}
	#hp-sec4 h2 img{
		max-width: 180px;
	}
	/*footer .footer-nav{*/
	/*	padding: 0 20px;*/
	/*	font-size: 14px;*/
	/*	line-height: 14px;*/
	/*}*/
}

@media screen and (max-width:1280px){
	.main-container {
		max-width: 960px;
	}
	h1, .big-heading{
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size: 26px;
		line-height: 34px;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	.button-area-small a {
		padding: 16px 18px;
		font-size: 16px;
	}
	header .site-logo img {
		max-width: 200px;
	}
	header .site-main-nav{
		padding-top: 14px;
	}
	#site-main-banner p {
		padding-right: 0;
	}
	#site-main-banner .col2{
		padding-top: 70px;
	}
	#site-main-banner .video-area iframe,
	#site-main-banner .video-area img{
		height: 260px;
	}
	#hp-sec1 {
		background-size: 627px 338px;
	}
	#hp-sec1 .title-area h2{
		margin-bottom:0;
	}
	#hp-sec1 .title-area img {
		max-width: 240px;
	}
	#hp-sec1 .col-left img {
		transform: scale(1) translate(0,0);
	}
	#hp-sec1 .ui-sample::before {
		right: 150px;
		top: 10px;
	}
}

@media screen and (max-width:980px){
	.main-container {
		max-width: 747px;
	}
	h1, .big-heading {
		font-size: 32px;
		line-height: 40px;
	}
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	header .site-logo img {
		max-width: 150px;
	}
	header .site-main-nav {
		padding-top: 10px;
	}
	header .site-main-nav .nav {
		padding: 0 20px;
	}
	#site-main-banner .col2 {
		padding-top: 0;
	}
	#site-main-banner .video-area iframe, #site-main-banner .video-area img {
		height: 200px;
	}
	#site-main-banner p{
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec1 .col-right .content-wrapper {
		right: 35px;
		top: 0;
	}
	#hp-sec1 .col-right .content-wrapper::before {
		width: 100px;
		height: 100px;
		top: 60%;
	}
	#hp-sec1 .col-right .content-wrapper::after {
		width: 124px;
		height: 103px;
		bottom: 80%;
	}
	#hp-sec2 .col .step-heading img{
		height: 38px;
	}
	#hp-sec2 .col .step-content {
		padding-right: 50px;
	}
	#hp-sec2 .col1::after, #hp-sec2 .col2::after {
		width: 30px;
		height: 20px;
		left: 84%;
	}
	#hp-sec3 .video-cont img, #hp-sec3 iframe{
		height: 425px;
	}
	#hp-sec4 h2 img{
		max-width: 170px;
	}
	#hp-sec14 .col1 {
		padding-right: 50px;
	}
	#hp-sec14 .col2 {
		padding-left: 50px;
		margin-top: 20px;
	}
	#hp-sec15 img {
		margin-bottom: 12px;
		max-width: 180px;
	}
	#hp-sec16 .button-area, #faq .button-area{
		max-width: 550px;
	}
	#hp-sec16 .button-area a, #faq .button-area a{
		font-size: 24px;
	}
	/*footer.page-section {*/
	/*	padding: 26px 0 50px;*/
	/*}*/
	/*footer .footer-nav {*/
	/*	padding: 24px 0 0;*/
	/*	max-width: 200px;*/
	/*	width: 100%;*/
	/*	display: inline-block;*/
	/*	border: none;*/
	/*}*/
}

@media screen and (max-width:767px){
	.main-container {
		max-width: 600px;
	}
	#responsive-menu-btn {
		display: block;
	}
	header .site-main-nav {
		display: none;
	}
	.button-area-small {
		margin: 0 auto;
	}
	#site-main-banner {
		padding: 120px 0 100px;
	}
	#site-main-banner .col {
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	#site-main-banner .video-area, #site-main-banner .video-bg {
		max-width: 420px;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 0 !important;
	}
	#site-main-banner h2 {
		margin-top: 24px;
	}
	#site-main-banner h2::after {
		margin: 24px auto;
	}
	#hp-sec1 {
		background-size: 577px 288px;
		padding: 50px 0;
		background-position: left center;
	}
	#hp-sec1 .col {
		width: 100%;
		float: none;
	}
	#hp-sec1 .col-left img {
		transform: scale(1) translate(0,0);
		max-width: 350px;
		display: block;
		margin: 0 auto;
	}
	#hp-sec1 .col-right .content-wrapper {
		margin-top: 50px;
		right: 0;
		top: 0;
	}
	#hp-sec2 .col{
		width: 100%;
		float: none;
		text-align: center;
	}
	#hp-sec2 .col .step-heading img {
		height: auto;
		margin: 0 auto 24px;
		display: block;
	}
	#hp-sec2 .col .step-content {
		padding-right: 0;
	}
	#hp-sec2 .col1::after, #hp-sec2 .col2::after {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#hp-sec3 .video-cont{
		margin: 24px auto 0;
	}
	#hp-sec3 .video-cont img, #hp-sec3 iframe {
		height: 350px;
	}
	#hp-sec3 .big-heading img{
		top: 10px;
		max-width: 200px;
	}
	#hp-sec4 .col{
		max-width: 100%;
		display: block;
		padding: 36px 12px 0;
	}
	#hp-sec4 .col img {
		max-width: 80px;
	}
	#hp-sec5 h2{
		margin: 0 auto 36px;	
	}
	.testi-author, .testimonial-text {
		display: block;
	}
	.testimonial-text {
		padding: 0 12px 20px;
		text-align: center;
	}
	.testimonial-text::before {
		position: relative;
		margin: 0 auto 24px;
		left: 0;
	}
	.testi-author{
		border-left: none;
		width: 100%;
	}
	#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col, #hp-sec9 .col, #hp-sec10 .col, #hp-sec13 .col {
		float: none;
		width: 100% !important;
		text-align: center;
	}
	#hp-sec6 img, #hp-sec7 img, #hp-sec8 img, #hp-sec9 img, #hp-sec10 img, #hp-sec12 img, #hp-sec13 img {
		max-width: 300px;
		width: 100%;
		display: block;
		margin: 0 auto 24px;
	}
	#hp-sec6 .col2, #hp-sec7 .col2{
		padding-top: 24px;
	}
	#hp-sec6 .col1, #hp-sec9 .col1, #hp-sec13 .col1 {
		padding-right: 0;
	}
	#hp-sec7 .col1, #hp-sec8 .col1, #hp-sec10 .col1 {
		padding-left: 0;
	}
	#hp-sec7 .ftr-img {
		position: relative;
		top: 35px;
	}
	#hp-sec7 .col2 {
		padding-bottom: 0;
	}
	#hp-sec8 .basic-divider, #hp-sec9 .basic-divider, #hp-sec10 .basic-divider {
		margin-left: auto;
		margin-bottom: 24px;
	}
	#hp-sec13 .col2{
		padding-top: 0;
	}
	#hp-sec14 .col1 {
		padding-right: 0;
	}
	#hp-sec14 .col2 {
		padding-left: 0;
	}
}

@media screen and (max-width:640px){
	.main-container {
		max-width: 400px;
	}
	h1, .big-heading {
		font-size: 28px;
		line-height: 36px;
	}
	h2{
		font-size: 24px;
		line-height: 32px;
	}
	br{
		display:none;
	}
	#hp-sec3 .big-heading img {
		top: 0;
		display: block;
		margin: 0 auto;
	}
	#hp-sec3 .big-heading, #hp-sec3 .big-heading strong{
		top: 0;
	}
	#hp-sec3 .video-cont img, #hp-sec3 iframe {
		height: 240px;
	}
	#hp-sec15 p{
		text-align: center;
	}
	#hp-sec16 .button-area a, #faq .button-area a {
		font-size: 20px;
		padding: 18px;
	}
	.copyright-row p {
		font-size: 13px;
	}
}

@media screen and (max-width:440px){
	.main-container {
		max-width: 280px;
	}
	h1, .big-heading {
		font-size: 25px;
		line-height: 32px;
	}
	h2{
		font-size: 20px;
		line-height: 28px;
	}
	h3{
		font-size: 18px;
		line-height: 26px;
	}
	.button-area-small a {
		padding: 16px 18px;
		font-size: 14px;
	}
	#site-main-banner .video-area iframe, #site-main-banner .video-area img {
		height: 130px;
	}
	#hp-sec2 .col{
		padding: 24px 0 0;
	}
	#hp-sec3 .big-heading img{
		max-width: 150px;
	}
	#hp-sec3 .video-cont img, #hp-sec3 iframe {
		height: 160px;
	}
	#hp-sec4 h2 img {
		max-width: 140px;
	}
	#hp-sec6 img, #hp-sec7 img, #hp-sec8 img, #hp-sec9 img, #hp-sec10 img, #hp-sec12 img, #hp-sec13 img {
		max-width: 180px;
		width: 100%;
		display: block;
		margin: 0 auto 24px;
	}
	#hp-sec16 .button-area a, #faq .button-area a {
		font-size: 16px;
		padding: 18px;
		font-family: 'Montserrat-Regular';
	}
	#faq h3{
		padding: 24px 50px 24px 35px;
	}
}

@media screen and (max-width:320px){
	.main-container {
		max-width: 90%;
	}
	#hp-sec1 .col-left img{
		max-width: 200px;
	}
}

/* responsive css - end */