body {
	width: 100%;
	min-height: 100%;
	font-family: "Open Sans", "Raleway", Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #7a7a7a;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	font-family: "Raleway", Lucida Sans Unicode, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #1a1a1a;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
}
h1 {
	font-size: 44px;
}
h2 {
	font-weight: 700;
	margin-bottom: 20px;
}
h3 {
}
h4 {
	font-size: 17px;
	font-weight: 700;
	color: #2d2d2d;
}
p {
	margin-bottom: 20px;
	line-height: 24px;
}
a {
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	color: #00a8d6;
}
a:hover, a:focus {
	text-decoration: none;
	color: #007DA0;
	outline: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

::-moz-selection {
text-shadow: none;
background: #08b4da;
color: #FFF;
}
::selection {
	text-shadow: none;
	background: #08b4da;
	color: #FFF;
}
img::selection {
	background: 0 0;
}
img::-moz-selection {
background: 0 0;
}
hr {
	margin-top: 30px;
	margin-bottom: 40px;
	border-top: 1px solid #EFEFEF;
}
body {
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}
form {
	margin-bottom: 0;
}
/* ==========================================================================
Classes
========================================================================== */ 
.cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.thin {
	font-weight: 300;
}
.strong {
	font-weight: 700;
}
.subline {
	font-size: 24px;
}
.section {
	padding: 50px 0;
}
.section20 {
	padding: 20px 0;
}
.section30 {
	padding: 30px 0;
}
.padding40 {
	padding: 40px 0;
}
.padding50 {
	padding: 50px 0;
}
.padding60 {
	padding: 60px 0;
}
.paddingtop-70 {
	padding-top: 70px;
}
.paddingtop-40 {
	padding-top: 40px;
}
.nopadding-bottom {
	padding-bottom: 0;
}
.bordered {
	border: 1px solid #EFEFEF;
}
.border-left {
	border-left: 1px solid #EFEFEF;
}
.border-right {
	border-right: 1px solid #EFEFEF;
}
.border-top {
	border-top: 1px solid #EFEFEF;
}
.border-bottom {
	border-bottom: 1px solid #EFEFEF;
}
.separator30 {
	margin: 30px 0;
}
.separator60 {
	margin: 30px 0;
}
.margintop-30 {
	margin-top: 30px;
}
.margintop-40 {
	margin-top: 40px;
}
.margintop-70 {
	margin-top: 70px;
}
.marginbottom-10 {
	margin-bottom: 10px;
}
.nomargin-top {
	margin-top: 0;
}
.nomargin-bottom {
	margin-bottom: 0;
}
.divider70 {
	clear: both;
	height: 70px;
}
.divider50 {
	clear: both;
	height: 50px;
}
.divider20 {
	clear: both;
	height: 20px;
}
.divider35 {
	clear: both;
	height: 35px;
}
.margin50 {
	margin: 50px 0;
}
.margin20 {
	margin: 20px 0;
}
.tick-list {
	margin: 15px 0;
}
.tick-list li {
	list-style: none;
	margin-bottom: 10px;
}
.tick-list li i {
	margin-right: 10px;
	color: #00a8d6;
}
.normal-list {
	list-style-type: disc;
	margin-bottom: 30px;
	margin-left: 20px;
}
.normal-list li {
	margin-bottom: 5px;
}
.green-arrow {
	list-style: none;
	margin-bottom: 15px;
}
.green-arrow li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
	color: #000;
	font-size: 13px;
}
.green-arrow li:before {
	display: inline-block;
	text-align: center;
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 0;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #dd4e59;
}
.font-icon-list li {
}
.font-icon-list i {
	color: rgba(0,0,0,0.6);
	margin-right: 10px;
}
.text-center {
	text-align: center;
}
.text-center img {
	display: block;
	margin: 0 auto;
}
.btn {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 0;
	padding: 15px 35px;
	font-weight: bold;
}
.btn:hover, .btn:focus {
	background-color: #08b4da;
	color: #FFF;
}
.btn-transparent {
	background-color: transparent;
	border: 2px solid #FFF;
	color: #fff;
}
.btn-transparent:hover {
	background-color: #2a2a2a;
	border-color: #2a2a2a;
}
.btn-price {
	color: #FFF;
}
.btn-price:hover {
	background-color: #FFF;
	border-color: #FFF;
	color: #2a2a2a;
}
.arrow-bottom {
	position: relative;
}
.arrow-bottom:after {
	left: 50%;
	bottom: -50px;
	position: absolute;
	content: "";
	border: 25px solid;
	border-color: #FAFAFA transparent transparent transparent;
	display: block;
	margin-left: -13.5px;
}
/* ==========================================================================
Color Customizations
========================================================================== */ 
.bg-white {
	background-color: #FFF;
}
.bg-grey {
	background-color: #FAF7F8;
}
.bg-grey {
	background-color: #FAFAFA;
}
.bg-grey2 {
	background-color: #F5F5F5;
}
.bg-blue {
	background-color: #08b4da;
}
.bg-dark {
	background-color: #333;
}
.bg-blue-pattern {
	background-color: #08b4da;
	background: url(../img/blue-square.png);
}
.bg-testimonial {
	background: url(../img/headshot-bg.jpg);
}
.blue {
	color: #08b4da;
}
.white-text {
	color: #FFF;
}
.white-text p {
	color: #FFF;
}
.white-text h3 {
	color: #FFF;
}
.white-text h2 {
	color: #FFF;
}
.white-text li {
	color: #FFF;
}
/* ==========================================================================
Line Font
========================================================================== */ 
.line-font {
	font-size: 48px;
}
.line-font-small {
	font-size: 20px;
}
/* ==========================================================================
Headline
========================================================================== */ 
.headline {
	text-align: center;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.03);
	margin-bottom: 5px;
}
.headline h1 {
	color: #31373a;
	padding-bottom: 15px;
	border-bottom: 2px solid #DDD;
	display: inline-block;
	font-size: 44px;
}
.headline h2 {
	font-size: 36px;
}
.headline h1 {
	font-size: 36px;
	border-bottom:0px
}
.headline p {
	margin-bottom: 40px;
	font-weight: 100;
	font-size: 16px;
	color: #2b2b2b;
}
/* ==========================================================================
 Navigation
========================================================================== */ 
.menu-right {
	float: right;
}
.navbar-inverse {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
	border: none;
	background-color: rgba(0,0,0,0.7);
	padding: 15px 0;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	display: block;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
.navbar-inverse .navbar-toggle {
	background: #08b4da;
	border: none;
}
.navbar-nav {
	margin: 0;
}
.scroll-fixed-navbar {
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	height: auto;
}
.scroll-fixed-navbar {
	padding: 10px 0;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.scroll-fixed-navbar .navbar-nav > li > a {
	color: #333;
}
.scroll-fixed-navbar .navbar-nav > li > a:hover, .scroll-fixed-navbar .navbar-nav > li.active > a, .scroll-fixed-navbar .navbar-nav > li.active > a:hover {
	color: #00a8d6;
}
.navbar-toggle {
	position: relative;
	float: right;
	background-color: transparent;
	padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #fff;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: rgba(0,0,0,0.1);
}
/* ==========================================================================
Logo
======================================================.==================== */ 
.navbar-inverse .navbar-brand {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	padding: 0;
}
.scroll-fixed-navbar.navbar-inverse .navbar-brand {
	color: #1a1a1a;
	font-size: 30px;
	font-weight: 700;
	padding: 0;
}
.text-logo {
	margin-top: 5px
}
.text-logo i {
	margin-right: 10px;
}
/* ==========================================================================
Banner
========================================================================== */ 
#banner {
	padding-top: 90px;
	padding-bottom: 30px;
	background: #1a1a1a;
	background-image: url(../img/earn_more.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	position: relative;
	background-attachment: fixed;
}
#banner {/*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
	position: relative;
	overflow: hidden;
	width: 100%;/* height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}
video {
	min-width: 100%;
	/*min-height: 100vh;*/
	z-index: 1;
	width: 100%;
}
.banner-content {
	clear: both;
	padding: 7px 0px;
	z-index: 3;
}
.banner-content h1 {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #FFF;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
}
.banner-content h2 {
	color: #ffffff;
}
.banner-content h5 {
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
}
.banner-content p {
	color: rgba(255, 225, 58, 0.7);
	font-weight: 600;
	font-size: 24px;
	line-height: 40px;
}
.banner-list {
	margin-bottom: 20px;
}
.banner-list li {
	color: rgba(255,255,255, 0.8);
	margin-bottom: 15px;
}
.banner-list li i {
	margin-right: 10px;
	color: #08b4da;
}
/* ==========================================================================
Clients Logo
========================================================================== */ 
.clients-logo li {
	padding: 0 20px;
}
.clients-logo li img {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
/* ==========================================================================
Process Steps
========================================================================== */ 
ul.steps-list li {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0,0,0,0.03);
}
ul.steps-list li:last-child {
	border-bottom: none;
}
ul.steps-list li span {
	float: left;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background: #a8efff;
}
ul.steps-list li h4 {
	margin-left: 60px;
	font-weight: 600;
	color: #060707;
}
ul.steps-list li p {
	margin-left: 60px;
	text-align: justify;
	color: #c1f4ff;
}
ul.steps-list li h5 {
	font-weight: 600;
}
/* ==========================================================================
Main Point
========================================================================== */ 
.main-point {
	margin-bottom: 20px;
}
.main-point i {
	display: block;
	font-size: 56px;
	color: #1a1a1a;
}
.main-point h3 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	color: #09333c;
}
/* ==========================================================================
Features
========================================================================== */ 
.features {
	margin-bottom: 10px;
	text-align: left;
}
.features i {
	float: left;
	margin-right: 20px;
	font-size: 32px;
	margin-top: 8px;
}
.features h3 {
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
}
.features p {
	clear: both;
	padding-top: 5px;
	margin-bottom: 0px;
	line-height: 20px;
	margin-left: 52px;
	font-size: 12px;
	text-align: justify;
}
/* ==========================================================================
Forms
========================================================================== */ 
.banner-form {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	background: rgba(0,0,0,0.4);
}
.form-title {
	background-color: rgb(20 79 159);
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}
.form-title h2 {
	margin-bottom: 0;
    font-size: 20px;
    line-height: 24px;
}
.form-body {
	padding: 15px 30px;
	background: rgb(20 79 159 / 20%);
}
.form-body p {
	color: rgba(255,255,255,0.6);
}
.banner-form {
	margin-top: 40px;
}
.banner-form .form-control {
	color: #737373;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 12px 15px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	border-radius: 0;
	height: auto;
	background-color: hsl(215deg 100% 97% / 10%);
	margin-bottom: 13px;
}
.btn-submit {
	display: block;
	margin: 0 auto;
	background-color: #ff2f35;
	color: #FFF;
	border-color: rgba(0,0,0,0.01);
	width: 100%;
	padding: 11px;
	border: 2px solid #ff2f35;
}
.btn-submit:hover {
	background: #ff2f35;
	border-color: #ff2f35;
}
/* ==========================================================================
Stats
 ========================================================================== */
