/* global - start */
body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
}
.clear {
    clear: both;
    width: 100%;
    display: block;
}
.main-container {
    max-width: 1045px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.reg-padding {
	padding: 50px 0 80px 0;
}

.page-section{
	position: relative;
	overflow: hidden;
}

.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;
}

.stop-animate{
	opacity: 1 !important;
	transform: translateZ(0) !important;
}

img {
    max-width: 100%;
    width: auto;
    height:auto;
}
.w-35 {
    width: 35%;
    margin: 0 auto;
}
.w-50 {
    width: 50%;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
	outline:none !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;
}

/** animation of png images **/
.sprite { background: url('images/sprite.png') no-repeat top left; width: 1px; height: 1px;  } 
.sprite.one{
    background-position: -60px 0; 
	width: 45px; 
	height: 15px;
    position: absolute;
    left: -3rem;
    top: -4rem;
}
.sprite.two {
    background-position: -115px 0; 
	width: 45px; 
	height: 15px;
    position: absolute;
    left: 3rem;
    bottom: -2rem;
}

.sprite.three {
    background-position: -170px 0; 
	width: 173px; 
	height: 20px;
    position: absolute;
    right: 7rem;
    bottom: -8rem;
}
.sprite.four{
    background-position: -353px 0; 
	width: 20px; 
	height: 173px;
    position: absolute;
    left: -2rem;
    bottom: -1rem;
}
.sprite.five {
    background-position: -383px 0; 
	width: 15px; 
	height: 45px;
    position: absolute;
    right: 1.5rem;
    top: -3.5rem;
}
.sprite.six {
    background-position: -432px 0; width: 14px; height: 14px;
	width: 14px; 
	height: 14px;
    position: absolute;
    right: 3.5rem;
    top: -4.5rem;
    opacity: 0;
}
.sprite.seven{
    background-position: -432px 0; width: 14px; height: 14px;
    position: absolute;
    left: 2.5rem;
    bottom: -4rem;
    opacity: 0;
}
.sprite.eight {
	background-position: -432px 0; width: 14px; height: 14px;
    position: absolute;
    right: -1.5rem;
    bottom: -0.5rem;
    opacity: 0;
}
.nine{
    
 
}
.sprite.ten {
    background-position: -456px 0; height: 311px;
    position: absolute;
    left: 1rem;
    top: -8rem;
}
.sprite.eleven {
    background-position: -467px 0; width: 431px;
    position: absolute;
    left: -2rem;
    top: -5rem;
}
.sprite.eighteen {
	background-position: -908px 0; height: 211px;
    position: absolute;
    right: 1rem;
    top: 0rem;
}
.sprite.nineteen {
	background-position: -919px 0; width: 211px;
    position: absolute;
    right: -2rem;
    bottom: -1rem;
}
.sprite.twenty {
	background-position: -1140px 0; width: 361px; height: 131px;
    position: absolute;
    left: 7rem;
    bottom: -7rem;
}
.back{
    background: url(images/back_bg.png);
    background-size: 100%;
    height: 820px;
    background-position: bottom;
   
}
.back:before{
    background: url(images/backpart1.png);
    background-size: 100% 100%;
    height: 620px;
 
    position: absolute;
    content: '';
    width: 70%;
  
    bottom: -4.2rem;
    left: 0;
    z-index: -1;
   
}
.back_after {
    background: url(images/backpart3.png);
    background-size: 100%;
    position: absolute;
    content: '';
    width: 100%;
    height: 1014px;
    top: -123px;
    left: 0;
    z-index: -1;
    opacity: 0;
    background-repeat: no-repeat;
}

.keybord {
    opacity: 0;
    margin-top: 100px;
}


.data {
    z-index: 999999;
    background: white;
    padding: 104px 0;
    margin-top: 2rem;
}


