@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');


/* global css - start */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: relative;
    overflow-x: hidden;
}
.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;
}



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

h1, .big-heading {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
    font-size: 40px;
    line-height: 52px;
	margin-bottom:50px;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	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;
}

/* gradient-css */
.orange-gradient{
	background: rgb(255,73,24);
	background: -moz-linear-gradient(45deg, rgba(255,73,24,1) 0%, rgba(255,106,45,1) 50%, rgba(255,73,24,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,73,24,1) 0%,rgba(255,106,45,1) 50%,rgba(255,73,24,1) 100%);
	background: linear-gradient(45deg, rgba(255,73,24,1) 0%,rgba(255,106,45,1) 50%,rgba(255,73,24,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4918', endColorstr='#ff4918',GradientType=1 );
	transition:all 0.3s e ase;
	background-size: 200% auto;
}
.orange-gradient:hover{
	background-position: right center;
}
.purple-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#301f60+0,462069+100 */
	background: rgb(48,31,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(48,31,96,1) 0%, rgba(70,32,105,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(48,31,96,1) 0%,rgba(70,32,105,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(48,31,96,1) 0%,rgba(70,32,105,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#301f60', endColorstr='#462069',GradientType=0 ); /* IE6-9 */
}
.gradient-divider {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc468a+0,a864a8+100 */
	background: rgb(252,70,138); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(252,70,138,1) 0%, rgba(168,100,168,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(252,70,138,1) 0%,rgba(168,100,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(252,70,138,1) 0%,rgba(168,100,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc468a', endColorstr='#a864a8',GradientType=1 ); /* IE6-9 */
    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;
}

/* button defaults */
.button-area {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
	max-width: 400px;
	width: 100%;
}
.button-area a {
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    transition: all 0.3s ease;
}


/* global css - end */

/* 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: -55px !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: #f3979c !important;	
}
.slick-dots li button::before{
	color:transparent !important;
}
/* slick-slide-overide - end */

/* pre-loader - start */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1f1f1f;
	z-index: 9999;
}
#status {
    position:fixed;
	margin: auto;
	left:0;
	right:0;
	top:50%;
	width: 112px;
}
#status img {
    transform: scale(2);
    position: relative;
    top: -70px;
}
#status ul {
    margin : 0;
    list-style:none;
    width:112px;
    position : relative;
    padding : 0;
    height:10px;
}
#status ul li {
	position : absolute;
	width:5px;
	height : 0;
	bottom : 0;
	background: rgb(205,14,227);
	background: -moz-linear-gradient(top, rgba(205,14,227,1) 0%, rgba(84,2,173,1) 100%);
	background: -webkit-linear-gradient(top, rgba(205,14,227,1) 0%,rgba(84,2,173,1) 100%);
	background: linear-gradient(to bottom, rgba(205,14,227,1) 0%,rgba(84,2,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd0ee3', endColorstr='#5402ad',GradientType=0 );
}
#status p {
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
    text-transform: uppercase;
}

@keyframes sequence1 {
	0%{ height: 10px; }
	50%{ height:50px; }
	100%{ height: 10px; }
}

@keyframes sequence2 {
	0%{ height: 20px; }
	50%{ height: 65px; }
	100%{ height: 20px; }
}

#preloader .bar1 {
    left: 0;
    animation: sequence1 1s ease infinite 0.1s;
}
#preloader .bar2{
  left : 15px;
  animation: sequence2 1s ease infinite 0.1s;
}
#preloader .bar3{
  left : 30px;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
#preloader .bar4{
  left : 45px;
  animation: sequence2 1s ease-in infinite 0.3s;
}
#preloader .bar5{
  left : 60px;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
#preloader .bar6{
  left : 75px;
  animation: sequence2 1s ease infinite 0.5s;
}
#preloader .bar7{
  left : 90px;
  animation: sequence2 1s ease infinite 0.6s;
}
#preloader .bar8{
  left : 105px;
  animation: sequence2 1s ease infinite 0.7s;
}
/* pre-loader - end */

