/*
	* Template name: Appmust - Responsive App Landing Page Template
	* Template URI: http://koder.top/demo/appmust/
	* Version: 1.0	
	* Author: Farhadur Rahim
	* Author URI: https://themeforest.net/user/webmechanicx
*/

/* Table of Content
==================================================
	#01. Web Fonts
	#02. Common CSS
	#03. Preloader CSS
	#04. Header CSS
	#05. Intro Header CSS
	#06. Brief Features CSS
    #07. How it works CSS
    #08. Overview CSS
    #09. Pricing Plan CSS
    #10. FAQ CSS
    #11. Feedback CSS
    #12. Contact Us CSS
    #13. Featured Publisher CSS
    #14. Call to Action CSS
    #15. Footer CSS
    #16. Signup and Login Page CSS
*/

/*--------------------*/
/* Import all style */
/*--------------------*/
  @import 'font-awesome.min.css';
  @import 'elegant-icons.css';
  @import 'bootstrap.min.css';
  @import 'bootstrap-social.css';
  @import 'appstore-buttons-bs3.css';
  @import 'owl.carousel.min.css';
  @import 'owl.theme.default.min.css';
  @import 'animate.min.css';

/*--------------------*/
/* 01. Web Fonts */
/*--------------------*/

  @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/*--------------------*/
/* 02. Common CSS */
/*--------------------*/

::-webkit-selection { background: #767a80; color:#fff; }
::-moz-selection { background: #767a80; color:#fff; }
::selection { background: #767a80; color:#fff; }


body, 
html {
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #313338;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a { 
  text-decoration: none;
  color: #2f2f2f;
  
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:focus, 
a:hover {
  color: #010101;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #313338;
  font-weight: 400;
}

h2 { 
  font-size: 30px;
  font-weight: 600;
  color: #313338;
  line-height: 40px;
}

img {
  border:none;
}

section {
  border-bottom: 1px solid #e7ebee;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-top: 0px;
  text-transform: capitalize;
}

.section-heading p {
  color: #767a80;
  line-height: 1.8;
}

.offwhite-bg {
  background-color: #fbfbfb;   
}

.bdr-right {
  border-right: 1px solid #e7ebee;   
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.padding-2x {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-5x {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-7x {
  padding-top: 100px;
  padding-bottom: 100px;
}

.no-margin {
  margin: 0px !important;
}

.btn, .btn-lg {
  border-radius: 3px;
}

.btn-lg {
  padding: 10px 32px    
}

.btn-primary {
  background-color: #168eea;
  color: #ffffff;
  border-color: transparent;
}

.btn-primary:focus, 
.btn-primary:hover {
  background-color: #319bed;
  color: #ffffff;
  border-color: transparent;
}

.btn-secondary {
  background-color: #168eea;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
}

.btn-secondary:focus, 
.btn-secondary:hover {
  background-color: #319bed;
  color: #ffffff;
}

.btn-shadow {
  box-shadow: 0px 1px 2px #aaa;
}

.btn > .ico {
  position: relative;
  top: 4px;  
}

/*-----------------------*/
/* 03. Preloader CSS */
/*-----------------------*/

#preload-circle {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 99999;
}

#preload-circle .bounce-circles {
  width: 80px;
  text-align: center;
  position: relative;
  top: 50%;
  left: 46%;
  right: 0;
}

.bounce-circles > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ffd13e;
  -webkit-animation: circleBounce 1.4s infinite ease-in-out both;
  animation: circleBounce 1.4s infinite ease-in-out both;
}

.bounce-circles > span.circle1 {
  background-color: #15a7e1;
}

.bounce-circles > span.circle2 {
  background-color: #15c656;
}

.bounce-circles .circle1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}

.bounce-circles .circle2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}

@-webkit-keyframes circleBounce {
	0%, 80%, 100% {
		-webkit-transform:scale(0)
	}
	40% {
		-webkit-transform:scale(1)
	}
}
@keyframes circleBounce {
	0%, 80%, 100% {
		-webkit-transform:scale(0);
		transform:scale(0)
	}
	40% {
		transform:scale(1);
		-webkit-transform:scale(1)
	}
}

/*--------------------*/
/* 04. Header CSS */
/*--------------------*/

#header .navbar-brand {
  padding: 0px 15px;
}

#header .navbar-brand > img {
  width: 220px;   
}

#mainnav.navbar-default {
  background-color: rgba(255,255,255,0.96);
  padding: 10px 0px;
}

