
/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,600,700');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: thin;
	font-color: #121212;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	font-weight: 400;
	letter-spacing: 1px;
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 2px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}
.pelum-btn {
	background: white;
	border-radius: 2px;
	display: inline-block;
	padding: 10px 35px;
	text-transform: uppercase;
	font-size: 20px;
	color: #105074 !important;
	font-weight: 600;
	line-height: 25px;
	margin: 20px 0 0;
	letter-spacing: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 45px
}

.pelum-btn:hover {
	color: #fff;
}

.site-heading {
	text-align: center;
	width: 70%;
	margin: 0 auto 10px;
}

.site-heading h4,
.about-heading h4,
.choose-heading h4,
.faq-heading h4 {
	display: inline-block;
	font-size: 16px;
	padding: 5px 16px;
	border-radius: 4px;
	letter-spacing: .6px;
	margin-bottom: 5px;
	font-weight: 200;
}

.site-heading h2,
.about-heading h2,
.choose-heading h2,
.faq-heading h2 {
	text-transform: capitalize;
	font-size: 22px;
	font-family: inherit;
	font-weight: lighter;
	margin-bottom: 5px;
	line-height: 40px;
	margin-top: 5px;
}

.about-heading h2,
.choose-heading h2,
.faq-heading h2 {
	font-size: 20px
}

.heading_overlay {
	display: inline-block;
	position: relative;
	height: 5px;
	border-radius: 30px;
	background-color: #4777f4;
	width: 90px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden
}

.site-heading .heading_overlay:after,
.about-heading .heading_overlay:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1.1px;
	height: 7px;
	width: 8px;
	background-color: #fff;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

.heading_overlay:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1.1px;
	height: 7px;
	width: 8px;
	background-color: #fff;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: MOVE-BG;
	animation-name: MOVE-BG
}

@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@-webkit-keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

@keyframes MOVE-BG {
	from {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(88px);
		transform: translateX(88px)
	}
}

.section_100 {
	padding: 20px 0;
}

.section_70 {
	padding: 14px 0;
}

.section_50 {
	padding: 10px 0;
}

.section_15 {
	padding: 5px 0
}

.pad-right {
	padding-right: 0
}

.section_t_100 {
	padding-top: 20px
}

.section_b_70 {
	padding-bottom: 14px
}
.section_m_30 {
	margin-bottom: 10px
}

.section_70 {
	padding: 14px 0
}

.section_b_80 {
	padding-bottom: 16px
}
.bggray{background-color: #f8f8ff}

/*================================================
03 - PRELOADER CSS
==================================================*/

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	text-align: center;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader .loader {
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-43%);
	transform: translateY(-43%);
	text-align: center;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.preloader .box {
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-animation: animate .5s linear infinite;
	animation: animate .5s linear infinite;
	position: absolute;
	top: 0;
	left: 0;
}

.preloader .shadow {
	width: 100%;
	height: 5px;
	background: #000000;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	position: absolute;
	top: 59px;
	left: 0;
	border-radius: 50%;
	-webkit-animation: shadow .5s linear infinite;
	animation: shadow .5s linear infinite;
}

.preloader:before,
.preloader:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
	z-index: -1;
	background: #4777F4;
	-webkit-transition: .9s;
	transition: .9s;
}

.preloader:after {
	left: auto;
	right: 0;
}

.preloader.preloader-deactivate {
	visibility: hidden;
}

.preloader.preloader-deactivate:after,
.preloader.preloader-deactivate:before {
	width: 0;
}

.preloader.preloader-deactivate .loader {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}
	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}
	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}
	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}
	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}
	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}
	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}
.header-top {
    background-color: #3333cc;
}
.top-link {
    float: right;
}
.top-link li {
    float: left;
    margin: 10px 0px;
    text-align: right;
}
.top-link li a {
    color: #ffff;
    padding: 15px;
}
/*================================================
04 - NAVBAR CSS
==================================================*/

