/* [Layout] */
/*----------

## Font List
	- font-family: 'AleoRegular';
	- font-family: 'Exo 2', sans-serif;
	- font-family: 'Montserrat', sans-serif;
	- font-family: 'Open Sans', sans-serif;
	- font-family: 'Poppins', sans-serif;
	- font-family: 'Montserrat Alternates', sans-serif;
	- font-family: 'Raleway', sans-serif;
	- font-family: 'Lato', sans-serif;

## Global

	- Padding/Margin
	- Section Padding
	
## Site Header

	- Navigation Menu
		-- Nav Main
		-- Nav Header
		-- Nav Toggle
		-- Nav Switch
		-- Nav Items
		-- Nav Dropdown

## Responsive
- Min Width : 992px & Max Width 1200px

- Min Width : 992px

	## Navigation Menu
	- Nav Main
	- Nav Header
	- Nav Toggle
	- Nav Switch
	- Nav Items
	- Nav Dropdown

* Responsive		
	- min-width: 1200
	- min-width: 992
	- min-width: 768
	- max-width: 1200
	- min-width: 992 to max-width: 1199		
	- max-width: 991
	- min-width: 768 to max-width: 991
	- max-width: 767
	- max-width: 639
	- max-width: 479
	
	----------*/
	/* ## Global ******************************************* */

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

	a {
		outline: 0 !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	a,
	li,
	span {
		word-wrap: break-word;
	}
	/* - Padding/Margin */

	.no-padding {
		padding: 0;
	}

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

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

	.no-top-padding {
		padding-top: 0;
	}

	.no-bottom-padding {
		padding-bottom: 0;
	}

	.no-margin {
		margin: 0;
	}

	.no-left-margin {
		margin-left: 0;
	}

	.no-right-margin {
		margin-right: 0;
	}

	.no-top-margin {
		margin-top: 0;
	}

	.no-bottom-margin {
		margin-bottom: 0;
	}

	.margin-bottom1 {
		margin-bottom: 60px;
	}

	.margin-top1 {
		margin-top: 60px;
	}
	/* - Section Padding */

	.section-padding {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.padding-10 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.padding-20 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.padding-30 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.padding-40 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.padding-50 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.padding-60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.padding-70 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.padding-80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.padding-90 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.padding-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.vertical_middle {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.nav_absolute {
		position: absolute;
	}

	.align_left {
		text-align: left;
	}

	.align_right {
		text-align: right;
	}

	.align_center {
		text-align: center;
	}
	/* - OW pull-left/pull-right */

	.ow-pull-left {
		float: left;
	}

	.ow-pull-right {
		float: right;
	}

	.main-container {
		width: 1920px;
		max-width: 100%;
		margin: 0 auto;
	}
	/* ## Site Header ******************************************* */
	/* - SlidePanel */

	#slidepanel {
		display: block;
	}

	#closeit,
	#toggle,
	#slideit {
		display: none;
	}
	/* - Navigation Menu */

	.ownavigation {
		border: none;
		border-radius: 0;
		min-height: 1px;
		margin-bottom: 0;
		font-size: 15px;
	}
	/* - Nav Main */
	/* - Nav Header */

	.navbar-brand {
		height: auto;
		padding: 0;
	}
	/* - Nav Toggle */
	/* - Nav Switch */
	/* - Nav Items */

	.ownavigation .navbar-nav li a {
		color: #232323;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.56px;
		background-color: transparent;
		word-wrap: break-word;
		white-space: normal;
	}

	.ownavigation .navbar-nav>.active>a,
	.ownavigation .navbar-nav>.active>a:focus,
	.ownavigation .navbar-nav>.active>a:hover,
	.ownavigation .navbar-nav li:hover>a,
	.ownavigation .navbar-nav li a:hover,
	.ownavigation .navbar-nav li a:focus {
		background-color: transparent;
	}

	.image-align2 {
		margin: 0 auto;
		text-align: center;
		display: block;
		padding-top: 20px;
		padding-bottom: 50px;
		width: 110%;
	}
	.site-subscribe .fa-arrow-right{
		display: none;
	}
	/* - Nav Dropdown */
	/* ## Responsive ************************************************************************************** */
/*----------------------------------------------------
* Responsive
------------------------------------------------------*/
/* - min-width: 1200 */

@media (min-width: 1200px) {
}
/* - min-width: 992 */

@media (min-width: 992px) {
	.clsPullRightWeb{
		float:right;
	}

	.desktop-hide {
		display: none;
	}

	/* ## Navigation Menu */
	.nav_trans {
		background: transparent;
	}

	/* - Nav Main */
	/* - Nav Header */
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav>li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav>li:first-child {
		margin-left: 0;
	}
	.ownavigation .navbar-nav>li>a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav>.active>a,
	.ownavigation .navbar-nav>.active>a:focus,
	.ownavigation .navbar-nav>.active>a:hover,
	.ownavigation .navbar-nav li:hover>a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #004586;
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-collapse>ul>li>.dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation ul li>.dropdown-menu {
		background-color: #fff;
		border: none;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.ownavigation .navbar-nav li .dropdown-menu>li>a {
		font-size: 13px;
		color: #333333;
		padding: 14px 22px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
		color: #fcb100;
	}
	.ownavigation .navbar-nav li.dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	}
	.ownavigation ul>li>.dropdown-menu {
		left: 0;
	}
	.ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu {
		right: 0;
	}
	.ownavigation ul>li>.dropdown-menu,
	.ownavigation ul>li .dropdown-menu ul,
	.ownavigation ul>li .dropdown-menu ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		right: auto;
	}
	.ownavigation ul>li .dropdown-menu ul,
	.ownavigation ul>li .dropdown-menu ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul>li .dropdown-menu ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul>li .dropdown-menu ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul>li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child>.dropdown-menu,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2)>.dropdown-menu,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse>ul>li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}