.white {
  background-color: #ffffff;   
}
#mainnav .navbar-nav .dropdown-menu {
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.1);
  box-shadow: 0px 2px 4px rgba(0,0,0,.1);
}

#mainnav .navbar-nav > li > a , 
#mainnav .navbar-nav .dropdown-menu  > li > a, 
#mainnav .navbar-nav > li > a > .btn {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}

#mainnav .navbar-nav > li > a {
  margin: 5px auto;
}

#mainnav .navbar-nav > li > a , 
#mainnav .navbar-nav .dropdown-menu  > li > a {
  color: rgba(0,0,0,0.75);
  padding-top: 10px;
  padding-bottom: 10px;
}

#mainnav .navbar-nav > .active > a, 
#mainnav .navbar-nav > .active > a:focus {
  background-color: transparent;
}

#mainnav .navbar-nav > li > a:focus, 
#mainnav .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #000000;    
}

#mainnav .navbar-nav .dropdown-menu > li > a:focus, 
#mainnav .navbar-nav .dropdown-menu > li > a:hover {
  background-color: #eef5fb;  
}

#mainnav .navbar-nav > li > a.btn-link {
  padding-top: 0.29px; 
  padding-bottom: 0.29px;   
}

#mainnav .navbar-nav > li > a > .btn {
  padding: 8px 14px;
  border-radius: 3px;
}

#mainnav .navbar-nav > li > a > .btn-signup {
  background-color: #168eea;
  color: #ffffff;
}

#mainnav .navbar-nav > li > a > .btn-signup:focus, 
#mainnav .navbar-nav > li > a > .btn-signup:hover {
  background-color: #319bed;
}

#mainnav .navbar-nav > li > a > .btn-login {
  border-color: #168eea;
  color: #168eea;
}


#mainnav .navbar-nav > li > a > .btn-login:focus, 
#mainnav .navbar-nav > li > a > .btn-login:hover {
  background-color: #eef5fb;
}

#mainnav .navbar-toggle {
  background-color: #168eea;
  border-color: #168eea;
}

#mainnav .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

#mainnav .navbar-toggle:focus, 
#mainnav .navbar-toggle:hover {
  background-color: #319bed;
  border-color: #319bed;
}

#mainnav .navbar-nav > .open > a, 
#mainnav .navbar-nav > .open > a:focus, 
#mainnav .navbar-nav > .open > a:hover {
  background-color: transparent;
}


/*--------------------*/
/* 05. Intro Header CSS */
/*--------------------*/

#intro-header {
  background-color: #ffffff;
  color: #333333;
  min-height: 500px;
}

.intro-hero-block {
  margin-top: 70px;
}

.intro-hero-block p {
  width: 50%;
  font-weight: 300;
}

.intro-hero-block p, 
.featured-customer p {
  font-size: 18px;
  line-height: 28px;
  color: #8f969c;
  margin: 0 auto;
}

.intro-hero-block h1 {
  font-size: 36px;
  line-height: 50px;
  text-transform: capitalize;
  margin-top: 35px;
}

.intro-hero-block .hero-img {
  width: 500px;
  margin: 0 auto;   
}

.intro-hero-block .btn {
  margin: 40px auto;
}

.hero-divider {
  width: 65%;
  height: 1px;
  display: block;
  border-bottom: 1px solid #e2e8ed;
  margin: 30px auto 60px;  
}

.featured-customer li {
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}

.featured-customer ul li a {
  display: block;
}

.featured-customer li img {
  width: 170px;
  border: 1px solid #ced7df;
}

.featured-customer li a:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.featured-customer p {
  margin-bottom: 30px;
}

/*--------------------*/
/* 06. Brief Features CSS */
/*--------------------*/

#brief-features {
  background-color: #168eea;
  color: #ffffff;
}

#brief-features .section-heading p {
  color: rgba(255,255,255,0.65);
}

#brief-features .feature-item {
  padding: 0px 15px;
  margin-bottom: 30px;
}

#brief-features h2, 
#brief-features h3 {
  color: #ffffff;
}

#brief-features .feature-item h3 {
  font-size: 20px;
}

#brief-features .feature-item p {
  font-weight: normal;
  color: rgba(255,255,255,0.65); 
  letter-spacing: 0.5px;
}

#brief-features .feature-item span[class^="icon_"] {
  margin-right: 5px;
}

/*--------------------*/
/* 07. How it works CSS */
/*--------------------*/

.how-step-block .nav-pills > li > a {
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ddd;
  margin-left: -2px;
  border-radius: 0;
}

