body {
    margin: 0;
    position: relative;
    overflow-x: hidden !important;
}
.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;
}

*{
	box-sizing:border-box;
}

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

.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;
}

/* 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-small {
	max-width: 480px;
	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-SemiBold;
}
.button-area a {
	background: rgb(153,62,246);
	background: -moz-linear-gradient(left, rgba(153,62,246,1) 0%, rgba(56,210,252,1) 50%, rgba(153,62,246,1) 100%);
	background: -webkit-linear-gradient(left, rgba(153,62,246,1) 0%,rgba(56,210,252,1) 50%,rgba(153,62,246,1) 100%);
	background: linear-gradient(to right, rgba(153,62,246,1) 0%,rgba(56,210,252,1) 50%,rgba(153,62,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993ef6', endColorstr='#993ef6',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;
}
/* global css - end */

/* gradient-backgrounds */
.purple-gradient{
	background: rgb(62,30,97);
	background: -moz-linear-gradient(top, rgba(62,30,97,1) 0%, rgba(85,20,109,1) 100%);
	background: -webkit-linear-gradient(top, rgba(62,30,97,1) 0%,rgba(85,20,109,1) 100%);
	background: linear-gradient(to bottom, rgba(62,30,97,1) 0%,rgba(85,20,109,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1e61', endColorstr='#55146d',GradientType=0 );
}
.darkblue-gradient{
	background: rgb(33,25,80);
	background: -moz-linear-gradient(top, rgba(33,25,80,1) 0%, rgba(29,13,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(33,25,80,1) 0%,rgba(29,13,52,1) 100%);
	background: linear-gradient(to bottom, rgba(33,25,80,1) 0%,rgba(29,13,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211950', endColorstr='#1d0d34',GradientType=0 );
	background-size:100% 100%;
}
.basic-divider {
    background-color:#e9e9e9;
    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: #ad89f4 !important;	
}
.slick-dots li button::before{
	color:transparent !important;
}
/* slick-slide-overide - end */

/* responsive menu css and button - start */
#responsive-menu-btn {
	background: rgb(255,135,39);
	background: -moz-linear-gradient(45deg, rgba(255,135,39,1) 0%, rgba(255,73,160,1) 50%, rgba(116,7,201,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	background: linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8727', endColorstr='#7407c9',GradientType=1 );
    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;
}
#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;
	color: #ffffff;
}
#mobile-main-nav .nav:hover span{
	background: rgb(255,135,39);
	background: -moz-linear-gradient(45deg, rgba(255,135,39,1) 0%, rgba(255,73,160,1) 50%, rgba(116,7,201,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	background: linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8727', endColorstr='#7407c9',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#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: rgb(33,25,80);
	background: -moz-linear-gradient(top, rgba(33,25,80,1) 0%, rgba(29,13,52,1) 100%);
	background: -webkit-linear-gradient(top, rgba(33,25,80,1) 0%,rgba(29,13,52,1) 100%);
	background: linear-gradient(to bottom, rgba(33,25,80,1) 0%,rgba(29,13,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#211950', endColorstr='#1d0d34',GradientType=0 );
	z-index: 9999;
}
#preloader img{
	max-width:316px;
	width:80%;
	display:block;
	margin:0 auto;
	text-align: center;
	position:fixed;
	top:57%;
	left:0;
	right:0;
}
#status {
    background-image: url('images/preloader_icon.png');
    -webkit-animation: rotation 1s infinite linear;
    background-repeat: no-repeat;
    background-position: center;
	width: 74px;
    height: 74px;
	margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
}
@-webkit-keyframes rotation {
		0 {
				-webkit-transform: rotate(0deg);
		}
		100% {
				-webkit-transform: rotate(359deg);
		}
}
/* 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;
}
header .site-main-nav .nav
/*,footer .footer-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
/*,footer .footer-nav:hover*/
{
	background: rgb(255,135,39);
	background: -moz-linear-gradient(45deg, rgba(255,135,39,1) 0%, rgba(255,73,160,1) 50%, rgba(116,7,201,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	background: linear-gradient(45deg, rgba(255,135,39,1) 0%,rgba(255,73,160,1) 50%,rgba(116,7,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8727', endColorstr='#7407c9',GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header .site-main-nav .nav1
/*,footer .footer-nav1 */
{
    border: none !important;
}
header .site-main-nav:last-child
/*,footer .footer-nav:last-child */
{
    padding-right: 0;
}
/* header css - end */

/* site-banner css - start */
#site-main-banner {
    background-image: url('images/banner_bg.png');
    background-size: cover;
    background-position: bottom center;
    padding: 280px 0;
	position:relative;
	z-index:9;
}
#site-main-banner .col {
    float: right;
    display: block;
}
#site-main-banner .col1 {
    width: 45%;
    padding-left: 3%;
    padding-top: 30px;
}
#site-main-banner .col2 {
    width: 53%;
    float: left;
}
#site-main-banner .big-heading {
    color: #ffffff;
}
#site-main-banner .big-heading::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;
	margin-bottom: 24px;
}
#site-main-banner .video-area {
    position: relative;
    background-image: url('images/tablet_bg.png');
    background-size: 100% 100%;
    padding: 20px 53px;
	border-radius: 30px;
	padding-bottom:17.25% !important;
}
#site-main-banner .video-area iframe {
    width: 100%;
    display: block;
    height: 336px;
	border: 2px solid #A2A2A2;
}
/* site-banner css - end */

#hp-sec1 {
    background-image: url('images/sec1_bg.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -350px;
    padding: 400px 0 540px;
    text-align: center;
}
#hp-sec1 .title-area {
    margin-bottom: 100px;
}
#hp-sec1 h2 {
    max-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto 12px;
    position: relative;
}
#hp-sec1 h2::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 18px solid #ebc0f8;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -20px;
	top: 15px;
}
#hp-sec1 h2::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid #ebc0f8;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -20px;
	top: 15px;
}
#hp-sec1 .content-inner {
	background-color: rgba(255,255,255,0.9);
    border: 5px solid #9578cc;
    padding: 24px;
    width: 52%;
    float: left;
    position: relative;
    display: block;
}
#hp-sec1 .content-inner::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #cd5489;
    position: absolute;
    right: 4px;
}
#hp-sec1 .content-inner p {
    font-size: 20px;
    line-height: 28px;
	margin-bottom: 0;
}
#hp-sec1 .content-inner strong {
    font-size: 30px;
    line-height: 38px;
	margin-bottom: 12px;
	display:block;
	color:#2d0c71;
}

