/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
 font-family: Roboto Bold Condensed;
 src: url(fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
}
@font-face {
 font-family:Roboto Condensed;
 src: url(fonts/Roboto_Condensed/RobotoCondensed-Regular.tff);
}
body {
	font-family: 'Roboto', sans-serif;
	color:#6D6D6E;
}
a {
	color:#3523B1;
	text-decoration: none;
}
a:hover {
	color:#776cc1;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}
hr.border1 {
	border: 1px solid #F0A703;
	margin:50px 0;
	opacity: 1;
}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

 
.our-services {
	position:relative
}
 .our-services::before {
 content: "";
 position: absolute;
 right: -100%;
 bottom: 70%;
 width: 250%;
 height: 100%;
 z-index: -1;
 background-color: #F0A703;
 transform: skewY(-180deg);
}
.our-services .icon-box {
	text-align: center;
	padding: 30px 20px;
}
.our-services .icon-box .icon {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border:solid 2px #F0A703;
	border-radius:99px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.our-services .icon-box .icon i {
	color: #3498db;
	font-size: 28px;
}
.our-services .icon-box h4 {
	margin-bottom: 15px;
	font-size: 30px;
}
.our-services .icon-box h4 a {
	color:#3523B1;
	transition: ease-in-out 0.3s;
}
.our-services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.our-services .icon-box:hover {
}
.our-services .icon-box:hover h4 a, .our-services .icon-box:hover .icon i {
	color: #776cc1;
}
.our-services .btn-get-quote {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.5px;
	display: inline-block;
	padding: 14px 20px;
	border-radius: 5px;
	transition: 0.5s;
	margin-top: 30px;
	color: #fff;
	background: #F0A703;
}
.our-services .btn-get-quote:hover {
	background:#3523B1;
}


@media (max-width: 768px) {


#our-services .section-title h2 {
    font-size: 28px;
    line-height: 36px;
}
#our-services .section-title h3 {
    font-size: 24px;
    line-height: 36px;
}

#our-services .section-title {
    text-align: center;
}

.our-services .icon-box h4 {
	font-size:24px;
}

 }
 
@media (max-width: 991px) { 
	
.our-services::before {
    bottom: 73%;
}

}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
 [data-aos-delay] {
 transition-delay: 0 !important;
}
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding:5px 0;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 2px 15px rgb(18 66 101 / 8%);
}
#header.header-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo h1 {
	font-size: 30px;
	margin: 0;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 2px;
}
#header .logo h1 a, #header .logo h1 a:hover {
	color: #5777ba;
	text-decoration: none;
}
#header .logo img {
	margin: 0;
	max-height: 80px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}
.navbar li {
	position: relative;
	border-right:solid 2px #8c82bd;
}
.navbar li:last-child {
  border-right:solid 0px #8c82bd;
}
.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0;
	font-size: 15px;
	color:#311E8D;
	white-space: nowrap;
	transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
	color: #3523B1;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
	color:#3523B1;
	border-bottom:solid 3px #4BBE4C;
	
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin: 0 20px;
}
.navbar .getstarted, .navbar .getstarted:focus {
	/*  background: #5777ba;
  color: #fff;
  padding: 12px 25px;
  color: #fff;
  line-height: 1;
  border-radius: 50px;*/
  margin-left: 30px;
}
.getstarted img {
	margin-right:10px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
/*  background: #748ec6;
  color: #fff;*/
}
 @media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
 left: -90%;
}
 .navbar .dropdown .dropdown:hover>ul {
 left: -100%;
}
 .navbar .getstarted, .navbar .getstarted:focus {
 margin-left: 30px;
 display: block;
}
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
	color: #47536e;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
	color: #fff;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0px 0px 6px #3523B1;
}
 @media (max-width: 991px) {
 .mobile-nav-toggle {
 display: block;
}
 .navbar ul {
 /*display: none;*/
     display: inline-block;
    width: 100%;
}


.navbar li {
    position: relative;
    padding: 10px;
    text-align: left;
    display: block;
    width: 100%;
    border: 0;
}
 
 .navbar .getstarted, .navbar .getstarted:focus {
    margin-left: 20px;
}



}
.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(51, 60, 79, 0.9);
	transition: 0.3s;
	z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}
