
/* 01. General Style */
@font-face {
	font-family: SolaimanLipi;
	src: url(../banglafonts/SolaimanLipi.ttf);
}
body {
	font-family: 'SolaimanLipi', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #687377;
	line-height: 26px;
}
/*---Typography---*/
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-family: 'SolaimanLipi', sans-serif;
	color: #00324c;
}
h1 {
	font-size: 42px;
	font-weight: 400;
}
h2 {
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
}
h3 {
	font-size: 30px;
	font-weight: 300;
}
h4 {
	font-size: 24px;
	font-weight: 300;
}
h5 {
	font-size: 22px;
	font-weight: 400;
}
h6 {
	font-size: 20px;
	font-weight: 300;
}
p {
	padding: 0px;
	margin: 0px;
	font-family: 'SolaimanLipi', sans-serif;
	color: #687377;
}
p.large {
	font-size: 16px;
	line-height: 30px;
}
p.medium {
	font-size: 14px;
	line-height: 24px;
}
p.small {
	font-size: 12px;
	line-height: 22px;
}
ol, ul, li {
	padding: 0px;
	margin: 0px;
}
ol {
	display: block;
	list-style-type: decimal !important;
	margin: 0;
	padding: 0 0 0 15px;
}
ol li {
	color: #687377;
	font-size: 14px;
}
ul {
	list-style: inside;
}
ul.list-unstyled {
	list-style: none;
}
a {
	text-decoration: none !important;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
button {
	outline: none !important;
}
.btn.focus, .btn:focus {
	box-shadow: none;
}
label {
	font-weight: normal;
}
::-webkit-input-placeholder {
	opacity:1;
}
:-moz-placeholder {
   /* Firefox 18- */
	opacity:1;
}
::-moz-placeholder {
   /* Firefox 19+ */
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
input, textarea {
	transition: all 0.3s ease 0s;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
.btn {
	display: inline-block;
	padding: 14px 45px;
	background: #e78895;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
}
.btn:hover {
	background: #f29a32;
	color: #fff;
}
hr {
	margin: 0px;
	border-color: #e5e5e5;
}
figure {
	margin: 0px;
}
.white-bg {
	background: #fff !important;
}
.grey-bg {
	background: #f5f5f5;
}
/* ================================================== */
/* 02. Preloader */
/* ================================================== */
#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#element {
	width: 70px;
	height: 24px;
	position: relative;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	z-index: 1001;
	animation: spin 2s linear infinite;
}
.circ-one, .circ-two {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.circ-one {
	background: #42d79e;
	float: left;
	animation: load-x 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}
.circ-two {
	background: #e78895;
	float: right;
	animation: load-y 1s cubic-bezier(0.445, 0.1, 0.55, 0.9) infinite;
}
@keyframes load-x {
	0% {
		left: -5px;
   }
	25% {
		z-index:2;
   }
	50% {
		left:50px;
   }
	75% {
		z-index: 1;
   }
	100% {
		left:-5px;
   }
}
@keyframes load-y {
	0% {
		right:-5px;
   }
	25% {
   }
	50% {
		right:50px;
		z-index:1;
   }
	75% {
		z-index:2;
   }
	100% {
		right:-5px;
   }
}
@keyframes pulse {
	50% {
		opacity:0.5;
   }
}
/* ================================================== */
/* 03. Header */
/* ================================================== */
/*----------------------- Header opt1 -----------------------*/
.footerLogo img{
	width: 220px;
}
.lang-wrapper a{
	font-size: 16px;
	color: #46605e;
	padding: 7px 0px;
	display: inline-block;
}
.navbar-brand{
	max-width:150px;
}
.header-top {
	display: block;
	background: #f1f1f1;
}
.header-top .lang-wrapper {
	display: block;
	float: left;
}
.header-top .select-lang, .header-top .select-lang2 {
	display: block;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px #d7dadb solid;
}
.header-top .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0px;
	background: none;
}
.header-top .select2.select2-container {
	width: 100px !important;
}
.header-top .select2-container .select2-selection--single {
	height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 16px;
	color: #738389;
	font-size: 15px;
}
.header-top .select2-container .select2-selection--single .select2-selection__rendered img {
	margin-right: 4px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	height: 42px;
}
.header-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: -4px;
	opacity: 0.5 
}
.header-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
}
.select2-dropdown {
	border: 1px #dedddd solid;
}
.select2-results__option {
	padding: 0 6px;
	font-size: 13px;
}
.select2-results__option .img-flag {
	margin-right: 4px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: #f1f1f1;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #e78895;
}
.header-top .right-block {
	display: block;
	float: right;
}
.header-top ul.top-nav {
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	float: left;
}
.header-top ul.top-nav li {
	display: block;
	padding: 0 10px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.header-top ul.top-nav li a {
	color: #6c777d;
	font-size: 15px;
}
.header-top ul.top-nav li a:hover {
	color: #e78895;
}
.header-top ul.follow-us {
	display: block;
	padding: 8px 0 6px 5px;
	float: right;
   /* border-left: 1px #d2dfdf solid;
	*/
}
.header-top ul.follow-us li {
	display: inline-block;
	padding-left: 16px;
	font-size: 16px;
}
.header-top ul.follow-us li a {
	color: #46605e;
}
.header-top ul.follow-us li a i {
	opacity: 0.7;
}
.header-top ul.follow-us li a:hover i {
	opacity: 1;
}
/*----------------------- Header opt2 -----------------------*/
.header-wrapper header {
	margin-top: 70px;
	border-bottom: 1px #c5cacf solid;
}
.header-wrapper header.fixed {
	position: relative;
	animation: none;
}
.opt2 .header-top {
	background: #2a3f44;
}
.opt2 .header-top .select-lang, .opt2 .header-top .select-lang2, .opt2 .header-top ul.follow-us {
	border-color: #405357;
}
.opt2 .header-top .select2-container .select2-selection--single .select2-selection__rendered {
	color: #adbdc3;
}
.opt2 .header-top ul.top-nav li a {
	color: #96a5b0 
}
.opt2 .header-top ul.top-nav li a:hover {
	color: #fff;
}
.opt2 .header-top ul.follow-us li a {
	color: #93a4a3;
}
.opt2 .header-top ul.follow-us li a:hover {
	color: #fff;
}
.opt2 .navbar-right a {
	border: 2px #e78895 solid;
	color: #e78895 !important;
}
.opt2 .navbar-right > li:first-child a {
	background: none;
	border-right: none;
}
.opt2 .navbar-right > li:first-child a:hover, .opt2 .navbar-right > li:last-child a:hover {
	background: #e78895;
	color: #fff !important;
}
.opt2 .navbar-right > li:last-child a {
	background: none;
}
/*----------------------- Header opt3 -----------------------*/
.opt3 .header-top {
	background: #e78895;
}
.opt3 .header-top .select-lang, .opt3 .header-top .select-lang2, .opt3 .header-top ul.follow-us {
	border-color: #8ad0eb;
}
.opt3 .header-top .select2-container .select2-selection--single .select2-selection__rendered {
	color: #fff;
}
.opt3 .header-top .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #8ad0eb transparent transparent transparent;
}
.opt3 .header-top .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #8ad0eb transparent;
}
.opt3 .header-top ul.top-nav li a, .opt3 .header-top ul.follow-us li a {
	color: #fff 
}
.opt3 .navbar {
	background: #2a3f44 !important;
}
.opt3 .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}
/*----------------------- Header opt4 -----------------------*/
.opt4 .navbar-right > li a {
	font-size: 13px;
}
.opt4 .navbar-right > li:first-child a {
	background: none;
	color: #556665 !important;
	border-radius: 0px;
}
.opt4 .navbar-right > li:first-child a:hover {
	background: none;
	color: #e78895 !important;
}
.opt4 .navbar-right > li:last-child a {
	border-radius: 25px;
}
/*----------------------- Header opt5 -----------------------*/
.header-wrapper .opt5 {
	position: relative;
	background: url(../images/header-bg.jpg) no-repeat center top;
}
.opt5 {
	width: 100%;
	position: absolute;
	z-index: 3;
}
.opt5.fixed {
	position: fixed;
	top: 0px;
	background: #fff;
	border-bottom: 1px #e0e5e9 solid;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.04);
}
.opt5.fixed .navbar-expand-lg .navbar-nav .nav-link {
	color: #556665;
}
.opt5.fixed .navbar-right > li a {
	border-color: #e78895;
	color: #e78895 !important;
}
.opt5.fixed .navbar-right > li a:hover {
	color: #fff !important;
}
.logo1, .opt5.fixed .logo2 {
	display: none;
}
.opt5.fixed .logo1 {
	display: block;
}
.opt5 .navbar-right a {
	border: 2px #fff solid;
}
.opt5 .navbar-right > li:first-child a {
	background: none;
	border-right: none;
}
.opt5 .navbar-right > li:first-child a:hover, .opt5 .navbar-right > li:last-child a:hover {
	background: #e78895;
}
.opt5 .navbar-right > li:last-child a {
	background: none;
}
.opt5 .navbar-expand-lg .navbar-nav .nav-link {
	color: #fff;
}
.opt5.fixed {
	animation: 0.7s ease-in-out 0.1s normal both 1 running stickyhead;
}
/*----------------------- Header opt6 -----------------------*/
.header-wrapper .opt6 {
	z-index: 2;
}
.opt6 .navbar-right {
	margin: 17px 0 0;
}
.opt6 .follow-us {
	display: inline-block;
	vertical-align: top;
	margin: 20px 15px 0 0;
}
.opt6.fixed {
	animation: none;
}
.opt6.fixed .top-menu-bar {
	padding: 10px 50px 10px 0;
}
.opt6.fixed .mob-icon{
	top: 28px;
}
.opt6.fixed .mob-icon span, .opt6.fixed .mob-icon span:before, .opt6.fixed .mob-icon span:after{
	background: #556665;
}
.openmenu .opt6.fixed .mob-icon span{
	background: none;
}
.opt6.fixed .navbar-right {
	margin: 15px 0 0 
}
.opt6.fixed .follow-us {
	margin-top: 17px;
}
.opt6.fixed .follow-us li a {
	color: #556665;
}
.opt6 .follow-us li {
	display: inline-block;
	padding: 0 8px;
	list-style: none;
}
.opt6 .follow-us li a {
	color: #fff;
	font-size: 15px;
}
.opt6 .follow-us li a:hover {
	color: #e78895;
}
.opt6 .navbar-brand {
	float: left;
}
.top-menu-bar {
	text-align: right;
	width: 100%;
	display: block;
	padding: 20px 0;
	position: relative;
	padding-right: 50px;
}
.navbar-right.buttons-sec {
	display: inline-block;
}
.navbar-right.buttons-sec li {
	display: inline-block;
	float: left;
}
/*----------------------- Side Panel Menu -----------------------*/
.mob-icon {
	width: 26px;
	height: 23px;
	display: block;
	cursor: pointer;
	right: 0px;
	position: absolute;
	top: 39px;
	z-index: 1;
}
.mob-icon span {
	width: 26px;
	height: 3px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 10px;
	transition-duration: 0.5s;
}
.mob-icon span:before, .mob-icon span:after{
	width: 26px;
	height: 3px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	content: "";
	transition-duration: 0.5s;
}
.mob-icon span:before {
	top: -10px;
}
.mob-icon span:after {
	top: 10px;
}
.openmenu .mob-icon span {
	background: none;
}
.openmenu .mob-icon span:before {
	transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.openmenu .mob-icon span:after {
	transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.side-panel-menu {
	width: 0;
	height: 100%;
	background: #2a3f44;
	position: fixed;
	right: 0;
	padding: 20px 0;
	top: 0;
	bottom: 0;
	overflow: auto;
}
.side-panel-menu .dropdown-menu {
	min-width: inherit !important;
	width: 100%;
	background: #223337;
	margin: 0;
	padding: 15px 0;
	box-shadow: none;
	border-radius: 0px;
	position: relative;
}
.side-panel-menu .dropdown-menu .inner {
	padding: 0px;
	background: rgba(0,0,0,0);
	margin: 0;
	text-align: right;
	box-shadow: none;
	border-radius: 0px;
}
.side-panel-menu .dropdown-menu .inner:after {
	display: none;
}
.side-panel-menu ul {
	padding: 0;
	text-align: right;
	margin: 0;
}
.side-panel-menu ul li {
	display: block;
	position: relative;
	width: 100%;
}
.side-panel-menu ul li a {
	color: #fff !important;
	display: block;
	font-size: 14px;
	line-height: 34px;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
.side-panel-menu li a:hover {
	color: #e78895 !important;
	transition: all 0.5s ease 0s;
}
.side-panel-menu .dropdown-menu.megamenu ul {
	width: 100%;
}
.side-panel-menu li li {
	padding: 0;
}
.side-panel-menu li li a {
	padding: 0 40px 0 0;
}
.side-panel-menu .dropdown-item {
	font-size: 12px;
	line-height: 28px;
}
@keyframes stickyhead {
	0% {
		opacity: 0;
		transform: translateY(-100%);
   }
	100% {
		opacity: 1;
		transform: translateY(0px);
   }
}
@keyframes stickyhead {
	0% {
		opacity: 0;
		transform: translateY(-100%);
   }
	100% {
		opacity: 1;
		transform: translateY(0px);
   }
}
/*----------------------- Navigation -----------------------*/
.navbar {
	padding: 0px;
}
.navbar-light {
	background: none;
	border: none;
	margin-bottom: 0px;
}
.navbar-light .navbar-nav {
	padding-left: 5%;
}
.navbar-light .navbar-nav > li {
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 30px 20px;
	font-size: 22px;
	font-weight: 500;
	color: #46605e;
	font-weight: bold;
	cursor: pointer;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #e78895;
}
.dropdown-menu {
	padding-top: 15px;
	min-width: 230px;
	border: none;
	background: none;
}
.opt5 .dropdown-menu {
	padding-top: 0px;
}
.opt5.fixed .dropdown-menu {
	padding-top: 15px;
}
.dropdown-menu .inner {
	padding: 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	position: relative;
}
.dropdown-menu .inner:after {
	bottom: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.dropdown-menu.megamenu {
	min-width: 380px;
}
.dropdown-menu.megamenu ul {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.dropdown-menu.megamenu ul li {
	display: block;
}
.dropdown-menu > li > a {
	padding: 6px 20px;
}
.dropdown-item {
	padding: 3px 15px;
	font-size: 14px;
	color: #556665;
	text-transform: capitalize;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: none;
	color: #e78895;
}
.dropdown-toggle:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.navbar-right > li {
	list-style: none;
}
.navbar-right > li a {
	padding: 12px 40px;
	font-size: 12px;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
}
.navbar-right > li:first-child a {
	border-radius: 30px 0 0 30px;
	background: #42d79e;
}
.navbar-right > li:first-child a:hover {
	background: #38b786;
}
.navbar-right > li:last-child a {
	border-radius: 0 30px 30px 0;
	background: #e78895;
}
.navbar-right > li:last-child a:hover {
	background: #4aa0c0;
}
/* ================================================== */
/* 04. Banner */
/* ================================================== */
.banner {
	display: block;
	min-height: 695px;
}
.banner .container {
	position: relative;
	z-index: 2;
}
.banner .cnt-block {
	padding-top: 90px;
	padding-bottom: 90px;
}
.banner .cnt-block .left {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.banner .left h1 {
	padding-bottom: 15px;
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
}
.banner .left p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}
.banner .right-sec h1 {
	padding-bottom: 15px;
	font-size: 32px;
	line-height: 38px;
	font-weight: normal;
	color: #fff;
}
.banner .right-sec p {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
}

.banner a.get-started {
	max-width: 220px;
	margin: 0 auto;
	display: inline-block;
	padding: 12px 20px;
	background: #e78895;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 10px;
}
.banner a.get-started.whatsappbtn{
	background: #4cdd86;
	font-size: 24px;
}
.banner.slide3 a.get-started:hover {
	background: #e78895;
}
.banner a.get-started:hover {
	background: #173139;
}
.banner .right-sec p {
	max-width: 190px;
	margin: 0 auto;
	padding-top: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	opacity: 0.7;
}
.banner .tab-screen {
	max-width: 870px;
	margin: 0 auto -160px;
}
.banner img {
	margin: 0 auto;
}
.banner .pop-box {
	max-width: 350px;
	padding: 25px 30px;
	position: absolute;
	top: 25%;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.banner .pop-box.right {
	left: inherit;
	right: 0px;
	top: -30px;
}
.banner .pop-box.right {
	left: inherit;
	right: 0px;
}
.banner .pop-box.right:after {
	left: 20px;
	border-color: #fff transparent transparent #fff;
}
.banner .pop-box:after {
	content: " ";
	position: absolute;
	bottom: -16px;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff #fff transparent transparent;
	border-width: 8px;
}
.banner .pop-box .icon {
	width: 36%;
	float: left;
}
.banner .pop-box .right-cnt {
	width: 64%;
	padding-left: 20px;
	float: left;
}
.banner .pop-box .right-cnt h3 {
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: 300;
	color: #343430;
	line-height: 28px;
}
.banner .pop-box .right-cnt p {
	font-size: 12px;
	line-height: 18px;
	color: #7d8078;
}
.banner.solid-bg {
	margin-bottom: 74px;
	background: #57bde0;
}
.banner.gradient-bg {
	margin-bottom: 74px;
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #0c2a1c 0%, #174249 58%, #e78895 100%);
	background: -webkit-linear-gradient(45deg, #0c2a1c 0%, #174249 58%, #e78895 100%);
	background: linear-gradient(45deg, #0c2a1c 0%, #174249 58%, #e78895 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#e78895', GradientType=1 );
}
/*----------------------- Banner Opt2 -----------------------*/
.banner.banner2 {
	background: url(../images/banner-bg2.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.banner2:after {
	width: 100%;
	height: 100%;
	display: block;
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#e78895', GradientType=1 );
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.85;
}
.banner.banner2.parallax-window{
	background: none;
}
.banner.banner2.parallax-window:after{
	background: rgba(42, 63, 68, 0.9);
}
.banner.banner2 .cnt-block {
	padding-bottom: 0px;
}
.banner.banner2 .left {
	border: none;
	padding-top: 90px;
}
.banner.banner2 .left h1 {
	font-size: 44px;
}
.banner.banner2 .left > p {
	font-size: 24px;
}
.banner.banner2 .cnt-row2 {
	padding-top: 70px;
}
.banner.banner2 .video-block {
	max-width: 225px;
	background: #000;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.banner.banner2 .video-block img {
	background: #000;
	border-radius: 5px;
	opacity: 0.5;
}
.banner.banner2 a.play-btn {
	font-size: 40px;
	position: absolute;
	top: 50%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	transform: translateY(-50%);
	color: #fff;
	z-index: 1;
}
.banner.banner2 a.play-btn:hover {
	color: #f29a32;
}
.banner.banner2 .right-sec {
	padding-left: 20px;
	text-align: left;
}
.banner.banner2 .right-sec p {
	margin: 0px;
	padding: 0 0 20px 0;
	font-size: 14px;
}
.banner.banner2 a.get-started {
	margin: 0px;
}
/*----------------------- Banner Opt3 -----------------------*/
.banner.banner3 {
	display: block;
	position: relative;
}
.banner.banner3:after {
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
   /*background:rgba(49, 89, 93, 0.5);
   */
	background: #3edc93;
	background: -moz-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	background: -webkit-linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	background: linear-gradient(45deg, #3edc93 0%, #53c2d4 58%, #e78895 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3edc93', endColorstr='#e78895', GradientType=1 );
	opacity: 0.8;
}
.banner.banner3 .cnt-block .left {
	border-color: rgba(255, 255, 255, 0.5);
}
/*----------------------- Banner Opt4 -----------------------*/
.banner-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner.slide2 {
	background: url(../images/banner-bg2.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.slide2:after {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(48, 90, 90, 0.85);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner.slide2 .cnt-block {
	padding-bottom: 50px;
}
.banner.slide2 img {
	display: block;
	margin: 0 auto;
}
.banner.slide2 .cnt-block .left {
	border-color: #b7c5c7;
}
.banner.slide3 {
	background: url(../images/banner-bg3.jpg) no-repeat center top / cover;
	position: relative;
}
.banner.slide3:after {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(42, 63, 68, 0.85);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
}
.banner.slide3 .cnt-block {
	padding-top: 80px;
	padding-bottom: 40px;
}
.banner.slide3 .left {
	text-align: center;
	border: none;
}
.banner.slide3 .left h1 {
	padding-bottom: 10px;
}
.banner.slide3 .left p {
	font-size: 20px;
	padding-bottom: 30px;
}
.banner.slide3 img {
	display: block;
	margin: 0 auto;
}
.banner-outer .bx-pager, .banner-outer .bx-controls-auto {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	z-index: 999;
}
.banner-outer .bx-wrapper .bx-pager-item, .banner-outer .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.banner-outer .bx-pager.bx-default-pager a {
	width: 20px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
}
.banner-outer .bx-pager.bx-default-pager a:hover, .banner-outer .bx-pager.bx-default-pager a.active, .banner-outer .bx-pager.bx-default-pager a:focus {
	background: #f29a32;
}
.delay-02s {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}
.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay-04s {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay-06s {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}
.delay-08s {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
/*----------------------- Banner Opt5 -----------------------*/
.banner.slide3.banner5 {
	padding-top: 86px;
	background: url(../images/banner-bg4.jpg) no-repeat center top / cover;
}
/* ================================================== */
/* 05. home Sections */
/* ================================================== */
/*-------------------------------- Content Marketing opt1 ----------------------------------*/
.padding-lg {
	padding: 90px 0;
}
.content-marketing {
	display: block;
	text-align: center;
}
.content-marketing .head-block {
	padding-bottom: 90px;
}
.content-marketing .head-block h2 {
	padding-bottom: 20px;
}
.content-marketing .head-block h2 span {
	display: block;
}
.content-marketing .head-block p {
	font-size: 26px;
	line-height: 35px;
}
ul.marketing-list li {
	list-style: none;
	border-right: 1px #dbeaef solid;
	position: relative;
}
ul.marketing-list li .inner {
	display: block;
	padding: 0 6%;
}
ul.marketing-list li:after {
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	right: -6px;
	top: 0px;
	content: "";
	background: #dbeaef;
	border-radius: 50%;
}
.marketing-list{
	margin-top:40px;
}
ul.marketing-list li:last-child {
	border: none;
}
ul.marketing-list li:last-child:after {
	display: none;
}
ul.marketing-list li img {
	margin: 0 auto;
}
ul.marketing-list li h3 {
	display: block;
	padding: 20px 5% 0px 5%;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.marketing-list li p {
	padding-bottom: 30px;
}
a.know-more {
	font-size: 15px;
	font-weight: 600;
	color: #606d87;
	text-transform: uppercase;
}
a.know-more:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	font-family: 'icomoon';
	font-size: 24px;
	content: "\e900";
	color: #f29a32;
	transition: all 0.3s ease 0s;
}
a.know-more:hover:before {
	color: #e78895;
}
ul.marketing-list li a:hover {
	color: #f29a32;
}
/*-------------------------------- Content Marketing opt2 ----------------------------------*/
.seo-reports.seo-reports2 {
	padding-top: 85px;
}
.seo-reports.seo-reports2 .cnt-block {
	padding-top: 60px;
}
ul.marketing-list2 {
	text-align: left;
}
ul.marketing-list2 li {
	list-style: none;
}
ul.marketing-list2 li .icon {
	display: block;
	padding-bottom: 25px;
}
ul.marketing-list2 li h3 {
	max-width: 260px;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.marketing-list2 li p {
	padding: 0 6% 0 0;
}
/*-------------------------------- Content Marketing opt3 ----------------------------------*/
.content-marketing3 .head-block {
	padding-bottom: 60px;
}
ul.marketing-list3 {
	text-align: left;
}
ul.marketing-list3 li {
	list-style: none;
	margin-bottom: 30px;
}
ul.marketing-list3 li .equal-hight {
	padding: 45px 12% 0 8%;
	background: #fff;
	border: 1px #e0e5e9 solid;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}
ul.marketing-list3 li .ico-block {
	width: 20%;
	float: left;
}
ul.marketing-list3 li .cnt-block {
	width: 80%;
	padding-left: 35px;
	float: left;
}
ul.marketing-list3 li h3 {
	display: block;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.marketing-list3 li p {
	padding-bottom: 30px;
}
ul.marketing-list3 li a {
	position: absolute;
	right: 25px;
	top: 50px;
	font-size: 26px;
	color: #e2e2e2;
}
ul.marketing-list3 li a:hover {
	color: #f29a32;
}
/*----------------------- Create SEO Reports -----------------------*/
.seo-reports {
	background: #f5f5f5;
}
.seo-reports .cnt-block {
	padding-top: 80px;
	padding-bottom:50px;
}
.seo-reports .cnt-block.padd-left {
	padding-left: 40px;
}
.seo-reports .cnt-block h2 {
	padding-bottom: 17px;
}
.seo-reports .cnt-block p {
	padding: 0 4% 35px 0;
	font-size: 24px;
	text-align: justify;
	line-height: 30px;
}
.seo-reports .margin {
	margin-right: -100px;
}
/*----------------------- Generate Forms -----------------------*/
.generate-forms {
	text-align: center;
}
.generate-forms.padding-lg {
	padding-bottom: 0px;
}
.generate-forms h2 {
	padding-bottom: 30px;
}
.generate-forms p {
	padding-bottom: 45px;
}
.generate-forms p.padd-sm {
	padding-bottom: 20px;
}
/*----------------------- Simple Editor -----------------------*/
.simple-editor {
	background: #f5f5f5;
}
.simple-editor.padding-lg {
	padding-bottom: 0px;
}
.simple-editor .cnt-block {
	padding-top: 20px;
}
.simple-editor .cnt-block h2 {
	padding-bottom: 25px;
}
.simple-editor .cnt-block p {
	padding: 0 4% 35px 0;
}
.simple-editor .right {
	position: relative;
	text-align: center;
}
.simple-editor .right img {
	margin: 0 auto;
}
.simple-editor .right a.play-btn {
	width: 82px;
	padding: 8px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	margin: -66px auto 0;
	font-size: 62px;
	color: #f29a32;
	border-radius: 50%;
}
.simple-editor .right a.play-btn2 {
	width: 66px;
	padding: 6px;
	left: -86px;
	margin: -52px auto 0;
	font-size: 54px;
}
.simple-editor .right a.play-btn:hover {
	color: #e78895;
}
/*----------------------- Choose Pack -----------------------*/
.choose-pack {
	background: #324349;
	text-align: center;
}
.choose-pack.opt1, .choose-pack.opt2 {
	background: #fff;
}
.choose-pack.opt1 h2, .choose-pack.opt2 h2 {
	color: #00324c;
}
.choose-pack.opt1 p, .choose-pack.opt2 p {
	color: #687377;
}
.choose-pack.opt1 ul li {
	list-style: none;
}
.choose-pack.opt1 ul li .inner {
	border: 1px #dde5e7 solid;
}
.choose-pack.opt2 ul li {
	border-right: 1px #dde5e7 solid;
}
.choose-pack.opt2 ul li .inner {
	background: none;
}
.choose-pack.opt2 ul li:last-child {
	border-right: none;
}
.choose-pack.opt2 .cnt-block {
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.choose-pack.opt2 .cnt-block ul li {
	padding: 2px 0;
	border: none;
	text-align: center;
}
.choose-pack.opt2 .cnt-block ul li:before {
	display: none;
}
.choose-pack.opt2 ul li .head-block {
	background: none;
	padding-top: 0px;
}
.choose-pack.opt2 ul li.active .head-block, .choose-pack.opt2 ul li.active .cnt-block {
	background: none;
}
.choose-pack.opt2 .head-block .plan-title span {
	padding-bottom: 15px;
	position: relative;
	top: inherit;
}
.choose-pack.opt2 .head-block .plan-title h3 {
	font-size: 21px;
}
.choose-pack.opt2 .head-block .plan-title span {
	background: none;
	color: #abc2ca;
}
.choose-pack.opt2 a.btn.get-started {
	padding: 12px 25px;
}
.choose-pack.opt2.blue-bg {
	background: #466e7d;
}
.choose-pack.opt2.blue-bg h2, .choose-pack.opt2.blue-bg p, .choose-pack.opt2.blue-bg .head-block .plan-title h3, .choose-pack.opt2.blue-bg .cnt-block .you-choose, .choose-pack.opt2.blue-bg .price .right {
	color: #fff;
}
.choose-pack.opt2.blue-bg .cnt-block ul li, .choose-pack.opt2.blue-bg .head-block .price .month {
	color: #fff;
	opacity: 0.7;
}

.choose-pack.opt2.blue-bg ul li {
	border-color: #658693;
}
.choose-pack.opt2.blue-bg .graph {
	padding-right: 20px;
}
.choose-pack.opt3 ul li {
	margin-bottom: 22px;
	border: none;
}
.choose-pack.opt3 ul li .inner {
	border: 1px #dde5e7 solid;
}
.choose-pack.opt3 ul li .head-block {
	padding-top: 30px;
}
.choose-pack.opt3 a.btn.get-started {
	position: relative;
	bottom: -22px;
}
.choose-pack.opt3 ul li.active .price .right {
	color: #f29a32;
}
.choose-pack.opt3.dark-bg {
	background: #324349;
}
.choose-pack.opt3.dark-bg h2, .choose-pack.opt3.dark-bg p {
	color: #fff;
}
.choose-pack.opt3.dark-bg ul li {
	border: none;
}
.choose-pack.opt3.dark-bg ul li .inner {
	background: #fff;
}
.choose-pack.opt3.dark-bg ul li .head-block {
	padding-top: 30px;
}
.choose-pack.opt3.dark-bg a.btn.get-started {
	position: relative;
	bottom: -22px;
}
.choose-pack.opt3.dark-bg ul li.active .price .right {
	color: #f29a32;
}
.choose-pack .cnt-block ul li {
	display: block;
	padding: 10px 0;
	margin: 0px;
	border-bottom: 1px #e8ebeb solid;
	font-size: 13px;
	color: #828f94;
}
.choose-pack h2 {
	padding-bottom: 25px;
	color: #fff;
}
.choose-pack p {
	padding-bottom: 35px;
	color: #fff;
	opacity: 0.7;
}
.choose-pack ul {
	padding-top: 40px;
}
.choose-pack ul li {
	list-style: none;
}
.choose-pack ul li .inner {
	display: block;
	background: #fff;
	border-radius: 5px;
}
.choose-pack ul li .head-block {
	display: block;
	padding: 60px 10px 30px 10px;
	background: #fff;
	border-radius: 5px 5px 0 0;
}
.choose-pack ul li.active .head-block {
	background: #eaf7f7;
}
.choose-pack .head-block .plan-title {
	padding-bottom: 30px;
}
.choose-pack .head-block .plan-title span {
	width: 185px;
	position: absolute;
	top: -15px;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: block;
	padding: 7px 10px;
	border-radius: 5px;
	background: #42d79e;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}
.choose-pack ul li.active .plan-title span {
	background: #e78895;
}
.choose-pack .head-block .plan-title h3 {
	font-size: 24px;
	font-weight: 700;
}
.choose-pack .head-block .price {
	display: block;
}
.choose-pack .graph {
	display: inline-block;
	padding-right: 30px;
}
.choose-pack .graph span {
	width: 7px;
	height: 50px;
	display: inline-block;
	margin: 0 5px;
	background: #c3d5dc;
	border-radius: 4px;
}
.choose-pack .graph span:nth-child(2) {
	height: 60px;
}
.choose-pack .graph span:nth-child(3) {
	height: 70px;
}
.choose-pack .graph span.org {
	background: #f29a32;
}
.choose-pack .price sup {
	display: inline-block;
	vertical-align: super;
	font-size: 24px;
	font-weight: 300;
}
.choose-pack .price .right {
	display: inline-block;
	color: #6cabc2;
}
.choose-pack .price .right .amt {
	display: block;
	font-size: 72px;
	line-height: 60px;
	font-weight: 300;
}
.choose-pack ul li.active .price .right {
	color: #42d79e;
}
.choose-pack .head-block .price .month {
	display: block;
	font-size: 18px;
	color: #828f94;
	text-transform: uppercase;
}
.choose-pack .cnt-block {
	display: block;
	padding: 40px 13%;
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #ffffff 15%);
	background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 15%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0 );
	border-radius: 0 0 5px 5px;
}
.choose-pack ul li.active .cnt-block {
	background: #fff;
}
.choose-pack .cnt-block ul {
	padding: 0 0 30px 0;
	text-align: left;
}
.choose-pack .cnt-block ul li {
	display: block;
	padding: 10px 0;
	border-bottom: 1px #e8ebeb solid;
	font-size: 24px;
	color: #828f94;
}
.choose-pack .cnt-block ul li:before {
	display: inline-block;
	margin-right: 15px;
	font-family: 'icomoon';
	font-size: 18px;
	content: "\e902";
	color: #c0ced2;
}
.choose-pack ul li.active .cnt-block ul li:before {
	color: #42d79e;
}
.choose-pack .cnt-block ul li:last-child {
	border-bottom: none;
}
.choose-pack .cnt-block .you-choose {
	display: block;
	padding: 0 0 10px 0;
	font-size: 23px;
	font-weight: 700;
	color: #790909;
}
.choose-pack a.btn.get-started {
	display: inline-block;
	padding: 12px 45px;
}
.choose-pack a.btn.get-started:hover, .choose-pack ul li.active a.btn.get-started {
	background: #f29a32;
}
/*----------------------- Our Features -----------------------*/
.our-features {
	background: #f5f5f5;
	text-align: center;
}
ul.features-listing li {
	list-style: none;
	padding-bottom: 60px;
}
ul.features-listing li:last-child, ul.features-listing li:nth-last-child(2), ul.features-listing li:nth-last-child(3) {
	padding-bottom: 0px;
}
ul.features-listing li .inner {
	padding: 0 5%;
}
ul.features-listing li .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.1);
}
ul.features-listing li h3 {
	padding: 30px 0 20px 0;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
}
ul.features-listing.ico-bg li .icon {
	background: #e78895;
	font-family: 'icomoon';
	font-size: 32px;
	color: #fff;
	text-align: center;
	box-shadow: none;
}
ul.features-listing.bg-none li h3 {
	padding: 5px 0 10px;
}
ul.features-listing.bg-none li .icon {
	width: auto;
	height: auto;
	background: none;
	box-shadow: none;
	font-size: 52px;
	color: #e78895;
}
/*--------------------------- Client Speak opt1 ---------------------------*/
.client-speak {
	display: block;
	text-align: center;
}
.client-speak .head-block {
	padding-bottom: 70px;
}
.client-speak .head-block span {
	display: block;
	padding-bottom: 15px;
	font-weight: 700;
	color: #abc2ca;
	text-transform: uppercase;
}
.client-speak .head-block h2 {
	padding-bottom: 20px;
}
.client-speak .head-block p {
	padding: 0 6%;
}
ul.speak-listing {
	position: relative;
}
ul.speak-listing.opt1:after {
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	content: "";
	background: #fff;
}
ul.speak-listing li {
	display: block;
}
ul.speak-listing li .inner {
	display: block;
	padding: 0 4%;
	position: relative;
}
ul.speak-listing.opt1 li .inner:after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: -15px;
	top: 0px;
	content: "";
	background: #eaeaea;
}
ul.speak-listing li .inner figure {
	margin-bottom: 50px;
}
ul.speak-listing li figure img {
	width: auto !important;
	margin: 0 auto;
}
ul.speak-listing li .icon-quote {
	display: block;
	padding-bottom: 25px;
	font-family: 'icomoon';
	font-size: 20px;
	content: "\e903";
	color: #e78895;
}
ul.speak-listing.opt1 li .client-detail {
	display: block;
	padding-bottom: 20px;
}
ul.speak-listing li h4 {
	font-size: 20px;
	color: #464f53;
	font-weight: bold;
}
ul.speak-listing li .designation {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #929caa;
}
ul.speak-listing li p {
	color: #929caa;
	font-size: 18px;
}
ul.speak-listing li a {
	color: #2a3539;
}
ul.speak-listing li a:hover {
	color: #e78895;
}
.speak-listing .owl-dots {
	margin-top: 70px;
}
.owl-dot {
	display: inline-block;
}
.owl-dot span {
	width: 20px;
	height: 20px;
	margin: 0 11px;
	background: #d9dcdd;
	display: block;
	border: 6px #fff solid;
	border-radius: 50%;
}
.grey-bg .owl-dot span {
	border-color: #f5f5f5;
}
.owl-dot.active span, .owl-dot:hover span {
	background: #e78895;
	border-color: #e78895;
}
/*--------------------------- Client Speak opt2 ---------------------------*/
.client-speak .padd-sm {
	padding-bottom: 25px;
}
ul.speak-listing.opt2 li {
	padding-bottom: 50px;
}
ul.speak-listing.opt2 li p {
	font-size: 18px;
	font-weight: 300;
	color: #929caa;
	line-height: 33px;
}
.client-speak #bx-pager a {
	display: inline-block;
	opacity: 0.5;
}
.client-speak #bx-pager a:hover, .client-speak #bx-pager a.active, .client-speak #bx-pager a.active .client-detail {
	opacity: 1;
}
.client-speak #bx-pager a .client-detail {
	opacity: 0;
}
.client-speak #bx-pager figure {
	width: 70px;
	margin: 0 auto;
}
.client-speak #bx-pager figure img {
	width: 100%;
}
.client-speak #bx-pager .client-detail {
	padding: 20px 0 0 0;
}
.client-speak #bx-pager .client-detail h4 {
	padding-bottom: 2px;
	font-size: 18px;
	color: #464f53;
}
.client-speak #bx-pager .client-detail .designation {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	color: #929caa;
}
.client-speak #bx-pager .client-detail .icon-quote {
	display: block;
	font-family: 'icomoon';
	font-size: 18px;
	content: "\e903";
	color: #e78895;
}
/*--------------------------- Client Speak opt3 ---------------------------*/
ul.speak-listing.opt3 li {
	display: block;
}
ul.speak-listing.opt3 li .inner {
	padding: 45px 5% 45px 8%;
	background: #fff;
	border: 1px #d0dde1 solid;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: relative;
}
ul.speak-listing.opt3 li .inner figure {
	width: 20%;
	float: left;
	margin: 0px;
	position: relative;
}
ul.speak-listing.opt3 li .cnt-right {
	width: 80%;
	padding-left: 30px;
	float: left;
	text-align: left;
}
ul.speak-listing.opt3 li .client-detail {
	padding-bottom: 5px;
}
ul.speak-listing.opt3 li .icon-quote {
	width: 38px;
	height: 38px;
	line-height: 38px;
	border-radius: 50%;
	padding: 0px;
	background: #e78895;
	font-size: 16px;
	color: #fff;
	position: absolute;
	right: -5px;
	bottom: -5px;
}
/*--------------------------- Client Speak opt4 ---------------------------*/
ul.speak-listing.opt4 li {
	padding: 19px 0 125px 0;
	opacity: 0.5;
}
ul.speak-listing.opt4 .active.center li {
	opacity: 1;
}
ul.speak-listing.opt4 li .inner {
	padding: 30px 32px 50px 32px;
	border: 1px #d0dde1 solid;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	position: relative;
}
ul.speak-listing.opt4 li p {
	padding: 10px 0 25px 0;
}
ul.speak-listing.opt4 li .inner figure {
	margin-bottom: 28px;
}
ul.speak-listing.opt4 li .icon-quote {
	width: 38px;
	height: 38px;
	display: block;
	padding: 0px;
	margin: 0 auto;
	line-height: 38px;
	background: #e78895;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
}
ul.speak-listing.opt4 li .client-detail {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: -125px;
}
/*----------------------- Latest Stories -----------------------*/
.latest-stories {
	display: block;
	background: #f5f5f5;
}
.latest-stories .head-block {
	padding-bottom: 60px;
	text-align: center;
}
.latest-stories .head-block span {
	display: block;
	padding-bottom: 15px;
	font-weight: 700;
	color: #abc2ca;
	text-transform: uppercase;
}
.latest-stories .head-block h2 {
	padding-bottom: 20px;
}
.latest-stories .head-block p {
	padding: 0 6%;
}
.blog-blocks .card-body h4 {
	display: block;
	padding-bottom: 25px;
	font-size: 14px;
	font-weight: 700;
	color: #abc2ca;
	text-transform: uppercase;
}
.blog-blocks .card-body h2 {
	padding-bottom: 20px;
}
.blog-blocks .card-body p {
	padding-bottom: 40px;
}
.blog-blocks .card {
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.03);
	border: none;
	border-radius: 5px;
	overflow: hidden;
}
.white-bg .blog-blocks .card {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}
.blog-blocks .card.bg-none {
	background: none;
	box-shadow: none;
}
.blog-blocks .card figure img {
	width: 100%;
}
.blog-blocks .card-body {
	padding: 45px 30px;
}
.blog-blocks .card-body h3 {
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
}
.blog-blocks .card-body h3 a {
	color: #00324c;
}
.blog-blocks .card-body p {
	padding-bottom: 33px;
}
.blog-blocks .card-body .date {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #8d99a3;
}
.blog-blocks .card-body .date:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-size: 18px;
	color: #e78895;
	content: "\e913";
}
/*----------------------- Partners -----------------------*/
.brands {
	display: block;
	padding: 55px 0;
}
.brands ul {
	display: block;
}
.brands ul li {
	list-style: none;
}
.brands ul .owl-item img {
	width: auto;
	opacity: 0.5;
	filter: gray;
   /* IE6-9 */
	-webkit-filter: grayscale(100%);
   /* Chrome 19+ & Safari 6+ */
	transition: all 0.3s ease 0s;
}
.brands ul .owl-item img:hover {
	opacity: 1;
	filter: none;
	-webkit-filter: grayscale(0%);
}
/*----------------------- Sign Up opt1 -----------------------*/
.signup-outer {
	background: #56bedd;
	text-align: center;
	color: #fff;
	position: relative;
}
.signup-outer .container {
	position: relative;
	z-index: 2;
}
.signup-outer ul {
	max-width: 620px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.signup-outer ul li {
	width: calc(100% / 3);
	display: block;
	float: left;
	position: relative;
}
.signup-outer ul li:after {
	position: absolute;
	right: -30px;
	top: 5px;
	content: url(../images/dots.png);
}
.signup-outer ul li:last-child:after {
	display: none;
}
.signup-outer ul li span {
	display: block;
	min-height: 45px;
}
.signup-outer ul li .icon-men {
	font-size: 30px;
}
.signup-outer ul li .icon-chat {
	font-size: 40px;
}
.signup-outer ul li .icon-lap {
	font-size: 55px;
	margin-top: -10px;
}
.signup-outer ul li h4 {
	padding: 15px 0 0 0;
	font-size: 22px;
	color: #fff;
	line-height: 28px;
}
.signup-outer ul li h4 span {
	display: block;
}
.signup-form {
	display: block;
}
.signup-form .email, .signup-form .password {
	width: 36%;
	display: inline-block;
	padding: 0 14px;
	position: relative;
}
.signup-form .email:before, .signup-form .password:before {
	display: block;
	position: absolute;
	left: 14px;
	font-family: 'icomoon';
	font-size: 22px;
	content: "\e906";
	color: #c8ede7;
}
.signup-form .password:before {
	content: "\e908";
}
.signup-form input {
	width: 100%;
	padding: 0 0 8px 40px;
	background: none;
	border: none;
	border-bottom: 1px #c8ece9 solid;
	font-size: 14px;
	color: #b2e1d9;
}
.signup-form input::-webkit-input-placeholder {
	color:#fff;
	opacity:0.5;
}
.signup-form input :-moz-placeholder {
   /* Firefox 18- */
	color:#fff;
	opacity:0.5;
}
.signup-form input::-moz-placeholder {
   /* Firefox 19+ */
	color:#fff;
	opacity:0.5;
}
.signup-form input:-ms-input-placeholder {
	color:#fff;
	opacity:0.5;
}
.signup-form .signup-btn {
	margin-left: 12px;
	padding: 10px 36px;
	background: #f29a32;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border: none;
	border-radius: 4px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.signup-form .signup-btn:hover {
	background: #173139;
}
/*----------------------- Sign Up op2 -----------------------*/
.signup-outer.gradient-bg {
	background: #53b0d7;
	background: -moz-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: -webkit-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: linear-gradient(to bottom, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b0d7', endColorstr='#44c4a7', GradientType=0 );
}
/*----------------------- Sign Up op3 -----------------------*/
.signup-outer.img-bg {
	background: url(../images/signup-bg.jpg) no-repeat center top / cover;
}
.signup-outer.img-bg:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	display: block;
	content: "";
	opacity: 0.85;
	background: #53b0d7;
	background: -moz-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: -webkit-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: linear-gradient(to bottom, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b0d7', endColorstr='#44c4a7', GradientType=0 );
}
.signup-outer.parallax-window{
	background: none;
}
/*----------------------- Sign Up op4 -----------------------*/
.signup-outer.video-bg {
	background: none;
}
.signup-outer.video-bg:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	background: #53b0d7;
	background: -moz-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: -webkit-linear-gradient(top, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	background: linear-gradient(to bottom, #53b0d7 0%, #4cb9c1 44%, #44c4a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b0d7', endColorstr='#44c4a7', GradientType=0 );
	opacity: 0.85;
}
/*----------------------------------- Demos Wrapper ------------------------------------*/
.demo-wrapper {
	padding: 130px 0;
	background: #fbfbfb url(../images/landing-CTA-top.png) no-repeat bottom center;
	background-size: 100%;
}
.demo-wrapper.white-bg {
	padding: 90px 0;
}
.demo-wrapper h2 {
	padding: 0 0 15px;
}
.demo-wrapper p {
	font-size: 16px;
	line-height: 26px;
}
.demo-wrapper .container.lg {
	max-width: 1470px;
	margin: 50px auto 0;
}
.theme-demo-listing {
	margin: 40px auto 0;
}
.theme-demo-listing li {
	display: block;
	margin-bottom: 30px;
}
.theme-demo-listing li img {
	width: 100%;
	display: block;
}
.theme-demo-listing li .top-bar {
	display: block;
}
.thumbnail-holder {
	box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.thumbnail-holder .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
	z-index: 1;
}
.thumbnail-holder:hover .mask {
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.thumbnail-holder .inner {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.thumbnail-holder .inner h3 {
	display: block;
	padding-bottom: 25px;
	font-size: 22px;
	color: #fff;
	position: relative;
	top: -20px;
	transition: all 0.3s ease 0s;
}
.thumbnail-holder .inner a.ovelay-icon {
	position: relative;
	transform: none;
}
.thumbnail-holder:hover .inner h3 {
	top: 0;
}
a.ovelay-icon {
	width: 70px;
	height: 70px;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #f29a32;
	font-size: 24px;
	color: #fff;
	display: block;
	padding: 23px;
}
.thumbnail-holder a.ovelay-icon:hover {
	background: #fff;
	color: #f29a32;
}
/* ================================================== */
/* 06. Footer */
/* ================================================== */
/*----------------------- Footer opt1 -----------------------*/
.footer {
	display: block;
	background: #f3f3f3;
}
.footer .top {
	padding: 70px 0 60px 0;
	border-bottom: 1px #ebebeb solid;
}
.footer .top h4 {
	padding-bottom: 30px;
	font-size: 22px;
}
.footer .quick-links {
	display: block;
	padding-bottom: 30px;
	border-bottom: 1px #e1e1e1 solid;
	text-align: center;
}
.footer .quick-links ul {
	display: block;
}
.footer .quick-links ul li {
	width: 49%;
	display: inline-block;
	font-size: 14px;
}
.footer .quick-links ul li a {
	color: #868f95;
}
.footer .quick-links ul li a:hover {
	color: #e78895;
}
.footer .connect-outer {
	display: block;
	padding-top: 30px;
}
.footer .connect-outer h4 {
	padding-bottom: 20px;
}
.footer ul.connect-us {
	display: block;
}
.footer ul.connect-us li {
	display: inline-block;
	padding: 0 1px;
	text-align: center;
}
.footer ul.connect-us li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	background: #46605e;
	color: #fff;
	border-radius: 50%;
}
.footer ul.connect-us li a:hover {
	background: #e78895;
}
.footer .recent-post {
	display: block;
	padding-left: 25px;
}
.footer .recent-post ul {
	display: block;
}
.footer .recent-post ul li {
	list-style: none;
	padding: 20px 0;
	border-bottom: 1px #ebebeb solid;
}
.footer .recent-post ul li:first-child {
	padding-top: 0px;
}
.footer .recent-post ul li:last-child {
	border: none;
}
.footer .recent-post ul li figure {
	width: 24%;
	padding-right: 15px;
}
.footer .recent-post ul li h5 {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #646f79;
	line-height: 18px;
}
.footer .recent-post ul li p {
	font-size: 11px;
	color: #4b555e;
}
.footer .recent-post ul li p span {
	font-weight: 600;
}
.footer .recent-post ul li p:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	font-family: 'icomoon';
	font-size: 18px;
	color: #c1d0da;
	content: "\e904";
}
.footer .subscribe {
	display: block;
}
.footer .subscribe p {
	padding-bottom: 16px;
	line-height: 20px;
	font-size: 17px;
}
.footer .input-outer {
	display: block;
	position: relative;
}
.footer .input-outer input[type='email'] {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	border: none;
	font-size: 12px;
	border-bottom: 2px #e6ecf0 solid;
	background: none;
	color: #9ca7af;
}
.footer .input-outer .clear {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #ffb311;
	border-radius: 5px;
	text-align: center;
}
.footer .input-outer .clear:hover {
	background: #e78895;
}
.footer .input-outer .clear:after {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'icomoon';
	font-size: 20px;
	content: "\e90a";
	color: #fff;
	z-index: 1;
}
.footer .input-outer .clear .button {
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	z-index: 2;
	text-indent: -9999px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.footer .tweet {
	display: block;
	padding: 60px 0 0 0;
}
.footer .tweet .icon {
	width: 14%;
	float: left;
	font-size: 70px;
	color: #e4e9ed;
}
.footer .tweet .right-cnt {
	width: 86%;
	padding: 0 0 0 25px;
	float: left;
}
.footer .tweet .right-cnt p {
	padding-bottom: 10px;
	line-height: 24px;
}
.footer .tweet .sourse {
	display: block;
	font-weight: 700;
	color: #314859;
}
.footer .tweet .sourse span {
	display: inline-block;
	padding-left: 4px;
	font-weight: normal;
	color: #93aabb;
}
.footer .tweet .sourse ul {
	display: inline-block;
	padding-left: 15px;
}
.footer .tweet .sourse ul li {
	display: inline-block;
	padding: 0 6px;
}
.footer .tweet .sourse ul li a {
	display: block;
	color: #8ba6ba;
}
.footer .tweet .sourse ul li a:hover {
	color: #e78895;
	transition: all 0.3s ease 0s;
}
.footer .bottom {
	display: block;
	padding: 15px 0;
	font-size: 16px;
	color: #5f7279;
	text-align: center;
	background:#f9f9f9;
}
a.scroll-top {
	width: 42px;
	height: 42px;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	position: fixed;
	display: none;
	left: 20px;
	bottom: 20px;
	background: #e78895;
	z-index: 999;
}
a.scroll-top:hover {
	background: #f29a32;
}
/*----------------------- Footer opt2 -----------------------*/
.footer.dark-bg {
	background: #2a3f44;
}
.footer.dark-bg .top {
	border-bottom: none;
}
.footer.dark-bg .top h4 {
	color: #fff;
}
.footer.dark-bg .quick-links ul li a, .footer.dark-bg .recent-post ul li h5, .footer.dark-bg .subscribe p, .footer.dark-bg .input-outer input, .footer.dark-bg .tweet .right-cnt p, .footer.dark-bg .bottom {
	color: #8d9ca8;
}
.footer.dark-bg ul.connect-us li a {
	background: #3d555a;
}
.footer.dark-bg ul.connect-us li a:hover {
	background: #e78895;
}
.footer.dark-bg .quick-links, .footer.dark-bg .recent-post ul li, .footer.dark-bg .input-outer input {
	border-color: #3d555a 
}
.footer.dark-bg .quick-links ul li a:hover {
	color: #e78895;
}
.footer.dark-bg .recent-post ul li p {
	color: #697f84;
}
.footer.dark-bg .recent-post ul li p:before {
	color: #576a71;
}
.footer.dark-bg .input-outer input::-webkit-input-placeholder {
   /* Chrome */
	color: #8d9ca8;
}
.footer.dark-bg .input-outer input:-ms-input-placeholder {
   /* IE 10+ */
	color: #8d9ca8;
}
.footer.dark-bg .input-outer input::-moz-placeholder {
   /* Firefox 19+ */
	color: #8d9ca8;
}
.footer.dark-bg .input-outer input:-moz-placeholder {
   /* Firefox 4 - 18 */
	color: #8d9ca8;
}
.footer.dark-bg .input-outer input {
}
.footer.dark-bg .tweet .icon {
	color: #5b787e;
}
.footer.dark-bg .tweet .sourse {
	color: #fff;
}
.footer.dark-bg .bottom {
	background: #25373c;
}
/* ==================== 07. Index 4 ================== */
/*----------------------------------- Sided Full Image Styles ------------------------------------*/
.sided-item-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sided-item-wrapper.padding-lg {
	padding-bottom: 0;
}
.sided-item-wrapper ul.marketing-list3 {
	padding: 50px 0 0;
}
.sided-item-wrapper ul.marketing-list3 li .equal-hight {
	border: none;
	padding: 0;
	border-radius: 0px;
	box-shadow: none;
}
.sided-item-wrapper ul.marketing-list3 li .ico-block {
	width: 20%;
}
.sided-item-wrapper ul.marketing-list3 li .cnt-block {
	width: 80%;
	padding-left: 15px;
}
.sided-item-wrapper ul.marketing-list3 h3 {
	font-size: 20px;
}
.sided-item-wrapper .content-area {
	position: relative;
	z-index: 2;
}
.sided-item-wrapper .right-sided-full-image {
	width: calc(100% - 66%);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.sided-item-wrapper .left-sided-full-image {
	width: calc(100% - 60%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.sided-item-wrapper .left-sided-full-image img {
	float: right;
}
/*----------------------------------- Sided SEO Report Styles ------------------------------------*/
.seo-reports .sided-item-wrapper h2 {
	padding: 0 0 25px;
}
.seo-reports .sided-item-wrapper .content-area {
	max-width: 610px;
}
.seo-reports .sided-item-wrapper .icon-tik-list {
	max-width: 100%;
	padding: 30px 0 0;
	margin: 0;
}
.seo-reports .sided-item-wrapper .icon-tik-list li:before {
	top: 15px;
	font-size: 26px;
}
.seo-reports .sided-item-wrapper .icon-tik-list li {
	border: none;
	padding: 10px 30px 10px 40px;
}
.seo-reports .sided-item-wrapper .icon-tik-list p {
	font-size: 13px;
	line-height: 26px;
}
/*----------------------------------- Custom Opacity Slider ------------------------------------*/
.custom-opacity {
	position: relative;
	margin-top: 30px;
}
.custom-opacity .keyboard {
	max-width: 38%;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	margin-top: 60px;
}
.custom-opacity .frame {
	width: 33%;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: -20px;
	z-index: 1;
}
.custom-opacity .item {
	opacity: 0.3;
}
.custom-opacity .center.active .item {
	opacity: 1;
}
.custom-opacity #owl-career .owl-nav .owl-next, .custom-opacity #owl-career .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.custom-opacity #owl-career .owl-nav .owl-next {
	right: 14.5%;
}
.custom-opacity #owl-career .owl-nav .owl-prev {
	left: 14.5%;
	transform: translateY(-50%) scale(-1, 1);
}
.latest-stories.white-bg .know-more {
	margin: 50px auto 0;
	font-size: 15px;
	color: #606d87;
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	text-align: center;
}
.blog-blocks.with-border .card {
	box-shadow: none;
	border: 1px solid #d9e7ec;
}
/*----------------------------------- Provide Features Styles ------------------------------------*/
.provide-features {
	background: #f5f5f5;
}
.provide-features ul.features-listing {
	padding-top: 45px;
}
.provide-features ul.features-listing li .icon {
	background: none;
	box-shadow: none;
	width: auto;
	height: auto;
	line-height: 1.1;
}
.provide-features ul.features-listing li h3 {
	padding: 10px 0 15px;
}
.provide-features .sided-item-wrapper .right-sided-full-image {
	width: calc(100% - 58%);
}
.provide-features ul.features-listing li .inner {
	padding: 0;
}
/* =================== 08. About Us ============================ */
/*----------------------- Who we are -----------------------*/
.who-we-are {
	display: block;
}
.who-we-are figure img {
	width: 100%;
}
.who-we-are .cnt-block {
	padding: 0 0 0 45px;
}
.who-we-are .cnt-block p {
	padding: 15px 0 20px 0;
}
.who-we-are .row1 {
	padding-bottom: 75px;
}
ul.who-listing li {
	display: block;
	padding: 4px 0 4px 32px;
	color: #525d62;
	position: relative;
}
ul.who-listing li:before {
	display: block;
	position: absolute;
	left: 0px;
	top: 4px;
	font-family: 'icomoon';
	content: "\e927";
	font-size: 20px;
	color: #42d79e;
}
ul.counter-listing {
	text-align: center;
}
ul.counter-listing li {
	width: 24.5%;
	display: inline-block;
}
ul.counter-listing li span {
	font-size: 45px;
	font-weight: 300;
	line-height: 40px;
	color: #e78895;
}
ul.counter-listing li .sub-title {
	display: block;
	font-size: 14px;
	color: #959ca3;
	line-height: 30px;
	text-transform: uppercase;
}
/*----------------------- Take a Tour -----------------------*/
.about-video {
	height: 560px;
	background: url(../images/about-video-bg.jpg) no-repeat center top / cover;
	position: relative;
	text-align: center;
}
.about-video:after {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0px;
	z-index: 1;
	content: "";
}
.about-video .cnt-block {
	max-width: 650px;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.about-video .cnt-block a {
	display: inline-block;
	padding: 6px;
	font-size: 64px;
	color: #ffaa00;
	background: #fff;
	border-radius: 50%;
}
.about-video .cnt-block a:hover {
	color: #e78895;
}
.about-video .cnt-block h2 {
	padding: 25px 0 20px 0;
	font-size: 54px;
	color: #fff;
}
.about-video .cnt-block p {
	font-size: 16px;
	color: #f5f5f5;
	opacity: 0.7;
}
/*----------------------- Our Team -----------------------*/
.our-team-outer {
	text-align: center;
}
.our-team-outer h2 {
	padding-bottom: 25px;
}
.our-team-outer p {
	padding-bottom: 60px;
}
ul.team-listing li {
	list-style: none;
}
ul.team-listing li figure {
	padding-bottom: 25px;
}
ul.team-listing li h3 {
	font-size: 18px;
}
ul.team-listing li .source-title {
	display: block;
	padding-bottom: 15px;
	font-size: 12px;
	color: #77868e;
	text-transform: uppercase;
}
ul.team-listing li p {
	padding: 0 6px 20px 6px;
}
ul.team-listing li ul.follow-us li {
	display: inline-block;
	padding: 0 2px;
	text-align: center;
}
ul.team-listing li ul.follow-us li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #d1d8da;
	color: #fff;
	border-radius: 50%;
}
ul.team-listing li ul.follow-us li a:hover {
	background: #e78895;
}
/* =========== 09. More Features =============== */
.awesome-design {
	background: #f5f5f5;
	text-align: center;
}
.awesome-design.padding-lg {
	padding-bottom: 0px;
}
.awesome-design h2 {
	padding-bottom: 28px;
}
.more-features .img-holder {
	max-width: 620px;
	position: relative;
	text-align: center;
}
.more-features .img-holder img {
	margin: 0 auto;
}
.more-features .img-holder a.play-btn {
	width: 92px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #f29a32;
	display: inline-block;
	font-size: 72px;
	left: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.more-features .img-holder a.play-btn2 {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #f29a32;
	display: inline-block;
	font-size: 54px;
	left: -86px;
	margin: -52px auto 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 66px;
}
.more-features .img-holder a.play-btn:hover {
	color: #e78895;
}
/*----------------------- More Features -----------------------*/
.more-features {
	display: block;
}
.more-features h2 {
	padding-bottom: 20px;
}
ul.more-features-list {
	max-width: 430px;
	padding: 20px 0 0 0;
}
ul.more-features-list li {
	display: block;
	padding: 15px 15px 15px 0;
	border-bottom: 1px #d6d7d7 solid;
	position: relative;
	margin-left: 40px;
}
ul.more-features-list li:before {
	width: 40px;
	position: absolute;
	top: 18px;
	left: -40px;
	content: "\e927";
	font-family: 'icomoon';
	font-size: 30px;
	color: #42d79e;
}
ul.more-features-list li:last-child {
	border-bottom: none;
}
ul.more-features-list li p {
	font-size: 12px;
	line-height: 20px;
}
/*----------------------- Tab Vertical Styles -----------------------*/
.vertical-tab-outer {
	padding: 60px 0 0;
}
.tabs-vertical {
	width: 39%;
	float: right;
}
.tabs-vertical ul {
	padding: 0 0 0 30px;
}
.tabs-vertical li {
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 18px;
	height: auto;
	background: #f5f5f5;
	color: #fff;
	position: relative;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	text-align: left;
	cursor: pointer;
}
.tabs-vertical li .icon-div {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px;
}
.tabs-vertical li .text-div {
	width: 68%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 12px;
}
.tab-area {
	position: relative;
}
.tab-area h4 {
	padding-bottom: 4px;
	font-size: 16px;
	color: #00324c;
	line-height: 20px;
	font-weight: 400;
}
.tab-area p {
	font-size: 12px;
	color: #687377;
	line-height: 20px;
}
.generate-forms .tab-area p {
	padding-bottom: 0;
}
.tabs-vertical li:before {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #f5f5f5;
	border-bottom: 10px solid transparent;
	top: 40%;
	position: absolute;
	content: "";
	left: -10px;
	transition: all 0.5s ease 0s;
}
.tabs-vertical li.active {
	display: block;
	background: #fff;
}
.tabs-vertical li:hover {
	background: #fff;
}
.tabs-vertical li:hover, .tabs-vertical li.active {
	box-shadow: 0 0 25px #ebebeb;
}
.tabs-vertical li:hover:before, .tabs-vertical li.active:before {
	border-right: 10px solid #fff;
	transition: all 0.5s ease 0s;
}
.tab-vertical-container {
	width: 61%;
	border-top: none;
	float: left;
	position: relative;
}
.tab-vertical-content {
	padding: 25px 0 0;
	display: none;
	text-align: left;
}
.tab-vertical-content img {
	max-width: 100%;
}
.tab-drawer-heading {
	display: none;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background-color: #fafafa;
	margin: 0 0 30px;
	padding: 30px;
	cursor: pointer;
	border-radius: 10px;
}
.tab-drawer-heading .icon-div {
	margin: 0 0 15px;
}
.tab-drawer-heading:hover, .tab-drawer-heading.active-item {
	background-color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tab-drawer-heading:before {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fafafa;
	content: "";
	position: absolute;
	bottom: -10px;
	left: auto;
	transition: all 0.5s ease 0s;
}
.tab-drawer-heading.active-item:before, .tab-drawer-heading:hover:before {
	border-top: 10px solid #fff;
	transition: all 0.5s ease 0s;
}
/*----------------------- Counters -----------------------*/
.generate-forms ul.counter-listing {
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0 40px;
}
.generate-forms ul.counter-listing li {
	width: 32%;
	display: inline-block;
}
.generate-forms ul.counter-listing li span {
	font-size: 60px;
	padding: 0 0 10px;
}
.generate-forms ul.counter-listing li .sub-title {
	font-size: 14px;
	padding: 0;
}
/*----------------------------------- Features Carousel ------------------------------------*/
.features-carousel-sec {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 70px;
}
.owl-carousel.owl-feature .owl-item img {
	display: block;
	width: inherit;
	max-width: 100%;
}
.owl-feature .owl-nav.disabled {
	display: block;
}
.owl-feature .owl-dots {
	display: none;
}
.owl-feature .owl-nav .icon-know-more-arrow {
	font-size: 44px;
	color: #798c93;
}
.owl-feature .owl-nav .icon-know-more-arrow:hover {
	color: #f29a32;
}
.owl-feature .owl-nav .owl-prev, .owl-feature .owl-nav .owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #fff;
	padding: 5px;
	opacity: 0.9;
}
.owl-feature .owl-nav .owl-prev {
	left: -70px;
	transform: matrix(-1, 0, 0, 1, 0, 0);
}
.owl-feature .owl-nav .owl-next {
	right: -70px;
}
/*--------------------------- Need To Discuss design ----------------------------*/
.need-to-discuss {
	background: #324349;
	position: relative;
}
.need-to-discuss.bg-img {
	background: url(../images/need-discuss-bg.jpg) no-repeat center top / cover;
}
.need-to-discuss.bg-img:after {
	width: 100%;
	height: 100%;
	display: block;
	background: #699882;
	background: -moz-linear-gradient(45deg, #699882 0%, #708f99 100%);
	background: -webkit-linear-gradient(45deg, #699882 0%, #708f99 100%);
	background: linear-gradient(45deg, #699882 0%, #708f99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699882', endColorstr='#708f99', GradientType=1 );
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 1;
}
.need-to-discuss.bg-img .container {
	position: relative;
	z-index: 2;
}
.need-to-discuss .head-block {
	text-align: center;
	padding-bottom: 60px;
}
.need-to-discuss h2 {
	padding: 0 0 20px;
	color: #fff;
}
.need-to-discuss P {
	color: #fff;
	opacity: 0.6;
}
.need-to-discuss .submit-form {
	padding-bottom: 16px;
}
.need-to-discuss .submit-form input {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 1px #516167 solid;
	color: #9fb4bc;
	font-size: 12px;
	padding: 0 0 9px 0;
	margin: 0 0 55px;
	text-transform: uppercase;
}
.need-to-discuss .submit-form input {
	border-color: rgba(255, 255, 255, 0.4);
}
.need-to-discuss .submit-form ::-webkit-input-placeholder {
   /* Chrome/Opera/Safari */
	color:#fff;
	opacity:0.5;
}
.need-to-discuss .submit-form ::-moz-placeholder {
   /* Firefox 19+ */
	color:#fff;
	opacity:0.5;
}
.need-to-discuss .submit-form :-ms-input-placeholder {
   /* IE 10+ */
	color:#fff;
	opacity:0.5;
}
.need-to-discuss .submit-form :-moz-placeholder {
   /* Firefox 18- */
	color:#fff;
	opacity:0.5;
}
.need-to-discuss .submit-form input:focus {
	color: #fff;
	border-color: currentcolor currentcolor #fff;
}
.need-to-discuss .submit-form .submit-btn {
	width: 175px;
	margin: 0 auto;
	background: #f29a32;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	font-weight: 700;
	padding: 0 15px;
	display: block;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.need-to-discuss .submit-form .submit-btn:hover {
	background: #e78895;
}
/*---------------------------- FAQ -----------------------------*/
.faq-sec {
	display: block;
}
.faq-sec .head-block {
	padding-bottom: 40px;
	text-align: center;
}
.faq-sec .head-block span {
	display: block;
	padding-bottom: 15px;
	font-weight: 700;
	color: #abc2ca;
	text-transform: uppercase;
}
.faq-sec .head-block h2 {
	padding-bottom: 20px;
}
.faq-sec ul li {
	display: block;
	padding-bottom: 40px;
}
.faq-sec ul li h3 {
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
}
/*---------------------------- Still Have Questains -----------------------------*/
.still-hav-qtns-outer {
	text-align: center;
}
.still-hav-qtns-outer h2 {
	padding: 0 0 50px;
}
.features-listing .info-content {
	max-width: 300px;
	margin: 0 auto;
}
.info-content .icon-holder {
	display: block;
	width: auto;
}
.info-content .icon-holder img {
	max-width: 100%;
}
.info-content h3 {
	font-size: 22px;
	font-weight: 300;
	padding: 30px 0 20px;
}
.info-content .know-more {
	display: block;
	margin: 30px auto 0;
}
/* ================ 10. How It Works ================= */
.how-it-work-items {
	display: block;
}
.how-it-work-items .row {
	padding-bottom: 90px;
}
.how-it-work-items .row:last-child {
	padding-bottom: 0px;
}
.how-it-work-items .content-area {
	max-width: 585px;
	padding: 0 0 50px;
}
.how-it-work-items .content-area .icon {
	width: 19%;
	display: inline-block;
	vertical-align: top;
}
.how-it-work-items .content-area .icon span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #fff;
	background: #f29a32;
	font-size: 30px;
	font-weight: 400;
	margin: 0 auto;
	border-radius: 50%;
}
.how-it-work-items figure {
	padding-bottom: 40px;
}
.how-it-work-items figure.right {
	text-align: right;
}
.how-it-work-items .text-area {
	width: 80%;
	display: inline-block;
}
.how-it-work-items .text-area h2 {
	padding-bottom: 20px;
}
/* =============== 11. Portfolio ========================= */
ul.portfolio-filter {
	padding-bottom: 45px;
}
ul.portfolio-filter li {
	display: inline-block;
	padding: 0 4px;
}
ul.portfolio-filter li a {
	display: block;
	padding: 4px 30px;
	font-size: 14px;
	font-weight: 600;
	color: #818d98;
	text-transform: uppercase;
	border-radius: 25px;
	position: relative;
}
ul.portfolio-filter li a:after {
	width: 0;
	height: 0;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	position: absolute;
	pointer-events: none;
	border-color: rgba(242, 154, 50, 0);
	border-top-color: #f29a32;
	border-width: 6px;
	margin-left: -6px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
ul.portfolio-filter li a:hover:after, ul.portfolio-filter li.active a:after {
	opacity: 1;
}
ul.portfolio-filter li a:hover {
	background: #f29a32;
	color: #fff;
}
ul.portfolio-filter li:hover a, ul.portfolio-filter li.active a {
	background: #f29a32;
	color: #fff;
}
.portfolio-outer {
	padding-bottom: 0px;
}
.portfolio-outer ul.portfolio li {
	display: block;
	margin-bottom: 30px;
}
.portfolio-outer ul.portfolio li .inner {
	background: #2a3f44;
	position: relative;
	border: 3px #fff solid;
}
.portfolio-outer ul.portfolio li figure {
	transition: all 0.3s ease 0s;
}
.portfolio-outer ul.portfolio li figure img {
	width: 100%;
}
.portfolio-outer ul.portfolio li:hover figure {
	opacity: 0.2;
}
.portfolio-outer ul.portfolio li:hover .inner {
	border-color: #f29a32;
}
.portfolio-outer ul.portfolio li .overlay {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease 0s;
	left: 0px;
}
.portfolio-outer ul.portfolio li:hover .overlay {
	opacity: 1;
}
.portfolio-outer ul.portfolio li h2 {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	line-height: 30px;
}
.portfolio-outer ul.portfolio li p {
	display: block;
	padding-bottom: 25px;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}
.portfolio-outer ul.portfolio li a {
	width: 56px;
	height: 56px;
	margin: 0 8px;
	display: inline-block;
	line-height: 62px;
	border-radius: 50%;
	text-align: center;
	background: #f29a32;
	font-size: 20px;
	color: #fff;
}
.portfolio-outer ul.portfolio li a:hover {
	background: #fff;
	color: #f29a32;
}
.portfolio-outer .paging-block {
	padding: 60px 0 90px 0;
}
.mfp-counter {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	text-align: center;
}
.mfp-arrow {
	width: 80px;
}
.mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
	border: none;
}
.mfp-arrow-left:before, .mfp-arrow-right:after {
	width: 20px;
	height: 38px;
	display: block;
	content: "";
	background: url(../images/popup-arrows.png) no-repeat center bottom;
}
.mfp-arrow-left:before {
	background-position: left top;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}
/* ===================== 12. Pricing =============================== */
.select-pricing-plan.padding-lg {
	padding-bottom: 0px;
}
.select-pricing-plan h2 {
	padding: 13px 0 20px;
}
.select-pricing-plan p {
	padding: 0 0 20px;
}
.plan-features-sec {
	display: block;
}
.plan-features-sec h2 {
	padding-bottom: 18px;
}
.plan-table-holder {
	text-align: center;
	padding: 60px 0 0;
}
.plan-table-holder .table {
	margin: 0;
}
.plan-table-holder .table .icon-tick-circle {
	font-size: 28px;
	color: #42d79e;
}
.plan-table-holder .table .icon-close-circle {
	font-size: 28px;
	color: #c5d5db;
}
.plan-table-holder .table thead {
	width: 100%;
	z-index: 20;
	position: relative;
	display: table;
}
.plan-table-holder .table tbody {
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: -40px;
	display: table;
}
.plan-table-holder .table tfoot {
	width: 100%;
	position: relative;
	z-index: 10;
	text-align: center;
	display: table;
}
.plan-table-holder .table tfoot tr th {
	width: 25%;
}
.plan-table-holder .table thead td {
	width: 25%;
	border-bottom: none;
	border-top: none;
	border-right: 1px solid #e9ecef;
}
.plan-table-holder .table thead td:first-child {
	border-left: 1px solid #e9ecef;
}
.plan-table-holder .table thead th {
	border-bottom: none;
	border-right: 1px solid #e9ecef;
	width: 25%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	padding-bottom: 0;
}
.plan-table-holder .table thead th:first-child {
	border-top: none;
	border-right: none;
}
.plan-table-holder .table thead th:nth-child(2) {
	border-left: 1px solid #e9ecef;
}
.plan-table-holder .table .get-started {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 210px;
	text-align: center;
	font-size: 14px;
	line-height: 48px;
}
.plan-table-holder .table tfoot tr th {
	border-right: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	padding: 40px 1rem;
	border-radius: 0 0 5px 5px;
}
.plan-table-holder .table tfoot tr th:first-child {
	border-bottom: 0;
	border-right: none;
}
.plan-table-holder .table tfoot tr th:nth-child(2) {
	border-left: 1px solid #e9ecef;
}
.plan-table-holder .table tbody tr:first-child {
	background: url(../images/table-row-bg.png) repeat-x top;
}
.plan-table-holder .table tbody tr td {
	width: 25%;
	border-bottom: none;
	border-right: 1px solid #e9ecef;
	font-size: 14px;
	font-weight: 500;
	color: #00324c;
	padding: 1rem;
}
.plan-table-holder .table tbody tr td img {
	width: 22px;
	max-width: 100%;
}
.plan-table-holder .table tbody tr:first-child td {
	padding-top: 80px;
}
.plan-table-holder .table tbody tr td:first-child {
	border-left: 1px solid #e9ecef;
	background: #f5f5f5;
	color: #778083;
	font-weight: 400;
	text-align: left;
}
.plan-table-holder .table tbody tr th {
	width: 25%;
	border-bottom: none;
	border-right: 1px solid #e9ecef;
	border-top: 1px solid #e9ecef;
}
.plan-table-holder .table tbody tr th:first-child {
	border-left: 1px solid #e9ecef;
}
.plan-table-holder .table .icon-play-btn {
	color: #d0dadd;
	padding-right: 5px;
}
.plan-table-holder .table h6 {
	color: #00324c;
	font-size: 14px;
	font-weight: 500;
}
.plan-table-holder .table .head-block {
	max-width: 210px;
	margin: 30px auto 0;
	text-align: center;
}
.plan-table-holder .table .head-block span {
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: #00324c;
	padding: 0 0 15px;
}
.plan-table-holder .table .head-block p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.plan-table-holder .table .head-block .price {
	background: #6f7b7f;
	color: #fff;
	padding: 21px 10px 11px;
	border-radius: 5px;
	margin: 28px 0 0;
	z-index: 100;
	transition: all 0.3s ease 0s;
}
.plan-table-holder .table .head-block .price.active {
	transition: all 0.3s ease 0s;
	background: #42d79e;
}
.plan-table-holder .table .head-block .price .amnt {
	font-size: 72px;
	font-weight: 300;
	color: #fff;
	line-height: 1;
	padding: 0;
}
.plan-table-holder .table .head-block .price sup {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	vertical-align: super;
}
.plan-table-holder .table .head-block .price p {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	top: -5px;
}


/*----------------------- Contact Info -----------------------*/
.contact-outer {
	background: #f9f9f9;
   /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#fff, #f9f9f9);
   /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#fff, #f9f9f9);
   /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#fff, #f9f9f9);
   /* For Firefox 3.6 to 15 */
	background: linear-gradient(#fff, #f9f9f9);
   /* Standard syntax (must be last) */
	border-bottom: 1px #dedede solid;
}
ul.contact-list {
	margin-bottom: 60px;
}
ul.contact-list li {
	list-style: none;
	text-align: center;
}
ul.contact-list li .inner {
	padding: 55px 30px;
	border: 1px #d0dbe1 solid;
	border-radius: 5px;
}
ul.contact-list li .inner .icon {
	width: 58px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	background: #e78895;
	border-radius: 3px;
	font-size: 34px;
	color: #fff;
}
ul.contact-list li .inner h3 {
	padding: 30px 0 20px 0;
	font-size: 22px;
	font-weight: 300;
	color: #00324c;
}
ul.contact-list li .inner p {
	padding-bottom: 20px;
	line-height: 22px;
}
ul.contact-list li .inner .call {
	padding-bottom: 8px;
}
ul.contact-list li .inner .call, ul.contact-list li .inner a.mail-to {
	font-size: 16px;
	color: #00324c;
}
ul.contact-list li .inner .call span, ul.contact-list li .inner a.mail-to span {
	margin-right: 8px;
	color: #e78895;
}
ul.contact-list li .inner a.mail-to:hover {
	color: #e78895;
}
ul.contact-list li .inner a.live-chat {
	padding: 6px 40px;
	margin-top: 20px;
	display: inline-block;
	background: #42d79e;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
}
ul.contact-list li .inner a.live-chat span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
}
ul.contact-list li .inner a.live-chat:hover {
	background: #e78895;
}
ul.contact-list li .inner a.live-chat.support {
	padding: 6px 50px;
	background: #1e4e62;
}
ul.contact-list li .inner a.live-chat.support:hover {
	background: #f29a32;
}




.social-media-box {
	background: rgba(255, 255, 255, 0.8);
	padding: 20px 35px;
	box-shadow: inset 0 15px 20px -20px rgba(0, 0, 0, 0.2);
}
.social-media-box p {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.social-media-box ul {
	display: block;
	padding: 15px 0 10px;
}
.social-media-box ul li {
	display: inline-block;
	padding: 0 2px;
}
.social-media-box ul li a i {
	width: 38px;
	height: 38px;
	line-height: 38px;
	background: #f29a32;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	display: block;
	transition: all 0.3s ease 0s;
}
.social-media-box ul li a i.fa-facebook {
	background: #4460a1;
}
.social-media-box ul li a i.fa-twitter {
	background: #e78895;
}
.social-media-box ul li a i.fa-google-plus {
	background: #d56644;
}
.social-media-box ul li a i.fa-linkedin {
	background: #007ebb;
}
.social-media-box ul li a:hover i {
	background: #2c5260;
}
.box-hav-accnt {
	max-width: 420px;
	margin: 0 auto;
	background: #e78895;
	padding: 10px 30px 10px;
	box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 1px 1px;
}
.box-hav-accnt p {
	font-size: 14px;
	color: #c9e9f6;
}
.box-hav-accnt a {
	border-bottom: 1px solid #c9e9f6;
	color: #fff;
}
/* ================================================== */
/* 21. Privacy Policy */
/* ================================================== */
.privacy-policy {
	display: block;
}
.privacy-policy h4 {
	font-size: 22px;
	font-weight: 400;
	padding: 0 0 15px;
}
.privacy-policy h5 {
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 15px;
}
.privacy-policy p {
	padding: 0 0 25px;
}
.circle-bordered-list {
	margin: 0 0 10px;
}
.circle-bordered-list li {
	display: block;
	padding: 0 0 15px 25px;
	position: relative;
}
.circle-bordered-list li p {
	padding: 0px;
}
.circle-bordered-list li p strong {
	color: #00324c;
}
.circle-bordered-list li:before {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	border: 2px solid #e78895;
	content: "";
}
.privacy-policy hr {
	margin: 18px 0 45px;
}
.quate-box {
	padding: 0 0 0 25px;
	margin: 20px 0 0;
}
.quate-box li {
	width: 100%;
	background: url(../images/dotted-border.png) top repeat-x, url(../images/dotted-border.png) bottom repeat-x, url(../images/dotted-border-vertical.png) left repeat-y, url(../images/dotted-border-vertical.png) right repeat-y;
	position: relative;
	display: block;
	padding: 27px 45px 28px;
	color: #808f96;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	box-shadow: 0 0 10px -3px rgba(0,0,0,0.2);
	margin: 0 0 35px;
}
.quate-box li:before {
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	position: absolute;
	top: 30%;
	left: -25px;
	background: #42d79e;
	font-size: 20px;
	color: #fff;
	content: "\f10e";
	font-family: 'FontAwesome';
	text-align: center;
}

/* ================================================== */
/* 22. 404 */
/* ================================================== */
.error-page-bg {
	width: 100%;
	height: 100%;
	display: table;
	background: url(../images/404-bg.png) no-repeat center fixed;
	color: #fff;
	position: absolute;
	text-align: center 
}
.error-page-bg .error-inner {
	display: table-cell;
	vertical-align: middle;
}
.error-page-bg .error-inner h1 {
	font-size: 110px;
	color: #e78895;
	font-weight: 700;
	padding: 0 0 20px;
}
.error-page-bg .error-inner p {
	max-width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #96a3b5;
	line-height: 24px;
}
.error-page-bg .back-to-home {
	max-width: 175px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px;
	margin: 30px auto 0;
	display: block;
	font-size: 14px;
	background: #f29a32;
}
.error-page-bg .back-to-home:hover {
	background: #e78895;
}
.error-page-bg .back-to-home i {
	font-size: 13px;
	padding-right: 5px;
}
/* ================================================== */
/* 23. Typography */
/* ================================================== */
.heading-box {
	border: 1px solid #c5cacf;
	border-radius: 5px;
	padding: 50px 50px 35px;
}
.heading-box h1, .heading-box h2, .heading-box h3, .heading-box h4, .heading-box h5, .heading-box h6 {
	padding-bottom: 15px;
}
.paragraph-box {
	padding: 0 0 30px;
}
.paragraph-box:last-child {
	padding-bottom: 0px;
}
.paragraph-box h6 {
	padding-bottom: 5px;
}
.typography-middle {
	background: #f5f5f5;
	padding: 70px 0 40px;
}
.typography-middle code {
	font-size: 16px;
	color: #b92e2e;
	font-weight: 400;
	padding: 0 0 20px;
}
.typography-middle ol, .typography-middle ul {
	margin-bottom: 30px;
}
.typography-bottom {
	border-bottom: 1px solid #efefef;
}
/* ================================================== */
/* 24. Components */
/* ================================================== */
.components .head-block {
	text-align: center;
	padding: 0 0 30px;
}
.components.form-sec {
	display: block;
}
.form-area .select2.select2-container {
	background: none;
	border: 1px solid #d8dfe3;
	border-radius: 3px;
	box-shadow: none;
	height: 46px;
	line-height: 46px;
	margin: 0 0 14px;
	padding: 0 45px 0 10px;
	width: 100% !important;
	display: block;
	overflow: hidden;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.form-area .select2-container--default .select2-selection--single {
	background: rgba(0, 0, 0, 0);
	border: none;
	height: 46px;
	line-height: 46px;
	border-radius: 0px;
}
.form-area .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #697980;
	line-height: 46px;
}
.form-area .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: solid #bcc5cc;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	top: 38%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.form-area .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: 5px;
	width: 35px;
	height: 35px;
	border-radius: 2px;
	top: 4px;
}
.form-area .select-border-box .select2-container--default .select2-selection--single {
	border-right: 1px solid #d8dfe3;
}
.form-area .bg.select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
	background: #fff;
}
.form-area .bg .select2.select2-container {
	background: #f0f4f7;
}

/*----------------------------------- Buttons ------------------------------------*/
.buttons-holder {
	padding-top: 28px;
}
.buttons-holder .btn {
	margin-bottom: 20px;
}
.large.btn {
	display: block;
}
.btn.orange {
	background: #f29a32;
}
.btn.orange:hover, .btn.blue:hover, .btn.green:hover {
	background: #173139;
}
.btn.blue {
	background: #e78895;
}
.btn.green {
	background: #42d79e;
}
.btn.dark {
	background: #385665;
}
.btn.dark:hover {
	background: #173139;
}
.btn.border {
	background: #fff;
	color: #f29a32;
	border: 2px solid #f29a32 !important;
}
.btn.border:hover {
	background: #f29a32;
	color: #fff;
}
.components.count-to-sec {
	background: #fff;
}


/*===== Custom css part =====*/
.circle_border{
		margin-top:50px;
	}
	.circle_border figure {
		width: 110px;
		height: 110px;
		border-radius: 50%;
		border: 2px solid #f098a4;
		padding: 3px;
		margin: 0 auto;
	}
	.circle_border figure .roundedImg{
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border: 5px solid #e78895;
		padding: 25px;
		margin: 0 auto;
	}
	.feature_list li{
		font-size:24px;
		line-height:32px;
	}
	.address_part h4{
		padding-bottom:5px !important;
	}
	.sticky{
		position:fixed;
		top:0;
		background:#fff;
		z-index:999;
		width:100%;
		box-shadow:0px 2px 5px 2px rgba(0,0,0, .1);
	}

	.procedureBg {
		padding:60px 0px;
	}
	.procedureHeader h3{
		color:#000;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.procedureHeader ul li{
		color:#000;
		font-size: 22px;
		padding:4px 0px;
	}
	.procedureHeader ul li a{
		color:#000;
		font-size: 18px;
	}
    
/*===== /Custom css part =====*/