/* header css - start */
header {
    position: relative;
    z-index: 9;
}
header .header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 58px 35px;
}
header .site-logo {
    float: left;
    width: 50%;
    display: block;
}
header .site-main-nav {
    width: 50%;
    float: right;
    text-align: right;
    display: block;
}
header .main-nav-wrapper {
    margin-top: 18px;
}
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: 24px;
    padding: 0 36px;
    border-left: 2px solid #ffffff;
    transition: all 0.3s ease;
}
header .site-main-nav .nav:hover
/*,footer .footer-nav:hover*/
{
	color:#f287b7;
}
header .site-main-nav .nav1
/*,footer .footer-nav1 */
{
    border: none;
    padding-left: 0;
}
header .site-main-nav:last-child
/*,footer .footer-nav:last-child*/
{
    padding-right: 0;
}
/* header css - end */

/* responsive menu css and button - start */
#responsive-menu-btn {
    border: none;
    padding: 10px 8px;
    display: block;
    max-width: 50px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 10%;
	top: 25px;
	z-index: 99;
	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:99;
	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: #FF682C;
	color: #ffffff;
}
#mobile-main-nav.mobile-nav-show {
    left: 0;
}
	
/* responsive menu css - end */

/* sitemain-banner css - start */
#site-main-banner {
    background-image: url('images/livereel_banner_bg.png');
    background-size: cover;
    background-position: bottom center;
    padding:150px;
}
#site-main-banner .col {
    float: left;
    display: block;
}
#site-main-banner .col1 {
    width: 45%;
    padding-right: 5%;
    padding-top: 75px;
}
#site-main-banner .col2 {
    width: 55%;
}
#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;
	font-size:20px;
	line-height:28px;
}
#site-main-banner .button-area{
	border-radius: 36px;
	transition:all 1s ease;
	max-width: 390px;
	width:100%;
}
#site-main-banner .button-area a {
    padding: 15px 10px;
	max-width: 390px;
	width:100%;
    display: block;
    text-align: center;
    border-radius: 36px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease;
}
#site-main-banner .video-area {
    border: 19px solid #d8dbdf;
    border-top: 20px solid #d8dbdf;
    border-radius: 15px 15px 0 0;
}
#site-main-banner .video-area iframe {
    width: 100%;
    display: block;
    height: 300px;
}
#site-main-banner .video-bg img {
    width: 100%;
    display: block;
}
/* sitemain-banner css - end */

#hp-sec1 {
    background-image: url('images/sec1_vector_background.jpg');
    background-size: 611px 482px;
    background-repeat: no-repeat;
    background-position: 23% 100%;
}
#hp-sec1 .title-area {
    text-align: center;
    margin-bottom: 50px;
}
#hp-sec1 .col {
    width: 48%;
    float: left;
    display: block;
}
#hp-sec1 .col-right {
    width: 52%;
}
#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;
    bottom: 45%;
    right: 75px;
}
#hp-sec1 .col-right .content-wrapper::after {
    content: "";
    background-image: url('images/purple_dotted.png');
	background-size:100% 100%;
    width: 88px;
    height: 132px;
    display: block;
    position: absolute;
    top:39%;
    left: 90%;
}
#hp-sec1 .col-right .content-wrapper {
    position: relative;
    top: 60px;
    right: 30px;
}
#hp-sec1 .col-right .content-inner {
    background-color: #ffffff;
    position: relative;
    z-index: 99;
    border: 5px solid #8360c3;
    padding: 35px 35px;
}
#hp-sec1 .col-right .content-inner::before {
    content: " ";
    width: 100%;
    display: block;
    height: 100px;
    border-left: 25px solid #b472c3;
    position: absolute;
    left: -15px;
    top: 15%;
}
#hp-sec1 .col-right .content-inner p {    
    margin-bottom: 0;
}

