/* global css - start */
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;
}

.sprite { background: url('images/sprite.png') no-repeat top left;  } 
.sprite.arrow { background-position: 0 0; width: 50px; height: 28px; } 
.sprite.testi_qoutation { background-position: -754px 0; width: 66px; height: 48px; } 
.sprite.traigle_arrow { background-position: -845px 0; width: 21px; height: 23px; } 

.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;
}
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:50px;
}
h2{
	font-family: Montserrat-Bold;
	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(240,65,74);
	background: -moz-linear-gradient(left, rgba(240,65,74,1) 0%, rgba(249,159,62,1) 50%, rgba(240,65,74,1) 100%);
	background: -webkit-linear-gradient(left, rgba(240,65,74,1) 0%,rgba(249,159,62,1) 50%,rgba(240,65,74,1) 100%);
	background: linear-gradient(to right, rgba(240,65,74,1) 0%,rgba(249,159,62,1) 50%,rgba(240,65,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0414a', endColorstr='#f0414a',GradientType=1 );
	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/#004e92+0,b720ff+100 */
	background: rgb(0,78,146); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0,78,146,1) 0%, rgba(183,32,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,78,146,1) 0%,rgba(183,32,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,78,146,1) 0%,rgba(183,32,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e92', endColorstr='#b720ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.darkblue-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#260b34+0,3b5999+100 */
	background: rgb(38,11,52); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(38,11,52,1) 0%, rgba(59,89,153,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(38,11,52,1) 0%,rgba(59,89,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(38,11,52,1) 0%,rgba(59,89,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#260b34', endColorstr='#3b5999',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient-divider {
    background: rgb(192,150,199);
    background: -moz-linear-gradient(45deg, rgba(192,150,199,1) 0%, rgba(139,72,178,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(192,150,199,1) 0%,rgba(139,72,178,1) 100%);
    background: linear-gradient(45deg, rgba(192,150,199,1) 0%,rgba(139,72,178,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c096c7', endColorstr='#8b48b2',GradientType=1 );
    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;
}
.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,
.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:hover {
    background-image: url('images/sprite.png') !important;
    background-position: -845px 0; 
	width: 21px; 
	height: 23px;
	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 */

/* preloader - start */
#preloader {
    width: 100%;
    display: block;
    height: 100%;
    background-color: #000000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.pulse {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(154,39,238, 0.7);
    animation: pulse 2s infinite;
    position: absolute;
    left: -4px;
    right: 0;
    top: 44.8%;
    margin: 0 auto;
}
#status img {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 80%;
}
#preloader span {
    position: absolute;
    left: 0;
    right: 0;
    top: 57%;
    display: block;
    text-align: center;
    color: #ffffff;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(154,39,238, 0.7);
  }
  70% {
      -webkit-box-shadow: 0 0 50px 10px rgba(154,39,238, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(154,39,238, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(154,39,238, 0.7);
    box-shadow: 0 0 0 0 rgba(154,39,238, 0.7);
  }
  70% {
      -moz-box-shadow: 0 0 50px 10px rgba(154,39,238, 0);
      box-shadow: 0 0 50px 10px rgba(154,39,238, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(154,39,238, 0);
      box-shadow: 0 0 0 0 rgba(154,39,238, 0);
  }
}
/* preloader - end */

/* header css - start */
header {
    position: relative;
    z-index: 9;
}
header .header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px 58px;
}
header .site-logo {
    float: left;
    width: 50%;
    display: block;
}
header .site-main-nav {
    width: 50%;
    float: right;
    text-align: right;
    display: block;
}
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: 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 {
    border: none;
    padding-left: 0;
}
header .site-main-nav:last-child {
    padding-right: 0;
}
/* header css - end */

/* responsive menu css and button - start */
#responsive-menu-btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004e92+0,b720ff+100 */
	background: rgb(0,78,146); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(0,78,146,1) 0%, rgba(183,32,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,78,146,1) 0%,rgba(183,32,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(0,78,146,1) 0%,rgba(183,32,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e92', endColorstr='#b720ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    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: #6e55b1;
	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/bannerbg.png');
    background-size: cover;
    background-position: bottom center;
    padding: 210px 0;
}
#site-main-banner .overflow-hidden {
    padding: 0 50px;
}
#site-main-banner .big-heading {
    text-align: center;
    color: #ffffff;
}
#site-main-banner .col-left {
    width: 39%;
    float: left;
    padding: 100px 2% 0 0;
}
#site-main-banner .col-right {
    width: 60%;
    float: right;
    text-align: center;
}
#site-main-banner p {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
}
#site-main-banner .video-area {
    padding: 0 9%;
}
#site-main-banner iframe {
    width: 100%;
    display: block;
    border-top: 25px solid #f4f4f4;
	border-right: 20px solid #f4f4f4;
	border-bottom: 30px solid #f4f4f4;
	border-left: 20px solid #f4f4f4;
    border-radius: 15px 15px 5px 5px;
	height: 370px;
}
#site-main-banner .video-bg {
    position: relative;
    top: -3px;
}
#site-main-banner .video-bg img {
	width:100%;
	display:block;	
}
/* sitemain-banner css - end */