#hp-sec2 {
    text-align: center;
    margin-top: -350px;
    position: relative;
    z-index: 9;
}
#hp-sec2 .col {
    width: 33.33%;
    float: left;
    padding: 50px 12px 0;
	position: relative;
}
#hp-sec2 .col .step-heading {
    text-align: left;
}
#hp-sec2 .col .step-heading img {
    height: 54px;
    margin-bottom: 12px;
}
#hp-sec2 .col .step-description {
    padding: 0 50px 0 0;
    text-align: left;
}
#hp-sec2 .col img{
	margin-bottom: 15px;
}

#hp-sec3 .big-heading, #hp-sec3 .big-heading span,
#hp-sec9 .big-heading {
    color: #ffffff;
    text-align: center;
}
#hp-sec3 .big-heading img {
    position: relative;
    top: 10px;
    max-width: 350px;
    width: 100%;
}
#hp-sec3 .video-cont {
    border:10px solid #c51db7;
    max-width: 860px;
    width: 100%;
    display: block;
	margin: 50px auto 0;
    border-radius: 20px;
}
#hp-sec3 iframe {
    width: 100%;
    height: 475px;
    display: block;
	border-radius: 20px;
}

#hp-sec4 {
    text-align: center;
}
#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/client_testimonial_bg.jpg');
    background-size: cover;
    background-position: center center;
	position:relative;
}
#hp-sec5 h2 {
    text-align: center;
    color: #f49ac1;
    margin-bottom: 50px;
	font-weight:600;
}
.testi-content {
    position: relative;
    padding-bottom: 120px;
}
.testi-author {
    width: 250px;
    text-align: center;
    padding: 0 20px;
	position:absolute;
	right:0;
	bottom:0;
}
.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 .author-image img {
    width: 100%;
}
.testi-author strong {
    color: #d0aafb;
    font-size: 20px;
    line-height: 28px;
	display: block;
}
.testi-author span {
    font-size: 16px;
    line-height: 24px;
	color: #d0aafb;
}
.testimonial-text {
	background-image:url('images/testimonial_background_bg.png');
	background-size:100% 100%;
    padding: 60px 90px;
	position: relative;
}
.testimonial-text p {
    color: #ffffff;
    font-style: italic;
    line-height: 32px;
	margin-bottom:0;
}