/*================================================
07 - ABOUT AREA CSS
==================================================*/
.Package-area{	
	padding-top: 5px;
	padding-bottom: 5px;	
}
.package {
    text-align: center;
    margin: 15px 0;
}
.package-header {
    padding: 10px 15px;
    background-color: #007bff;
    text-align: center;
    color: #fff;

}
.package-header h2 {
    font-weight: bold;
    font-size: 22px;
}
.package-body {
    padding: 15px;
    background-color: #fff;
    min-height: 215px;
}
.package-body h4 {
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-area{	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #3333cc;
	color: #fff;
}
.footer-area h3{
	margin-bottom: 5px;
}
.footer-area a{
	color: #fff;
}
.subscribe-area {
	
	padding-top: 5px;
	padding-bottom: 5px;
    background:#3fa9e4 no-repeat fixed 0 0/cover;
	font-color: #fff;
}

.about-area a {	
	/* background-color: #4777F4; */
}

.about-area {	
	padding-top: 5px;
	padding-bottom: 5px;
}

.about-left {
	text-align: left
}

.about-right p {
	margin: 0 0 10px;
	text-align: center;
}

.about-right ul li {
	margin-top: 5px;
	font-weight: 600;
	font-size: 15px;
	color: #111;
}

.about-right ul li i {
	color: #4777f4;
}

.about-left img {
	width: 95%
}

/*================================================
2 - Product AREA CSS
==================================================*/

.product-area {
	
	padding: 0px 0
}

.help-area {
	
	padding: 0px 0;
	position: relative;
    /* background: url("/Images/blue_back") no-repeat fixed 0 0/cover; */
    background:#4777F4 no-repeat fixed 0 0/cover; 
}

.subscribe-area .site-heading h2, 
.subscribe-area .site-heading h3, 
.subscribe-area .site-heading p, 
.help-area .site-heading h2, 
.help-area .site-heading p
{ color:#fff; }

/*================================================
12 - TESTIMONIAL AREA CSS
==================================================*/

.testimonial-area {
	
	padding: 10px 0
}

.single-testimonial {
	text-align: center;
}

.testimonial-text {
	position: relative;
	padding: 20px 20px;
	background: #F8F8FF none repeat scroll 0 0;
	border-radius: 10px;
	z-index: 1;
}

.testimonial-text span {
	position: absolute;
	top: 20px;
	font-size: 30px;
	color: #4777f4;
	width: 100%;
	left: 0;
	text-align: center;
}

.testimonial-image img {
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	margin: 0 auto;
	border: 6px solid rgba(71, 119, 244, 0.29);
}

.testimonial-image {
	margin-top: -40px;
	position: relative;
	z-index: 1;
}

.client-title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: lighter;
	margin-bottom: 3px;
	color: #000;
	margin-top: 5px;
}

.testimonial-slider .owl-dots {
	margin-top: 5px;
	text-align: center;
	display: block !important
}

.testimonial-slider .owl-dots span {
	width: 10px;
	height: 10px;
	background: rgba(85, 132, 253, 0.83) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 4px;
	border-radius: 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.testimonial-slider .owl-dots .active span {
	width: 25px;
	background: #4777f4 none repeat scroll 0 0
}
/*================================================
06 - FEATURE AREA CSS
==================================================*/

.features-area {
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.single-feature {
	text-align: center;
}

.single-feature .feature-icon {
	width: 200px;
	height: 140px;
	margin: 0 auto;
	/* background-color: #4777f4;*/
	line-height: 140px;
	border-radius: 5px;
	/*-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);*/
	margin: 10px auto 0px;
	position: relative;
}

.feature-text h3 {
	font-weight: lighter;
	color: #000;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 5px;
}
/*================================================
11 - FAQS AREA CSS
==================================================*/

.faq-area {
	padding: 10px 0;
}

.single_faq_accordian {
	margin-top: 5px;
}

.faq_accordian_header>a {
	display: block;
	text-align: left;
	padding: 15px 15px 15px 20%;
	background: rgba(71, 119, 244, 0.22);
	font-size: 15px;
	color: #000;
	text-transform: capitalize;
	font-weight: 600;
	border: 0px solid rgba(0, 0, 0, 0.08);
	border-radius: 0;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.faq_accordian_header>a:hover,
.faq_accordian_header>a:focus {
	background: #4777f4 none repeat scroll 0 0;
	color: #fff;
	outline: medium none
}

.faq_accordian_header>a:focus {
	background: rgba(71, 119, 244, 0.22);
	color: #000;
	outline: medium none
}

.faq_accordian_header>a:after {
	position: absolute;
	content: "\f056";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:after {
	position: absolute;
	content: "\f055";
	font-family: Fontawesome;
	left: 30px;
	color: #fff;
	font-size: 18px;
}

.faq_accordian_header>a:before {
	position: absolute;
	content: "";
	top: 0;
	width: 19%;
	height: 101%;
	left: -26px;
	background: #4777f4;
	-webkit-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.faq_accordian_header>a:hover:before,
.faq_accordian_header>a.collapsed:hover:before {
	background: rgba(255, 255, 255, 0.23);
	color: #000;
}

.faq_accordian_header>a.collapsed:focus:before,
.faq_accordian_header>a:hover:before {
	background: #4777f4;
	color: #000;
}

.faq_accordian_header>a.collapsed:before {
	position: absolute;
	content: "";
	top: 0;
	width: 19%;
	height: 101%;
	left: -26px;
	background: #4777f4;
	-webkit-transform: skew(30deg);
	transform: skew(30deg);
}

.faq_accordian_body {
	padding: 10px;
	background: #F8F8FF none repeat scroll 0 0
}

.pricing-header {
    padding: 10px 15px;
    text-align: center;
    width: 90%;
    max-width: 1300px;
}