/* button design default */
.orange-gradient{
	background: rgb(252,130,114);
    background: -moz-linear-gradient(left, rgba(252,130,114,1) 0%, rgba(217,51,114,1) 100%);
    background: -webkit-linear-gradient(left, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
    background: linear-gradient(to right, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8272', endColorstr='#d93372',GradientType=1 );
	color:#ffffff;
}
.orange-gradient:hover{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* global - end */

/* header css - start */
header {
    position: relative;
    z-index: 9;
}
header .headerMain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 35px 0;
}
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
/*,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 20px;
    border-left: 2px solid #ffffff;
    transition: all 0.3s ease;
}
header .site-main-nav .nav:hover
/*,footer .footer-nav:hover*/
{
	color:#ff9648;
}
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 */

/* slick-slide-overide - start */
.slick-list {
    padding: 0 !important;
    margin: 0 50px;
}
.slick-arrow::before{
	content:' '!important;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    background-image: url('images/sprite.png') !important;
	background-repeat:no-repeat;
	background-position: -2047px 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: #988eb4 !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: #fbaf5d !important;	
}
.slick-dots li button::before{
	color:transparent !important;
}
/* slick-slide-overide - end */

/* banner css */
#site-main-banner {
    background-image: url(images/bannerMain_bgIMG.png);
    background-size: cover;
    background-position: bottom center;
    padding: 150px 0 188px;
}
#site-main-banner .col {
    float: left;
    display: block;
}
#site-main-banner .col1 {
    width: 45%;
    padding-right: 5%;
    padding-top: 50px;
}
#site-main-banner .col2 {
    width: 55%;
}
#site-main-banner .big-heading {
    color: #ff9648;
}
#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;
}
.sec3btn {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
   
}
.sec3btn2 {
     background: rgb(252,130,114);
    background-image: -moz-linear-gradient(to right, rgba(252,130,114,1) 0%, #d93372 51%, rgb(239, 101, 114) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(252,130,114,1) 0%, #d93372 51%, rgb(239, 101, 114) 100%);
    background-image: linear-gradient(to right, rgba(252,130,114,1) 0%, #d93372 51%, rgb(239, 101, 114) 100%);
}
.sec3btn1 {
    flex: 1 1 auto;
 
        padding: 15px 10px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
     border-radius: 36px;
    text-transform: uppercase;
    font-size: 18px;
}
.sec3button.sec3btn1.sec3btn2:hover {
    color: white;
}
.sec3btn1:hover {
    background-position: right center;
    text-decoration: none;
}
.bgbutton{
    padding: 24px !important;
    text-transform: uppercase;
    font-size: 30px !important;
    word-wrap: break-word;
    display: block;
    border-radius: 100px;
    transition: all 0.3s ease;
    font-weight: 600;
}

#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: 302px;
}
#site-main-banner .video-bg img {
    width: 100%;
    display: block;
}

#hp-sec1 {
    background-image: url(images/sec1_pattern_.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50% 100%;
	padding-bottom: 115px;
}
#hp-sec1 .title-area {
    text-align: center;
}
#hp-sec1 .title-area h2 {
    margin-top: 0;
	margin-bottom: 20px;
}
#hp-sec1 .title-area img {
    max-width: 443px;
    width: 90%;
    display: block;
    margin: 0 auto;
}
#hp-sec1 .col {
    float: left;
    display: block;
}
#hp-sec1 .col1 {
    width: 45%;
}
#hp-sec1 .col1 img {
    width: 100%;
}
#hp-sec1 .col2 {
    padding: 135px 0 50px 100px;
    width: 55%;
}
#hp-sec1 .ftr-img {
    padding: 100px 0 0;
    position: relative;
}
/*#hp-sec1 .ftr-img::after {
    content: "";
    background-image: url('images/clipsReel_sec1_ftrIMG_bg.png');
    background-repeat: no-repeat;
    height: 442px;
    max-width: 539px;
    width: 100%;
    display: block;
	position:absolute;
	top: 12px;
	background-size: 95% 100%;
	transform: scaleX(1.3);
}*/
#hp-sec1 .ui-sample {
    padding: 0 45px;
}
#hp-sec1 .ftr-img .ui-sample iframe,
#hp-sec1 .ftr-img .ui-sample video {
	width:100%;
	height: 270px;
	display:block;
    border: 12px solid #112224;
    border-top: 15px solid;
    border-radius: 15px 15px 5px 5px;
	background-color:#000000;
}
#hp-sec1 .ftr-img .ui-sample img {
    border: 12px solid #112224;
    border-top: 15px solid;
    border-radius: 15px 15px 5px 5px;
}

#hp-sec2 .title-area h2 {
    margin-bottom: 24px;
}