#hp-sec6 .col, #hp-sec7 .col, #hp-sec10 .col, #hp-sec11 .col {
    float: left;
    width: 50%;
	padding: 0 12px;
}
#hp-sec6 .col-right, #hp-sec7 .col-right, #hp-sec10 .col-right, #hp-sec11 .col-right {
    padding-top: 70px;
}
#hp-sec6 .col .basic-divider, #hp-sec7 .col .basic-divider, #hp-sec11 .col .basic-divider {
    margin-right: 100%;
    margin-bottom: 24px;
}
#hp-sec6 .col-left, #hp-sec10 .col-left {
    float: right;
}
#hp-sec7, #hp-sec11 {
    position: relative;
}
#hp-sec7::before, #hp-sec11::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-sec9 {
    text-align: center;
}
#hp-sec9 .media-cont {
    max-width: 32.33%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    padding: 50px 10px 0;
}
#hp-sec9 .media-cont img {
    width: 100%;
}

#hp-sec10 h2 {
    text-align: center;
}

#hp-sec11 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#hp-sec11 ul li {
    padding-left: 25px;
    position: relative;
}
#hp-sec11 ul li::before {
    content: " ";
    background-image: url('images/x_mark.png');
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

#hp-sec12 {
    text-align: center;
}
#hp-sec12 h2 {
    color: #ffffff;
}
#hp-sec12 .col {
    border: 5px solid #d0aafb;
    margin-top: 30px;
}
#hp-sec12 .col2 {
    margin-left: 120px;
}
#hp-sec12 .col img {
    width: 100%;
    display: block;
}

#hp-sec13, #hp-sec14 {
    text-align: center;
}
#hp-sec13 p {
    text-align: left;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 12px auto;
}

#faq {
    background-color: #252525;
}
#faq h2 {
    text-align: center;
    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 {
    color: #ce7ccf;
    border: none;
    position: absolute;
    top: 23px;
    left: 0;
}
#faq h3::after {
    content: "+";
    color: ;
    color: #ffffff;
    background-color: #5a39a1;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    border-radius: 100%;
    line-height: 22px;
    position: absolute;
    right: 8px;
    top: 26px;
	transition:all 0.3s ease;
}
#faq h3.ui-state-active::after {
	content: "-";
}
#faq h3 pre {
    display: inline;
    border: none;
}
#faq p {
    color: #ffffff;
    font-style: italic;
    padding: 0 24px;
    display: block;
    margin-top: 24px;
}
#faq p span{
	color: #c4df9b;
}
#faq .description{
	height:auto;
}
#faq .cta-row {
    text-align: center;
}

/*#hp-sec16{*/
/*	text-align:center;*/
/*}*/
/*#hp-sec16 .bottom-credits p {*/
/*    font-size: 12px;*/
/*    line-height: 22px;*/
/*    color: grey;*/
/*    max-width: 780px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    margin: 0 auto 36px;*/
/*}*/
/*#hp-sec16 .copyright-row strong, */
/*#hp-sec16 .copyright-row span {*/
/*    color: #428bca;*/
/*	transition:all 0.3s ease;*/
/*}*/
/*#hp-sec16 .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;
	}
	h1, .big-heading{
		font-size: 40px;
		line-height: 48px;
	}
	#site-main-banner {
		padding: 149px 0 200px;
	}
	#site-main-banner .video-area{
		padding: 22px 48px;
	}
	#hp-sec1{
		margin-top: -200px;
		padding: 250px 0 390px;
	}
	#hp-sec1 .content-inner p {
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec2{
		margin-top: -200px;
	}
	#hp-sec6 .col-right, 
	#hp-sec7 .col-right, 
	#hp-sec10 .col-right, 
	#hp-sec11 .col-right {
		padding-top: 40px;
	}
	/*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: 36px;
		line-height: 44px;
	}
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	#site-main-banner {
		padding: 150px 0;
	}
	#site-main-banner .video-area {
		padding: 22px 42px;
	}
	#hp-sec1 {
		margin-top: -200px;
		padding: 250px 0 250px;
	}
}

@media screen and (max-width: 980px){
	.main-container {
		max-width: 747px;
	}
	h1, .big-heading {
		font-size: 28px;
		line-height: 36px;
	}
	h2 {
		font-size: 24px;
		line-height: 32px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	.button-area-small a {
		padding: 14px 18px;
		font-size: 14px;
	}
	.button-area-big{
		max-width: 520px;
	}
	.button-area-big a{
		padding: 18px 20px;
		font-size: 20px;
	}
	header .site-main-nav .nav{
		padding: 0 24px;
	}
	#site-main-banner .col1{
		width: 50%;
		padding-top: 0;
	}
	#site-main-banner .col2{
		width: 50%;
		padding: 0 60px;
	}
	#site-main-banner .video-area {
		padding: 35px 16px;
		background-image: url('images/tablet_responsive_bg.png');
	}
	#hp-sec3 .big-heading img{
		max-width: 250px;
	}
	.testimonial-text{
		padding: 45px 90px;
	}
	#hp-sec9 .media-cont{
		max-width: 240px;
		padding: 36px 10px 0;
	}
	#hp-sec13 img {
		max-width: 180px;
	}
	/*footer .footer-nav{*/
	/*	border: none;*/
	/*	max-width: 200px;*/
	/*	width: 100%;*/
	/*	display: inline-block;*/
	/*	padding: 24px 0 0;*/
	/*}*/
	/*footer.page-section {*/
	/*	padding: 26px 0 50px;*/
	/*}*/
}