/* - min-width: 768 */

@media (min-width: 768px) {}
/* - max-width: 1200px */

@media (max-width: 1200px) {}
/* - Min Width : 992px & Max Width 1200px */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.ownavigation .navbar-nav>li {
		margin-left: 9px;
		margin-right: 9px;
	}
}
/* - min-width: 992 to max-width: 1199 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {}
/* - max-width: 991 */

@media (max-width: 991px) {
	.clsResponsiveTerms{
		width:100%;
	}
	.padd-zero {
		padding: 0 0 0;
	}
	.contact .section1-content {
		padding-top: 0;
	}
	/* - SlidePanel */
	#slidepanel {
		display: none;
		border-bottom: 1px solid #cd2122;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 110px;
		text-align: center;
		top: 14px;
	}
	#slideit,
	#closeit {
		color: #01c26e;
		font-size: 25px;
		position: relative;
		right: -50px;
		top: 13px;
	}
	#slideit:hover,
	#closeit:hover {
		color: #01C26E;
	}

	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */
	/* - Nav Main */
	.ownavigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}

	/* - Nav Items */
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav>li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav>li>a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav>li.active a {
		color: #fcb100;
	}
	.ownavigation .navbar-nav>li.active>a:hover,
	.ownavigation .navbar-nav li a:hover {
		color: #fcb100;
	}

	/* - Nav Toggle */
	.ownavigation .navbar-header {
		float: none;
	}
	.ownavigation .navbar-toggle {
		display: block;
		background-color: #01C26E;
		border-radius: 0;
		margin: 30px 0 27px;
		padding: 6px 5px;
	}
	.ownavigation .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		/* overflow: auto !important; */
	}
	.ownavigation .navbar-collapse.collapse {
		display: none !important;
	}
	.ownavigation .collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	/* - Nav Switch */
	.ownavigation .ddl-switch {
		background-color: #01C26E;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 3px;
		z-index: 100;
	}
	.ownavigation .ddl-active>.ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav>li:last-of-type {
		margin-bottom: 15px;
	}
	.ownavigation .navbar-nav li .dropdown-menu>li>a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu>li>a:hover {
		color: #fcb100;
	}
}
/* - min-width: 768 to max-width: 991 */

@media only screen and (min-width: 768px) and (max-width: 991px) {}
/* - max-width: 767 */

@media (max-width: 767px) {
	/* - Nav Toggle */
	.site-subscribe .site-box {
		line-height: 3.625rem;
	}
	.ownavigation .navbar-toggle {
		right: 0;
	}

	.features-3 li {
		padding-right: 10px !important;
		padding-bottom: 20px;
	}
}
/* -  max-width: 639 */

@media (max-width: 639px) {
	.heading-lite {
		text-align: center;
	}

	.features-3 li {
		padding-right: 10px !important;
		padding-bottom: 20px;
	}
}
/* -  max-width: 479 */

@media (max-width: 479px) {
	.comment-respond {
		padding-bottom: 120px;
	}
	.heading-lite {
		text-align: center;
	}

	.features-3 li {
		padding-right: 10px !important;
		padding-bottom: 20px;
	}
}


.segment--philosophy .heading-lite {
	margin-bottom: 2.3rem;
	color: #723080;
}

.heading-lite {
	font-family: Raleway, sans-serif !important;
	color: #414040;
	font-size: 45px;
}

.segment--philosophy .subheading {
	margin: 0 auto 4.4rem;
	font-size: 1.6rem;
	color: #798697;
}

.section1-content {
	padding-bottom: 30px;
	padding-top: 30px;
}

.section1-content i {
	padding-bottom: 30px;
	font-size: 20px;
	color: #cc2021;
}

.section1-content1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section1-content p {
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	color: #7f7f7f;
}

.features-2 {
	background-color: #cc2021;
	background-repeat: no-repeat;
	height: 100%;
}

.features-2 h2 {
	padding-top: 5%;
	font-size: 45px;
	color: #fff;
	padding-left: 0px;
	font-weight: 700;
}

.features-2 h2 em {
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}

