/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 17px;
}
body {
  background: #fff;
  color: #152535;
  font-family: "Muli", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.002rem;
}

a {
  color: #558798;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #558798;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 24px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 0.02rem;
   color: #152535;
}

b, strong {
	font-weight: 800;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height:76px;
  z-index: 997;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  background-color: #efefef;

}

#header.header-scrolled,
#header.header-pages {
  height: 76px;
  background-color: #fff;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 10px 0;
}

.main-pages {
  margin-top: 60px;
}




.widget .social-links {
	display: flex;
	justify-content: center;
}

.widget .social-links a {
    color: #152535;
	padding: 4px 0px;
	display: inline-block;
	line-height: 1.5;
	position: relative;
	margin: 0 10px;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 1.2rem;
	background-color: #dfe6e9
	
}

.widget .social-links a:hover {
  color: #fff;
  background-color: #ff7755;
}

.widget .social-links a:first-child {
  border-left: 0;
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  text-align:center;
	margin-top:76px;
	padding: 60px 0 50px 0;
}

#intro .intro-info {margin: 0 auto;max-width: 70%;}

#intro .intro-info h1 {
  color: #152535;
  margin: 0 0 30px 0;
  font-size: 2rem;
  font-weight: 800;
}

#intro .intro-info h1 span {
  color: #1bb1dc;
}

#intro .intro-info h2 {
	font-size: 1.2rem;
	margin: 0 auto;
	line-height: 1.5;
	font-weight: 300;
}


#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}
#intro .intro-img {margin: 2rem auto; }
#intro .intro-img img{box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.3);}

#intro .intro-video {border: 1px solid #ddd;padding: 1rem;margin: 2rem 0; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1); border-radius: 5px;}

.videoPoster {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  border: none;
   text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  background: rgba(127, 127, 127, 0.5);
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  /*background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );*/
	background: #ED7D31;
	 -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
	box-shadow: 0 10px 29px 0 rgba(0, 3, 11, 0.33);
	
}


.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
	margin-left: 5px;
     border-left: 35px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
      transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
	 -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}






.videoPoster:hover:before,  .videoPoster:focus:before {
 -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	 width: 90px;
  height: 90px;
}
/*.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}*/
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}



@media(min-width:574px){
	.videoPoster:before {
		width: 150px;
		height: 150px;
	}
	.videoPoster:after {
		margin-left: 10px;
		 border-left: 50px solid #fff;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
	}
	
	.videoPoster:hover:before,  .videoPoster:focus:before {
 -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	 width: 170px;
  height: 170px;
}
	
	
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	align-items: center;
}

.main-nav > ul > li {
  position: relative;
	word-wrap: break-word;
	text-align: center;
	width: 180px;
	min-height: 76px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #efefef;
}
.main-nav > ul > li + li{position:relative; border-left: 2px solid #fff;}
.main-nav > ul > li + li:after {
	content: '';
	position: absolute;
	/*border-left: 2px solid #848484; 
	left: 1px; 
	height: 50px*/
}


.main-nav a {
  display: block;
  position: relative;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 0.925rem;
  text-transform: uppercase;
  font-weight: 700;
  color:#152535;
  letter-spacing: 0.02rem;
}
.main-nav a:after{
	content: '';
    display: block;
/*	border-bottom: solid 2px #ff7755;  
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;*/
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
	
}
.main-nav > ul > li:hover,
.main-nav .active{
	color:#fff;
	background: #ff7755;
	
}
.main-nav .active a{
	color:#fff;
} 

@media(max-width:962px){
	#header .logo img {
		margin: -7px 0;
	}
}

@media(min-width:962px) and (max-width:1024px){
	
	.main-nav > ul > li {
		max-width: 144px;
	}
	
	.main-nav a { font-size: 0.725rem; padding: 10px 10px;}
}



/*.main-nav .active > a::after,
.main-nav li:hover > a::after,
.main-nav a:hover::after {
   
	transform: scaleX(1);
}*/

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
   background: #283E56;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ff7755;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #152535;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(2, 18, 49, 0.6);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 1.25rem;
  padding-bottom: 60px;
  width: 60%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/* About Us Section
--------------------------------*/

