* {
	margin: 0px;
	padding: 00px;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
	border: none;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a, button {
	outline: none;
	border: none;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
a:hover, button:hover {
    text-decoration: none;
	outline: none;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: middle;
	border: none;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
div, h1, h2, h3, h4, span, p, input, form, img, hr, img, a {
	margin: 0;
	padding: 0;
	border: none;
}
.clear {
	clear: both;
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}
body {
	font-family: 'Raleway', sans-serif;
	color: #333;
	position: relative;
}

.head_logo {
    background: #10225b;
}
.logo {
    padding: 20px 0;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}
.face_txt {
    display: table;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    min-height: 200px;
    position: relative;
    font-size: 32px;
    padding: 10px;
    line-height: 36px;
    color: #e86352;
	border: 2px dotted #1db6bc;
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
#f1_container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 200px;
	z-index: 1;
}
#f1_container {
	perspective: 1000;
}
#f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#f1_container:hover #f1_card {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	box-shadow: -5px 5px 5px #aaa;
	-webkit-box-shadow: -5px 5px 5px #aaa;
	-moz-box-shadow: -5px 5px 5px #aaa;
	-ms-box-shadow: -5px 5px 5px #aaa;
	-o-box-shadow: -5px 5px 5px #aaa;
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
	box-sizing: border-box;
	/* border: 1px solid #ddd; */
}
img.face_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    min-height: initial;
    margin: 0 0 60px 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.navbar-brand>img {
    width: 300px;
}
.navbar-nav>li {
    padding: 0 30px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.navbar-nav>li>a {
    padding: 0;
    color: #fff;
    font-size: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-nav>li>button {
    background: #f6e9a5;
    width: 150px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
    padding: 7px 0;
    color: #05386f;
}
.navbar-nav>li>button:hover {
    background: #5cdb94;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f6e9a5;
    background-color: transparent;
}
.navbar-nav li:last-child a.let_btn {
    height: 60px;
    padding: 5px 22px;
    font-size: 24px;
    line-height: 24px;
    width: auto;
}
.soft_box h6 {
    background: #69f3a6;
    padding: 20px 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    width: 25%;
    margin: 30px 15px 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    color: #053969;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 40px 0 40px 0;
}
.soft_box h6 img {
    display: table;
    margin: 0 auto 20px;
    height: 70px;
}
.stepbox_resp {
	display: none;
}

/****************** banner css ******************/
.banner {
    padding: 20px 0 100px 0;
    position: relative;
    background: #0d1561;
    background: -moz-linear-gradient(-45deg, #0d1561 0%, #040729 100%);
    background: -webkit-linear-gradient(-45deg, #0d1561 0%,#040729 100%);
    background: linear-gradient(135deg, #0d1561 0%,#040729 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1561', endColorstr='#400524',GradientType=1 );
}
.banner:after {
	display: block;
	clear: both;
	content: "";
}
.banner_txt {
    text-align: center;
}
.banner_txt h5 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    padding: 0;
}
.banner_txt h5 strong {
    color: #5cdb94;
    font-size: 30px;
}
.banner_txt h5 span {
    color: #5cdb94;
}
.banner_txt h3 {
    color: #ffffff;
    font-weight: normal;
    margin: 20px 0 30px;
    font-size: 55px;
    line-height: 75px;
    padding: 0 1%;
}
.banner_txt h3 strong {
    font-weight: 700;
    color: #f64c71;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000;
}
.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText {
    0% {
		background: #5cdb94;
		}
    49% {
		background: #5cdb94;
		}
    50% {
		background: #d03030;
		}
    99% {
		background:#5cdb94;
		}
    100% {
		background: #5cdb94;
		}
}
.preheadbg {
    background: #5cdb94;
    padding: 15px 20px;
    text-align: center;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.preheadbg p {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
}
.stepheadbox {
    text-align: center;
    font-size: 50px;
    color: #fff;
    font-weight: normal;
}
.stepheadbox strong {
    color: #124bd6;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #000000;
}
.stepbox {
    padding: 0;
}
.stepbox li {
    font-size: 21px;
    padding: 50px 0px;
    color: #2d3d78;
    position: relative;
    list-style: none;
}
.stepbox li:last-child {
	padding-bottom: 0;
}
.stepbox li strong {
    display: block;
}
.video_box {
    border: 1px solid #5cdb94;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
}
.stepin {
    display: inline-block;
    width: 39%;
    vertical-align: middle;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 0 20px;
	color: #5cdb94;
}
.stepin h2 {
    font-size: 47px;
    font-weight: 700;
    padding: 0 20px;
    color: #5cdb94;
    line-height: 53px;
}
.stepin h2 strong {
    color: #fff;
    font-size: 55px;
    margin-top: 20px;
}
.stepin p {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0 0;
    color: #fff;
}
.stepin .let_btn {
    margin-top: 20px;
}
.banner_txt h6 {
    color: #f64c71;
    font-weight: 500;
    margin: 30px 0 0 0;
    font-size: 35px;
    text-shadow: 1px 1px 1px #2d0914;
}

/****************** video_sec css ******************/
.video_sec {
    padding: 100px 0;
    text-align: center;
    background: #f1f1f1;
}
.video_sec:after {
	display: block;
	clear: both;
	content: "";
}
.video_sec h3 {
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #0d1560;
}
.video_sec h3 strong {
    color: #f64c71;
    display: block;
    font-size: 80px;
    padding: 0 0 10px 0;
    font-weight: 800;
    text-transform: uppercase;
}
.video_sec figure {
    outline: 3px solid #ecce90;
    outline-offset: -5px;
    margin-bottom: 20px;
}
.video_sec ul {
	text-align: left;
}
.video_sec ul li {
    display: inline-block;
    font-size: 20px;
    list-style: outside none none;
    padding: 0 23px 20px 37px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    width: 49%;
    color: #05396b;
    font-weight: 500;
}
.video_sec ul li:before {
    color: #b7babf;
    content: "\f03d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
    left: 0;
    position: absolute;
    top: 1px;
}
.video_sec ul li:last-child {
	padding-bottom: 0;
}
.feat_point {
    padding-top: 70px;
}

/****************** guarantee_sec css ******************/
.guarantee_sec {
    background: #5cdb94;
    padding: 50px 0;
}
.guarantee_sec:after {
	display: block;
	clear: both;
	content: "";
}
.guarantee_sec h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    padding: 0 0 40px;
    text-align: center;
}
.guarantee_sec h1 strong {
    color: #05396b;
    font-weight: 800;
    /* text-transform: uppercase; */
    font-size: 55px;
}
.guarantee_sec h5 {
    color: #5d001d;
    font-size: 30px;
    padding: 30px 0 0 10%;
    text-align: left;
}
.guarantee_sec figure {
	text-align: right;
}

.guarantee_sec2 {
    background: #5d001d;
    padding: 50px 0;
}
.guarantee_sec2 h1 {
	color: #fff;
}
.guarantee_sec2 h1 strong {
    color: #5cdb94;
}
.guarantee_sec2 h5 {
    color: #5cdb94;
}
.g_txt {
    text-align: center;
}
.let_btn {
    background: #bf3755;
    background: -moz-linear-gradient(to right, #bf3755 0%,#f64c71 50%,#bf3755 100%);
    background: -webkit-linear-gradient(to right, #bf3755 0%,#f64c71 50%,#bf3755 100%);
    background: linear-gradient(to right, #bf3755 0%,#f64c71 50%,#bf3755 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3755', endColorstr='#bf3755',GradientType=1 );
    color: #fff;
    border-radius: 60px;
    display: inline-block;
	font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 50px;
    text-shadow: 1px 1px 1px #000;
    /* width: 400px; */
    box-shadow: 0 5px 0px #4e031b;
    -webkit-box-shadow: 0 5px 0px #4e031b;
    -moz-box-shadow: 0 5px 0px #4e031b;
    -ms-box-shadow: 0 5px 0px #4e031b;
    -o-box-shadow: 0 5px 0px #4e031b;
    text-transform: uppercase;
	text-align: center;
}
.let_btn:hover {
    color: #f1f1f1;
    background: #0d1661;
    background: -moz-linear-gradient(to right, #bf3755 0%,#f64c71 50%,#bf3755 100%);
    background: -webkit-linear-gradient(to right, #bf3755 0%,#f64c71 50%,#bf3755 100%);
    background: linear-gradient(to right, #0d1560 0%,#124bd6 50%,#0d1560 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf3755', endColorstr='#bf3755',GradientType=1 );
	box-shadow: 0 5px 0px #1b1b1b;
    -webkit-box-shadow: 0 5px 0px #1b1b1b;
    -moz-box-shadow: 0 5px 0px #1b1b1b;
    -ms-box-shadow: 0 5px 0px #1b1b1b;
    -o-box-shadow: 0 5px 0px #1b1b1b;
}
.let_btn small {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
}
.let_btn2 {
    background: #5cdb94;
    color: #fff;
    display: table;
    font-size: 38px;
    font-weight: 600;
    padding: 5px;
    word-spacing: 3px;
    margin: 30px 0 0 10%;
    border-radius: 40px;
    width: 370px;
    text-align: center;
}
.let_btn2:hover {
	background: #fff;
	color: #5cdb94;
}
.guarantee_sec p {
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    margin-top: 30px;
    font-weight: 600;
}
.guarantee_sec h6 {
    color: #109fa5;
    font-size: 42px;
    line-height: 45px;
    padding: 0 0 30px;
}
.tagline {
    text-align: center;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
}
.tagline strong {
    color: #f64c71;
    font-size: 80px;
}
.head1 {
    text-align: center;
    margin-bottom: 50px;
}
.head1 ul li {
    list-style: none;
    vertical-align: middle;
    width: 33%;
    display: inline-block;
}
.head1 ul li:last-child {
    text-align: right;
}
.head1 a.alogo {
    width: 80%;
    display: block;
}
.head1 a.let_btn {
    height: 60px;
    padding: 5px 22px;
    font-size: 24px;
    line-height: 24px;
    width: auto;
}
.head1 a.name_logo {
    display: block;
}
.video_sec ul.main_pts li {
    /* padding: 0px 0 26px 35px; */
    width: 100%;
    display: block;
}
.video_sec ul.main_pts li:last-child {
    padding-bottom: 20px;
}
.video_btn .let_btn {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}
.video_btn p {
    color: #1b1b1b;
    font-size: 17px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}


/****************** guarantee_sec2 css ******************/
.guarantee_sec2 {
    background-image: url(../images/back4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    text-align: left;
}
.guarantee_sec2:after {
	display: block;
	clear: both;
	content: "";
}
.guarantee_sec2 h1 {
    color: #109fa5;
    font-size: 60px;
    line-height: 65px;
    padding: 0 0 20px;
    text-transform: uppercase;
}
.guarantee_sec2 h5 {
    font-size: 30px;
    font-weight: 400;
    padding: 0 0 30px;
    color: #fff;
    font-style: italic;
}



/****************** features_box css ******************/
.features_box {
    padding: 100px 0;
	margin: 0;
	text-align: center;
}
.features_box:after {
	display: block;
	clear: both;
	content: "";
}
.features_box h1 {
    font-size: 60px;
    padding: 0 0 50px;
    color: #05386f;
    font-weight: 400;
}
.features_box h1 strong {
    font-weight: 800;
    font-size: 65px;
}
.features_box ul {
	margin: 0 -15px;
	padding: 0;
}
.features_box ul li {
    list-style: none;
    width: 33%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0;
}
.feat_box_in {
    min-height: 200px;
    box-shadow: 0px 0px 20px #ccc;
    margin-bottom: 30px;
    padding: 15px;
}
.cube {
	/* margin: 30px auto; */
	position: relative;
	/* width: 300px; */
	height: 130px;
	color: #FFF;
	text-align:center;
}
.feat_head {
    display: table;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
.feat_head h2 {
    display: table-cell;
    vertical-align: middle;
}
.cube h2 strong {
    color: #124bd6;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
}
.feat_detail {
    display: table;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 0 20px;
}
.feat_detail p {
    display: table-cell;
    vertical-align: middle;
}
.cube p small {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    font-weight: 600;
}
.default-state, .active-state {
	height: 130px;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.4s ease;
	/* transform-origin: center center -80px;
	-webkit-transform-origin: center center -80px; */
	transform-origin: top center;
	-webkit-transform-origin: top center;
	width: 100%;
}
.default-state {
    background-color: rgba(84, 124, 222, 0.15);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    outline: 3px dotted rgba(18, 75, 214, 0.7);
    outline-offset: -3px;
}
.active-state {
	background: #124bd6;
	transform: perspective(1000px) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.cube:hover .default-state {
	transform: perspective(1000px) rotateX(90deg) rotateY(0) rotateZ(0deg);
	cursor: pointer;
}
.cube:hover .active-state {
	z-index: 99999;
	transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0);
	cursor: pointer;
}

/****************** features_info css ******************/
.features_info {
    background: #f64c71;
    padding: 100px 0;
    text-align: center;
}
.features_info:after {
	display: block;
	clear: both;
	content: "";
}
.features_info_in {
    background: #ff7db3;
    padding: 30px 10px;
    min-height: 390px;
}
.features_info_in figure {
    border: 10px solid #f64c71;
    border-radius: 100%;
    display: table;
    margin: 0 auto;
}
.features_info_in h2 {
    color: #05396b;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.features_info_in h2 span {
    display: block;
}
.features_info_in p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 0 10px;
    font-weight: 500;
}

/****************** testimonials_sec css ******************/
.testimonials_sec {
    background-attachment: fixed;
    background-image: url(../images/dot_bg.jpg);
    background-position: center top;
    background-size: cover;
    padding: 100px 0 200px;
    position: relative;
    text-align: center;
}
.testimonials_sec:after {
	display: block;
	clear: both;
	content: "";
}
.testimonials_sec h1 {
    font-size: 57px;
    letter-spacing: 2px;
    line-height: 70px;
    padding: 0 0 30px;
    text-transform: uppercase;
    color: #2956c5;
    font-weight: 700;
}
.testimonials_sec h1 strong {
    color: #f64c71;
}
.testimonials_sec h2 {
    font-size: 30px;
    line-height: 50px;
    margin: 0 0 80px;
    color: #fff;
}
.testimonials_sec h2 span {
	color: #f64c71;
}
.design_wave {
    position: absolute;
    width: 100%;
	bottom: -1px;
}
.design_wave img {
    width: 100%;
}
.testimonials_sec ul {
    margin: 0;
	padding: 0;
}
.testimonials_sec ul li {
    display: inline-block;
    list-style: outside none none;
    padding: 0 15px 40px;
    vertical-align: top;
    width: 49%;
}
.testi_box {
    background: #fff;
    margin-bottom: 35px;
    min-height: 240px;
    padding: 65px 30px 30px;
    position: relative;
}
.testi_box:before {
    background: #2956c5;
    background: -moz-linear-gradient(top, #2956c5 0%, #673AB7 50%, #2956c5 100%);
    background: -webkit-linear-gradient(top, #2956c5 0%,#673AB7 50%,#2956c5 100%);
    background: linear-gradient(to bottom, #2956c5 0%,#673AB7 50%,#2956c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#2956c5',GradientType=0 );
    position: absolute;
    height: 100%;
    width: 10px;
    content: "";
    left: 0;
    top: 0;
}
.testi_box:after {
    background: #2956c5;
    background: -moz-linear-gradient(top, #2956c5 0%, #673AB7 50%, #2956c5 100%);
    background: -webkit-linear-gradient(top, #2956c5 0%,#673AB7 50%,#2956c5 100%);
    background: linear-gradient(to bottom, #2956c5 0%,#673AB7 50%,#2956c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#2956c5',GradientType=0 );
	position: absolute;
	height: 100%;
	width: 10px;
	content: "";
	right: 0;
	top: 0;
}
.comma {
    left: 0;
    position: absolute;
    right: 0;
    top: -33px;
    margin: 0 auto;
}
.testi_box h2 {
    color: #333;
    font-size: 22px;
    line-height: 35px;
    padding: 0 0 20px;
    font-weight: 600;
}
.testi_box h2 span {
    color: #f64c71;
}
.testi_box h2 mark {
    background: #eee;
    color: #333;
    padding: 0 6px;
}
.testi_box p {
    color: #1f2c75;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 30px;
    font-weight: 500;
    font-style: italic;
}
.testi_box h5 {
    color: #f64c71;
    display: block;
    font-size: 21px;
    font-weight: 600;
}
.testi_box h5 span {
    color: #555;
    display: block;
    font-size: 17px;
    font-style: italic;
    padding: 10px 0 0;
    line-height: 25px;
}

/****************** client_sec css ******************/
.client_sec {
    background-image: url(../images/back3.jpg);
    background-position: center top;
    background-size: contain;
    padding: 100px 0;
    position: relative;
}
.client_sec:after {
	display: block;
	clear: both;
	content: "";
}
.client_sec h1 {
    font-size: 65px;
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    color: #05396b;
    font-weight: 700;
}
.client_sec h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 55px;
    text-align: center;
    padding: 0 0 20px;
    font-style: italic;
}
.client_sec h2 span {
    color: #f64c71;
    font-size: 36px;
    font-weight: 600;
}
.client_words {
    background-color: rgba(92, 219, 148, 0.85);
    border-radius: 10px;
    display: inline-block;
    margin: 15px 0;
    padding: 30px 20px;
    width: 70%;
}
.client_words:nth-child(odd) {
	float: left;
	background-image: url(../images/quote.png);
    background-position: 99% 95%;
    background-repeat: no-repeat;
	background-size: 100px;
}
.client_words:nth-child(even) {
	float: right;
	text-align: right;
	background-image: url("../images/quote.png");
    background-position: 1% 95%;
    background-repeat: no-repeat;
	background-size: 100px;
}
.client_words p {
    color: #05396b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.client_words h6 {
    color: #05396b;
    font-size: 20px;
    margin: 20px 0 0;
    padding: 20px 0 0;
    position: relative;
    font-weight: 800;
}
.client_words h6:before {
    background: #519d73;
    position: absolute;
    content: "";
    height: 1px;
    width: 150px;
    top: 0;
    left: 0;
}
.client_words:nth-child(even) h6:before {
	right: 0;
	left: auto;
}

/****************** sec_info css ******************/
.sec_info {
    background-attachment: fixed;
    background-image: url(../images/b2.jpg);
    background-position: center top;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.sec_info:after {
	display: block;
	clear: both;
	content: "";
}
.dark_bg {
    background: #031e38;
    padding: 70px 40px;
    outline: 5px solid #74e0a4;
    outline-offset: 5px;
}
.sec_info p {
    font-size: 33px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #fff;
}
.sec_info p strong {
    color: #74e0a4;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
}
.sec_info h3 {
    font-size: 65px;
    color: #f64c71;
    font-weight: 700;
}
.sec_info h6 {
    color: #f64c71;
    font-size: 33px;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 25% 0px 0;
}
.sec_info h6 strong {
    font-weight: bold;
    color: #74e0a4;
    text-transform: uppercase;
}
img.email_marketing {
    float: right;
    position: absolute;
    top: -92px;
    right: -30px;
    width: 250px;
}
.sec_info h2 {
    padding: 40px 30px;
    display: table;
    margin: 0 auto;
    font-size: 58px;
    color: #74e0a4;
    text-shadow: 3px 3px 0px #000000;
    font-weight: 700;
}
.sec_info h2 strong {
    font-weight: 700;
    display: inline-block;
    color: #f64c71;
    font-size: 70px;
}
.sec_info ul {
	text-align: center;
	margin-bottom: 60px;
}
.sec_info ul li {
    display: table;
    font-size: 26px;
    list-style: outside none none;
    padding: 0 0 20px 0px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    margin: 0 auto;
}
/* .sec_info ul li:before {
    color: #fe2c51;
	content: "\f0da";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 29px;
    left: 0;
    position: absolute;
    top: -8px;
} */
.sec_info ul li:last-child {
	padding-bottom: 0;
}
.divider {
    display: table;
    margin: 30px auto;
    width: 80%;
}

.sec_info ul.matter_pts {
    text-align: left;
    margin-bottom: 30px;
}
.sec_info ul.matter_pts li {
    display: inline-block;
    font-size: 23px;
    list-style: outside none none;
    padding: 0 30px 20px 30px;
    position: relative;
    text-transform: capitalize;
    color: #cccccc;
    margin: 0;
    width: 49%;
    vertical-align: top;
}
.sec_info ul.matter_pts li:before {
    color: #f64c71;
    content: "\f046";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 24px;
    left: 0;
    position: absolute;
    top: 0px;
}

img.clients_img {
    display: table;
    margin: 0 auto 20px;
    width: 70%;
}
/****************** sec_info2 css ******************/
.sec_info2 {
    background-attachment: fixed;
    background-image: url(../images/slider.jpg);
    background-position: center top;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
	text-align: center;
}
.sec_info:after {
	display: block;
	clear: both;
	content: "";
}
.design_wave2 {
    bottom: -44px;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

/****************** reason_sec css ******************/
.reason_sec {
    padding: 100px 0 0;
    position: relative;
    text-align: center;
    border-top: 6px solid #f64c71;
}
.reason_sec:after {
	display: block;
	clear: both;
	content: "";
}
.reason_sec h1 {
    text-transform: uppercase;
    line-height: 70px;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #05386f;
}
.reason_sec h1 strong {
	display: block;
    color: #05386f;
    font-weight: 800;
    font-size: 70px;
}
.reason_sec ul {
	margin: 0;
	padding: 0;
}
.reason_sec ul li {
	list-style: none;
	width: 33.33%;
	float: left;
	display: inline-block;
	list-style: none;
	margin-top: 100px;
}
.reason_sec ul li:first-child {
    background: #05396b;
}
.reason_sec ul li:nth-child(2) {
	background: #007b58;
}
.reason_sec ul li:last-child {
    background: #f64c71;
    margin-bottom: 0;
}
.reason_box {
    padding: 0px 25px 40px;
}
.reason_box h2 {
    background: #fff;
    border-radius: 20px 20px 70px 70px;
    display: table;
    font-size: 80px;
    height: 150px;
    line-height: 120px;
    margin: -75px auto 20px;
    padding: 0;
    width: 150px;
}
.reason_sec ul li:first-child .reason_box h2 {
    border: 8px solid #05396b;
    color: #05396b;
}
.reason_sec ul li:nth-child(2) .reason_box h2 {
    border: 8px solid #007b58;
    color: #007b58;
}
.reason_sec ul li:last-child .reason_box h2 {
    border: 8px solid #f64c71;
    color: #f64c71;
}
.reason_box h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    min-height: 200px;
    padding: 0 0 30px;
}
.reason_box h5 {
    color: #7af9b2;
    font-size: 24px;
    font-weight: 600;
    line-height: 37px;
    min-height: 111px;
    padding: 0;
}

/****************** opt_sec css ******************/
.opt_sec {
    background-attachment: fixed;
    background-image: url(../images/back2.jpg);
    background-position: center 50%;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
}
.opt_sec:after {
	display: block;
	clear: both;
	content: "";
}
.opt_sec h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 58px;
    margin-bottom: 40px;
    color: #fff;
}
.opt_sec h2 {
    color: #f5bd28;
    font-size: 75px;
    margin-bottom: 40px;
    padding: 0;
}
.opt_sec h2 strong {
    font-weight: normal;
    color: #e86352;
}
.opt_sec p {
    font-size: 43px;
    font-weight: 400;
    line-height: 48px;
    background: -webkit-linear-gradient(#e86352, #f5bd28, #109fa5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.opt_sec p strong {
    display: block;
    font-size: 54px;
    padding: 20px 0;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#109fa5, #00f5ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    line-height: 70px;
}
.opt_sec p small {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
}



/****************** book_sec css ******************/
.book_sec {
    padding: 100px 0 50px;
    position: relative;
    text-align: center;
}
.book_sec:after {
	display: block;
	clear: both;
	content: "";
}
.book_sec h1 {
    color: #3db974;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.book_sec h1 strong {
    color: #05386f;
    display: block;
    font-size: 80px;
    padding: 12px 0;
    font-weight: 800;
    text-transform: initial;
}
.book_sec h1 strong small {
    font-size: 45px;
    font-weight: normal;
    display: block;
    padding: 30px 0 20px 0;
}
.book_sec h2 {
    color: #cc2d6f;
    font-size: 31px;
    font-style: italic;
    font-weight: 600;
    padding: 0px 0 50px;
}

/****************** opportunity_sec css ******************/
.opportunity_sec {
    padding: 100px 0;
    position: relative;
    text-align: center;
    background: #d5f9fb;
}
.opportunity_sec:after {
	display: block;
	clear: both;
	content: "";
}
.opportunity_sec h1 {
    color: #f5bd28;
    font-size: 69px;
    font-weight: 300;
    line-height: 90px;
    padding: 0 0 50px;
    text-shadow: 3px 3px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
}
.opportunity_sec h1 strong {
    color: #109fa5;
    font-weight: 500;
    text-transform: uppercase;
}
.opportunity_sec h2 {
    color: #000;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 51px;
}
.opportunity_sec h2 strong {
    color: #e86352;
    font-size: 47px;
    font-style: normal;
    font-weight: normal;
    margin: 0 5px;
}
.opportunity_sec p {
    color: #e86352;
    font-size: 24px;
    line-height: 33px;
    padding: 40px 0;
}
.opportunity_sec ul {
    margin-top: 50px;
    text-align: left;
}
.opportunity_sec ul li {
    color: #086569;
    display: inline-block;
    font-size: 22px;
    list-style: outside none none;
    padding: 0 33px 30px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    width: 49%;
    line-height: 34px;
}
.opportunity_sec ul li:before {
    color: #e86352;
    content: "\f18c";
	/* content: "\f1d8"; */
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    left: 0;
    position: absolute;
    top: -5px;
}
.opportunity_sec ul li:last-child {
	padding-bottom: 0;
}
.start_sec {
    border-top: 3px dashed #109fa5;
    margin-top: 40px;
    padding-top: 50px;
}
img.buy_app {
    float: left;
    width: 380px;
    position: relative;
    top: 30px;
}
.opportunity_sec h2.ecom_txt {
    position: relative;
    padding: 20px 400px 0 0;
}
img.ecom_img {
    float: right;
    width: 350px;
    position: absolute;
    top: -40px;
    right: 0;
}

/****************** beauty_sec css ******************/
.beauty_sec {
    background-attachment: fixed;
    background-image: url(../images/b3.jpg);
    background-position: center top;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}
.beauty_sec:after {
	display: block;
	clear: both;
	content: "";
}
.beauty_sec h1 {
    color: #5cdb94;
    margin: 0;
    padding: 0 0 50px 0;
    text-align: center;
    text-shadow: 3px 3px 0px #000000;
    line-height: 90px;
    text-transform: uppercase;
    display: block;
    font-weight: 800;
    font-size: 70px;
}
.beauty_sec h1 strong {
    color: #f64c71;
    text-transform: initial;
}
.beauty_sec p {
    color: #fff;
    font-size: 40px;
    padding: 0;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}
.beauty_sec ul {
    margin-top: 50px;
    text-align: left;
}
.beauty_sec ul li {
    color: #eee;
    display: inline-block;
    font-size: 22px;
    list-style: outside none none;
    padding: 0 30px 40px 40px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    width: 49%;
    font-weight: 500;
}
.beauty_sec ul li:before {
    color: #5cdb94;
    content: "\f118";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    left: 0;
    position: absolute;
    top: -6px;
}
.beauty_sec ul li:last-child {
	padding-bottom: 0;
	width: 100%;
}

/****************** tools_sec css ******************/
.tools_sec {
    padding: 100px 0;
    position: relative;
	text-align: center;
}
.tools_sec:after {
	display: block;
	clear: both;
	content: "";
}
.tools_sec h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 40px;
    color: #1f0707;
    font-style: italic;
}
.tools_sec h4 {
    font-size: 70px;
    line-height: 75px;
    padding: 0 0 30px;
    color: #109fa5;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #333, -1px 1px 0px #333, 1px -1px 0px #333, -1px -1px 0px #333;
}
.tools_sec p {
    color: #555;
    font-size: 21px;
    line-height: 37px;
}
.tools_sec p strong {
    color: #e86352;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.tools_sec ul.list1 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.tools_sec ul.list1 li {
    color: #777;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 15px;
    position: relative;
    text-transform: capitalize;
    width: 49%;
    vertical-align: top;
}
.tools_sec ul.list1 li p {
    font-size: 18px;
    line-height: 30px;
}
.tools_sec ul.list1 li p strong {
    color: #e86352;
    display: block;
    font-size: 28px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 0 20px 0;
}
.feat_pts {
	background: #fcf8e3;
    display: table;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    min-height: 260px;
    border: 4px double #999;
    padding: 20px 40px;
    border-radius: 25px;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
}
.feat_pts:hover {
    border: 4px double #e86352;
    box-shadow: 0px 0px 20px #999;
	transition:all 0.5s ease 0s;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	cursor: pointer;
}
.feat_pts_in {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.tools_sec ul.list2 {
    text-align: left;
    margin: 30px 0 0 0;
}
.tools_sec ul.list2 li {
    color: #777;
    display: block;
    font-size: 19px;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0px 0 30px 40px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
    /* background: #ebeeef; */
}
.tools_sec ul.list2 li:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #e86451;
    font-size: 27px;
}
.tools_sec ul.list2 li:last-child {
	padding-bottom: 0;
}
.tools_sec ul.list2 li:nth-child(even) {
	background: #fff;
}
.tools_sec ul.list2 li p {
    font-size: 18px;
    line-height: 30px;
}
.tools_sec ul.list2 li p strong {
    color: #109fa5;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px 0px 0;
    display: inline-block;
    vertical-align: middle;
}

.tools_sec ul.list3 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.tools_sec ul.list3 li {
    color: #777;
    display: inline-block;
    font-size: 19px;
    line-height: 30px;
    list-style: outside none none;
    margin: 10px 10px;
    padding: 15px;
    position: relative;
    text-transform: capitalize;
    width: 45%;
    vertical-align: top;
    border: 2px dotted #000;
}
.tools_sec ul.list4 {
    text-align: left;
    margin: 30px 0 0 0;
}
.tools_sec ul.list4 li {
    color: #777;
    font-size: 19px;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0 0px 30px 40px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
}
.tools_sec ul.list4 li:after {
    content: "\f16a";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 0;
    color: #e86352;
    font-size: 27px;
}
.tools_sec ul.list4 li:last-child {
	padding-bottom: 0;
}
.tools_sec ul.list4 li strong {
    color: #e86352;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px 0px 0;
    display: inline-block;
    vertical-align: middle;
}
figure.youtube_img {
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
}
img.facebook_img {
    float: right;
    margin: 0 0 30px 30px;
}
.tools_sec p.facebook_pts {
    text-align: left;
    font-size: 19px;
    line-height: 30px;
}
.tools_sec p.facebook_pts strong {
    font-size: 25px;
    display: block;
    font-weight: normal;
    color: #109fa5;
}
.tools_sec h6 {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    margin: 30px 0 0;
    font-size: 17px;
    line-height: 26px;
    color: #555;
    border-right: 1px solid #ddd;
    min-height: 130px;
    padding: 0 20px;
}
.tools_sec h6.last_step {
    border-right: none;
}
.tools_sec h6 strong {
    background: #f5bd28;
    color: #333;
    display: table;
    margin: 0 auto 10px;
    padding: 10px 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tools_sec ul.list5 {
    text-align: left;
    margin: 30px 0 0 0;
}
.tools_sec ul.list5 li {
    color: #777;
    display: block;
    font-size: 19px;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    padding: 0px 0 30px 40px;
    position: relative;
    text-transform: capitalize;
    vertical-align: top;
}
.tools_sec ul.list5 li:last-child {
	padding-bottom: 0;
}
.tools_sec ul.list5 li p {
    font-size: 18px;
    line-height: 30px;
}
.tools_sec ul.list5 li p strong {
    color: #109fa5;
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px 0px 0;
    display: inline-block;
    vertical-align: middle;
}
figure.push_img {
    float: right;
    margin: 30px 0 0 30px;
    position: relative;
    z-index: 1;
}
.tools_sec ul.list2 li strong {
    color: #e86451;
    font-size: 23px;
    font-weight: normal;
    padding: 0;
    display: block;
    text-transform: uppercase;
}
figure.admob_img {
    border: 1px solid #e86451;
    outline: 1px solid #e86451;
    outline-offset: -5px;
}


.divide {
    position: relative;
    padding: 0 0 40px 0;
    margin: 30px 0 0 0;
}
.divide:before {
	background: rgba(16,160,165,1);
	background: -moz-linear-gradient(left, rgba(16,160,165,1) 0%, rgba(245,190,40,1) 51%, rgba(232,99,82,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(16,160,165,1)), color-stop(51%, rgba(245,190,40,1)), color-stop(100%, rgba(232,99,82,1)));
	background: -webkit-linear-gradient(left, rgba(16,160,165,1) 0%, rgba(245,190,40,1) 51%, rgba(232,99,82,1) 100%);
	background: -o-linear-gradient(left, rgba(16,160,165,1) 0%, rgba(245,190,40,1) 51%, rgba(232,99,82,1) 100%);
	background: -ms-linear-gradient(left, rgba(16,160,165,1) 0%, rgba(245,190,40,1) 51%, rgba(232,99,82,1) 100%);
	background: linear-gradient(to right, rgba(16,160,165,1) 0%, rgba(245,190,40,1) 51%, rgba(232,99,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a0a5', endColorstr='#e86352', GradientType=1 );
    position: absolute;
    height: 10px;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
}


/****************** bonus_sec css ******************/
.cut_sec {
    background: #fff;
    padding: 70px 0;
    text-align: center;
}
.cut_sec:after {
	display: block;
	clear: both;
	content: "";
}
.cut_sec h3 {
    color: #f64c71;
    font-size: 40px;
    line-height: 59px;
    font-weight: 600;
}
.cut_sec h5 {
    color: #05386f;
    font-size: 22px;
    line-height: 34px;
    padding: 40px 0 0 0;
}
/****************** bonus_sec css ******************/
.bonus_sec {
    padding: 100px 0;
    text-align: center;
    background-attachment: fixed;
    background-image: url(../images/b4.jpg);
    background-position: center center;
    background-size: cover;
}
.bonus_sec h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #000000;
    font-size: 45px;
    color: #f64c71;
    line-height: 60px;
    font-weight: 700;
}
.bonus_list li {
    background: #012a5d;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
}
.bonus_list li:nth-child(odd) {
	text-align: left;
}
.bonus_list li:nth-child(even) {
	text-align: right;
}
.bonus_info {
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
    width: 49%;
}
.bonus_list h3 {
    color: #5cdb94;
    font-size: 42px;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: uppercase;
    text-shadow: 3px 3px 0px #000000;
}
.bonus_list figure {
    background: #fff;
    display: inline-block;
    padding: 50px 30px;
    vertical-align: middle;
    width: 50%;
	text-align: center;
}
.bonus_list figure img {
    max-height: 280px;
}
.bonus_list figure.resp_book {
	display: none;
}
.bonus_list h5 {
    color: #fcf8e3;
    font-size: 28px;
    font-weight: 400;
    padding: 0 0px 20px;
    text-transform: uppercase;
}
.bonus_list h5 strong {
    display: block;
    font-size: 25px;
    padding: 10px 0 0;
    font-weight: 700;
    color: #f64c71;
}
.bonus_list p {
    color: #ddd;
    font-size: 19px;
    line-height: 28px;
    padding: 0;
}
/****************** sec_info3 css ******************/
.sec_info3 {
    background-attachment: fixed;
    background-image: url(../images/bg9.jpg);
    background-position: center top;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
	text-align: center;
}
.sec_info3 h1 {
    color: #05386f;
    font-size: 90px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 3px 3px #5cdb94;
}
.sec_info3 h5 {
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
}
.sec_info3 h5 strong {
    color: #05386f;
    font-size: 40px;
}
.sec_info3 h4 {
    font-size: 33px;
    font-weight: 500;
    line-height: 55px;
}
.sec_info3 h4 span {
    color: #05396b;
    font-size: 42px;
    font-weight: 700;
}
.sec_info3 p {
    font-size: 30px;
    line-height: 47px;
    color: #000;
}
.sec_info3 p strong {
    color: #05396b;
    font-size: 40px;
    font-weight: 700;
}
.sec_info3 h6.piggy_txt {
    padding: 40px 25% 0 0;
    color: #2f9c5f;
    font-weight: 600;
}
img.piggy_img {
    position: absolute;
    right: 40px;
    top: -10px;
    width: 170px;
}
.sec_info3 h2 {
    text-shadow: none;
    color: #4ec382;
}
.sec_info3 h6.risk_txt {
    padding: 0;
    font-weight: 600;
}
img.risk_free {
    display: table;
    margin: 0 auto 30px;
}
.sec_info3 h6 strong {
    font-weight: 700;
    color: #4ec382;
    font-size: 44px;
    text-transform: initial;
}
.guarantee_box {
    background: #fefefe;
    border: 3px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 30px #666 inset;
    -webkit-box-shadow: 0 0 30px #666 inset;
    -moz-box-shadow: 0 0 30px #666 inset;
    -ms-box-shadow: 0 0 30px #666 inset;
    -o-box-shadow: 0 0 30px #666 inset;
    margin: 280px auto 0;
    padding: 30px;
    width: 70%;
}
.guarantee_box img {
    margin-bottom: 30px;
    margin-top: -275px;
    max-width: 500px;
}
.guarantee_box p {
    color: #555;
    font-size: 18px !important;
    font-style: normal;
    line-height: 30px !important;
    margin: 0;
}
.guarantee_box p strong {
    color: #333;
    font-size: 22px !important;
    font-weight: 700;
    font-family: inherit;
}
img.decision_img {
    float: right;
    width: 350px;
}
img.time_img {
    position: absolute;
    opacity: 0.1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/****************** strip_sec css ******************/
.strip_sec {
    background-attachment: fixed;
    background-image: url(../images/bgg1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.strip_sec:after {
	display: block;
	clear: both;
	content: "";
}
.strip_sec h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    padding: 0 0 30px;
    color: #f64c71;
    text-shadow: 3px 3px 0px #000000;
}
.strip_sec p {
    color: #27a25e;
    font-size: 22px;
    line-height: 37px;
    background: #eee;
    font-weight: 500;
    padding: 40px;
    margin: 60px 0 0 0;
    border-radius: 50px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
}
/* .strip_sec figure {
    margin: 10px 0;
}
.strip_sec figure img {
    border: 1px solid #f5e9f5;
} */

/* .silver_plan, .gold_plan, .diamond_plan, .platinum_plan {
    margin-top: 30px;
    margin-bottom: 30px;
} */



/****************** faq_sec css ******************/
.faq_sec {
	padding: 100px 0;
	/* background-attachment: fixed;
    background-image: url(../images/wood_bg.jpg);
    background-position: center top;
    background-size: cover; */
	text-align: center;
}
.faq_sec:after {
	display: block;
	clear: both;
	content: "";
}
.faq_sec h1 {
    margin: 0;
    padding: 0 0 50px 0;
    text-align: center;
    color: #f64c71;
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
}
.terms_list {
	text-align: left;
}
.ui-accordion .ui-accordion-icons {
    padding:13px 40px 13px 20px;
}
.ui-icon {
    height: 17px;
    width: 21px;
}
.ui-icon-triangle-1-e {
    background-position: 0 0 !important;
}
.ui-icon-triangle-1-s {
    background-position: 0 -17px !important;
}
.ui-state-default .ui-icon {
    background-image: url(../images/p_m.png);
}
.ui-state-active .ui-icon {
    background-image: url(../images/p_m.png);
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 0;
	left: auto;
    margin: 17px 15px 17px 5px;
    position: absolute;
    top: 0;
}
.ui-accordion-header.ui-state-default.ui-corner-all.ui-accordion-icons {
    background: #9e9e9e;
    border: medium none;
    border-radius: 0;
    display: inline-block;
    margin: 2px 0;
    width: 100%;
    outline: none;
    border: 1px solid #9e9e9e;
}
.terms_list h3 {
    background: #9e9e9e;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 21px !important;
    outline: none;
    line-height: 30px;
    border: 1px solid #9e9e9e;
}
.terms_list div {
    border-radius: 0px;
    background: #f5f5f5;
    border: none;
    padding: 0 10px 20px !important;
    margin: 0 0 2px;
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e;
    border-bottom: 1px solid #9e9e9e;
}
.terms_list div p {
    color: #05386f;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    padding: 10px 0 0px 0px;
}

.sec_title3 {
    color: #ee7edc;
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
}
/****************** footer css ******************/
footer {
    padding: 10px 0 20px 0;
    text-align: center;
/*     background: #0d1561;
    background: -moz-linear-gradient(-45deg, #0d1561 0%, #040729 100%);
    background: -webkit-linear-gradient(-45deg, #0d1561 0%,#040729 100%);
    background: linear-gradient(135deg, #0d1561 0%,#040729 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d1561', endColorstr='#400524',GradientType=1 ); */
}
footer:after {
	display: block;
	clear: both;
	content: "";
}
footer p {
    color: #2a55c4;
    font-size: 20px;
    float: right;
    font-weight: 500;
    margin: 10px 0 0 0;
}
footer p strong {
    font-size: 45px;
    font-weight: 700;
    margin: 15px 0;
    display: block;
}
.logo2 {
    margin: 0;
    width: 160px;
    float: left;
}

/***************** pageup css ******************/
#pageup {
    background-image: url(../images/up.png);
    bottom: 10px;
    cursor: pointer;
    display: none;
    height: 30px;
    position: fixed;
    right: 10px;
    width: 30px;
}
.strip_sec h2 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    padding: 0 0 30px;
    text-shadow: 3px 3px 0px #000000;
}
.peek_txt .face_txt p {
    font-size: 32px;
    padding: 10px;
    line-height: 36px;
    color: #e86352;
}
.video_btn .let_btn {
    width: 100%;
    margin-top: 20px;
}
.video_btn {
    margin-bottom: 40px;
}
.cntSeparator {
font-size: 54px;
margin: 10px 7px;
color: #000;
}
.desc { margin: 7px 3px; }
.desc{
font-family: Arial;
font-size: 13px;
font-weight: bold;
color: #000;
text-align:left;
}
.desc .day {
width: 153px;
float: left;
}
.desc .day {
width: 190px;
float: left;
}
.desc .hour {
width: 130px;
float: left;
}
.desc .minus {
width: 135px;
float: left;
}
.desc .second {
width: 98px;
float: left;
}
.timer {
    margin: 15px auto 0px;
    text-align: center;
    display: table;
}
.floating_banner a.let_btn {
    font-size: 22px;
    text-decoration: none;
    outline: none;
    padding: 10px;
    border-width: 2px;
}
.floating_banner a.let_btn small {
    font-size: 15px;
	text-decoration: none;
	outline: none;
}

.floating_banner {
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    width: 100%;
    box-shadow: 0px 0px 20px #32427c;
    padding: 10px 0;
}
.floating_banner h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0f2363;
}
.floating_banner p {
    margin-top: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.strip_sec img {
    margin: 20px 0;
}


.demo_sec {
    padding: 90px 0 70px;
    text-align: center;
    background-image: url(../images/dim.jpg);
    background-position: center top;
    background-size: cover;
}
.demo_sec h3 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    background: #0d1560;
    padding: 10px 30px;
    display: table;
    margin: 0 auto 80px;
    border-radius: 15px;
    box-shadow: 5px 5px 13px rgba(0, 0, 0, 0.5);
    position: relative;
}
.demo_sec h3:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #ecce90;
    border-radius: 100%;
    top: 10px;
    left: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.demo_sec h3:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #ecce90;
    border-radius: 100%;
    top: 10px;
    right: 10px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.demo_sec h3 strong {
    color: #ffffff;
    display: block;
    font-size: 70px;
    padding: 0 0 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 2px 2px 0px #4e031b;
}
.demo_sec h3 strong small {
    color: #ffffff;
    display: block;
    font-size: 40px;
    padding: 10px 0 20px 0;
    font-weight: 600;
    text-transform: none;
}
.book_list ul {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.book_list ul li {
    display: inline-block;
    width: 16%;
    margin: 0 15px;
}
.book_list ul li a {
    display: inline-block;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.6);
    border: 6px groove #ecce90;
}
.book_list ul li:hover a {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}

.navbar-brand>img {
    width: 270px;
}


.book_list.blist1 {
    float: left;
}
.book_list.blist2 {
    margin: 70px 0;
}
.book_list.blist3 {
    float: right;
}
.features_main {
    background-attachment: fixed;
    background-image: url(../images/bg9.jpg);
    background-position: center top;
    background-size: 100%;
    padding: 100px 0;
    position: relative;
    text-align: center;
}
.features_main ul li {
    list-style: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 12px 10px;
}
.big_feat figure {
    float: left;
    width: 100px;
    margin: 0 20px 0px 0;
}
.big_feat h2 {
    color: #2956c5;
    font-weight: 600;
    font-size: 25px;
    background: #ffffff;
    padding: 20px 10px;
    border-radius: 40px;
    position: relative;
    box-shadow: inset 0px 0px 0px 3px #434a53;
}
.big_feat h2:before {
    background-image: url(../images/tick.png);
    position: absolute;
    content: "";
    background-size: 100%;
    height: 67px;
    width: 67px;
    top: 0;
    left: 0;
}
.big_feat p {
    display: inline-block;
    width: 100%;
    padding: 20px 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}


.testi_box1 p {
    display: inline-block;
    width: 100%;
    padding: 40px 20px 100px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}
.testi_box1 p strong {
    font-size: 38px;
    font-weight: 700;
    color: #f64c71;
    display: block;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

div#myModal1 {
    background: rgba(0, 0, 0, 0.5);
}
.modal-lg {
    width: 100%;
    background: transparent;
    margin: 0;
}
.modal-header {
    padding: 15px 0 0 0;
    border-bottom: none;
    background: transparent;
}
button.close {
    color: #fff;
    opacity: 1;
    font-size: 80px;
    line-height: 10px;
    margin: 0px 0px 0 0;
    position: relative;
    top: 30px;
    right: 30px;
}
.close:focus, .close:hover {
    color: #fff;
    opacity: 1;
}
.modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}
.modal-body {
    padding: 0;
}


.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f64c71;
}
.strip_sec h3 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 60px;
    padding: 0px 0 30px;
    text-shadow: 3px 3px 0px #000000;
}
.floating_banner a.let_btn {
    width: 330px;
}
.navbar-right {
    float: right!important;
    margin: 25px 20px 0 0;
}



/***************** features section css ******************/
.features_sec ul li {
    display: block;
    padding: 50px 0;
    list-style: none;
}
.features_sec ul li:nth-child(odd) {
    background: #f8f6f5;
}
.features_sec ul li:nth-child(even) {
    background: rgba(246, 76, 113, 0.02);
}
.feat_list {
    margin: 0;
    padding: 0;
}
.feat_list p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.feat_list p strong {
    display: block;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}
.features_sec ul li figure {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
}
.features_sec ul li:nth-child(odd) figure {
    margin-right: 30px;
}
.features_sec ul li:nth-child(even) figure {
    margin-left: 30px;
}
.features_sec ul li p {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
}
.features_sec ul li figure.resp_icon {
	display: none;
}
.features_sec ul li:nth-child(odd) p strong {
    color: #124bd6;
}
.features_sec ul li:nth-child(even) p strong {
    color: #f64c71;
}

.feat_heading {
    padding: 100px 0;
    text-align: center;
}
.feat_heading h3 {
    background: -webkit-linear-gradient(#124bd6, #f64c71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 70px;
}
.feat_heading h4 {
    color: #f64c71;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}


.modal button.close {
    background: #353535;
    height: 31px;
    width: 31px;
    border-radius: 100%;
    line-height: 30px;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    border: 2px solid #fff;
}
.modal button.close span {
    line-height: normal;
    font-size: 37px;
    font-weight: 300;
    position: absolute;
    bottom: -5px;
    right: 5px;
}