.features-2 p {
	color: #f8f8f8;
	padding-top: 20px;
	font-size: 17px;
	padding-right: 60px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.navbar_logo {
	position: relative;
}

.section1-content li {
	padding-top: 20px;
	color: #5e5e5e;
}

.build-box {
	text-align: center;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 34px;
}

.build-box>i {
	border: 1px solid rgba(35, 35, 35, 0.2);
	border-radius: 100%;
	font-size: 48px;
	line-height: 98px;
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto 30px;
	position: relative;
	color: #cc2021;
}

.build-box>h4 {
	color: #4a4949;
}

.build-box>i {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.features-3 img {
	padding: 40px;
	padding-left: 20%;
}

.features-3 {
	background-color: #cc2021;
	background-repeat: no-repeat;
	height: 100%;
}

.features-3 h2 {
	font-size: 45px;
	color: #fff;
	padding-left: 20px;
	font-weight: 700;
}

.features-3 h2 em {
	font-size: 45px;
	color: #fff;
	font-weight: normal;
}

.features-3 li {
	font-size: 17px;
	color: #fff;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.features-3 li ul li {
	font-size: 16px;
	color: #fff;
	padding-right: 0px;
	margin-left: -15px;
	padding-bottom: 10px;
	list-style: none;
}

.contact {
	background-image: url(../images/map.jpg);
}

.comment-respond {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 50px;
}

.comments-area .comment-form {
	margin-left: -15px;
	margin-right: -15px;
}

.comments-area .comment-form>p {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
	width: 100%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	background-color: transparent;
	border: 1px solid #ececec;
	border-radius: 0;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	min-height: 45px;
	outline: none;
	padding: 13px 15px;
	position: relative;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.comments-area .comment-form>p.comment-form-author,
.comments-area .comment-form>p.comment-form-email {
	float: left;
	width: 50%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	background-color: transparent;
	border: 1px solid #ececec;
	border-radius: 0;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	min-height: 45px;
	outline: none;
	padding: 13px 15px;
	position: relative;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.comments-area .comment-form>p.comment-form-author,
.comments-area .comment-form>p.comment-form-email {
	float: left;
	width: 50%;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 0;
	color: #000;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 400;
	min-height: 54px;
	outline: none;
	padding: 13px 15px;
	position: relative;
	width: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.areaheight {
	height: 130px !important;
}

.comment-form input[type="submit"] {
	min-width: 15em;
	padding: 0 2.5em;
	border: .125em solid #b3b3b3;
	border-radius: 12.5em;
	background-color: #fff;
	color: #cc2021;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 3.75em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center !important;
	transition: .3s linear;
	transition-property: color, background;
	margin: 1em 1.25em 1.875em 0;
	cursor: pointer;
}

.form-submit span {
	font-size: 20px;
	border: 1px solid transparent;
	border-radius: 10%;
}

.contact-button {
	min-width: 15em;
	padding: 0 2.5em;
	border: .125em solid #b3b3b3;
	border-radius: 12.5em;
	background-color: #fff;
	color: #cc2021;
	font-family: inherit;
	font-size: 17px;
	font-weight: 700;
	line-height: 3.75em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	margin: 1.875em 1.25em 1.875em 0;
	cursor: pointer;
}

.login-button {
	margin-left: 5px;
	min-width: 8em;
	padding: 0 2.5em;
	border: 1.5px solid #ff0003;
	border-radius: 0.7em;
	background-color: #fff;
	color: #ff0003;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 3.1em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	cursor: pointer;
}

.login-button:hover {
	background: #c72c2e;
	color: #fff;
	border: 1.5px solid #c72c2e;
	cursor: pointer;
}

.site-subscribe {
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
	color: #fff;
	position: relative;
	margin: -6.25rem 0 0;
}

.site-subscribe .site-box {
	line-height: 3.625rem;
	background-color: #cc2021;
	border-radius: 2.25rem;
	padding: 0 5.1875rem;
	position: relative;
	top: 2.775rem;
}

.site-subscribe .no-space {
	padding-left: 0;
	padding-right: 0;
}

.site-subscribe p {
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 3.688rem;
	margin: 0;
	display: inline-block;
	padding: 0 0 0 1.25rem;
}

.site-subscribe .site-form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	clear: both;
}

.site-subscribe label {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.site-subscribe input[type=email],
.site-subscribe input[type=text] {
	width: 100%;
	font-size: 14px;
	height: 2.5rem;
	line-height: 2rem;
	border: .063rem solid #fff;
	border-radius: 1.3125rem;
	background: none;
	display: block;
	margin: 0;
	font-weight: 400;
	padding: 0 11.25rem 0 1.25rem;
}

.site-subscribe input[type=submit] {
	width: 9rem;
	height: 2rem;
	min-height: .625rem;
	/* line-height: 3.688rem; */
	margin: auto 0;
	background-color: #fff !important;
	border-radius: 1.3125rem;
	box-shadow: none;
	color: #cc2021 !important;
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .3s linear;
	transition-property: background, color;
	border: .063rem solid #fff;
}

.site-subscribe button[type=submit],
.site-subscribe input[type=submit] {
	min-width: 12.188rem;
	min-height: 2.5rem;
	background-color: #ff8309;
	border-radius: 1.5rem;
	color: #fff;
	font-family: inherit;
	font-size: .713rem;
	font-weight: 700;
	line-height: 0.1rem;
	text-transform: uppercase;
	transition: .3s linear;
	transition-property: background, color;
}

.slider-content {
	position: relative;
	text-align: center;
	color: #fff;
	margin-top: 8%;
	z-index: 999;
}

.slider-section .slider-content h1 {
	font-size: 52px;
	padding-bottom: 10px;
	font-weight: 700;
	line-height: 1.25em;
	margin-top: 0px;
}

.slider-section .slider-content h2 {
	margin-top: 10px;
	font-size: 40px;
	line-height: 1.375em;
	margin-bottom: 10px;
}

.slider-content .slide-button {
	min-width: 9em;
	padding: 0 1em;
	border: .125em solid #fff;
	border-radius: 12.5em;
	background-color: #fff;
	color: #103558;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 3em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	margin: 1.875em 1.25em 1.875em 0;
}

.slider-content .slide-button2 {
	min-width: 9em;
	padding: 0 1em;
	border: .125em solid #fff;
	border-radius: 12.5em;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 3em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	margin: 1.875em 1.25em 1.875em 0;
}

.city-text {
	color: #fdcc00;
	font-weight: bold;
}


.slider-content .slide-button2:hover {
	background: #fff;
	color: #0a2b4a;
}

.slider-section .slider-content .btn-submit {
	width: 9.375rem;
	height: 3.688rem;
	min-height: .625rem;
	line-height: 3.688rem;
	margin: auto 0;
	background-color: #fff;
	border-radius: 1.3125rem;
	box-shadow: none;
	color: #0a2b4a;
	font-family: inherit;
	font-size: .813rem;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .3s linear;
	transition-property: background, color;
	border: .063rem solid #fff;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
	text-decoration: none;
}

a {
	transition: .3s linear;
	transition-property: color;
	display: inline-block;
}

.color-red {
	color: #cc2021 !important;
	font-style: italic;
	font-weight: 400;
}

.reveal2 {
	color: #5e5e5e;
}

.reveal3 {
	color: #cc2021;
	font-size: 45px;
}
/* - Data Model */

input[type="button" i],
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button,
button {
	border-style: none;
}

.h2font {
	font-family: 'Poppins', sans-serif !important;
	color: #d13737 !important;
}

.h4font {
	font-family: 'Poppins', sans-serif;
	color: #939393 !important;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: left !important;
	letter-spacing: 1px;
}

.btn5 {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 300px;
}

.quote_btn {
	display: block !important;
	text-align: center !important;
	width: 100% !important;
	background: #15549A !important;
	color: #fff;
	font-size: 30px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	border: 3px solid #15549A !important;
	border-radius: 4px !important;
	font-weight: 700 !important;
	letter-spacing: 1px !important;
	-webkit-transition: .5s !important;
	transition: .5s !important;
	font-weight: normal !important;
	margin-bottom: 22px !important;
}

.quote_btn:hover {
	color: #ff8309 !important;
}
.sticky-btn {
	min-width: 8em;
	padding: 0 2.5em;
	border: 1.5px solid #ccc;
	border-radius: 0.7em;
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	line-height: 3.1em;
	text-transform: uppercase;
	display: block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	cursor: pointer;
	margin-right: 23px;
	position: relative;
	margin-top: 5px;
}

.form-mockup {
	background: #fff;
}

.form-mockup h2 {
	color: #15549A;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
}

.form-mockup h4 {
	color: #15549A;
	text-align: center;
	margin-top: 0;
	font-weight: 300;
	font-size: 17px;
}

.form-mockup form {
	margin-top: 25px;
	padding: 0 25px;
	width: 100%;
}

.form-group {
	margin-bottom: 10px;
}

.form-mockup .form-group .form-control {
	height: 45px;
	border: 3px solid #ddd;
	font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
	box-sizing: border-box;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	margin-bottom: 18px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal .modal-close {
	width: 32px;
	height: 32px;
	position: absolute;
	right: -14px;
	top: -14px;
	outline: none;
}

.modal .modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 15px 0 0;
}

.vert-center2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 0%, 0.5);
}

.vert-center {
	display: flex;
	align-items: center;
	height: 100%;
}

.vert-center .modal-dialog {
	position: relative;
	left: 0;
	top: 0;
	margin: 15px auto 0;
	transform: translate(0, 0);
}
/*Trends Competitor Section - Bottom */

.trends-competitor {
	background-color: #f8f7f7;
	width: 100%;
}

.trends-competitor h3 {
	color: #ff8309;
	padding-left: 50px;
	padding-top: 50px;
	font-size: 26px;
}

.trends-competitor p {
	padding-left: 50px;
	padding-top: 30px;
	font-size: 20px;
}

.trends-competitor .build-box img {
	padding-top: 30px;
}
/* Mobile Search Section */

.site-amazing-features {
	background: url(../images/features-bg.png) no-repeat center 3.4375rem;
	background-size: cover;
	padding-bottom: .625rem;
}

.section-blue,
.section-white {
	padding: 5rem 0;
	background: #fff;
	text-align: center;
	overflow: hidden;
}

.section-blue,
.section-white,
.wrapper {
	margin: 0;
	display: block;
	width: 100%;
	clear: both;
}

.section-blue h1,
.section-white h1 {
	color: #0a2b4a;
	font-size: 2.75rem;
	line-height: 4.125rem;
	font-weight: 400;
	margin-top: 0;
	position: relative;
	margin-bottom: 3.75rem;
}

.section-blue h1 strong,
.section-white h1 strong {
	font-weight: 700;
}

.site-amazing-features .features.move {
	top: 5.625rem;
}

.site-amazing-features .features {
	max-width: 18.75rem;
	display: inline-block;
	margin-bottom: 3.125rem;
	position: relative;
	cursor: pointer;
	z-index: 10;
}

.site-amazing-features .features figure {
	border-radius: 6.25rem;
	width: 6.25rem;
	height: 6.25rem;
	border: .125rem solid #6f6f6f;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.25rem;
	background: #fff;
	transition: .3s linear;
	transition-property: border-color, box-shadow;
	position: relative;
	z-index: 1;
	box-shadow: none;
}

.site-amazing-features i.fa,
.site-amazing-features span {
	display: inline-block;
	font-size: 3rem;
	line-height: 6.25rem;
	color: #6f6f6f;
	transition: .3s linear;
	transition-property: color;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon', serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-amazing-features h5,
.site-amazing-features p {
	font-family: inherit;
	padding: 0;
	display: block;
	clear: both;
	width: 100%;
}

.site-amazing-features h5 {
	color: #0a2b4a;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: .875rem;
	margin: 0 0 1.75rem;
	transition: .3s linear;
	transition-property: color;
}

.site-amazing-features p {
	color: #6c6b6b;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.625rem;
	margin: 0;
}

.site-amazing-features h5,
.site-amazing-features p {
	font-family: inherit;
	padding: 0;
	display: block;
	clear: both;
	width: 100%;
}

.site-amazing-features .device {
	margin-top: 2.5rem;
}

.site-amazing-features {
	background: url(../images/features-bg.png) no-repeat center 3.4375rem;
	background-size: cover;
	padding-bottom: .625rem;
	width: 100%;
}

.section-blue h1:after,
.section-white h1:after {
	content: "";
	position: relative;
	background: url(../images/heading-before.png) no-repeat 50%;
	background-size: 6.375rem 2.125rem;
	display: block;
	width: 9.375rem;
	height: 3.125rem;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	top: 1rem;
}

.site-how-it-works {
	background: #cc2021 !important;
}

.site-how-it-works h1 {
	color: #fff !important;
	font-size: 32pt;
}

.why-mobile {
	background: url(../images/why-mobile--bg.png);
}

.why-mobile .margin-top1 h2 span p {
	color: #fff !important;
}

@media all and (max-width: 991px) {
	#navbar .navbar-brand>img.navbar_logo {
		display: none;
	}
	.page-section-ptb {
		padding: 40px 20px 140px;
	}
	.login-box-left {
		height: 300px;
	}
	.login-box-main .nav li {
		float: left;
	}
	.pos-bot {
		bottom: 30px;
		left: 35%;
	}
	.pb-30 {
		padding-bottom: 15px !important;
	}
	.pl-30 {
		padding-left: 0 !important;
	}
}
/* - min-width: 768 to max-width: 991 */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.clsResponsiveTerms{
		float:left;
	}
	.slider-section {
		height: 100%;
	}

	.slider-content {
		margin-top: 7%;
	}
	.slider-section .slider-content h1 {
		font-size: 40px;
		padding-bottom: 0px;
		margin-bottom: 15px;
		margin-top: 0px;
		/* padding-bottom: 10px; */
	}
	.slider-section .slider-content h2 {
		margin-top: 5px;
		font-size: 25px;
		line-height: 1.375em;
		margin-bottom: 5px;
	}

	.slider-content .slide-button {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		background-color: #fff;
		color: #103558;
		font-family: inherit;
		font-size: 12px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: 3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}

	.slider-content .slide-button2 {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		color: #fff;
		font-family: inherit;
		font-size: 12px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: .3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}
}
/* - max-width: 767 */

@media (max-width: 767px) {
	footer {
		height: 125px;
	}
	.login-box-left {
		text-align: center;
	}
	.login-box-left.logo-small {
		margin-left: 0;
	}
	.trust-section h4 {
		font-size: 30px;
	}
	.slider-section {
		height: 100%;
	}
	.login-form .no-left-padding {
		padding: 0 0 0;
	}
	.login-form .no-right-padding {
		padding: 0 0 0;
	}

	.slider-content {
		margin-top: 7%;
	}
	.slider-section .slider-content h1 {
		font-size: 35px;
		padding-bottom: 0px;
		margin-bottom: 15px;
		margin-top: 0px;
		/* padding-bottom: 10px; */
	}
	.slider-section .slider-content h2 {
		margin-top: 5px;
		font-size: 20px;
		line-height: 1.375em;
		margin-bottom: 5px;
	}

	.slider-content .slide-button {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		background-color: #fff;
		color: #103558;
		font-family: inherit;
		font-size: 10px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: 3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}

	.slider-content .slide-button2 {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		color: #fff;
		font-family: inherit;
		font-size: 10px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: .3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}
	/* - Nav Toggle */
	.ownavigation .navbar-toggle {
		right: 0;
	}
	.comment-respond {
		margin-top: 0;
	}
	.margin-bottom1 {
		margin-bottom: 0
	}
	.features-2 p {
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
	}
	.features-2 h2 {
		text-align: center;
		font-size: 30px;
	}
	.features-2 h2 em {
		font-size: 30px;
	}
	.margin-top1 {
		margin-top: 30px;
	}
	.section1-content {
		padding-top: 15px;
		padding-bottom: 20px;
	}
}
/* -  max-width: 639 */

@media (max-width: 639px) {}
/* -  max-width: 479 */

@media (max-width: 479px) {
	footer {
		height: 142px;
	}
	.margin-top1 {
		margin-top: 10px;
	}

	.heading-lite {
		font-size: 20px;
	}

	.button[type=submit],
	input[type=submit] {
		min-width: 8.0rem;
	}
}

@media (max-width: 340px) {
	.slider-section {
		height: 100%;
	}

	.slider-content {
		margin-top: 7%;
	}
	.slider-section .slider-content h1 {
		font-size: 25px;
		padding-bottom: 0px;
		margin-bottom: 10px;
		margin-top: 0px;
		/* padding-bottom: 10px; */
	}
	.slider-section .slider-content h2 {
		font-size: 15px;
		line-height: 1.375em;
		margin-bottom: 5px;
	}

	.slider-content .slide-button {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		background-color: #fff;
		color: #103558;
		font-family: inherit;
		font-size: 9px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: 3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}

	.slider-content .slide-button2 {
		min-width: 15em;
		padding: 1px 4px 1px 4px;
		border: .125em solid #fff;
		border-radius: 12.5em;
		color: #fff;
		font-family: inherit;
		font-size: 9px;
		font-weight: 700;
		line-height: 3.2em;
		text-transform: uppercase;
		display: inline-block;
		text-align: center;
		transition: .3s linear;
		transition-property: color, background;
		margin: 5px 1px 1px 1px;
	}
}
/* Products Page Custom Styles */

.padding-top {
	padding-top: 40px;
}

.horizontal-line {
	padding-bottom: 30px;
	padding-top: 30px;
}

.philosophy {
	padding-top: 0px;
	padding-bottom: 20px !important;
}

.features-2 .pd-60 {
	padding-right: 60px;
}

@media all and (min-width:992px) {
	.menu-block .navbar-brand>img {
		display: none;
	}
}

.sticky-btn {
	display: none;
}

.menu-block.navbar-fixed-top .navbar-brand>img {
	display: block;
}

.ownavigation .navbar-collapse>ul>li>.dropdown-menu {
	z-index: 200;
}

.menu-block {
	z-index: 200;
}

.trust-section {
	background: url(../images/map-pane.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 637px;
	text-align: center;
}

.trust-section h4 {
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	padding-top: 50px;
	margin-right: 20px;
	margin-left: 20px;
}

.why-mobile-section h6 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 0;
}

.why-mobile-section p {
	line-height: 22px;
	font-weight: normal;
}

.mobile-search-section h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 2.5em;
}

.mobile-search-section .heading-lite {
	margin-bottom: 0;
	text-align: center;
}

.mobile-two {
	padding: 0.7em 0;
}

.feature h5 {
	font-size: 24px;
	color: #ffffff;
}

.featured-img img {
	padding-top: 3em;
}

.why-mobile-section {
	background: #cc2021;
	padding: 2em 0;
	color: #ffffff;
}

.mobile-search-section {
	padding: 2em 0;
}

.why-mobile-section h2 {
	color: #ffffff;
}

.seperator-1 {
	display: none;
}

.site-more-features {
	background-color: #cc2021;
	padding: 2em;
}

.site-more-features h2 {
	color: #ffffff;
	text-align: center;
}

.feature-list .media-left {
	width: 20%;
}

.feature-list .media-body {
	vertical-align: middle;
	;
}

.media {
	margin-bottom: 15px;
}

.features-3 .list-bullet li {
	list-style-type: disc;
}

.inner-trust ul li {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.9;
}

@media (max-width: 767px) {
	.site-subscribe .no-space{
		text-align: center;
	}
	.site-subscribe .site-box{
		border-radius: 0;
	}
	.login-box-left {
		height: 215px;
	}
	.pb-30 {
		margin-top: 15px;
	}
	.trust-section {
		height: 800px;
	}
	.trust-section h4 {
		font-size: 30px;
		padding: 10px 0;
	}
	.inner-trust ul li {
		font-size: 14px;
		text-align: center;
		line-height: 1.6;
	}

	.list-unstyled {
		padding-top: 0px;
	}
}

.login-box h3 {
	margin: 0px 0px 0px;
	clear: both;
}

.radio-inline {
	font-size: 15px;
}

.button-login {
	/*margin-top: 10px;*/
}

.login-form .forget {
	padding-top: 10px;
}

.login-form .form-control {
	margin-bottom: 15px;
}

.btn-blue {
	display: block;
}

.g-recaptcha {
	/*margin-bottom: 12px;*/
	clear: both;
}

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

.login-ff{
	padding: 0 0;
}

@media (max-width: 767px) {
	footer {
		height: 80px;
	}
	.comment-respond {
		padding-bottom: 120px;
	}
}

@media (max-width: 479px) {
	.comment-respond {
		padding-bottom: 180px;
	}
}

.line-scale>div:nth-child(6) {
	-webkit-animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
	animation: line-scale 1s -.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.list-unstyled {
	padding-top: 25px;
}

.user-links ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.login-box {
	padding-top: 30px;
	padding-bottom: 10px;
	min-height: 647px;
}

.table-hours tbody>tr>td {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: center;
}

.custom_input {
	max-width: 36px;
	display: inline-block;
}

.table-hours .form-control {
	padding: 6px 5px;
	font-size: 12px;
}

.custom-space {
	margin-bottom: 12px;
}




.navi {
	margin-bottom: 30px;
	position: relative;
	left: 23%;
}



.login-button:hover {
	color: #fff;
	border: 1.5px solid #ccc;
	cursor: pointer;
}

.wizard .nav li a {
	padding-left: 0;
}

.sign-up-center p {
	padding-top: 15px;
}

.table-hours thead>tr>th {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.wizard {
	margin: 0px auto 5px;
	background: #fff;
}

.wizard .nav-tabs {
	position: relative;
	margin: 10px auto 10px;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
}

.wizard>div.wizard-inner {
	position: relative;
}

.connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	text-align: center;
	font-size: 25px;
}

span.round-tab i {
	color: #555555;
}

.wizard li.active span.round-tab {
	background: #fff;
	border: 2px solid #5bc0de;
}

.wizard li.active span.round-tab i {
	color: #5bc0de;
}

span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}

.wizard .nav-tabs>li {
	width: 20%;
}

.wizard > li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #5bc0de;
	transition: 0.1s ease-in-out;
}