.card {
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}


#about {
	padding: 0 0 30px 0;
 }

#about .about-content {
}

#about .about-content h2 {
  font-weight: 800;
  padding-left: 15px; 
font-size: 1.8rem;
}

#about .about-content h3 {
  color: #152535;
  font-weight: 900;
  font-size: 22px;
  position: relative;
}

#about .about-content h3::after {
content: '';
width: 100%;
height: 2px;
position: absolute;
bottom: -20px;
left: 0;
background-color: rgba(0, 0, 0, 0.1);
}
.section_title{
	position:relative;
}

.section_title:before {
	content: '';
	position: absolute;
	width: 5px; 
	background: #ff5f6d; 
	height: 36px; 
	left: 0;
	
}


#about .about-content .featured-links ul {
  list-style: none;
  padding: 20px 5px;
  display: flex; justify-content:flex-start;
 flex-flow: row wrap;
 margin: 0;
	
}

#about .about-content .featured-links ul li {
  padding: 0 15px 15px;
  position: relative;
flex: 1 0 0%;
flex-flow: column;
}


@media(min-width:574px){
#about .about-content .featured-links ul li {
	flex: 0 0 50%;
}
#about .about-content .featured-links ul {
  padding: 20px 26px;	
}	
	
}

@media(min-width:768px){
#about .about-content .featured-links ul li {
	padding: 0 15px 15px;
	position: relative;
	flex: 0 0 50%;
	flex-flow: column;
}
#about .about-content .featured-links ul {
  padding: 20px 26px;	
}	
	
}

#about .about-content .featured-links ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
  
}

#about .about-content .featured-links ul li:before{
/*	position: absolute;
	left: -6px;
	top: -4px;
	content: "\f101 "; 
	font-family: FontAwesome; 
	color: #f75; 
	font-size: 1.25rem;*/
	content: "";
	display: inline-block;
	background: url(../img/checkmark-orange.svg) center center no-repeat;
	position: absolute;
	left: -10px; 
	width: 15px; 
	height: 15px; 
	top: 6px
}
#about .about-content .featured-links ul li a:hover{
	padding-left:5px;
}

#about .widget { 
box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
transition: all 0.3s ease-in-out;
}
#about .widget:hover{
	-webkit-transform: scale(1.05);
transform: scale(1.05);
}

#about .widget h5{
	font-size:1.25rem;
	font-weight: 900;
}

#about .widget .list-group-flush .list-group-item:first-child {
	border-top: 0;
}
.list-group-flush .list-group-item:last-child{
	border-bottom: 0;
}

#about .widget ul {
  list-style: none;
  padding: 0 ;
}

#about .widget ul li {
	position: relative;
	padding: 0.84rem 1rem;
	font-size: 0.88rem;
}
.news-box ul li:before{
	position: absolute;
	left: 0px; 
	top: 12px;
	content: "\f0a1"; 
	font-family: FontAwesome; 
	font-size: 1.25rem;
    color: #ff5f6d;
}

.webinar-box ul li,
.blogs-box ul li,
.news-box ul li{
	padding-left: 35px !important;
}

 .blogs-box ul li:before{
	position: absolute;
	left: 0px; 
	top: 12px;
	content: "\f044"; 
	font-family: FontAwesome; 
	font-size: 1.125rem;
	color: #ff5f6d;
}


 .webinar-box ul li:before{
	position: absolute;
	left: 0px; 
	top: 15px;
	content: "\f108"; 
	font-family: FontAwesome; 
	font-size: 1.125rem;
	color: #ff5f6d;
}



#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

.bg1{background: url("../img/banner.jpg") no-repeat left center;  background-size: cover;}
.bg2{background: url("../img/banner1.jpg") no-repeat left top;  background-size: cover;}
.service_section{padding: 20px 30px;  text-align: center;}

.service_section .card-title {color:#fff !important; font-weight: 300!important; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1)}
.service_section p {text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); font-size: 1.125rem;}
@media (min-width: 574px) {
	.service_section{padding: 20px 100px;}	
}


/* ==========================================================================
  17. Blog 
   ========================================================================== */