#hp-sec2 .title-area,
#hp-sec4 h2,
#hp-sec9 h2,
#hp-sec10 h2 {
    text-align: center;
	margin-top: 0;
}
#hp-sec2 .title-area::after {

    content: "";
    width: 40px;
    display: block;
    border: 4px solid #f65555;
    display: block;
    margin: 0 auto;
    border-radius: 50px;

}
#hp-sec2 h2 {
    margin-top: 0;
}
#hp-sec2 .col {
    width: 33.33%;
    float: left;
    padding: 36px 30px 0;
    position: relative;
}
#hp-sec2 .col h3 {
    color: #a186be;
}
#hp-sec2 .col1::after, 
#hp-sec2 .col2::after {
    content: "";
    display: block;
    background-image: url(images/sprite.png); 
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 50px; height: 25px;
    position: absolute;
    top: 174px;
    right: -27px;
}
#hp-sec2 .col img {
    width: 100%;
    display: block;
}
#hp-sec2 .col p{
	text-align:center;
}

#hp-sec3 {
    background-image: url(images/hpsec3_bannerBG.jpg);
    background-size: cover;
    background-position: top center;
}
#hp-sec3 .big-heading, 
#hp-sec5 .title-area h2,
#hp-sec8 h2,
#hp-sec11 .title-area h2,
#faq .title-area h2 {
    color: #ffffff;
    text-align: center;
	margin-top: 0;
}
#hp-sec3 .big-heading span,
#hp-sec8 h2 span {
    color: #ff9648;
}
#hp-sec3 .video-cont {
    /* text-align: center;
    padding: 30px 0; */
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    border: 15px solid #f06eaa;
}
#hp-sec3 .video-cont iframe {
    /* max-width: 1120px;
    width: 80%;
    display: block;
    margin: 0 auto;
    height: 500px;
    border: 15px solid #f06eaa;
    border-radius: 15px; */
}

#hp-sec4 h2 span {
	font-family: Montserrat-Bold;
    background: rgb(252,130,114);
    background: -moz-linear-gradient(left, rgba(252,130,114,1) 0%, rgba(217,51,114,1) 100%);
    background: -webkit-linear-gradient(left, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
    background: linear-gradient(to right, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
        background-clip: border-box;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc8272', endColorstr='#d93372',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#hp-sec4 .col {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 50px 18px 0;
}
#hp-sec4 .col img {
    max-width: 100%;
    width: auto;
}

#hp-sec5 {
    background-image: url(images/testimonialBAckup.jpg);
    background-size: cover;
    background-position: center center;
}
#hp-sec5 .testi-wrapper{
	padding: 12px 80px 100px 200px;
	position: relative;
}
#hp-sec5 .testi-slider::before {
    content: "";
    width: 66px;
    height: 48px;
    display: block;
    background-image: url(images/testi_qoutation.png);
    position: absolute;
    left: 80px;
    top: 5px;
}
#hp-sec5 .testi-slider p {
    font-style: italic;
    color: #ffffff;
}
#hp-sec5 .testi-author {
    position: absolute;
    right: 80px;
	bottom: 15px;
}
#hp-sec5 .testi-author .author-img {
    width: 73px;
    height: 73px;
    float: left;
    display: block;
    border-radius: 100%;
	margin-right: 12px;
	position: relative;
	overflow: hidden;
}
#hp-sec5 .testi-author .author-img img {
    width: 100%;
	display:block;
	transform: scale(1.6);
}
#hp-sec5 .testi-author .author-details {
    float: right;
}
#hp-sec5 .author-details h4 {
    display: block;
}
#hp-sec5 .author-details h4 {
    display: block;
    margin: 12px 0 0;
    color: #d0aafb;
}
#hp-sec5 .author-details span {
    color: #ffffff;
}

#hp-sec6 {
    background-image: url(images/purpleSwirl_object.png);
    background-repeat: no-repeat;
    background-position: 0 108px;
	background-size: 602px 273px;
}
#hp-sec6 .col{
	float:left;
	width:50%;
	display:block;
}
#hp-sec6 .col1 {
    padding: 0 24px 0;
}
#hp-sec6 .col2 {
    padding: 30px 0 0;
}
#hp-sec6 h2::after,
#hp-sec7 h2::after {
    content: "";
    width: 40px;
    display: block;
    border: 4px solid #f65555;
    display: block;
    margin: 24px 0 0;
    border-radius: 50px;
}

#hp-sec7 {
    background-color: #f7f1f8;
    padding-top: 50px;
	position: relative;
}
#hp-sec7::before,
#hp-sec10 .row::before {
    content: "";
    width: 100%;
    display: block;
    padding: 10px 0;
    background-image: url(images/sec7_divider.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
}
#hp-sec7 .col1 {

    float: right;
    width: 50%;
    padding-left: 24px;

}
#hp-sec7 .col2 {
    float: left;
    width: 50%;
    padding: 90px 65px 0 0;
}