.wizard > li.active:after {
	content: " ";
	position: absolute;
	left: 24px;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #5bc0de;
}

.wizard .nav-tabs>li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

.wizard .nav-tabs>li a:hover {
	background: transparent;
}

.wizard .tab-pane {
	position: relative;
	padding-top: 20px;
}

.wizard h3 {
	margin-top: 0;
}

.our-mission .divider {
	width: 49px;
	height: 2px;
	margin: 0 auto 15px;
	background: rgb(42, 160, 236);
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
	margin-top: 40px;
}
.stepwizard p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.stepwizard-step .btn.disabled {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}


@media( max-width: 585px) {
	.site-subscribe .site-form{
		display: none;
	}
	.site-subscribe {

		margin: -2.25rem 0 0;
	}

	.button-login{
		padding: 10px 8px;
		font-size: 11px;

	}
	.login-box{
		min-height: 380px;
		padding-left: 10px;
		padding-top: 30px;
	}
	.wizard .tab-pane p{
		padding-left: 20px;
		padding-right: 20px;
	}
	.tab-pane h4{
		text-align: center;
	}
	.user-links ul li a{
		font-size: 12px;
	}
	.login-box-main .sign-up-center {


	}
	.sign-up-center p {
		padding-top: 0;
		margin-bottom: 0;
	}
	.social-icons ul {
		margin-bottom: 0;
	}
	.social-icons {
		top: 2em;
		text-align: center;
		margin-bottom: 0px;
	}
	.login-box-main-middle.pos-r {
		min-height: 460px;
		height: 460px;
	}
	.login-box-main-middle .login-box .image-align2 {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.navi {
		margin-bottom: 10px;
		position: relative;
		left:9%;

	}
	.wizard-inner .nav li a {
		padding-left: 0 !important;
	}
	.custom_input {
		max-width: 21px;
		display: inline-block;
	}
	.table-hours .form-control {
		padding: 6px 1px;
		font-size: 9px;
	}
	.table-hours thead>tr>th {
		font-size: 12px;
	}
	.table-hours .form-control {
		height: 26px;
		font-size: 9px;
	}
	.login-form h4 {
		text-align: center;
	}
	.login-box h3 {
		text-align: center;
		padding-top: 10px;
	}
	.sign-box {
		padding-left: 0;
		padding-right: 0;
	}
	.wizard .nav-tabs {
		padding-left: 15px;
	}
	.wizard {
		width: 100%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 40px;
		height: 40px;
		line-height: 35px;
	}

	.wizard .nav-tabs>li a {
		width: 40px;
		height: 40px;
		line-height: 35px;
	}

	.wizard li.active:after {
		content: " ";
		position: absolute;
		left: 19%;
	}
}
.custom-login{
	min-height: 250px !important;
	height: 250px !important;
}
.custom-center{
	min-height: 500px !important;
	height: 500px !important;
}
.login-box-main .sign-up-center{
	text-align: center;
}
.login-box-main .sign-up-center h1{
	font-size: 24px;
	/*		margin-bottom: 20px;*/
}
.login-box-main .sign-up-center img{
	margin-bottom: 10px;
}
.login-box-main .sign-up-center .navi{
	left: inherit;
	position: relative;
	margin-bottom: 10px;
}
.login-box-main .sign-up-center .navi li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}