.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 6px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #47536e;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
	color: #5777ba;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
	margin: 15px;
}
.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
	min-width: 200px;
}
.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {
	color: #5777ba;
}
.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 140px 0 100px 0;
	height: 70vh;
}
/*#hero::before {
  content: "";
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
}
*/

#hero h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color:#3523B1;
}
#hero h1 span {
	color: #F0A703;
}
#hero h2 {
	color: #515f7d;
	font-size: 22px;
}
#hero .download-btn {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	padding: 8px 24px 10px 46px;
	border-radius: 3px;
	transition: 0.5s;
	color: #fff;
	background: #47536e;
	position: relative;
}
#hero .download-btn:hover {
	background: #5777ba;
}
#hero .download-btn i {
	font-size: 20px;
	position: absolute;
	left: 18px;
	top: 8.5px;
}
#hero .download-btn+.download-btn {
	margin-left: 20px;
}
 @media (max-width: 991px) {
 #hero {
 text-align: center;
    padding: 140px 0 10px 0;
    height: auto;
}
 #hero .download-btn+.download-btn {
 margin: 0 10px;
}
 #hero .hero-img {
 text-align: center;
}
 #hero .hero-img img {
 width: 60%;
}
}
 @media (max-width: 768px) {
 #hero h1 {
 font-size: 28px;
 line-height: 36px;
}
 #hero h2 {
 font-size: 18px;
 line-height: 24px;
 margin-bottom: 30px;
}
 #hero .hero-img img {
 width: 70%;
}
}
 @media (max-width: 575px) {
 #hero .hero-img img {
 width: 80%;
}
}
/*--------------------------------------------------------------
# MLMRdetails Section
--------------------------------------------------------------*/
#MLMRdetails {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top:100px;
	padding-bottom:0;
}
#MLMRdetails h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color:#F0A703;
}
#MLMRdetails h1 span {
	color: #F0A703;
}
#MLMRdetails h2 {
	color: #515f7d;
	font-size: 22px;
}
#MLMRdetails .download-btn {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	padding: 8px 24px 10px 46px;
	border-radius: 3px;
	transition: 0.5s;
	color: #fff;
	background: #47536e;
	position: relative;
}
#MLMRdetails .download-btn:hover {
	background: #5777ba;
}
#MLMRdetails .download-btn i {
	font-size: 20px;
	position: absolute;
	left: 18px;
	top: 8.5px;
}
#MLMRdetails .download-btn+.download-btn {
	margin-left: 20px;
}
#MLMRdetails .Lines {
	position:relative;
}

#MLMRdetails .Lines::before {
 content: "";
 position: absolute;
 right: 0px;
 left: 0px;
 bottom: -54px;
 width: 100%;
 height: 2px;
 z-index:-1;
 background-color: #F0A703;
}


#MLMRdetails .Linesbottom {
	position:relative;
}

#MLMRdetails .Linesbottom::after {
 content: "";
 position: absolute;
 right: 0px;
 left: 0px;
 bottom: 36px;
 width: 100%;
 height: 2px;
 z-index:-1;
 background-color: #F0A703;
}


#MLMRdetails .content {
/* background: #f2f2f2;*/
}



 @media (max-width: 991px) {
 #MLMRdetails {
 text-align: center;
}
 #MLMRdetails .download-btn+.download-btn {
 margin: 0 10px;
}
 #MLMRdetails .MLMR-img {
 text-align: center;
}
 #MLMRdetails .MLMR-img img {
 width: 60%;
}
}
 @media (max-width: 768px) {
 #MLMRdetails h1 {
 font-size: 28px;
 line-height: 36px;
}
 #MLMRdetails h2 {
 font-size: 18px;
 line-height: 24px;
 margin-bottom: 30px;
}
 #MLMRdetails .MLMR-img img {
 width: 70%;
}