#hp-sec2 {
    text-align: center;
}
#hp-sec2 .col {
    width: 33.33%;
    float: left;
    padding: 50px 30px 0;
	position: relative;
}
#hp-sec2 .col1::before, #hp-sec2 .col2::before {
    content: "";
    background-image: url('images/arrow.png');
	background-size:100% 100%;
    width: 50px;
    height: 28px;
    display: block;
    position: absolute;
    left: 94%;
    top: 177px;
}
#hp-sec2 .col .step-heading {
    text-align: left;
}
#hp-sec2 .col .step-heading img {
    height: 54px;
    margin-bottom: 12px;
}

#hp-sec3 .big-heading {
    text-align: center;
    color: #ffffff;
}
#hp-sec3 h2 img {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: 4px;
}
#hp-sec3 .big-heading .purple-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hp-sec3 em {
    font-weight: 300;
}
#hp-sec3 em span {
    font-weight: 600;
}
#hp-sec3 .video-cont {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5674b9+0,fc468a+100 */
	background: rgb(86,116,185); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(86,116,185,1) 0%, rgba(252,70,138,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(86,116,185,1) 0%,rgba(252,70,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(86,116,185,1) 0%,rgba(252,70,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5674b9', endColorstr='#fc468a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 10px;
    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: 250px;
    position: relative;
    top: 30px;
}
#hp-sec4 .col {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 12px 0;
}
#hp-sec4 .col img {
    margin-bottom: 12px;
}
#hp-sec4 .col ul {
    padding: 0;
    text-align: left;
    display: block;
    vertical-align: top;
}
#hp-sec4 .col ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
#hp-sec4 .col ul li p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
    padding-left: 28px;
}

#hp-sec5 {
    background-image: url('images/clients_testimonial_secBG.jpg');
    background-size: cover;
    background-position: center center;
	position:relative;
}
#hp-sec5 h2 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5674b9+0,fc468a+100 */
	background: rgb(86,116,185); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(86,116,185,1) 0%, rgba(252,70,138,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(86,116,185,1) 0%,rgba(252,70,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(86,116,185,1) 0%,rgba(252,70,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5674b9', endColorstr='#fc468a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    text-align: center;
    color: #f49ac1;
    margin-bottom: 50px;
	font-weight:600;
}
.testi-author, .testimonial-text {
    display: table-cell;
    vertical-align: top;
}
.testi-author {
    border-right: 1px solid rgba(255,255,255,0.1);
    width: 20%;
    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: #d0aafb;
    font-size: 20px;
    line-height: 28px;
	display: block;
}
.testi-author span {
    font-size: 16px;
    line-height: 24px;
	color: #ffffff;
}
.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;
}

#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col {
    float: left;
    width: 50%;
	padding: 0 50px;
}
#hp-sec6 .col .ftr-img, #hp-sec7 .col .ftr-img, #hp-sec8 .col .ftr-img{
	text-align:center;
}
#hp-sec8 .col .gradient-divider, #hp-sec7 .col .gradient-divider {
    margin-right: 100%;
    margin-bottom: 24px;
}
#hp-sec6 .gradient-divider {
    margin-bottom: 50px !important;
}
#hp-sec6 h2,
#hp-sec9 .title-area h2 {
    text-align: center;
}
#hp-sec6 h2 .big-heading,
#hp-sec9 .title-area .big-heading {
    display: block;
    max-width: 150px;
    background-color: #ee3c7a;
    padding: 20px 0;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 15px;
    margin: 0 auto 36px;
}
#hp-sec6 .col ul {
    list-style: none;
}
#hp-sec6 .col li {
    position: relative;
}
#hp-sec6 .col li::before {
    content: "";
    background-image: url('images/green_check.jpg');
    background-size: 100%;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: -34px;
}


#hp-sec7 .col-left {
    float: right;
}
#hp-sec7, #hp-sec8 {
    position: relative;
}
#hp-sec7::before, #hp-sec8::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;
}