#hp-sec1 {
    background-image: url('images/introducing_backgroundBG.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#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/purplePaint_splash.png');
	background-size:100% 100%;
    width: 169px;
    height: 48px;
    display: block;
    position: absolute;
    bottom: 100%;
    right: 75px;
}
#hp-sec1 .col-right .content-wrapper::after {
    content: "";
    background-image: url('images/pink_paint_splash.png');
	background-size:100% 100%;
    width: 181px;
    height: 56px;
    display: block;
    position: absolute;
    top:100%;
    left: 75px;
}
#hp-sec1 .col-right .content-wrapper {
    background: rgb(168,100,168);
    background: -moz-linear-gradient(45deg, rgba(168,100,168,1) 0%, rgba(244,154,193,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(168,100,168,1) 0%,rgba(244,154,193,1) 100%);
    background: linear-gradient(45deg, rgba(168,100,168,1) 0%,rgba(244,154,193,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a864a8', endColorstr='#f49ac1',GradientType=1 );
    padding: 20px;
    border-radius: 20px;
    position: relative;
	width: 588px;
	right: 54px;
	top: 84px;
	z-index:9;
}
#hp-sec1 .col-right .content-inner {
    background-color: #6e55b1;
    padding: 20px;
    border: 8px solid #ffffff;
    border-radius: 20px;
}
#hp-sec1 .col-right .content-inner p {
    color: #ffffff;
    margin-bottom: 0;
}

#hp-sec2 {
    text-align: center;
}
#hp-sec2 .col {
    width: 33.33%;
    float: left;
    padding: 50px 30px 0;
	position: relative;
}
#hp-sec2 .sprite.arrow {
    position: absolute;
    left: 93%;
    top: 177px;
}
#hp-sec2 .col .step-heading {
    text-align: left;
}
#hp-sec2 .col .step-heading img {
    height: 54px;
    margin-bottom: 12px;
}
#hp-sec2 .col p {
    font-size: 14px;
    line-height: 22px;
}

#hp-sec3 .big-heading {
    text-align: center;
    color: #ffffff;
}
#hp-sec3 .big-heading .purple-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hp-sec3 em {
    font-family:Montserrat-Light;
}
#hp-sec3 em span {
    font-family:Montserrat-Bold;
}
#hp-sec3 .video-cont {
    padding: 10px;
    background: rgb(149,25,180);
    background: -moz-linear-gradient(45deg, rgba(149,25,180,1) 0%, rgba(32,144,179,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(149,25,180,1) 0%,rgba(32,144,179,1) 100%);
    background: linear-gradient(45deg, rgba(149,25,180,1) 0%,rgba(32,144,179,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9519b4', endColorstr='#2090b3',GradientType=1 );
    padding: 15px;
    max-width: 860px;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}
#hp-sec3 iframe {
    width: 100%;
    height: 475px;
    display: block;
	border-radius: 20px;
}

#hp-sec4{
	text-align: center;
}
#hp-sec4 h2 {
	font-family:Montserrat-Bold;
}
#hp-sec4 h2 .purple-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hp-sec4 .col {

    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 12px 0;

}
#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, #hp-sec9 h2 {
    text-align: center;
    color: #f49ac1;
    margin-bottom: 50px;
}
.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: 75px;
    height: 75px;
    border: 2px solid #ffffff;
    display: block;
    margin: 0 auto 12px;
}
.testi-author strong {
    color: #d0aafb;
    font-size: 20px;
    line-height: 28px;
}
.testi-author span {
    font-size: 16px;
    line-height: 24px;
	color: #ffffff;
}
.testimonial-text {

    padding: 20px 30px 20px 80px;
	position: relative;
}
.testimonial-text .sprite.testi_qoutation {
    background-position: -470px 0;
    width: 46px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 5px;
    background-size: 570px;
}
.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-sec6 .col .gradient-divider, #hp-sec7 .col .gradient-divider {
    margin-right: 100%;
    margin-bottom: 24px;
}
#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;
}
#hp-sec8 .gradient-divider {
    margin-bottom: 50px !important;
}
#hp-sec8 h2 {
    text-align: center;
}
#hp-sec8 h2 span{
    display:block;
	font-family:Montserrat-Light;
}