#hp-sec8 {
    background-image: url(images/videoArea_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* #hp-sec8 .video-section .vid-area {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}
#hp-sec8 .video-section .vid-area iframe {
    width: 100%;
    display: block;
    height: 175px;
    border: 2px solid #d5755d;
    margin-top: 30px;
} */

.video-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.video-section .vid-area {
    flex: 0 0 33%;
    max-width: 32%;
    margin-bottom: 20px;
}

#hp-sec9 h2 span {
    background: rgb(191,104,220);
    background: -moz-linear-gradient(top, rgba(191,104,220,1) 0%, rgba(137,90,209,1) 100%);
    background: -webkit-linear-gradient(top, rgba(191,104,220,1) 0%,rgba(137,90,209,1) 100%);
    background: linear-gradient(to bottom, rgba(191,104,220,1) 0%,rgba(137,90,209,1) 100%);
    background-clip: border-box;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf68dc', endColorstr='#895ad1',GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 100px;
    line-height: 108px;
    display: block;
}
#hp-sec9 .col {
    width: 50%;
    float: left;
}
#hp-sec9 .col img {
    width: 100%;
    display: block;
}
#hp-sec9 .col1 img {
    border: 2px solid #ff9200;
}
#hp-sec9 .col2 {
    position: relative;
    padding: 56px 45px;
}
#hp-sec9 .col2 p {
    position: relative;
    z-index: 9;
}
#hp-sec9 .col2 img {
    position: absolute;
    top: 0;
	left: 0;
}

#hp-sec10 {
    margin-top: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#812d8f+0,392a6f+50,ffffff+100&0.3+0,0+50,1+100 */
background: -moz-linear-gradient(top, rgba(129,45,143,0.3) 0%, rgba(57,42,111,0) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(129,45,143,0.3) 0%,rgba(57,42,111,0) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(129,45,143,0.3) 0%,rgba(57,42,111,0) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d812d8f', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#hp-sec10 .row {
    position: relative;
}
#hp-sec10 .col {
    width: 50%;
    float: left;
    display: block;
}
#hp-sec10 .row1 .col1 {
    padding: 50px 50px 0 0;
}
#hp-sec10 .col2 img {
    border: 3px solid #ff9200;
}
#hp-sec10 .row2 .col2 {
    padding: 50px 0 0 50px;
}

#hp-sec11 {
    background-image: url(images/FB_testimonialBG.jpg);
    background-size: cover;
    background-position: center center;
}
#hp-sec11 .row img {
    border: 15px solid #4f7ddb;
}
#hp-sec11 .row1 {
    padding-right: 150px;
}
#hp-sec11 .row2 {
    padding-left: 150px;
	margin-top:50px;
}
#hp-sec11 .fb-testi-wrapper {
    padding: 0 50px;
}

#hp-sec12 {
    text-align: center;
}
#hp-sec12 p {
    text-align: left;
    max-width: 800px;
    width: 100%;
    display: block;
    margin: 12px auto;
}

#hp-sec13 {
    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-sec13 .button-area,
#faq .button-area {
    max-width: 660px;
    width: 100%;
    display: block;
    margin: 0 auto 24px;
    border-radius: 100px;
    transition: all 0.3s ease;
}
#hp-sec13 .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 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-sec15{*/
/*	text-align:center;*/
/*    padding-bottom: 0;*/
/*}*/

/*#hp-sec15 .reg-padding {*/
/*    padding: 30px 0;*/
/*}*/

/*#hp-sec15 .bottom-credits p {*/
/*    font-size: 12px;*/
/*    line-height: 22px;*/
/*    color: grey;*/
/*    max-width: 780px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    margin: 0 auto 36px;*/
/*}*/
/*#hp-sec15 .copyright-row strong, */
/*#hp-sec15 .copyright-row span {*/
/*    color: #428bca;*/
/*	transition:all 0.3s ease;*/
/*}*/
/*#hp-sec15 .copyright-row span {*/
/*	color: #2a6496;*/
/*}*/

/* footer css - start */
/*footer {*/
/*    text-align: center;*/
/*    background-color: #32004b;*/
/*}*/
.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;
}
.my_btn {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
    padding: 8px 20px;
}
.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;
}
.wrappara {
    margin-top: 18px;
    font-size: 11px;
    line-height: 1.6;
    color: #fff;
}
.my_btn:hover {
    background: #f8233f;
    color: #fff !important;
}
/* footer css - end */