#livereel-vids-sec {
    text-align: center;
	/*display:none; temporary */
}
#livereel-vids-sec .big-heading, #livereel-vids-sec span {
    color: #ffffff;
    text-align: center;
    font-family: Montserrat-Bold;
    margin-bottom: 24px;
}
#livereel-vids-sec span {
    color: #ff3c80;
}
#livereel-vids-sec .media-cont {
    max-width: 350px;
    width: 100%;
    padding: 50px 12px 0;
    display: inline-block;
    vertical-align: top;
}
#livereel-vids-sec .media-cont .inner{
	background-color:#ffffff;
    height: 200px;
}

#hp-sec10 h2,
#faq h2 {
    text-align: center;
    color: #ffffff;
}
#hp-sec9 h2 span {
    color: #ff3c80;
}
#hp-sec9 .video-cont {
    margin-top: 30px;
    max-width: 33.33%;
    float: left;
    padding: 0 15px;
}

#hp-sec9 .overflow-hidden {
    padding: 0 100px;
}
#hp-sec9 .row {
    border: 3px solid #e1e1e1;
    margin-top: 36px;
    padding: 60px 0;
	position: relative;
}
#hp-sec9 .row img {
    position: absolute;
    top: 23px;
    left: -68px;
}
#hp-sec9 .row .col h2 {
    padding: 10px 15px 10px 85px;
    background-color: #8b48b2;
    border-radius: 15px;
    color: #ffffff;
}
#hp-sec9 .row .col {
    display: inline-block;
    vertical-align: middle;
}
#hp-sec9 .row1 .col2 {
    max-width: 400px;
    width: 100%;
    float: right;
    margin: 5px 240px 0 0;
}
#hp-sec9 .row2 .col2 {
    max-width: 350px;
    width: 100%;
    float: right;
    margin: 5px 110px 0 0;
}
#hp-sec9 .row3 .col2 {
    max-width: 450px;
    width: 100%;
    float: right;
    margin: -8px 200px 0 0;
}

#hp-sec10 .testi-slider{
	margin-top: 36px;
}
#hp-sec10 .col img {
    border: 8px solid #4f7ddb;
}
#hp-sec10 .col1 {
    padding-right: 150px;
}
#hp-sec10 .col2 {
    padding-left: 150px;
	margin-top:50px;
}

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

#hp-sec12 {
    background: rgb(125,45,141);
    background: -moz-linear-gradient(top, rgba(125,45,141,1) 0%, rgba(59,42,112,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,45,141,1) 0%,rgba(59,42,112,1) 100%);
    background: linear-gradient(to bottom, rgba(125,45,141,1) 0%,rgba(59,42,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d2d8d', endColorstr='#3b2a70',GradientType=0 );
    text-align: center;
}
#hp-sec12 .button-area,
#faq .button-area {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 0 auto 24px;
    border-radius: 100px;
}
#hp-sec12 .button-area a,
#faq .button-area a {
    padding: 24px;
    text-transform: uppercase;
    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 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: ;
    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 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-sec14{
	text-align:center;
}
#hp-sec14 .bottom-credits p {
    font-size: 12px;
    line-height: 22px;
    color: grey;
    max-width: 780px;
    width: 100%;
    display: block;
    margin: 0 auto 36px;
}
#hp-sec14 .copyright-row strong, 
#hp-sec14 .copyright-row span {
    color: #428bca;
	transition:all 0.3s ease;
}
#hp-sec14 .copyright-row span {
	color: #2a6496;
}

/*footer {*/
/*    background-color: #282828;*/
/*}*/