#hp-sec9 {
    background: rgb(0,92,151);
    background: -moz-linear-gradient(45deg, rgba(0,92,151,1) 0%, rgba(54,55,149,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,92,151,1) 0%,rgba(54,55,149,1) 100%);
    background: linear-gradient(45deg, rgba(0,92,151,1) 0%,rgba(54,55,149,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005c97', endColorstr='#363795',GradientType=1 );
    text-align: center;
	position:relative;
}
#hp-sec9::before {
    content: "";
    background-image: url('images/blue_green_slantBars.png');
    width: 358px;
    height: 167px;
    display: block;
    position: absolute;
    left: 0;
    top: 12%;
}
#hp-sec9::after {
    content: "";
    background-image: url('images/purpleGradient_slantBars.png');
    width: 317px;
    height: 205px;
    display: block;
    position: absolute;
    right: 0;
    top: 40%;
}
#hp-sec9 h2 {
    color: #ffffff;
}
#hp-sec9 h2 span {
    color: #64faf8;
}
#hp-sec9 .video-cont {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #fff568;
    margin: 0 1%;
}
#hp-sec9 .video-cont iframe {
	width: 100%;
    display: block;
    height: auto;
}

#hp-sec10,
#hp-sec11 {
    text-align: center;
}
#hp-sec10 .big-heading,
#hp-sec11 .big-heading {
    font-family:Montserrat-Light;
}
#hp-sec10 .big-heading strong {
    display: block;
    font-family:Montserrat-Bold;
}
#hp-sec10 h4,
#hp-sec11 h4 {
    font-family:Montserrat-Light;
    max-width: 600px;
    width: 100%;
    display: block;
    margin: 0 auto 36px;
}
#hp-sec10 h4 strong, 
#hp-sec11 h4 strong {
    font-family:Montserrat-Bold;
}

#hp-sec11{
	padding-top:0;
}
#hp-sec11 .big-heading span {
    color: #3cb878;
    font-family:Montserrat-Bold;
}
#hp-sec11 .big-heading b {
    font-family:Montserrat-Bold;
}
#hp-sec11 .ftr-img {
    position: relative;
    padding: 200px 0;
}
#hp-sec11 img {
    position: absolute;
    top: 0;
    left: 0;
}
#hp-sec11 .ftr-img img:nth-child(2) {
    top: 65px;
    left: 300px;
}
#hp-sec11 .ftr-img img:nth-child(3) {
    top: 130px;
    left: 580px;
}

#hp-sec12 h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}
#hp-sec12 .col img {
    border: 8px solid #4f7ddb;
}
#hp-sec12 .col1 {
    padding-right: 150px;
}
#hp-sec12 .col2 {
    padding-left: 150px;
	margin-top:50px;
}

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

#hp-sec14 {
    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-sec14 .button-area,
#hp-sec15 .button-area {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 0 auto 24px;
    border-radius: 100px;
    transition: all 0.3s ease;
}
#hp-sec14 .button-area a,
#hp-sec15 .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-family:Montserrat-Bold;
}

#hp-sec15 {
    background-color: #252525;
}
#hp-sec15 h2 {
    text-align: center;
    color: #ffffff;
}
#hp-sec15 h3 {
    color: #ce7ccf;
    position: relative;
    outline: none;
    border-bottom: 1px solid #473647;
    padding: 24px 50px;
    cursor: pointer;
    margin: 0;
}
#hp-sec15 h3 pre {
    color: #ce7ccf;
    border: none;
    position: absolute;
    top: 23px;
    left: 0;
}
#hp-sec15 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;
}
#hp-sec15 h3.ui-state-active::after {
	content: "-";
}
#hp-sec15 h3 pre {
    display: inline;
    border: none;
}
#hp-sec15 p {
    color: #ffffff;
    font-style: italic;
    padding: 0 24px;
    display: block;
    margin-top: 24px;
}
#hp-sec15 p span{
	color: #c4df9b;
}
#hp-sec15 .description{
	height:auto;
}
#hp-sec15 .cta-row {
    text-align: center;
}