.how-step-block .nav-pills > li > a:focus, 
.how-step-block .nav-pills > li > a:hover {
  color: #2f2f2f;
}

.how-step-block .nav-pills > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.how-step-block .nav-pills > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.how-step-block .nav-pills > li:not(:last-child) > a:after, 
.how-step-block .nav-pills > li:not(:last-child) > a:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 9;
}

.how-step-block .nav-pills > li:not(:last-child) > a:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #ffffff;
	border-width: 6px;
	margin-top: -6px;
}
.how-step-block .nav-pills > li:not(:last-child) > a:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #dddddd;
	border-width: 9px;
	margin-top: -9px;
}

.how-step-block .nav-pills > li.active > a, 
.how-step-block .nav-pills > li.active > a:focus, 
.how-step-block .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #168eea;
  border-color: #168eea;
}

.how-step-block .nav-pills > li:not(:last-child) > a:hover:after {
  border-left-color: #eee;
}

.how-step-block .nav-pills > li.active:not(:last-child) > a:before,
.how-step-block .nav-pills > li.active:not(:last-child) > a:after,
.how-step-block .nav-pills > li.active:not(:last-child) > a:hover:before,
.how-step-block .nav-pills > li.active:not(:last-child) > a:hover:after {
  border-left-color: #168eea;
}

.how-step-block .tab-pane .description {
  max-width: 350px;
  text-align: center;
  line-height: 1.8;
  margin: 40px auto;
}

.how-step-block .tab-pane img {
  margin: 0 auto;
}

/*--------------------*/
/* 08. Overview CSS */
/*--------------------*/

.tab-overview {
  width: 100%;
  position: relative;
  z-index: 2;
}

.overview-content {
  position: relative;
  overflow: hidden;
}

.overview-content:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
  right: 0px;
  top:0px;
}

.tab-overview ul li {
  width: 100%;
  margin-bottom: 30px;
}

.tab-overview ul li a {
  padding: 30px 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s; 
}

.tab-overview ul li a:focus, 
.tab-overview ul li a:hover, 
.tab-overview ul li.active a, 
.tab-overview ul li.active a:focus, 
.tab-overview ul li.active a:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px #ddd;
}

.tab-overview ul li span[class^="icon_"] {
  margin-right: 5px;
}

.tab-overview ul li  h3, 
.tab-overview ul li  h4 {
  margin-top: 0px;
}

.tab-overview ul > li > a > p {
  color: #767a80;
  margin-bottom: 0px;
  line-height: 1.8;
}

.tab-overview ul > li.active > a:after, 
.tab-overview ul > li.active > a:before {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  top: 50%;
  border: solid transparent;
  pointer-events: none;
  z-index: 1;
}

.tab-overview ul > li.active > a:after {
  border-width: 20px;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ffffff;
  margin-top: -20px;
}

.tab-overview ul > li.active > a:before {
  border-width: 23px;
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #f4f4f4;
  margin-top: -23px;
}

/*--------------------*/
/* 09. Pricing Plan CSS */
/*--------------------*/

section#pricing-plan {
  border-bottom: 0px;
}

.plan-options h2, 
.plan-options h3, 
.plan-options h4, 
.plan-description h2, 
.plan-description h3, 
.plan-description h4 {
  font-weight: 600;
  margin-top: 0px;
}

.plan-options .nav-pills > li.active h3, 
.plan-options .nav-pills > li.active h4 {
  color: #ffffff;
}

.plan-options .nav-pills > li {
  width: 100%;
  margin: 0px;
}

.plan-options .nav-pills > li > a {
  background-color: rgba(0, 0, 0, 0.04); 
  padding: 35px 50px 25px;
  overflow: hidden;
  border-radius: 0px;
}

.plan-options .nav-pills > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.plan-options .nav-pills > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.plan-options .nav-pills > li + li  > a{
  background-color: rgba(0, 0, 0, 0.07); 
}

.plan-options .nav-pills > li:last-child > a{
  background-color: rgba(0, 0, 0, 0.04); 
}

.plan-options .nav-pills > li.active > a, 
.plan-options .nav-pills > li.active > a:focus, 
.plan-options .nav-pills > li.active > a:hover, 
.plan-options .nav-pills > li.active > a:focus > p,
.plan-options .nav-pills > li.active > a:hover  > p {
  color: #fff;
  background-color: #168eea;
}

.plan-options .nav-pills > li > a:focus, 
.plan-options .nav-pills > li > a:hover {
  color: #313338;
}