/* responsive css - start */
@media screen and (max-width:1366px){
	.main-container {
		max-width: 1080px;
	}
	#hp-sec1{
		background-position: 8% 100%;
	}
	#hp-sec1 .col-right .content-inner{
		padding: 35px 26px;
	}
	#hp-sec1 .col-right .content-wrapper {
		top: 40px;
		right: 0;
		max-width: 90%;
	}
	#hp-sec1 .col-right .content-wrapper::after {
		left: 87%;
	}
	#hp-sec1 .col-right .content-inner p {
		font-size: 14px;
	}
	
	#hp-sec2 .col .step-heading img {
		height: 40px;
	}
	
	#hp-sec9 .row1 .col2 {
		margin: 5px 150px 0 0;
	}
	#hp-sec9 .row2 .col2 {
		margin: 5px 60px 0 0;
	}
	#hp-sec9 .row3 .col2 {
		max-width: 450px;
		width: 100%;
		float: right;
		margin: -8px 120px 0 0;
	}
	/*footer .footer-nav{*/
	/*	font-size: 14px;*/
	/*	line-height: 22px;*/
	/*}*/
}

@media screen and (max-width:1280px){
	.main-container {
		max-width: 960px;
	}
	h1, .big-heading {
		font-size: 40px;
		line-height: 48px;
	}
	h2 {
		font-size: 28px;
		line-height: 36px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	header .site-logo {
		width: 30%;
	}
	header .site-main-nav{
		width: 70%;
	}
	#site-main-banner {
		padding: 150px 0 95px;
	}
	#site-main-banner p {
		font-size: 18px;
		line-height: 26px;
	}
	#hp-sec1 {
		background-position: bottom left;
		background-size: 581px 452px;
	}
	#hp-sec1 .title-area img {
		max-width: 350px;
		width: 100%;
	}
	#hp-sec2 .col1::before, #hp-sec2 .col2::before {
		left: 92.5%;
	}
	#hp-sec2 .col .step-heading img {
		height: 38px;
	}
	#hp-sec3 iframe{
		height: 445px;
	}
	#hp-sec9 .row1 .col2 {
		margin: 0;
		padding: 0 64px 0 0;
		max-width: 450px;
	}
	#hp-sec9 .row2 .col2 {
		max-width: 340px;
		margin: 0;
		padding: 5px 40px 0 0;
	}
	#hp-sec9 .row3 .col2 {
		max-width: 480px;
		margin: -8px 0 0 0;
		padding-right: 160px;
	}
	#hp-sec11 .ftr-img img {
		max-width: 200px;
		width: 100%;
	}
	#hp-sec12 .button-area, #faq .button-area {
		max-width: 560px;
	}
	#hp-sec12 .button-area a, #faq .button-area a{
		font-size:25px;
	}
	/*footer .footer-nav {*/
	/*	padding: 0 14px;*/
	/*}*/
}

@media screen and (max-width:980px){
	.main-container {
		max-width: 747px;
	}
	h1, .big-heading {
		font-size: 30px;
		line-height: 38px;
	}
	h2 {
		font-size: 25px;
		line-height: 32px;
	}
	h3 {
		font-size: 20px;
		line-height: 28px;
	}
	h4 {
		font-size: 18px;
		line-height: 26px;
	}
	header .site-logo {
		width: 30%;
	}
	header .site-logo img {
		max-width: 200px;
		width: 100%;
	}
	header .site-main-nav{
		width: 70%;
	}
	header .site-main-nav .nav {
		font-size: 14px;
		line-height: 22px;
		padding: 0 20px;
	}
	#site-main-banner .col1{
		padding-top: 35px;
	}
	#site-main-banner p {
		font-size: 14px;
		line-height: 22px;
	}
	#site-main-banner .button-area a{
		font-size:14px;
	}
	#site-main-banner .video-area iframe {
		height: 210px;
	}
	#hp-sec1 {
		background-position: 10% 90%;
		background-size: 411px 322px;
	}
	#hp-sec1 .col-right .content-inner {
		padding: 15px 25px;
	}
	#hp-sec2 .col .step-heading img {
		height: 28px;
	}
	#hp-sec2 .col1::before, #hp-sec2 .col2::before {
		width: 35px;
		height: 20px;
	}
	#hp-sec4 .col {
		width: 48%;
	}
	.testi-author{
		width: 30%;
	}
	#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col {
		padding: 0 20px;
	}
	
	#hp-sec9 .row {
		padding: 30px 0 0;
	}
	#hp-sec9 .row1 .col2, #hp-sec9 .row2 .col2, #hp-sec9 .row3 .col2 {
		max-width: 500px;
		width: 100%;
		padding: 20px 100px;
	}
	#hp-sec10 .col1 {
		padding-right: 60px;
	}
	#hp-sec10 .col2 {
		padding-left: 60px;
		margin-top: 20px;
	}
	#hp-sec11 .ftr-img img {
		max-width: 150px;
		width: 100%;
	}
	
	/*footer.page-section{*/
	/*	padding: 18px 0 30px;*/
	/*}*/
	/*footer .footer-nav-wrapper {*/
	/*	text-align: center;*/
	/*}*/
	/*footer .footer-nav {*/
	/*	max-width: 200px;*/
	/*	width: 100%;*/
	/*	border: none;*/
	/*	margin-top: 12px;*/

	/*}*/
}

