.bg-overlay {
    background:url(../img/banner01.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    height: auto;
	padding: 50px 0px;
    border-top: 1px solid white;
}
.partner_box_content {
	position: relative;
	background:url(../img/banner_img01.png) no-repeat center center;
	background-attachment: scroll;
	background-size: auto auto;
	background-attachment: fixed;
	background-size: cover;
	margin: 60px 0 0;
	padding: 60px 0;
	margin-bottom: 50px;
}
.partner_box_content .container {
	position: relative;
	z-index: 2;
}
.fbbox_container {
	display: flex;
	justify-content: center;
}
.partner_box_content .features_box {
	border: 1px solid rgba(255,255,255,0.3);
	background: rgba(255,255,255,0);
	padding: 30px;
	border-radius: 5px;
	margin: 10px;
	position: relative;
	min-height: 200px;
	text-align: center;
	width: 100%;
	transition: all 0.6s ease;
}
.partner_box_content .features_box .icn {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 2px solid rgba(255,255,255,0.5);
	display: block;
	margin: 0 auto;
	line-height: 100px;
	text-align: center;
	transition: all 0.3s ease;
}
.partner_box_content .features_box .icn img {
	width: 60px;
	vertical-align: middle;
	top: 0;
	position: relative;
	opacity: 0.6;
	transition: all 0.3s ease;
}
.partner_box_content .features_box h3 {
	font-weight: 400;
	line-height: 1.6em;
	margin: 20px 0 10px;
	font-size: 18px;
	color: #FFF;
}
.partner_box_content .features_box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	color: rgba(255,255,255,0.7);
	transition: all 0.6s ease;
}
.partner_banner {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	background: #fff;
	background-image: none;
	background-repeat: repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	background-image:url(../img/partner-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	padding: 0px;
	border: 1px solid #ddd;
	position: relative;
	top: 150px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.partner_banner .textContent {
	text-align: left;
	padding: 20px;
	border-radius: 20px;
}
.partner_banner .textContent h3 {
	margin: 0 0 10px;
	font-size: 24px;
	color: #0b99ea;
}
.partner_banner .textContent h4 {
	margin: 0 0 15px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.partner_banner .textContent .btn {
	font-size: 12px;
	padding: 14px 20px;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-radius: 0 40px 40px 0;
	position: relative;
	margin-left: -20px;
}
.textContent small {
	font-size: 20px;
	color: #000;
	font-weight: 700;
	margin: 10px 0;
	display: block;
}
.partner_banner .textContent h5 {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
.pricing-form {
	background: #fdfdfd;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0px 4px 16px -2px rgba(0, 0, 0, 0.2);
	padding: 20px 0 10px;
	position: relative;
	z-index: 10;
	transition: all 0.3s ease-in-out;
}
.pricing-form h4 {
	color: #0b99ea;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
}
.pricing-form .form_container {
	box-shadow: none;
	border-radius: 0;
	border: none;
}
.pricing-form .form-group {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
}
.form-group label.txt_label {
	position: absolute;
	width: calc(100% - 30px);
	height: 100%;
	left: 20px;
	
	margin: 0px;
	font-size: 0.875em;
	color: #666;
	font-weight: 400;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.form_container .form-group {
	position: relative;
	margin-bottom: 1.625em;
	padding-right: 15px;
	padding-left: 15px;
}
.form-group label.txt_label i {
	color: #9c9c9c;
	padding-right: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
	-moz-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
	-ms-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
	-o-transition: all 0.5s cubic-bezier(0.27, 0.05, 0.25, 1);
}
.form-group label.txt_label .txt_labelname {
	position: absolute;
	height: 100%;
	left: 25px;
	top: 0px;
	margin: 0px;
	font-weight: 400;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.pricing-form .btn {
	width: 200px;
	margin-left: 50px;
	margin-right: auto;
	border-radius: 30px;
}
.partner_content {
	margin: 0;
	color: #fff;
}
.form_container .form-group label.txt_label .txt_labelname {
	position: absolute;
	height: 100%;
	left: 25px;
	top: 0px;
	margin: 0px;
	font-weight: 400;
	z-index: 1;
	transition: all 0.3s ease 0s;
}
.form_container .form-group .form-control {
	border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	background: none;
	box-shadow: none;
	border-bottom: 1px solid #E2DEE3;
	width: 100%;
	border-radius: 0;
	padding-left: 20px;
	padding-right: 30px;
	margin-bottom: 25px;
	font-size: 0.875em;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(204, 204, 204);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.bg-layout {
	background:url(../img/011.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	height: 700px;
}
.page_heading h1 {
	font-family: 'Open Sans';
	letter-spacing: 2px;
	text-align: center;
	font-size: 2.250em;
	font-weight: 400;
	padding:15px 0px;
}
.page_heading p {
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	letter-spacing: 0.05em;
}
.services_included {
	text-align: center;
	position: relative;
	z-index: 2;
	color: #000;
	margin: 0 auto;
}
.services_included i {
	font-size: 30px;
	color: #000;
	text-align: center;
}
.services_included h4 {
	margin-bottom: 10px;
	font-size: 30px;
	color: orange;
}
.services_included h5 {
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.pcard {
	position: relative;
	width: 340px;
	background: #fff;
	vertical-align: top;
	box-shadow: 0 0px 40px rgba(0, 0, 0, 0.35);
	display: inline-block;
	margin-top: 50px;
	z-index: 10;
	height: 320px;
}
.pcard .offers_text {
	position: relative;
	/*right: -84px;*/
	top: 18px;
	color: #FFF;
	display: block;
	font-weight: 700;
	line-height: 100%;
	margin: 0 0 5px;
}
.pcard .offers_text strong {
	width: 113px;
	height: 40px;
	text-align: center;
	background:url(../img/tag.png) no-repeat 0 0;
	color: #FFF;
	padding: 0 0 0 13px;
	display: inline-block;
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0px 0px 16px rgb(241, 244, 247);
}
.pcard h4 {
	font-size: 22px;
	font-weight: 400;
	margin: 21px 20px 0;
	padding-right: 0;
	line-height: 1.5em;
	position: relative;
	color: #0b99ea;
}
.plan-price {
	border-top: 0 !important;
}
.txt_note {
	color: #000;
	text-align: center;
}
.pprice span {
	position: relative;
	z-index: 100;
	font-size: 18px;
	margin-top: 15px;
	color: #ccc;
}
.save_container {
	color: #000;
	text-align: center;
	font-size: 22px;
}
.cost_save {
	color: orange;
	font-size: 20px;
	display: block;
	text-align: center;
}
.module_section {
	text-align: center;
	width: 60%;
	border: none;
	padding: 0;
	position: relative;
	margin: 100px auto 0;
	margin-top: 40px;
	padding: 20px;
	display: table;
	border-radius: 10px
}
.sbox {
	color: #FFF;
	margin: 0 auto 15px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 15px;
	transition: all 0.3s linear;
}
.sbox .fa {
	display: block;
	font-size: 24px;
	margin: 0 auto;
	color: #0b99ea;
	border: 0px solid #9ca4b2;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	float: left;
	width: 30px;
	transition: all 0.3s ease;
}
.sbox span {
	display: block;
	margin: 0;
	float: left;
	width: calc(100% - 50px);
	padding: 0 0 0 15px;
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	color: #333;
	transition: all 0.3s ease;
}
.demo-content {
	position: relative;
	z-index: 2;
	display: table;
	text-align: center;
	margin: -40px auto 0;
	box-shadow: 0 9px 60px rgba(0,0,0,0.15);
	background-color: #FFF;
	border-radius: 6px;
	padding: 60px 30px;
}
.demo-content h2 {
	font-size: 2.250em;
	font-weight: 400;
	color: #000;
	margin: 0 0 30px;
}
.demo-content h5 {
	line-height: 1.500em;
	margin: 0;
	color: #333;
	font-size: 16px;
}
.demo-content .btn {
	margin-top: 30px;
	background-color: #0b99ea;
	border: 2px solid #0b99ea;
	font-weight: 700;
	color: #FFF;
}
.services_clints {
	margin-top: 0px;
	height: 400px;
	background-color: #f1f4f7;
}
.question {
	padding: 60px 0;
	background-color: #FFF;
}
.question h2 {
	text-transform: capitalize;
	text-align: center;
	display: block;
	font-size: 30px;
	margin: 0 0 40px;
}
.question1 {
	float: right;
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 15px;
	margin: 0;
}
.question1  i {
	position: absolute;
	left: 10px;
	top: 13px;
	font-size: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	padding: 0;
	color: #FFF;
	border-radius: 50%;
	background: #0b99ea;
	line-height: 20px;
}
.question1 div {
	font-size: 18px;
	color: #000;
	position: relative;
	margin: 0 0 10px 25px;
	line-height: 1.4em;
}
.question1 p {
	color: rgba(0, 0, 0, .7);
	font-size: 16px;
	letter-spacing: 2px;
	text-align: justify;
}
.faqs {
	padding: 30px 0 0;
	text-align: center;
}
.btn.btn-primary {
	background-color: #0b99ea;
	color: #ffffff;
	border-radius: 30px;
	text-align: center;
	padding:10px 0px;
}
.pccontainer {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.ccurrency {
	position: relative;
	z-index: 10;
	background: rgb(255, 255, 255);
	display: none;
	border: 1px solid #C0C0C0;
	display: inline-block;
	padding: 0px;
	border-radius: 20px;
}
.fa.fa-inr {
	position: relative;
	top: 1px;
}
.ccurrency a, .pricing_page .ccurrency a:hover, .pricing_page .ccurrency a:active, .pricing_page .ccurrency a:focus {
	display: inline-block;
	padding: 8px 15px;
	vertical-align: bottom;
	text-decoration: none;
	font-size: 18px;
	color: #333;
	outline: none;
	border-radius: 20px;
	line-height: 100%;
}
.dropdown-toggle span:hover {
	color: #fff;
	 background-color:#4286F4;
	
}
.ccurrency a.selected {
	color: #fff;
	background: #0b99ea;
	position: relative;
	display: inline-block;
}
.pricing_page .circletitle {
	display: inline-block;
	width: 100%;
}
.pcard .startdiv {
	font-size: 14px;
	position: relative;
	color: #888;
}
.adDrk2 .pprice {
	background: #FFFFFF;
	border-top: 5px solid #3F64c2;
}
.pricing_page .pprice span {
	position: relative;
	z-index: 100;
	font-size: 28px;
	margin-top: 15px;
}
sub, sup {
	top: -.5em;
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.ccurrency a.selected {
	color: #fff;
	background: #0b99ea;
	position: relative;
	display: inline-block;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.per_month {
	display: block;
	font-size: 12px;
	margin: 0;
	color: #888;
}

.priceconsec {
	display: inline-block;
	width: 100%;
}
.button {
	top:6px;
	margin-left: 10px;
	text-transform: uppercase;
	padding: 15px;
	line-height: 0.875em;
	font-weight: 600;
	display: inline-block;
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
	text-decoration: none;
	font-size: 14px;
	outline: none;
	color: #fff;
	background: #4286f4;
	font-family: 'raleway', sans-serif;
	border-radius:6px;
	}
.button span a {
	color: #fff;
}
.button:before, .button:after {
	content: '';
	position: absolute;
	top: 0.67em;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: .4s, opacity .6s;
	-moz-transition: .4s, opacity .6s;
	-o-transition: .4s, opacity .6s;
	transition: .4s, opacity .6s;
}
/* :before */

.button:before {
	content: attr(data-hover);
	-webkit-transform: translate(-150%, 0);
	-moz-transform: translate(-150%, 0);
	-ms-transform: translate(-150%, 0);
	-o-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
}
/* :after */

.button:after {
	content: attr(data-active);
	-webkit-transform: translate(150%, 0);
	-moz-transform: translate(150%, 0);
	-ms-transform: translate(150%, 0);
	-o-transform: translate(150%, 0);
	transform: translate(150%, 0);
}
/* Span on :hover and :active */

.button:hover span, .button:active span {
	opacity: 0;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}
/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/

.button:hover:before, .button:active:after {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
/* 
  We hide :before pseudo-element on :active
*/

.button:active:before {
	-webkit-transform: translate(-150%, 0);
	-moz-transform: translate(-150%, 0);
	-ms-transform: translate(-150%, 0);
	-o-transform: translate(-150%, 0);
	transform: translate(-150%, 0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.contact-section {
	padding-top: 74px;
	background: url(../images/base.jpg);
	width: 100%;
	height: 500px;
}
.contact-section h2 {
	text-align: center;
	font-size: 26px;
	color: #000;
	line-height: 30px;/*font-family:balgeno;*/
}
.contact-section h4 {
	text-align: center;
	font-size: 22px;
	color: #000;
	line-height: 1;
	font-family: balgeno;
}
.over p {
	font-size: 16px;
	font-family: pt_sansbold;
}
.about-para {
	font-size: 16px;
	letter-spacing: 1px;
}
.dm {
	text-align: center;
	font-size: 13pt;
	font-family: calibri;
	color: #484745;
}
.zoom:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.txt1 {
	text-align: center;
	font-size: 10pt;
	color: #737372;
}
.hmns-image {
	margin-top: 20px;
}
.hmns-image P {
	text-align: justify;
	font-size: 16px;
	font-family: belgrano;
	font-weight: 100;
}
 @media only screen and (max-width : 1024px) {
.hom {
	padding-left: 20px;
	float: left;
	padding-right: 5px;
	-webkit-transition: padding-top .5s, padding-right .5s;
	transition: padding-top .5s, padding-right .5s;
	border-right: 1px solid #ccc;
	margin-top: -10px;
}
.live-chat {
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transition: padding-left .5s;
	transition: padding-left .5s;
	text-align: center;
}
.feedback {
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: padding-left .5s;
	transition: padding-left .5s;
	text-align: center;
}
}
@media only screen and (max-width :320) {
.text-vertical-center {
	margin-top: -68px;
}
}