.stats i {
	float: left;
	margin-right: 20px;
}
.stats h3 {
	font-weight: bold;
	font-size: 29px;
	color: #1a1a1a;
	margin-bottom: 0;
}
.stats span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	margin-top: 10px;
}
/* ==========================================================================
Portfolio 
 ========================================================================== */
.hover-details {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
	margin-bottom: 40px;
}
.hover-details .img-cover {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(8, 180, 218, 0.9);
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}
.hover-details > img {
	width: 100%;
	height: auto;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}
.img-zoom {
	width: 45px;
	height: 45px;
	background-color: #1a1a1a;
	line-height: 45px;
	position: absolute;
	top: -45%;
	left: 50%;
	border-radius: 3px;
	margin-top: -35px;
	margin-left: -25px;
	-webkit-transition: all ease 400ms ease-in-out;
	-moz-transition: all ease 400ms ease-in-out;
	-ms-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
	text-align: center;
}
.img-zoom i {
	color: #FFF;
	font-size: 18px;
}
.img-cover h3 {
	width: 100%;
	position: absolute;
	bottom: -28%;
	color: #f8f8f8;
	font-size: 16px;
	text-align: center;
	padding: 0 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.hover-details:hover {
	cursor: pointer;
}
.hover-details:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.hover-details:hover .img-zoom {
	top: 45%;
}
.hover-details:hover .img-cover h3 {
	bottom: 28%;
}
.hover-details:hover .img-cover {
	opacity: 1;
}
.img-zoom:hover {
	background-color: #333;
}
/* ==========================================================================
Video Container
============================================================================ */
.video-container {
	position: relative;
}
.video-container iframe {
	width: 100%;
	height: 430px;
	border: none;
}
/* ==========================================================================
Testimonials
========================================================================== */ 
.testimonial-inner {
}
.testimonial-inner img {
	margin-right: 30px;
	border-radius: 4px;
	border: 3px solid #FFF;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	float: left;
}
.testimonial-inner p {
}
.testimonial-inner small {
	display: inline-block;
	border-top: 2px solid #333;
	padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
/* ==========================================================================
Pricing
============================================================================ */
.price-plan {
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 0;
	box-shadow: none;
}
.price-plan h4 {
	color: #FFF;
	font-size: 17px;
	text-align: center;
	margin-bottom: 0;
}
.price-plan h3 {
	color: #fff;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 0;
}
.price-plan h3 span {
	font-weight: 300;
	font-size: 18px;
}
.price-plan h3 sup {
	font-size: 18px;
}
.price-plan .panel-heading {
	background: #333;
	text-align: center;
	padding: 25px 0;
	border-radius: 0;
}
.price-plan .panel-body {
	background: #444;
	padding: 30px 0;
	margin-bottom: 0;
}
.price-plan .panel-footer {
	background: #333;
	padding: 25px 0;
	border-radius: 0;
}
.price-plan .list-group-item {
	padding: 15px 20px;
	border: 1px dotted #E5E5E5;
	text-align: center;
}
.price-plan .list-group-item:last-child {
	border-bottom: none;
}
.price-plan .list-group-item i {
	float: right;
	font-size: 18px;
	margin-top: 5px;
}
.popular .panel-heading {
	background: #08b4da;
}
.popular .panel-body {
	background: #0AA9CC;
}
.popular .panel-footer {
	background: #08b4da;
}
/* ==========================================================================
faq-bodys
============================================================================ */
.faq-body {
	margin-bottom: 40px;
}
.faq-body i {
	float: left;
	font-size: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.faq-body h4 {
	padding-top: 10px;
	font-size: 18px;
}
.faq-body p {
	clear: both;
}
.answer {
	position: relative;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	padding: 20px;
	margin-top: 30px;
	border-radius: 3px;
}
.answer:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	margin-left: -15px;
	top: -15px;
	left: 10%;
}
.answer:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #E5E5E5 transparent;
	display: block;
	width: 0;
	z-index: 0;
	margin-left: -15px;
	top: -16px;
	left: 10%;
}
/* ==========================================================================
Footer
 ========================================================================== */
.footer-top {
	background-color: #2b2b2b;
	padding: 70px 0;
}
.footer-sub {
	background-color: #242424;
	padding: 30px 0;
}
.footer h3 {
	color: #FFF;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 15px;
}
.footer p, .footer a {
	color: #ADADAD;
	margin-bottom: 10px;
}
.footer li {
	padding: 3px 0;
	font-size: 14px;
}
.footer i {
	color: #f8f8f8;
}
.copyright {
	float: right;
}
.copyright i {
	color: #FF3D7F;
	margin: 0 5px;
}
.contact-list li {
	color: #ADADAD;
	margin-bottom: 5px;
}
.contact-list i {
	margin-right: 15px;
}
.quick-links li {
	padding-left: 15px;
	position: relative;
}
.quick-links li:before {
	display: inline-block;
	text-align: center;
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	left: 0px;
	top: 4px;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	color: #f8f8f8;
}
/* ==========================================================================
Carousel Settings
 ========================================================================== */ 
.carousel-mod .carousel-indicators {
	position: static;
	display: block;
	width: auto;
	margin: 15px auto;
}
.carousel-mod .carousel-indicators li {
	background-color: #A3A3A3;
	border: none;
	margin: 0;
}
.carousel-mod .carousel-indicators .active {
	background-color: #31373a;
	width: 10px;
	height: 10px;
}
.carousel-mod .carousel-control.left, .carousel-mod .carousel-control.right {
	background: none;
	background-color: transparent;
	filter: none;
}
.carousel-mod .carousel-control {
	top: 45%;
}
/* ==========================================================================
Social Links
 ========================================================================== */
.social {
}
.social li {
	padding: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 3px;
	text-align: center;
	line-height: 35px;
	webkit-transition: background-color 400ms ease-out 0.2s;
	-moz-transition: background-color 400ms ease-out 0.2s;
	-o-transition: background-color 400ms ease-out 0.2s;
	transition: background-color 400ms ease-out 0.2s;
	margin-bottom: 5px;
}
.social li a {
	color: #fff;
}
.social li.facebook {
	background: #204385;
}
.social li.twitter {
	background: #2aa9e0;
}
.social li.google-plus {
	background: #d3492c;
}
.social li.linkedin {
	background: #0073b2;
}
.social li.skype {
	background: #00b0f6;
}
.social li.youtube {
	background: #e22d24;
}
.social li:hover {
	background: #31373a;
	cursor: pointer;
}

/* ==========================================================================
Media Queries
 ========================================================================== */
/* ------ Tablet Portrait size to standard 960 (devices and browsers) ------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
img {
	margin: 20px auto;
}
.img-thumbnail {
	margin: 0;
}
}

/* ------ Mobile Landscape Size to Tablet Portrait (devices and browsers) ------*/
@media only screen and (max-width: 767px) {
.navbar-inverse {
	background-color: #FFF;
	padding: 0;
}
.navbar > .container .navbar-brand {
	margin-left: 15px;
	color: #1a1a1a;
	margin-top: 15px;
}
.menu-right {
	float: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .active > a,  .navbar-inverse .navbar-nav > .active > a:hover,  .navbar-inverse .navbar-nav > .active > a:focus,  .navbar-inverse .navbar-nav > li > a:hover {
	color: #00A8D6;
}
img {
	display: block;
	margin: 20px auto;
}
.section {
	padding: 70px 0;
}
.main-point {
	margin-bottom: 40px;
}
.video-container {
	margin-bottom: 40px;
}
.img-thumbnail {
	margin: 0;
}
}

/* ------ Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ------*/
@media only screen and (max-width: 479px) {
h2 {
	font-size: 28px;
}
h4 {
	font-size: 16px;
}
img {
	float: none;
	display: block;
	margin: 0px auto;
}
iframe {
	max-height: 200px;
}
.banner-content h1 {
	font-size: 34px;
}
.headline h1 {
	font-size: 30px;
}
.headline h2 {
	font-size: 28px;
}
.section {
	padding: 50px 0;
}
.separator60 {
	margin: 30px 0;
}
.steps-list {
	margin-bottom: 30px;
}
.main-point h3 {
	font-size: 20px;
}
.video-container {
	margin-bottom: 40px;
}
.img-thumbnail {
	margin: 0;
}
.testimonial-inner img {
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contact-list, .quick-links {
	margin-bottom: 30px;
}
.copyright {
	float: none;
}
}
.combackheader .comebacklogo {
	width: 180px;
	margin: 0px;
}
.combackheader .navbar-inverse {
	padding: 12px 0px
}
.prob h2 {
	font-size: 25px;
	line-height: 40px;
}
.slider {
	/*max-width: 144rem;
	margin-bottom: 2rem;
	padding: 6.3rem 16.5rem;
	background-image: url(../img/pattern-bg.svg);*/
	background-repeat: no-repeat;
	background-size: 48.4%;
	background-position: bottom 0px right 7.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 75em) {
.slider {
	background-size: 48%
}
}

@media only screen and (max-width: 63em) {
.slider {
	padding: 0;
	background-position: top center;
	background-size: 62% auto;
	align-items: flex-start
}
}

@media only screen and (max-width: 52.5em) {
.slider {
	background-size: 75% auto
}
}

@media only screen and (max-width: 41em) {
.slider {
	background-size: 100% auto
}
}
.slider__slides {
	width: 100%;
	display: flex
}

@media only screen and (max-width: 63em) {
.slider__slides {
	margin-top: 3rem
}
}
.slider__slide {
	flex: 1 0 100%;
	margin-right: 21.5rem
}

@media only screen and (max-width: 63em) {
.slider__slide {
	flex: 1 0 100%
}
}
.slider__slide-content {
	display: flex;
	justify-content: center;
	align-items: center
}

@media only screen and (max-width: 63em) {
.slider__slide-content {
	flex-direction: column;
	justify-content: flex-start;
	align-items: center
}
}
.slider__buttons {
	flex: 0 0 auto;
	width: 11.2rem;
	height: 5.6rem;
	box-shadow: var(--box-shadow-2);
	display: flex;
	position: absolute;
	bottom: 6.5%;
	right: 36%
}

@media only screen and (max-width: 75em) {
.slider__buttons {
	bottom: 7.5%
}
}

@media only screen and (max-width: 63em) {
.slider__buttons {
	top: 41vw;
	right: 50%;
	transform: translateX(50%)
}
}

@media only screen and (max-width: 52.5em) {
.slider__buttons {
	top: 48vw
}
}

@media only screen and (max-width: 41em) {
.slider__buttons {
	width: 8rem;
	height: 4rem;
	top: 70vw
}
}
.slider__button {
	flex: 0 0 50%;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center
}
.slider__button--prev {
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%
}
.slider__button--next {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%
}
.slider__button-icon {
	stroke: var(--dark-grayish-blue);
	transition: stroke 0.2s
}
.slider__button:hover .slider__button-icon {
	stroke: var(--grayish-blue)
}
.slider__button:active .slider__button-icon {
	stroke: var(--dark-grayish-blue)
}
.testimonial {
	width: 100%
}
.testimonial__text {
	color: var(--dark-blue);
	flex: 0 1 57.2%;
	margin-right: 1.2%;
	z-index: 1;
	position: relative
}

@media only screen and (max-width: 63em) {
.testimonial__text {
	order: 1;
	flex: initial;
	margin-right: 0;
	margin-top: 13rem;
	text-align: center
}
}

@media only screen and (max-width: 41em) {
.testimonial__text {
	margin-top: 7rem
}
}

@media only screen and (max-width: 22.5em) {
.testimonial__text {
	margin-top: 5rem
}
}
.testimonial__quotation-marks {
	position: absolute;
	top: -6.5rem;
	left: 9.5rem
}

@media only screen and (max-width: 63em) {
.testimonial__quotation-marks {
	left: 50%;
	transform: translateX(-50%)
}
}

@media only screen and (max-width: 41em) {
.testimonial__quotation-marks {
	width: 6rem;
	height: 5rem;
	top: -2.5rem
}
}

@media only screen and (max-width: 22.5em) {
.testimonial__quotation-marks {
	width: 4rem;
	height: auto;
	top: -1rem
}
}
.testimonial__quote {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.575;
	margin-bottom: 3.2rem;
	color: #000000;
	text-align: justify;
	color: #ffffff;
	font-weight: normal;
	padding-left: 70px;
	border-left: 2px solid #ffffff;
}

@media only screen and (max-width: 75em) {
.testimonial__quote {
	font-size: 2.5rem
}
}

@media only screen and (max-width: 63em) {
.testimonial__quote {
	font-size: 3.2rem
}
}

@media only screen and (max-width: 52.5em) {
.testimonial__quote {
	font-size: 2.2rem
}
}

@media only screen and (max-width: 41em) {
.testimonial__quote {
	font-size: 1.8rem;
	margin-bottom: 1.9rem
}
}

@media only screen and (max-width: 22.5em) {
.testimonial__quote {
	font-size: 1.6rem;
	margin-bottom: 1.5rem
}
}
.testimonial__cite {
	font-size: 2rem;
	font-style: normal;/*padding-left: 55px;*/
}

@media only screen and (max-width: 75em) {
.testimonial__cite {
	font-size: 1.6rem
}
}

@media only screen and (max-width: 63em) {
.testimonial__cite {
	font-size: 2rem
}
}

@media only screen and (max-width: 63em) {
.testimonial__cite {
	font-size: 2.2rem;
	line-height: 1.5
}
}

@media only screen and (max-width: 41em) {
.testimonial__cite {
	font-size: 1.5rem;
	line-height: 1.3
}
}

@media only screen and (max-width: 22.5em) {
.testimonial__cite {
	font-size: 1.2rem
}
}
.testimonial__cite--name {
	font-weight: 700;
	margin-right: 8px
}

@media only screen and (max-width: 75em) {
.testimonial__cite--name {
	margin-right: 0;
	display: block
}
}
.testimonial__cite--role {
	color: var(--grayish-blue)
}
.testimonial__img {
	flex: 0 1 48.65%
}

@media only screen and (max-width: 63em) {
.testimonial__img {
	flex: initial;
	width: 50%
}
}

@media only screen and (max-width: 52.5em) {
.testimonial__img {
	width: 60%
}
}

@media only screen and (max-width: 41em) {
.testimonial__img {
	width: 77.7%
}
}
.testimonial__photo {
	width: 62%;
	box-shadow: var(--box-shadow-1);
	border-radius: 5px
}

@media only screen and (max-width: 63em) {
.testimonial__photo {
	width: 100%
}
}
.attribution {
	flex: 1 0 100%;
	display: block;
	font-size: 11px;
	text-align: center;
	bottom: 2rem
}
.attribution a {
	color: #3e52a3
}
.main {
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}
.price-table {
	width: 100%;
	border-collapse: collapse;
	border: 0 none;
}
.price-table tr:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	padding: 8px 24px;
	font-size: 14px;
	color: #000000;
}
.price-table tr td:first-child {
	border-left: 0 none;
}
.price-table tr td:not(:first-child) {
	text-align: center;
}
.price-table tr:nth-child(even) {
	background-color: #FFFFFF;
}
.price-table tr:hover {
	background-color: #EEEEEE;
}
.price-table .la-check-circle {
	color: #5336ca;
	font-size: 30px;
}
.price-table .la-times-circle {
	color: #f30404;
	font-size: 25px;
}
.price-table .fa-times {
	color: #D8D6E3;
}
/* Highlighted column */
.price-table tr:nth-child(2n) td:nth-child(3) {
	background-color: rgba(216, 214, 227, 0.25);
}
.price-table tr td:nth-child(3) {
	background-color: rgba(216, 214, 227, 0.15);
	padding: 8px 48px;
}
.price-table tr td:nth-child(3) .fa-check, .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
/* color: #ffffff; */
}
/**/

.price-table tr.price-table-head td {
	font-size: 14px;
	font-weight: 600;
	/* text-transform: uppercase;*/
	font-weight: normal;
	color: #ffffff;
}
.price-table tr.price-table-head {
	background-color: #3f2da5;
	color: #FFFFFF;
}
.price-table td.price {
	color: #f43f54;
	padding: 16px 24px;
	font-size: 20px;
	font-weight: 600;
}
.price-table td.price a {
    background-color: #d1d1d1;
    color: #646464;
    padding: 8px 16px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 17px;
    min-width: 120px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #bdbdbd;
}
.price-table td.price a:hover{    background: linear-gradient( 
190deg, rgb(18 50 141) 34%, rgb(40 74 199) 100%);
    color: #ffffff;}
.price-table td.price a.popular {
	background: linear-gradient( 
190deg, rgb(18 50 141) 34%, rgb(40 74 199) 100%);
    color: #ffffff;
}
.price-table td.price-table-popular {
	border-top: 3px solid #5336ca;
	color: #5336ca;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 20px;
	font-weight: 700;
}
.price-table .price-blank {
	background-color: #fafafa;
	border: 0 none;
}
.price-table svg {
	width: 90px;
	fill: #5336ca;
}
.badge-primary {
	color: #fff;
	background-color: #007bff;
}
.badge-danger {
	color: #fff;
	background-color: #dc3545;
}
.badge-success {
	color: #fff;
	background-color: #28a745;
}
.badge-warning {
	color: #212529;
	background-color: #ffc107;
}
#exTab3 .nav-pills > li > a {
	border-radius: 40px;
	text-align: center;
	background-color: #eee;
	font-size: 20px;
}
#exTab3 .nav-pills > li.active > a, #exTab3 .nav-pills > li.active > a:hover, #exTab3 .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca !important;
}
#exTab3 ul {
	margin: 20px auto;
	width: 300px;
	margin-bottom: 40px;
}
#exTab3 .nav-pills > li {
	float: left;
	width: 47%;
}
.steps-list p {
	margin-bottom: 0px;
	line-height: 20px;
}
.testname {
	color: #000000;
	font-weight: normal;
	padding-left: 56px;
}