@media screen and (max-width:767px){
	.main-container {
		max-width: 600px;
	}
	#responsive-menu-btn {
		display: block;
	}
	header .header-wrapper{
		padding:20px 0 35px;
	}
	header .site-logo {
		width: 100%;
		display: block;
		float: none;
	}
	header .site-main-nav {
		display: none;
	}
	#site-main-banner {
		padding: 120px 0 50px;
	}
	#site-main-banner .col {
		float: none;
		width: 100% !important;
		display: block;
		text-align: center;
	}
	#site-main-banner .col1 {
		padding: 0 0 36px 0;
	}
	#site-main-banner .big-heading::after {
		margin: 24px auto;
	}
	#site-main-banner .button-area {
		margin: 0 auto;
	}
	#site-main-banner .col .video-area, #site-main-banner .col .video-bg {
		max-width: 420px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#hp-sec1 {
		background-position: left center;
		background-size: 70%;
		padding-bottom: 0;
	}
	#hp-sec1 .title-area {
		margin-bottom: 20px;
	}
	#hp-sec1 .col {
		width: 100%;
		float: none;
		text-align: center;
	}
	#hp-sec1 .ftr-img img {
		max-width: 420px;
		width: 100%;
		display: block;
		margin: 0 auto 36px;
	}
	#hp-sec1 .col-right {
		width: 100%;
		padding-bottom: 70px;
	}
	#hp-sec1 .col-right .content-wrapper {
		top: 0;
		right: 0;
		max-width: 100%;
	}
	#hp-sec1 .col-right .content-wrapper::before {
		bottom: 5%;
	}
	
	#hp-sec2 .col {
		width: 100%;
		float: none;
	}
	#hp-sec2 .col .step-heading {
		text-align: center;
	}
	#hp-sec2 .col .step-heading img {
		height: 38px;
		max-width: 100%;
		width: auto;
		margin: 0 auto 24px;
	}
	#hp-sec2 .col img {
		max-width: 420px;
		width: 100%;
		display: block;
		margin: 0 auto 24px;
	}
	#hp-sec2 .col1::before, #hp-sec2 .col2::before {
		display:none;
	}
	#hp-sec2 .col1::after, #hp-sec2 .col2::after {
		content: " ";
		background-image: url('images/arrow.png');
		background-size: 100% 100%;
		width: 35px;
		height: 28px;
		display: block;
		transform: rotate(90deg);
		margin: 0 auto;
	}
	
	#hp-sec3 iframe {
		height: 325px;
	}
	
	#hp-sec4 {
		text-align: center;
		padding: 10px 0 50px;
	}
	#hp-sec4 .col {
		max-width: 280px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	.testi-author, .testimonial-text {
		display: block;
		vertical-align: top;
		text-align: center;
	}
	.testi-author {
		width: 100%;
		border: none;
	}
	.testimonial-text {
		padding: 20px 40px;
		position: relative;
	}
	#hp-sec6 h2 .big-heading, #hp-sec9 .title-area .big-heading {
		margin: 0 auto 16px;
	}
	#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col {
		float: none;
		width: 100%;
		text-align: center;
	}
	#hp-sec6 .col .ftr-img img, #hp-sec7 .col .ftr-img img, #hp-sec8 .col .ftr-img img {
		max-width: 320px;
		width: 100%;
		display: block;
		margin: 0 auto 24px;
	}
	#hp-sec6 .col li p {
		text-align: left;
	}
	#hp-sec8 .col .gradient-divider, #hp-sec7 .col .gradient-divider {
		margin-right: auto;
	}
	#hp-sec9 .video-cont {
		max-width: 250px;
		float: none;
		width: 100%;
		display: block;
		margin: 30px auto 0;
	}
	#hp-sec9 .overflow-hidden {
		padding: 0 0 0 70px;
	}
	#hp-sec9 .row1 .col2, #hp-sec9 .row2 .col2, #hp-sec9 .row3 .col2 {
		padding: 20px 50px 20px 100px;
	}
	#hp-sec10 .col1, #hp-sec10 .col2 {
		padding: 0;
	}
	#hp-sec11 p{
		text-align:center;
	}
}