.login-box-main .sign-up-center .social-icons{
	top: inherit;

}

.wizard .content {
	min-height: 150px;
}

.wizard .content > .body {
	width: 100%;
	height: auto;
	padding: 15px;
	position: relative;
}

.login-box.sign-box {
	min-height: auto;
}

.wizard > .content > .body .user-links ul > li
{
	display: inline-block;
}
.borderR{
	border:1px solid red;
}
.borderB{
	border:1px solid black;
}
.borderG{
	border:1px solid green;
}
.clsSpanInfo{
	font-weight: bold;
}

.pdtop70{
	padding-top: 70px;
}
.redBackground{
	background: #d23738;
	color: #ffffff;
}
.mySection {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	padding-bottom: 30px;
}
.mySection h6 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0;
}
.mySection p {
	line-height: 22px;
	font-weight: normal;
}
.redBackground h2, .redBackground li {
	color: #ffffff;
}
.text-justify {
	text-align: justify;
	text-justify: inter-word;
}
.clsHomeImage {
	width: 320px;
	/*height: 520px;*/
}
.clsHomeImage1 {
	width: 240px;
	height: 240px;
}

.clsLinkButton {
	min-width: 15em;
	border: .125em solid #fff;
	border-radius: 12.5em;
	font-family: inherit;
	font-weight: 700;
	line-height: 3.2em;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	transition: .3s linear;
	transition-property: color, background;
	margin: 5px;
	background-color: #fff;
}