@media screen and (max-width: 768px) {
	.main-container {
		max-width: 600px;
	}
	.button-area{
		margin: 0 auto 36px;
	}
	#responsive-menu-btn {
		display: block;
	}
	header .site-logo{
		float: none;
		width: 100%;
		top: 0;
	}
	header .site-logo img {
		max-width: 180px;
	}
	header .site-main-nav{
		display: none;
	}
	#site-main-banner {
		padding: 150px 0 50px;
	}
	#site-main-banner .col {
		width: 100% !important;
		display: block;
		padding: 0;
		text-align: center;
	}
	#site-main-banner .big-heading::after {
		margin: 12px auto;
	}
	#site-main-banner .description {
		max-width: 500px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#site-main-banner .video-area {
		padding: 20px 50px;
		background-image: url('images/tablet_bg.png');
	}
	#hp-sec1 {
		margin-top: 0;
		padding: 50px 0;
	}
	#hp-sec1 h2::before,
	#hp-sec1 h2::after{
		top:8px;
	}
	#hp-sec1 .title-area {
		margin-bottom: 50px;
	}
	#hp-sec1 .title-area img {
		max-width: 300px;
	}
	#hp-sec1 .content-inner{
		width: 80%;
		float: none;
		margin: 0 auto;
	}
	#hp-sec1 .content-inner strong{
		font-size: 24px;
		line-height: 32px;
	}
	#hp-sec2 {
		margin-top: 0;
		padding-top: 0;
	}
	#hp-sec2 .col{
		max-width: 420px;
		width: 100%;
		float: none;
		margin: 0 auto;
		padding:36px 12px 0;
	}
	#hp-sec2 .col .step-heading {
		text-align: center;
	}
	#hp-sec2 .col .step-description {
		padding: 0;
		text-align: center;
	}
	#hp-sec3 iframe{
		height: 355px;
	}
	#hp-sec4 h2 img{
		max-width: 200px;
	}
	#hp-sec4 .col {
		max-width: 420px;
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 50px 12px 0;
	}
	#hp-sec5 h2{
		margin-bottom: 20px;
	}
	.testi-content{
		padding-bottom: 0;
	}
	.testimonial-text {
		padding: 45px;
	}
	.testi-author{
		padding: 12px 20px 0;
		position: relative;
		margin: 0 auto;
	}
	#hp-sec6 .col, #hp-sec7 .col, #hp-sec10 .col, #hp-sec11 .col {
		float: none !important;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#hp-sec6 .col .basic-divider, #hp-sec7 .col .basic-divider, #hp-sec11 .col .basic-divider {
		margin-right: auto;
	}
	#hp-sec6 .col img, #hp-sec7 .col img, #hp-sec10 .col img, #hp-sec11 .col img {
		max-width: 350px;
		width: 100%;
		display: block;
		margin: 0 auto 24px;
	}
	#hp-sec6 .col-right, #hp-sec7 .col-right, #hp-sec10 .col-right, #hp-sec11 .col-right {
		padding-top: 0;
	}
	#hp-sec11 ul{
		text-align: left;
		max-width: 450px;
		display: block;
		margin: 0 auto;
	}
	#hp-sec13 p{
		text-align: center;
	}
}