/* Disclaimer Start */
#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 */
/* responsive css - start */
@media screen and (max-width:1366px){
	.main-container {
		max-width: 1045px;
	}
	#site-main-banner {
		padding: 150px 0;
	}
	#site-main-banner .overflow-hidden {
		padding: 0;
	}
	#hp-sec11 .ftr-img img {
		max-width: 470px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width:1200px){
	.main-container {
		max-width: 960px;
	}
	#site-main-banner iframe{
		height: 320px;
	}
	.button-area a{
		font-size: 16px;
	}
	#hp-sec1 .title-area img {
		max-width: 350px;
		width: 100%;
	}
	#hp-sec1 .col-right .content-wrapper{
		width: 540px;
		top: 25px;
	}
	#hp-sec11 .ftr-img{
		padding:150px 0;
	}
	#hp-sec11 .ftr-img img {
		max-width: 384px;
	}
}

@media screen and (max-width:980px){
	header .header-wrapper{
		padding: 35px 0;
	}
	.main-container {
		max-width: 747px;
	}
	h1, .big-heading {
		font-size: 36px;
		line-height: 44px;
	}
	h2 {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	.button-area a {
		font-size: 14px;
		padding: 15px 12px;
	}
	header .site-logo{
		width: 25%;
	}
	header .site-main-nav{
		width: 75%;
	}
	header .site-main-nav .nav {
		padding: 0 20px;
	}
	#site-main-banner {
		padding: 120px 0;
	}
	#site-main-banner p {
		font-size: 18px;
		line-height: 24px;
	}
	#site-main-banner .big-heading br {
		display: none;
	}
	#site-main-banner .col-left {
		width: 42%;
		padding: 90px 0 0;
	}
	#site-main-banner .col-right {
		width: 54%;
	}
	#site-main-banner iframe {
		height: 260px;
	}
	#hp-sec1 .col-right .content-wrapper {
		width: 100%;
		top: 0;
		right: 0;
	}
	#hp-sec1 .col-right .content-wrapper::before, #hp-sec1 .col-right .content-wrapper::after{
		width: 100px;
		height: 25px;
	}
	#hp-sec2 .sprite.arrow {
		left: 90%;
	}
	#hp-sec2 .col .step-heading img {
		height: 28px;
		margin-bottom: 12px;
	}
	#hp-sec3 iframe{
		height: 400px;
	}
	#hp-sec4 .col {
		width: 48%;
		padding: 50px 20px 0;
	}
	.testi-author{
		width: 30%;
	}
	#hp-sec9 .overflow-hidden {
		position: relative;
		z-index: 9;
	}
	#hp-sec9 .video-cont {
		width: 30%;
	}
	#hp-sec9 .video-cont iframe {
		width: 100%;
		display: block;
		height: 120px;
	}
	#hp-sec11 .ftr-img img:nth-child(2) {
		top: 65px;
		left: 176px;
	}
	#hp-sec11 .ftr-img img:nth-child(3) {
		top: 130px;
		left: 366px;
	}
	#hp-sec12 .col1 {
		padding-right: 50px;
	}
	#hp-sec12 .col2 {
		padding-left: 50px;
		margin-top: 25px;
	}
	#hp-sec13 .ftr-img img {
		max-width: 180px;
		display: block;
		margin: 0 auto 36px;
	}
	#hp-sec14 .button-area, #hp-sec15 .button-area {
		max-width: 580px;
	}
	#hp-sec14 .button-area a, #hp-sec15 .button-area a{
		font-size: 24px;
	}
}