.faqs li {
	font-size: 17px;
	color: black;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.faqs li ul li {
	font-size: 16px;
	color: black;
	padding-right: 0px;
	margin-left: -15px;
	padding-bottom: 10px;
	list-style: none;
}

.colorWhite {
	color: #fff;
}

.partner-program-features li {
	margin-left: 25px;
	list-style: none;
}

.partner-program-features li:before {
	content: "★ ";
}

.partner-program-features h4:before {
	content: "⭐ ";
}

.firstSection {
	padding-top: 13%
}
.lastSection {
	margin-bottom: 10%
}
.close-button-green {
	color: green;
	border: 1px solid green;
	border-radius: 12em;
	padding: 6px 12px;
	background-color: white;
}

/* start for signup page https://codepen.io/AngelaVelasquez/pen/Eypnq */

.select2-container--default .select2-search--inline .select2-search__field {
	border: 0px !important;
	width:100% !important;
}
.select2-container--default .select2-selection--single {
	height: 33px !important;
	padding: 3px 15px;
	font-size: 15px;
	line-height: 1.33;
	border-radius: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #CCC !important;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin-bottom:18px;
}
.wizard .steps ul{
	text-align: center !important;
}
.wizard > .content > .body ul
{
	list-style: none !important;
}
.wizard > .steps > ul > li{
	width:16% !important;
}

.radioSignupContainer{
    /* position: relative; */
    /* margin: 40px auto; */
    display: block;
    height: auto;
    width: auto;
    padding: 0 0 0 20px;
}

.radioSignupContainer > ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.radioSignupContainer > ul li{
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 100px;
	/*border-bottom: 1px solid #333;*/
}

.radioSignupContainer > ul li input[type=radio]{
	position: absolute;
	visibility: hidden;
}

.radioSignupContainer > ul li label{
    display: block;
    position: relative;
    font-weight: 200;
    font-size: 1.4em;
    padding: 25px 25px 25px 55px;
    margin: 8px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

/*.radioSignupContainer > ul li:hover label{
	color: #FFFFFF;
}
*/
.radioSignupContainer > ul li .check{
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 30px;
	width: 30px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.radioSignupContainer > ul li:hover .check {
	border: 5px solid #FFFFFF;
}

.radioSignupContainer > ul li .check::before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 15px;
	width: 15px;
    top: 2.5px;
    left: 2.75px;
    margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.radioSignupContainer input[type=radio]:checked ~ .check {
	border: 5px solid #0DFF92;
}

.radioSignupContainer input[type=radio]:checked ~ .check::before{
	background: #0DFF92;
}

.radioSignupContainer input[type=radio]:checked ~ label{
	color: #AAAAAA;
}

/*Remove Arrows/Spinners*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* end for signup page */