/* responsive menu css and button - start */
#responsive-menu-btn {
	background: rgb(252,130,114);
	background: -moz-linear-gradient(left, rgba(252,130,114,1) 0%, rgba(217,51,114,1) 100%);
	background: -webkit-linear-gradient(left, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
	background: linear-gradient(to right, rgba(252,130,114,1) 0%,rgba(217,51,114,1) 100%);
	background-clip: border-box;
	background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8272', endColorstr='#d93372',GradientType=1 );
    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: 29px;
    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: -500px;
	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: rgba(0,0,0,0.1);
}
#mobile-main-nav.mobile-nav-show {
    left: 0;
}
	
/* responsive menu css - end */

/* responsive css - start */
@media screen and (max-width:1366px){
	#site-main-banner {
		background-position: center center;
		padding: 150px 0 188px;
	}
	#hp-sec1{
		background-size:contain;
	}
	#hp-sec6 {
		background-size: 402px 273px;
	}
}
@media screen and (max-width:1280px){
	.main-container {
		max-width: 960px;
	}
	#site-main-banner {
		padding: 250px 0 265px 0;
	}
	#hp-sec1 .ftr-img .ui-sample iframe,
	#hp-sec1 .ftr-img .ui-sample video{
		height: 230px;
	}
	#hp-sec8 .video-section .vid-area iframe {
		height: 160px;
	}
	/*footer .footer-nav{*/
	/*	font-size:14px;*/
	/*}*/
}

@media screen and (max-width:980px){
	.main-container {
		max-width: 747px;
	}
	h1, .big-heading {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 26px;
		line-height: 34px;
	}
	h3 {
		font-size: 18px;
		line-height: 26px;
	}
	h4 {
		font-size: 16px;
		line-height: 22px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	#site-main-banner {
		padding: 200px 0 115px 0;
	}
	#site-main-banner .col1 {
		padding-top: 0;
	}
	#site-main-banner p {
		font-size: 17px;
		line-height: 24px;
	}
	#site-main-banner .button-area a{
		font-size:14px;
	}
	#site-main-banner .video-area iframe {
		height: 200px;
	}
	#hp-sec1{
		padding-bottom: 50px;
	}
	#hp-sec1 .ftr-img .ui-sample iframe,
	#hp-sec1 .ftr-img .ui-sample video{
		height: 180px;
	}
	#hp-sec1 .title-area img {
		max-width: 343px;
		margin: 0 auto 24px;
	}
	#hp-sec3 .video-cont iframe{
		height: 370px;
	}
	#hp-sec5 .testi-slider::before{
		left: 40px;
	}
	#hp-sec5 .testi-wrapper {
		padding: 12px 80px 100px 100px;
	}
	#hp-sec6 .col2 {
		padding: 0;
	}
	#hp-sec7 .col2 {
		padding: 0 65px 0 0;
	}
	#hp-sec8 .video-section .vid-area iframe {
		height: 120px;
	}
	#hp-sec9 h2 span{
		font-size: 80px;
		line-height: 88px;
	}
	#hp-sec9 .col2 {
		position: relative;
		padding: 0 30px 50px;
	}
	#hp-sec10 .row1 .col1 {
		padding: 24px 30px 0 0;
	}
	#hp-sec10 .row2 .col2 {
		padding: 0 0 0 30px;
	}
	#hp-sec11 .row1 {
		padding-right: 50px;
	}
	#hp-sec11 .row2 {
		padding-left: 50px;
		margin-top: 20px;
	}
	#hp-sec12 .ftr-img img {
		max-width: 150px;
		width: 100%;
	}
	#hp-sec13 .button-area a, #faq .button-area a{
		font-size: 24px;
	}
	#faq h3 pre{
		top: 6px;
	}
	
	/*footer .footer-nav {*/
	/*	width: 200px;*/
	/*	padding: 12px 20px;*/
	/*	border:none;*/
	/*}*/
    .d-none.d-lg-block {

    display: none;

}
}