@media only screen and (max-width: 479px) {
.testimonial__quote {
	padding: 20px;
}
.testimonial__cite {
	padding-left: 0;
}
.testimonial__cite--name {
	padding-left: 35px;
}
.testimonial__cite--role {
	padding-left: 35px;
}
.testimonial__photo {
	margin-top: 50px !important;
}
.testname {
	padding-left: 35px;
}
}
/*features Cards*/
.card-big-shadow {
	width: 100%;
	position: relative;
}
.card {
	border-radius: 8px;
	box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
	background-color: #FFFFFF;
	color: #252422;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
	border: 1px solid #e7e7e7;
	padding: 20px;
}
.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
	color: #FFFFFF;
}
.card.card-just-text .content {
	padding: 25px;
	text-align: left;
}
.card.card-just-text .content img {
	margin-bottom: 15px;
}
.card .content {
	padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
	color: #7a9e9f;
}
.card .category, .card .label {
	font-size: 14px;
	margin-bottom: 0px;
}
.card-big-shadow:before {
	background-image: url("http://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: -12%;
	content: "";
	display: block;
	left: -8%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
h4, .h4 {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.2em;
}
h6, .h6 {
	font-size: 0.9em;
	font-weight: 600;
	text-transform: uppercase;
}
.card .description {
	font-size: 14px;
	color: #66615b;
	margin-bottom: 0px;
}
.content-card {
	margin-top: 30px;
}
/*
.banerinf{
z-index: 6;
    position: absolute;
    top: 60px;}
	*/

	
	 
.overlay {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
	background-size: 3px 3px;
	z-index: 2;
}
/* New Features cards*/
.image-flip:hover .backside, .image-flip.hover .backside {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	border-radius: .25rem;
}
.image-flip:hover .frontside, .image-flip.hover .frontside {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.mainflip {
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1s;
	-moz-transition: 1s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	position: relative;
}
.frontside {
	position: relative;
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2;
	margin-bottom: 30px;
}
.backside {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);/* -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);*/
}
.frontside, .backside {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 1s;
	-moz-transform-style: preserve-3d;
	-o-transition: 1s;
	-o-transform-style: preserve-3d;
	-ms-transition: 1s;
	-ms-transform-style: preserve-3d;
	transition: 1s;
	transform-style: preserve-3d;
	width: 100%;
}
.frontside .card, .backside .card {
	min-height: 175px;
}
.frontside .card .card-title, .backside .card .card-title {
	color: #398bcb !important;
}
.frontside .card .card-body img {
	/* width: 120px;
    height: 120px;
    border-radius: 50%;*/
	border: 0px solid #ff0000;
}
.frontside .card {
	background: url(../img/frontbg.png);
}
.spanNumber {
	border: 2px solid #08b4da;
	border-radius: 50%;
	width: 20px;
	text-align: center;
	/* padding: 8px 20px; */
	color: #08b4da;
	float: left;
	margin-right: 10px;
	height: 36px;
	width: 36px;
	line-height: 27px;
}
.quotes {
	margin-top: 60px;
}
.quotes p {
	text-align: justify;
}
.comeback100Intro {
	padding: 10px;
	float: left;
	background: #ffffff;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #f3f3f3;
	padding-top: 25px;
	padding-bottom: 25px;
}
.backside p {
	margin-bottom: 5px;
}
.backside a {
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 20px;
	position: absolute;
	bottom: 10px;
	left: 127px;
	font-size: 11px;
}
.schoolTextlabel {
	/*background: rgb(237,40,60);
	background: linear-gradient(190deg, rgba(237,40,60,1) 34%, rgba(190,9,9,1) 100%);*/
	background-color:#7e6cfb !important;
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important;
	font-weight:600 !important;
	border:0px !important
}
.collegeTextlabel {
	background: rgb(32,77,236);
	background: linear-gradient(190deg, rgba(32,77,236,0.938813025210084) 21%, rgba(13,9,122,1) 100%);
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important;
	font-weight:600 !important;
	border:0px !important
}
.elemenetryTextlabel {
	/*background: rgb(187,30,123);
	background: linear-gradient(190deg, rgba(187,30,123,0.938813025210084) 18%, rgba(99,12,78,1) 100%);*/
	background-color:#7354f4 !important;
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important;
	font-weight:600 !important;
	border:0px !important
}
.advanceTextlabel {
	/*background: rgb(236,138,32);
	background: linear-gradient(190deg, rgba(236,138,32,0.938813025210084) 21%, rgba(255,239,0,1) 100%);*/
	background-color:#3f2da5 !important;
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important;
	font-weight:600 !important;
	border:0px !important
}
.IntermedTextlabel {
	/*background: rgb(52,187,30);
	background: linear-gradient(190deg, rgba(52,187,30,0.938813025210084) 18%, rgba(20,152,35,1) 100%);*/
	background-color:#5038bc !important;
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important;
	font-weight:600 !important;
	border:0px !important
}
.basicTextlabel {
	/*background: rgb(32,77,236);
	background: linear-gradient(190deg, rgba(32,77,236,0.938813025210084) 21%, rgba(13,9,122,1) 100%);*/
	background-color:#6146d9 !important;
	border-radius: 15px !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	color:#ffffff !important; 
	font-weight:600 !important;
	border:0px !important
	
}
.price-table1 tr td:nth-child(4) {
    background-color: rgba(216, 214, 227, 0.15);
    padding: 8px 20px;
}
.price-table1 tr td:nth-child(3) {
    background-color:transparent !important;
    padding: 8px 20px;
}
/*blog Card */


 
.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}
.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
h1.heading {
  color: #fff;
  font-size: 1.15em;
  font-weight: 900;
  margin: 0 0 0.5em;
  color: #505050;
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
    margin-top: 0px;
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
@media only screen and (max-width: 479px) {
.quotes img{ display:none}
}

/* new footers */
.footer-big {
    padding: 20px 0px 0px 0px
}

    .footer-big .footer-widget {
        margin-bottom: 10px
    }

.footer--light {
    background: #002040;
}

.footer-big .footer-menu ul li a, .footer-big p, .footer-big ul li {
    color: #ffffff;
    list-style: none;
    font-size:12px;
}

.footer-big .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



    .footer-menu ul li a {
        font-size: 12px;
        line-height: 20px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

        .footer-menu ul li a:hover {
            color: #5867dd
        }

.footer-menu--1 {
    width: 100%
}

.footer-widget-title {
    line-height: 42px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #78bbff;
    border-bottom: 1px solid #003367;
    font-weight: normal;
}



.kotakLogoFooter {
    float: right;
 
 
    
    width:100%;
    text-align:right
}
    .kotakLogoFooter .wrpLogokot {
        /* margin-top: 7px; */
        background: #ffffff;
        padding: 5px;
        float: right;
        /* padding-top: 30px; */
        border-top: 1px solid #cccccc;
    }
    .kotakLogoFooter .wrpLogokot h6 {
        color: #002040;
        font-size: 12px;
        margin-bottom: 5px;
        text-align:center
    }
        .kotakLogoFooter .wrpLogokot img {
            width: 160px;
        }
    .footer-big ul li .fa {
        font-size: 30px;
        color: #ffffff;
    }
.mini-footer {
    background-color: rgb(37 37 37);
    text-align: left;
    padding: 10px 0;
}

    .mini-footer p {
        margin: 0;
        line-height: 26px;
        font-size: 12px;
        color: #fff;
    }
        .mini-footer p.copyright {
            text-align: right
        }
        .mini-footer p a {
            color: #fff;
        }

            .mini-footer p a:hover {
                color: #34bfa3
            }

.widget-about img {
    display: block;
    margin-bottom: 0px
}

.widget-about p {
    font-weight: 400;
    width: 100%;
    margin: 0px 0px 0px;
}

.widget-about .contact-details {
    margin: 30px 0 0 0
}

    .widget-about .contact-details li {
        margin-bottom: 10px
    }

        .widget-about .contact-details li:last-child {
            margin-bottom: 0
        }

        .widget-about .contact-details li span {
            padding-right: 12px
        }

        .widget-about .contact-details li a {
            color: #5867dd
        }

.footer-social {
    text-align: left;
}

    .footer-social ul {
        padding: 0;
        display: inline-block;
        list-style-type: none;
    }

        .footer-social ul:after {
            display: table;
            clear: both;
            content: "";
        }

    .footer-social li {
        float: left;
        margin: 0 15px 0 0;
        padding: 0;
    }
.aparLogo {
    float: right;
    width:100%;
    text-align:right;
    margin-top:25px;

}
.connexrmLogo {
    float: right;    
    width:100%;
    text-align:right
}
    .connexrmLogo img {
        width: 170px;
        background: #ffffff;
        padding: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        /* margin-bottom: 7px; */
		display:initial
    }

.aparLogo img {
    width: 170px;
    background: #ffffff;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-bottom: 7px; */
    border-bottom: 1px solid #c1c1c1;
	display:initial
}
    @media (max-width:991px) {
        .footer-menu {
        padding-left: 0
    }
}



.quotes {display: none;}
	.imfo a {
    /* -webkit-transition: all 400ms linear; */
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    /* transition: all 400ms linear; */
}
	.imfo a {
    color: #fff;
    display: block;
    /* -webkit-transition: all 100ms ease-in-out; */
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    /* transition: all 100ms ease-in-out; */
}
.register_here_text{font-size: 15px;color: #ffffff;font-weight: normal;}
.nabgtn_tdfkjh{align-items: center; display:flex;flex-direction: column;}
.djght{background:#f9f9f9; padding:40px 0 10px 0; border-bottom:0px;}
.ddhf{font-size: 12px; font-weight: 400;}
.clrt{color:#ff0000}