.section-padding {
 padding: 0 0 70px 0;
}
.light-gray{background:#f8f8f8}
/*#blog {background: #F9F9F9;}*/
#blog .blog-item {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
	
}

#blog .blog-item:hover {
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
}

#blog .blog-item .card-title {font-size: 0.850rem; margin: 0;line-height: 1.5;}
#blog .blog-item .card-body {padding: 15px;}
#blog .blog-item  .card-footer .btn-sm {padding: 5px 16px 8px; font-size: 0.8rem;}


.section-header h2{
	position:relative;
	margin-bottom: 50px;
}
.section-header h2:after{    
	content: '';
    width: 100px;
    height: 3px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 50px);
    background-color: #ff5f6d;}

#blog .blog-item-text h3 {
  font-size: 1rem;
  font-weight: 800;
  display: block;
  line-height: 1.5;
}

#blog .blog-item-text h3 a {
  color: #152535;
}



#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}


.ebook-card {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

.ebook-card:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}

.ebook-img{}
.ebook-img a {
  display: block;
  position: relative;
}

.ebook-img a::before {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.ebook-card:hover .ebook-img a::before{
  opacity: 0.8;
}

.ebook-img a::after {
color: #fff;
content: "Download Now ➞";
font-size: 16px;
font-weight: 700;
left: 50px;
opacity: 0;
position: absolute;
right: 50px;
text-align: center;
text-transform: capitalize;
top: 20%;
transition: all 0.3s ease 0s;
border: 2px solid #fff;
padding: 8px;
}

.ebook-card:hover .ebook-img a::after{top:44%;opacity:1;}

.ebook-card .ebook-img a img {
  width: 100%;
}

.ebook-title {
  background: #fff none repeat scroll 0 0;
  padding: 20px 15px;
}

.ebook-title{}

.ebook-title h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
 
}

.ebook-title span {
  display: block;
  line-height: 16px;
  margin-top: 5px;
  text-transform: capitalize;

}
.ebook-img a::before {
  background: #ff5f6d none repeat scroll 0 0;
}
    .ebook-card:hover .ebook-img a::before {
  opacity: 0.9;
}

#awards {
	padding: 50px 0;
	background:url("../img/intro-bg.jpg") no-repeat center left;
}

/* Services Section
--------------------------------*/


.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #ff7755;
  position: relative;
  z-index: 1;
}
.btn-common:focus,
.btn-common:hover {
  color: #fff;
  background-color: #ff6634;
/*  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;*/
}


.btn-white {
  background-color: #fff;
  position: relative;
  z-index: 1;
  color: #152535;
}

.btn-white:focus,
.btn-white:hover {
  color: #152535;
  background-color: #f5f5f5;
/*  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;*/
}

.btn-border {
  color: #3d60f4;
  background-color: transparent;
  border: 1px solid #3d60f4;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-border:hover {
  color: #fff;
  border-color: #3d60f4;
  background-color: #3d60f4;
}

.btn-border:focus {
  color: #fff;
  border-color: #3d60f4;
  background-color: #3d60f4;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}





/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #283E56;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
	color:#fff;
}
#footer .social-links  {text-align:center;}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #7d8182;
  color: #fff !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ff7755;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-links {
  margin-bottom: 30px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links a {
  color: #fff;
}

#footer .footer-links a:hover {
  color: #005fe6;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
	color:#fff;
}

#footer .copyright {
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
}

/*#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter p {
	color:#fff;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #1bb1dc;
  border: 1px solid #1bb1dc;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #005fe6;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #1bb1dc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}



#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}

#footer .credits a {
  color: #1bb1dc;
}

#footer .credits a:hover {
  color: #0a98c0;
}
*/
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/


@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
	
	#intro {
		margin-top: 70px;
	}

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

}

@media (max-width: 767px) {
	
	#about {padding: 30px 0 30px 0;}
  #intro {
    height: auto;
    padding: 30px 0 30px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    max-width: 100%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
	 max-width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
	
	#blog .blog-item-wrapper { margin-bottom:20px;}
	#about .blogs-box {margin:50px 0 0 0;}

}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
	
	#about .about-content .featured-links ul { 
		 flex-flow: column wrap;  
		}

}