@media screen and (max-width:768px){
	.main-container {
		max-width: 600px;
	}
	h1, .big-heading {
		font-size: 34px;
		line-height: 42px;
	}
	h2 {
		font-size: 22px;
		line-height: 30px;
	}
	br{
		display:none;
	}
	.col, .col1, .col2 {
		float: none !important;
		width: 100% !important;
		display: block !important;
		text-align: center;
		padding: 0 !important;
	}
	.col1 {
		padding-bottom: 50px !important;
	}
	header .site-main-nav{
		display:none;
	}
	#responsive-menu-btn{
		display:block;
	}
	#site-main-banner {
		padding: 150px 0 50px 0;
	}
	#site-main-banner .big-heading::after {
		margin: 24px auto 0;
	}
	#site-main-banner .video-area, 
	#site-main-banner .video-bg {
		max-width: 415px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#site-main-banner .button-area {
		display: block;
		margin: 0 auto;
	}
	#hp-sec1 .col1 {
		background-image: url(images/clipsReel_sec1_ftrIMG_bg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#hp-sec1 .ftr-img .ui-sample iframe,
	#hp-sec1 .ftr-img .ui-sample video{
		height: 240px;
	}
	#hp-sec1 .ftr-img{
		padding: 50px 0 0;
	}
	#hp-sec1 .ftr-img::after {
		display:none;
	}
	#hp-sec1 .ftr-img .ui-sample iframe, #hp-sec1 .ftr-img .ui-sample video, #hp-sec1 .col1 img, #hp-sec2 .col img, #hp-sec6 img, #hp-sec7 img, #hp-sec9 .col img, #hp-sec9 .co2 img, #hp-sec10 .col2 img {
		max-width: 450px;
		width: 80% !important;
		display: block;
		margin: 0 auto;
	}
	#hp-sec2 .col {
		padding-top: 50px !important;
		padding-bottom:0 !important;
	}
	#hp-sec3 .video-cont iframe {
		height: 346px;
		width: 95%;
	}
	#hp-sec4 .col {
		max-width: 400px;
		margin: 0 auto 50px;
		padding: 0 !important;
	}
	#hp-sec6 .col1,
	#hp-sec7 .col1	{
		padding-bottom: 12px !important;
	}
	#hp-sec6 h2::after, #hp-sec7 h2::after {
		margin: 24px auto 0;
	}
	#hp-sec7{
		padding-bottom: 50px;
	}
	#hp-sec8 .video-section .vid-area {
		width: 100%;
		display: block;
		max-width: 400px;
		display: block;
		margin: 0 auto;
	}
	#hp-sec8 .video-section .vid-area iframe {
		height: 213px;
	}
	#hp-sec9 .col2 img {
		position: relative;
	}
    .d-none.d-lg-block {

    display: none;

}
}
@media screen and (max-width:640px){
	.main-container {
		max-width: 400px;
	}
	.col1 {
		padding-bottom: 24px !important;
	}
	#hp-sec1 .ftr-img .ui-sample video {
		height: 160px;
	}
	#hp-sec2 .title-area h2{
		white-space: pre-wrap;
	}
	#hp-sec5 .testi-wrapper {
		padding: 12px 30px 24px;
	}
	#hp-sec5 .testi-slider p {
		font-style: italic;
		color: #ffffff;
		text-align: center;
	}
	#hp-sec5 .testi-author {
		position: relative;
		right: 0;
		bottom: 0;
	}
	#hp-sec5 .testi-author .author-img {
		float: none;
		display: block;
		margin: 24px auto;

	}
	#hp-sec5 .testi-author .author-details {
		float: none;
		text-align: center;
	}
	#hp-sec9 h2 span {
		font-size: 60px;
		line-height: 68px;
	}
	#hp-sec13 .button-area a,
	#faq .button-area a {
		font-size: 15px;
	}
    .d-none.d-lg-block {

    display: none;

}
}

@media screen and (max-width:440px){
	.main-container {
		max-width: 280px;
	}
	h1, .big-heading {
		font-size: 30px;
		line-height: 38px;
	}
	h2 {
		font-size: 18px;
		line-height: 26px;
	}
	#site-main-banner .video-area iframe {
		height: 124px;
	}
	#hp-sec2 .col1::after, #hp-sec2 .col2::after {
		position: relative;
		top: 12px;
		right: 0;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	#hp-sec2 .col3 {
	padding-top: 20px !important;
}
	#hp-sec8 .video-section .vid-area iframe {
		height: 145px;
	}
	#hp-sec9 h2 span {
		font-size: 40px;
		line-height: 48px;
	}
	#hp-sec13 .button-area a, #faq .button-area a {
		font-size: 14px;
	}
	#faq h3 {
		padding: 24px 30px;
	}
    .d-none.d-lg-block {

    display: none;

}
}

@media screen and (max-width:320px){
	.main-container {
		max-width: 90%;
	}
    .d-none.d-lg-block {

    display: none;

}
}


/* 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 */