@media screen and (max-width:640px){
	.main-container {
		max-width: 400px;
	}
	#hp-sec3 h2 img {
		display: block;
		margin: 0 auto;
	}
	#hp-sec3 iframe {
		height: 215px;
	}
	#hp-sec6 h2 br {
		display: none;
	}
	#hp-sec9 .row1 .col2, #hp-sec9 .row2 .col2, #hp-sec9 .row3 .col2 {
		padding: 20px 20px 20px 80px;
	}
	#hp-sec9 .row .col h2 {
		font-size: 16px;
	}
	#hp-sec12 .button-area a, #faq .button-area a {
		font-size: 18px;
	}
	/*footer .footer-nav {*/
	/*	padding: 0 !important;*/
	/*}*/
}

@media screen and (max-width:440px){
	.main-container {
		max-width: 280px;
	}
	header .site-logo img {
		max-width: 150px;
		margin-top: 10px;
	}
	h1, .big-heading {
		font-size: 25px;
		line-height: 32px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h2 br {
		display: none;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	#site-main-banner .video-area iframe {
		height: 135px;
	}
	#hp-sec1 .title-area img {
		max-width: 220px;
		position: relative;
		top: -16px;
	}
	#hp-sec1 {
		background-size: 100%;
	}
	#hp-sec1 .col-right {
		padding-bottom: 50px;
	}
	#hp-sec1 .col-right .content-wrapper::before {
		bottom: 30%;
	}
	#hp-sec1 .col-right .content-wrapper::after {
		left: 69%;
		top: 60%;
	}
	#hp-sec3 iframe {
		height: 145px;
	}
	#hp-sec4 h2 img{
		top: 0;
	}
	#hp-sec4 h2 span {
		position: relative;
		top: -25px;
		display:block;
	}
	.testimonial-text {
		padding: 20px 10px 0;
		position: relative;
	}
	#hp-sec9 .row img {
		max-width: 80px;
		top: 15px;
	}
	#hp-sec9 .row1 .col2, #hp-sec9 .row2 .col2, #hp-sec9 .row3 .col2 {
		padding: 20px;
	}
	#hp-sec9 .row .col h2 {
		padding: 10px 15px 10px 25px;
	}
	#hp-sec12 .button-area a, #faq .button-area a {
		font-size: 15px;
	}
}

@media screen and (max-width:320px){
	.main-container {
		max-width: 90%;
	}
	#hp-sec12 .button-area a, #faq .button-area a{
		padding: 18px;
	}
	#hp-sec12 .button-area a, #faq .button-area a {
		font-size: 14px;
	}
}
/* 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;
	text-decoration: none;
}

#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;
	text-decoration: none;
}

#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 */