@media screen and (max-width:767px){
	.main-container {
		max-width: 600px;
	}
	.page-section {
		padding: 36px 0;
	}
	header .site-logo {
		width: 100%;
	}
	header .site-logo img {
		max-width: 200px;
	}
	header .site-main-nav {
		display: none;
	}
	#responsive-menu-btn{
		display:block;
	}
	#site-main-banner .big-heading br {
		display: none;
	}
	#site-main-banner .col-left {
		padding: 24px 0 0;
	}
	#site-main-banner .col-left,
	#site-main-banner .col-right,
	#hp-sec1 .col,
	#hp-sec2 .col	{
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	#site-main-banner .button-area {
		max-width: 320px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#hp-sec1 .col-right .content-wrapper {
		margin-bottom: 28px;
	}
	#hp-sec2 .col .step-heading img {
		max-width: 100%;
		width: auto;
		display: block;
		margin: 0 auto;
	}
	#hp-sec2 .sprite.arrow{
		left: 0;
		right: 0;
		top: 104%;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#hp-sec3 iframe {
		height: 320px;
	}
	#hp-sec4 .col {
		max-width: 520px;
		width: 100%;
		padding: 36px 0 0;
	}
	.testi-author {
		width: 100%;
		display: block;
		border: none;
	}
	#hp-sec6 .col, #hp-sec7 .col, #hp-sec8 .col {
		float: none;
		width: 100%;
		padding: 0 0 36px;
		text-align: center;
	}
	#hp-sec6 .col .gradient-divider, #hp-sec7 .col .gradient-divider{
		margin-right:auto;
	}
	#hp-sec6 .col .ftr-img img, #hp-sec7 .col .ftr-img img, #hp-sec8 .col .ftr-img img {
		max-width: 280px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#hp-sec8 {
		padding-bottom: 0;
	}
	#hp-sec9::before,
	#hp-sec9::after{
		display:none;
	}
	#hp-sec9 .video-cont {
		max-width: 320px;
		width: 100%;
		display: block;
		margin: 36px auto 0;
	}
	#hp-sec9 .video-cont iframe {
		height: 170px;
	}
	#hp-sec11 .ftr-img, #hp-sec11 .ftr-img img {
		position:relative;
		padding: 0;
	}
	#hp-sec11 .ftr-img img:nth-child(2),
	#hp-sec11 .ftr-img img:nth-child(3){
		top: 0;
		left: 0;
	}
}

@media screen and (max-width:640px){
	.main-container{
		max-width:400px;
	}
	h1, .big-heading {
		font-size: 28px;
		line-height: 36px;
		margin-bottom:36px;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	#site-main-banner iframe {
		height: 220px;
	}
	#site-main-banner p {
		font-size: 16px;
		line-height: 24px;
	}
	#hp-sec1 .title-area img {
		max-width: 250px;
	}
	#hp-sec3 iframe {
		height: 220px;
	}
	.testimonial-text {
		padding: 20px;
		text-align: center;
	}
	.testimonial-text .sprite.testi_qoutation {
		display:none;
	}
	#hp-sec10 .big-heading strong{
		display:inline;
	}
	#hp-sec13 p{
		text-align:center;
	}
	#hp-sec14 .button-area a, #hp-sec15 .button-area a {
		font-size: 18px;
		padding: 20px 10px;
	}
}

@media screen and (max-width:440px){
	.main-container {
		max-width: 280px;
	}
	#preloader span{
	    top: 70%;
	}
	h1, .big-heading {
		font-size: 24px;
		line-height: 32px;
		margin-bottom:24px;
	}
	h2 {
		font-size: 20px;
		line-height: 28px;
	}
	h2 {
		font-size: 18px;
		line-height: 26px;
	}
	header .site-logo img {
		max-width: 160px;
	}
	#site-main-banner {
		padding: 120px 0 80px;
	}
	#site-main-banner iframe {
		border-top: 15px solid #f4f4f4;
		border-right: 10px solid #f4f4f4;
		border-bottom: 20px solid #f4f4f4;
		border-left: 10px solid #f4f4f4;
		border-radius: 15px 15px 5px 5px;
		height: 160px;
	}
	#hp-sec3 iframe {
		height: 140px;
	}
	#hp-sec12 .col1 {
		padding-right: 0;
	}
	#hp-sec12 .col2 {
		padding-left: 0;
		margin-top: 12px;
	}
	#hp-sec12 .col img {
		border: 5px solid #4f7ddb;
	}
	#hp-sec14 .button-area a, #hp-sec15 .button-area a {
		font-size: 14px;
		padding: 14px 10px;
	}
	#hp-sec15 h3{
		padding: 24px 30px;
	}
}

@media screen and (max-width:320px){
	.main-container {
		max-width: 90%;
	}
	.testimonial-text {
		padding: 20px;
		text-align: center;
	}
}
/* responsive css - end */