.plan-options .nav-pills > li:not(.active) > a > p, 
.plan-options .nav-pills > li > a:focus > p, 
.plan-options .nav-pills > li > a:hover > p {
  color: #767a80;
}

.plan-options  li .price-label {
  font-size: 34px;
  text-align: right;
  position: relative;
  top: 4px;  
}

.plan-options  li .interval {
  font-size: 14px;
  font-weight: 400;
  display: block;  
}

.plan-description {
  padding: 20px;
  margin-left: 15px;
  border-top: 4px solid #168eea;
  box-shadow: 0 1px 15px rgba(27,31,35, 0.15);
  border-radius: 4px;
}

.plan-description .features {
  border-top: 1px dashed #ddd;
  padding-top: 20px;
  padding-bottom: 17px;
  margin-top: 10px;
}

.plan-description .features li {
  margin-bottom: 10px;
}

.plan-description .tab-pane span.icon_check {
  color: #168eea;
  margin-right: 8px;
}

.ribbon {
  width: 110px;
  background-color: #ffb51e;
  font: 600 12px/1 'Lato', sans-serif;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
  position: absolute;
  left: -28px;
  top: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotateX(-45deg);
  transform: rotate(-45deg);
}


/*--------------------*/
/* 10. FAQ CSS */
/*--------------------*/

#faq-block .support h3 {
  font-weight: 700;
}

#faq-block .support a {
  color: #168eea;
  text-decoration: none;
  border-bottom: 1px dotted #168eea;
}

.faq-list li {
  color: #767a80;
  margin-bottom: 50px;
}

.faq-list p {
  line-height: 1.8;
}

/*--------------------*/
/* 11. Feedback CSS */
/*--------------------*/

.feedbackslider .owl-dots {
  text-align: center;
  margin: 70px auto 0px;
}

.feedbackslider .owl-dots .owl-dot {
  background-color: #ffffff;
  display: inline-block;
  border: 2px solid #dddddd;
  padding: 5px;
  margin: 4px;
  border-radius: 2px;
}

.feedbackslider .owl-dots .owl-dot.active {
  background-color: #168eea;
  border-color: #168eea;
}

.feedbackslider .feedback-item {
  width: 100%;
  margin: 0 auto;
}

.feedbackslider .feedback-item  > .msg-quote {
  background-color: #fff;
  min-height: 200px;
  text-align: center;
  margin: 10px;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 #dde3e9;
  box-shadow: 0 2px 2px 0 #dde3e9;
}

.feedbackslider .msg-quote:after, 
.feedbackslider .msg-quote:before {
  content: " ";
  height: 0;
  width: 0;
  top: 100%;
  left: 10%;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
}

.feedbackslider .msg-quote:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -15px;
}
.feedbackslider .msg-quote:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #dde3e9;
  border-width: 12px;
  margin-left: -17px;
}

.feedbackslider .feedback-item > .msg-quote i {
    color: #d3dbe3;
}

.feedbackslider .feedback-item p {
  line-height: 1.5;
}

.feedbackslider .client-detail {
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 25px;
}

.feedbackslider .client-photo, 
.feedbackslider .client-name {
  margin-left: 10px;
  float: left;
}

.feedbackslider .client-photo {
  max-width: 58px;
  background-color: #fff;
  border: 1px solid #d3dbe3;
  padding: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.feedbackslider .client-name {
  margin-top: 8px;
}

.feedbackslider .client-name p {
  margin-bottom: 0px;
}

.feedbackslider .client-name p:last-child {
  color: #767a80;
}

/*--------------------*/
/* 12. Contact Us CSS */
/*--------------------*/

#contactus .enquiry-box {
  padding-right: 50px;   
}

#contactus .enquiry-box h2 {
  margin-top: 0px;
}

.enquiry-box .heading-para {
  color: #767a80;
  margin-bottom: 30px;   
}

.enquiry-box input[class="form-control"] {
  height: 40px;
}

.enquiry-box .form-control {
  box-shadow: none;
}

.projection {
  text-align: center;
  padding-left: 50px;   
}

.projection .tag-line {
  font-size: 24px;
  font-weight: 300;
}

.count-block {
  color: #767a80;
  margin: 20px auto;
}

.count-block span {
  font-size: 2em;
  display: block;
}

.count-block span[class^="icon_"] {
  margin-bottom: 10px;
}

/*------------------------*/
/* 13. Featured Publisher CSS */
/*------------------------*/

#as-featured .publisher {
  margin: 0 auto;
}