#MLMRdetails .Linesbottom::after {
    bottom: 0;
}

#MLMRdetails .Lines::before {
    bottom: 0;
}

}
 @media (max-width: 575px) {
 #MLMRdetails .MLMR-img img {
 width:60%;
}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.section-bg {
	background-color: #f2f5fa;
}
.section-title {
	text-align: left;
	padding-bottom: 30px;
	color: #ffffff;
}
.section-title h2 {
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.section-title h3 {
	font-size: 30px;
}

.section-title p {
	margin-bottom: 0;
	font-size:22px;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	padding: 15px 0;
	background-color: #f6f8fb;
	min-height: 40px;
}
.breadcrumbs h2 {
	font-size: 24px;
	font-weight: 300;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.breadcrumbs ol li+li {
	padding-left: 10px;
}
 .breadcrumbs ol li+li::before {
 display: inline-block;
 padding-right: 10px;
 color: #6c757d;
 content: "/";
}
 @media (max-width: 768px) {
 .breadcrumbs .d-flex {
 display: block !important;
}
 .breadcrumbs ol {
 display: block;
}
 .breadcrumbs ol li {
 display: inline-block;
}
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

#team h1 {
	margin:0;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px;
	color: #F0A703;
}
#team .section-title {
	text-align: left;
	padding-bottom: 0;
}
#team.team {
	padding-top:0;
	
}

 

#team .Lines {position:relative;}

#team .Lines::before {
 content: "";
 position: absolute;
 right: 0px;
 left: 0px;
 top: -95px;
 width: 100%;
 height: 2px;
 z-index:-1;
 background-color: #F0A703;
}


.team .member {
	margin:30px;
	overflow: hidden;
	text-align: center;
}
.team .member .member-img {
	position: relative;
	overflow: hidden;
	width:200px;
	border-radius: 50%;
	margin:0 auto;
}
.team .member .member-info {
	padding: 25px 15px;
}
.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color:#3523B1;
}
.team .member .member-info span {
	display: block;
	font-size: 13px;
	font-weight: 400;
}
.team .member .member-info p {
	font-style: italic;
	font-size: 14px;
	line-height: 26px;
}
.team .member:hover .social {
	opacity: 1;
}




 @media (max-width: 768px) {
	 
	 #team h1 {
 font-size: 28px;
 line-height: 36px;
 text-align:center;
}

#team.team {
    padding-top: 30px;
}
	 }

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
	margin-top:2px;/* background:#f2f2f2;*/
}
.details .content h3 {
	font-weight: 700;
	font-size: 32px;
	color: #47536e;
}
.details .content ul {
	list-style: none;
	padding: 0;
}
.details .content ul li {
	padding-bottom: 10px;
}
.details .content ul i {
	font-size: 24px;
	padding-right: 2px;
	color: #5777ba;
	line-height: 0;
}
.details .content p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #fff;
	/* padding: 0 0 30px 0;*/
  color: #47536e;
	font-size: 14px;
	background:#EFEFEF;
}
#footer .footer-newsletter {
	padding: 50px 0;
	background: #eff2f8;
	text-align: center;
	font-size: 15px;
}
#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #47536e;
}
#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	text-align: left;
}
#footer .footer-newsletter form input[type=email] {
	border: 0;
	padding: 4px 8px;
	width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #5777ba;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#footer .footer-newsletter form input[type=submit]:hover {
	background: #415f9d;
}
#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #fff;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
	color: #47536e;
}
#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	color: #8a8c95;
}
#footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #47536e;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: #9fb2d8;
	font-size: 18px;
	line-height: 1;
}
#footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #8a8c95;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #5777ba;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #5777ba;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #27282c;
	color: #fff;
	text-decoration: none;
}
#footer .copyright {
	text-align: center;
	color:#3523B1;
}
#footer .credits {
	float: right;
	text-align: center;
	font-size: 13px;
	color: #47536e;
}
 @media (max-width: 768px) {
 #footer .copyright,  #footer .credits {
 float: none;
 text-align: center;
 padding: 5px 0;
}
}