@media screen and (max-width: 640px) {
	.main-container {
		max-width: 400px;
	}
	img {
		max-width: 100%;
		width: 100%;
	}
	h1, .big-heading {
		font-size: 25px;
		line-height: 34px;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
	#site-main-banner .video-area {
		padding: 11px 35px;
	}
	#site-main-banner .video-area iframe{
		height: 170px;
	}
	#hp-sec1 .content-inner strong {
		font-size: 17px;
		line-height: 25px;
	}
	#hp-sec1 .content-inner p {
		font-size: 14px;
		line-height: 22px;
	}
	#hp-sec3 .big-heading img,
	#hp-sec4 h2 img	{
		max-width: 200px;
		display: block;
		top: 0;
		margin: 4px auto;

	}
	#hp-sec3 iframe {
		height: 230px;
	}
	#hp-sec12 .col2 {
		margin-left: 0;
	}
	#hp-sec12 .col {
		border: 5px solid #d0aafb;
		margin-top: 12px;
	}
	#hp-sec13 img {
		max-width: 150px;
		margin-bottom:12px;
	}
}

@media screen and (max-width: 440px) {
	.main-container {
		max-width: 280px;
	}
	.button-area-small a,
	.button-area-big a	{
		padding: 14px 28px;
		font-size: 14px;
	}
	#site-main-banner .video-area {
		padding: 32px 16px;
		background-image: url('images/tablet_responsive_bg.png');
	}
	#site-main-banner .video-area iframe{
		height: 300px;
	}
	#hp-sec1 .content-inner{
		width: 100%;
	}
	#hp-sec3 iframe {
		height: 160px;
	}
	#hp-sec4 .col img {
		max-width: 150px;
	}
	.testimonial-text {
		padding: 20px 0 0;
		background-image: none;
		text-align: center;
	}
	#faq h3{
		padding: 24px 50px 12px 30px;
	}
}

@media screen and (max-width: 320px) {
	.main-container {
		max-width: 90%;
	}
}

/* responsive css - end */















/* Disclaimer Start */
.text-wrapper p:not(:last-child) {
	margin-bottom: 25px;
}

#disclaimer {
	padding: 60px 15px;
}

.font-dusty-gray {
	color: #9a9a9a;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	line-height: 1.8;
}

#disclaimer .copyright {
	font-size: 14px;
	display: unset;
	text-transform: unset;
	letter-spacing: unset;
	font-weight: 700;
}

#disclaimer a.copyright:hover {
	color: #046ded !important;
}

#disclaimer .content-wrapper {
	max-width: 680px;
	margin: 0 auto;
	text-align: center;
}
.font-dusty-gray {
	color: #9a9a9a !important;
}

#disclaimer p,
#disclaimer a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
}

/* Disclaimer End */

/* Footer Start */
#footer-section li {
	padding: 0 20px;
}

#footer-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.flex-elem {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer-section li a {
	color: #000;
	font-size: 14px;
	font-family: 'Poppins';
}

#footer-section li a:hover {
	color: #046ded !important;
}

#footer-section {
	padding: 30px;
}

#footer-section {
	padding: 30px;
	background: #fafafa;
}

@media screen and (max-width: 1280.98px) {
	#disclaimer {
		padding: 50px 0;
	}

	#footer-section .custom-wrapper {
		max-width: 100%;
	}
}

@media screen and (max-width: 1024.98px) {
	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 991.98px) {
	#footer-section li {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 5px 0px;
		border: none !important;
	}

	#footer-section li a {
		font-size: 12px;
	}
}

@media screen and (max-width: 575.98px) {
	#disclaimer p {
		font-size: 12px;
		line-height: 1.8;
	}
}

@media screen and (max-width: 440.98px) {

	#disclaimer .copyright {
		font-size: 12px;
	}

	#disclaimer p {
		font-size: 10px;
	}

	#footer-section {
		padding: 20px 15px;
	}

	#footer-section li {
		padding: 0px 0px;
	}
}

/* Footer End */