#as-featured .publisher li {
  display: inline-block;
  margin: auto 10px;
}

#as-featured .publisher li a {
  display: block;
}

#as-featured .publisher li a:focus, 
#as-featured .publisher li a:hover {
  opacity: 0.8;
}

#as-featured .publisher li img {
  width: 170px;
}

/*------------------------*/
/* 14. Call to Action CSS */
/*------------------------*/


#call-to-action .section-heading h2 {
  margin-top: 0px;   
}

#call-to-action .section-heading p {
  max-width: 560px; 
  margin: 0 auto;
  color: #767a80;
  line-height: 24px;
}

#call-to-action .sign-alert {
  font-size: 13px;
  color: #aaaaaa;
  margin-top: 10px;
}

/*--------------------*/
/* 15. Footer CSS */
/*--------------------*/

footer, 
footer a {
  font-size: 14px;
  color: #767a80;
}

footer a:focus, 
footer a:hover {
  color: #333333;
  text-decoration: none;
}

footer .menu-column h3, 
footer .platform-column h3 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.footer-menu li {
  margin-bottom: 5px;   
}

.footer-menu li a {
  padding: 5px 0px;
}

footer .copyright {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

footer .copyright .inline-menu {
  text-align: right;
}

footer .copyright .inline-menu > li {
  display: inline-block;
}

footer .copyright .inline-menu > li > a {
  padding: 6px 10px;
}

.social-links {
  list-style: outside none;
}

.social-links li {
  display: inline-block;
  margin-left: 5px;
}

.social-links li:first-child {
  margin-left: 0px;
}

.social-links li a {
  background-color: #fff;
  border: 1px solid transparent;
  width: 28px;
  padding: 6px;
  color: #a8a8a8;
  text-align: center;
  text-decoration: none;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

footer .company-info > p {
  line-height: 1.6;
}

footer .social-links {
  margin: 20px 0px;
}

footer .social-links a .fa {
  display: block;
}

footer .social-links li a {
  font-size: 14px;
  overflow: hidden;
}

footer .social-links li a:focus, 
footer .social-links li a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}

footer .social-links li a.ico-facebook {
  color: #fff;
  border-color: #163663;
  background-color: #163663;
}

footer .social-links li a.ico-twitter {
  color: #fff;
  border-color: #1279c1;
  background-color: #1279c1;
}

footer .social-links li a.ico-google-plus {
  color: #fff;
  border-color: #e64943;
  background-color: #e64943;
}

footer .social-links li a.ico-linkedin {
  color: #fff;
  border-color: #0b9fd8;
  background-color: #0b9fd8;
}

footer .social-links li a.ico-instagram {
  color: #fff;
  border-color: #29446c;
  background-color: #29446c;
}

footer .social-links li a.ico-github {
  color: #fff;
  border-color: #45474a;
  background-color: #45474a;
}


/*-------------------------------*/
/* 16. Signup and Login Page CSS */
/*---------------------------*/

.member-page {
  background-color: #f4f8fc;
}

.member-page a, 
.member-page a:focus, 
.member-page a:hover {
  text-decoration: none;   
}

.brand-heading {
  padding: 25px 0px;
  text-align: center;
}

.brand-heading img {
  width: 180px;
  margin: 0 auto;
}

.member-signup .panel, 
.member-login .panel, 
.member-forgot  .panel {
  padding: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.member-forgot .section-heading {
  margin-bottom: 30px;    
}

.member-forgot .panel {
  padding: 40px;
}

.member-forgot .panel h2 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0px;
}

.member-forgot form .description {
  font-size: 14px;
  color: #767a80;
}

.member-signup .form-control, 
.member-login .form-control, 
.member-forgot .form-control {
  height: 40px;
  box-shadow: none;
}

.member-signup label, 
.member-login label {
  font-size: 14px;
}  

.login-form {
  padding-top: 30px;   
}

.login-form .fgt {
  line-height: 40px;
}

.or-divider {
  width: auto;
  height: 150px;
  font-weight: 600;
  line-height: 0em;
  text-align: center;
  text-transform: uppercase;
  color: #aeaeae;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-top: 140px;
  border-color: #ececec !important;
  border-bottom: 0 !important;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.or-divider:before, 
.or-divider:after {
  width: 0%;
  height: calc(100% - 1rem );
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.or-divider:before {
  top: -100%;
}

.or-divider:after {
  top: auto;
  bottom: 0px;
}

.social-login {
  padding: 25px 0px;
	
}

.social-login a {
  margin-bottom: 15px;
}