/*
Template Name: BeSmart - Startup Landing Page Template
Author URI: http://themeforest.net/user/bogdan_09
Author Name: Bogdan
Version: 1.0
*/


/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. FOOTER
03. HOME
04. SERVICES
05. NEWSLETTER
06. TEAM
07. BLOG
08. REGISTER
09. PRICING
10. CONTACT
11. OTHER STYLES
		1. Buttons
		2. Partners
		3. Navigation
		4. Fun Facts
		5. Testimonials
		6. Background Image
		7. Page Loader
12. MOBILE DEVICES

--- */

/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

/* newly added */

a.custom-link {
	color: #858585 !important; /* Set the color to black */
	text-decoration: none !important; /* Remove underline */
	background-color: transparent !important; /* Remove any background color */
}

.custom-link:focus, .custom-link:hover {
	color: #E4A025 !important;/* Ensure color doesn't change on focus or hover */
	text-decoration: none; /* Ensure underline doesn't appear on focus or hover */
	outline: none; /* Ensure outline doesn't appear on focus */
}

.red-text{
	color: rgb(165, 15, 15);
}

.image-container {
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  border-radius: 15px; /* Apply percentage border radius to the container */
	margin: 0 auto;
	margin-bottom: 5%;
}

.article-img {
  width: 100%;
  height: auto; /* Ensures the image maintains its aspect ratio */
  border-radius: 0; /* Remove border-radius from the image itself */
  display: block; /* Ensures the image behaves as a block element */
}

/* .article-img{
	width: 100%;
  max-width: 1000px;
  height: auto; 
	padding-bottom: 5%;
	border-radius: 10%;
} */

.pl-20{
	padding-left: 20px;
}

.article-content p{
	margin-bottom: 1em; /* Space between paragraphs */
    text-align: justify; /* Justify text in paragraphs */
		color: #1b1b1b;
}

.article-content span{
	margin-bottom: 1em; /* Space between paragraphs */
    text-align: justify; /* Justify text in paragraphs */
		color: #1b1b1b;
}

.article-content ul li{
	margin-bottom: 1em; /* Space between paragraphs */
    text-align: justify; /* Justify text in paragraphs */
		color: #1b1b1b;
}

.app-link{
	width: 100%;
  max-width: 120px;
  height: auto; /* Ensures the image maintains its aspect ratio */
	padding-bottom: 5%;
}

/* newly added ends*/

.no-padding{
	padding:0;
}

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

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

.small-padding-left{
	padding-left:5px;
}

.small-padding-right{
	padding-right:5px;
}

ul, ol { list-style: none; list-style-image: none; margin: 0; padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 14px;
	line-height: 28px;
}

ul li i{
	vertical-align: middle;
}

/* Documents needed Starts Here */

.documents {
	display: inline-block;
	margin-left: 30%;
	position:absolute;
	margin-top: 10px;
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.documents a {
	color:#fff;
	background: #0E4A7E;
	border-radius:4px;
	text-align:center;
	text-decoration:none;
	font-family:fontawesome;
	position: relative;
	display: inline-block;
	width:40px;
	height:40px;
	padding-top:12px;
	padding-bottom:12px;
	margin:0 2px;
	-o-transition:all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	 -webkit-font-smoothing: antialiased;
}

.documents a:hover {
	background: #424143;
}

.documents a span {
	color:#fff;
	position:absolute;
	font-family: 'museo_sans500', sans-serif !important;
	bottom:0;
	left:-25px;
	right:-25px;
	padding:5px 7px;
	z-index:-1;
	font-size:12px;
	font-weight: 700;
	border-radius:2px;
	background:#E4A025;
	visibility:hidden;
	opacity:0;
	-o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.documents a span:before {
	content:'';
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position:absolute;
	bottom:-5px;
	left:40px;
}

.documents a:hover span {
	bottom:50px;
	visibility:visible;
	opacity:1;
}

.documents a:nth-of-type(1):before {
	content: "\f007";
}

.documents a:nth-of-type(2):before {
	content: "\f0d6";
}

.documents a:nth-of-type(3):before {
	content: "\f53c";
}

.documents a:nth-of-type(4):before {
	content: "\f15b";
}

.documents a:nth-of-type(5):before {
	content: "\f571";
}


/* Documents needed Ends Here */

.features-list-dark {
	padding-top: 40px;
}


ul.features-list li{
	float:left;
	font-size:15px;
	line-height:24px;
	margin:12px 0;
}
ul.features-list li img{
	max-width:55px;
	margin-right:20px;
	float:left;
}

.hidden-text {
	display: none;
}

#learn-more-button {
	margin-top: 40px;
}

p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #858585;
	margin-bottom:15px;
	font-family: 'museo_sans500', sans-serif !important;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'museo_sans500', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom:20px;
  color: #454545;
}

.footer-number {
	margin: 0px auto 3px;
}

.footer-talktous {
	margin-bottom: 5px !important;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title{
	font-size:36px;
	margin:0 0 15px 0;
	font-family: 'museo_sans500', sans-serif;
}

h2.section-title.grey{
	color:#ddd;
}

h2.large-title{
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 500;
	font-family: 'museo_sans500', sans-serif !important;
}

p.section-subtitle{
	font-size:17px;
	font-family: 'museo_sans500', sans-serif !important;
}

p.section-subtitleLoan{
	font-size:17px;
	margin-bottom: 60px;
	font-family: 'museo_sans500', sans-serif !important;
}

p.section-subtitle.grey{
	color:#bbb;
}

.separator_wrapper, .separator_wrapper_white {
	margin-bottom:10px;
}

.separator_wrapper::after, .separator_wrapper::before {
	background-color: #0E4A7E;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after, .separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-title {
	font-size: 32px;
	margin-top:10px;
	font-family: 'museo_sans500', sans-serif !important;
}



iframe{
	max-width:100%;
	border:none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: 700;
}

.lyla {
    color: #9E5FBA;
}

.green {
    color: #16A085;
}

.blue {
    color: #E4A025;
}

.blueTick {
    color: #0E4A7E;
}

.red{
	color:#34b1c4;
}
.grey{
	color:#ddd;
}

.white{
	color:#fff;
}

.section-white{
	background-color:#fff;
	padding:90px 0;
}

.section-whiteLoan{
	background-color:#fff;
	padding-top: 50px;
}

.section-white1{
	background-color:#fff;
	padding-bottom: 150px;
}

.section-grey{
	background-color: #eef0f1;
	padding:90px 0;
}

.section-grey.small-padding, .section-white.small-padding{
	padding:40px 0;
}

.section-grey.medium-padding, .section-white.medium-padding, .section-dark.medium-padding{
	padding:60px 0;
}

.section-grey.no-padding-bottom, .section-white.no-padding-bottom, .section-dark.no-padding-bottom, .section-blue.no-padding-bottom{
	padding:90px 0 0 0;
}

.section-grey.small-padding-bottom, .section-white.small-padding-bottom, .section-dark.small-padding-bottom, .section-blue.small-padding-bottom{
	padding:90px 0 60px 0;
}

.section-grey.no-padding, .section-white.no-padding, .section-dark.no-padding, .section-blue.no-padding{
	padding:0;
}

.section-white.about-padding{
	padding:85px 0 100px 0;
}

.section-dark.portfolio-padding{
	padding:60px 0 75px 0;
}

.section-dark{
	background-color:#393f43;
	padding:90px 0;
}

.section-blue{
	background-color:#34b1c4;
	padding:90px 0;
}

/* margin and padding classes */

.margin-right-25 {
	margin-right: 25px !important;
}


.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

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

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

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

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

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 180px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

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

.margin-top-0 {
	margin-top: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: #e0e0e0;
	width: 16px;
	height: 16px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #34b1c4;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	width: 16px;
	height: 16px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #34b1c4;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
  bottom: auto;
  left: auto;
  margin: 0;
  right: 16px;
  top: 16px;
  width: auto;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel-indicators li {
  vertical-align: top;
  border: none;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
  background-color: #2c3e50;
  background-color: rgba(44, 62, 80, 0.5);
}
.carousel-indicators li.active {
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin: 0 0 0 6px;
}
/* end carousel */

/* -----  Photos Hover Animations ----- */
.popup-wrapper{ display:block; position:relative; overflow:hidden;}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.first-gallery{
	margin-bottom:15px;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#000;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height:100%!important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:38px;
	z-index: 3;
	top: 50%!important;
	margin-top: -19px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ========================================================== */
/* 			                02. FOOTER                        */
/* ========================================================== */

.footer {
	z-index:900;
	background-color: #FFF;
    border-top: 1px solid #424143;
	padding: 10px 0;
	font-weight: 300;
}

.footer p {
	font-size: 16px;
	
}

.footer p a {
	font-size: 16px;
	color: #34b1c4;
	text-decoration:underline;
}

.copyright span {
	color: #0E4A7E;
	font-weight: 700;
}

.policy-right {
	display: flex;  
	gap: 1.5rem;
}

@media (min-width: 500px) {
	.policy-right {
		display: flex; 
		justify-content: end; 
		gap: 1.5rem;
	}
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social{
	width:100%;
	max-width:1140px;
	display:block;
	margin:0 auto;
	margin-left: -5px;
	padding-top:5px;
	text-align:left;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  width: 36px;
  height: 36px;
  padding: 8px 8px;
  /* border: 1px solid #8d8d8d; */
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size:18px!important;
  /* color: #8d8d8d; */
  color: #ffffff;
  background-color: transparent;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
  /* color:#fff;
  background-color: #0E4A7E;
  border: 1px solid #0E4A7E; */
  color: #E4A025;
  background-color: transparent;
  border: 1px solid #E4A025;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

.fa-instagram:before {
    margin-left: 1px !important;
}

p.footer-logo{
	margin-bottom: 21px;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	font-family: 'museo_sans500', sans-serif;
}

/* Footer Starts Here */

#footer {
	color: #444444;
	font-size: 14px;
	background: #f1f0f2;
	font-family: 'museo_sans500', sans-serif;
  }
  
  #footer .footer-top {
	padding: 60px 0 30px 0;
	background: #0E4A7E;
  }
  
  #footer .footer-top .footer-contact {
	margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
	font-size: 30px;
	font-family: 'museo_sans500', sans-serif !important;
	color: #fff !important;
	/* margin: 0 0 30px 0; */
	line-height: 1;
	font-weight: 700;
  }

  #footer .footer-top .footer-contact h3 span {
	font-size: 25px;
  }
  
  #footer .footer-top .footer-contact h4 {
	font-size: 22px;
	color: #fff !important;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-family: 'museo_sans500', sans-serif !important;
  }
  
  #footer .footer-top .footer-contact h2 a{
	/* font-size: 40px; */
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4A025 !important;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
  }

  #footer .footer-top .footer-contact h2 a:hover{
	color: #25A6DF !important;
  }

  #footer .footer-top .footer-contact p {
	margin-bottom: 8px;
  }
  
  #footer .footer-top .footer-contact p a{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Raleway", sans-serif;
	color: #fff;
  }

  #footer .footer-top .footer-contact p a:hover{
	color: #E4A025;
  }
  
  #footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	font-family: 'museo_sans500', sans-serif !important;
  }
  
  #footer .footer-top p {
	color: #fff;
	font-family: 'museo_sans500', sans-serif !important;
  }
  
  #footer .footer-top .footer-opening h4{
	font-size: 20px;
	font-weight: 700;
  }
  
  #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: #DFF250;
	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 {
	font-family: 'museo_sans500', sans-serif !important;
	color: #fff;
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
	text-decoration: none;
	color: #E4A025;
  }
  
  #footer .footer-newsletter {
	font-size: 15px;
  }
  
  #footer .footer-newsletter h4 {
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	position: relative;
	padding-bottom: 12px;
  }
  
  #footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 50px;
	text-align: left;
	border: 1px solid #e4e3e6;
  }
  
  #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: -2px;
	bottom: 0;
	border: 0;
	background: none;
	font-size: 16px;
	padding: 0 20px;
	background: #009970;
	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: #00664b;
  }
  
  #footer .credits {
	padding-top: 5px;
	font-size: 13px;
	color: #444444;
  }
  
  #footer .copyright span {
	color: #00CCB3;
  }
  
  #footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #00CCB3;
	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 .social-links a:hover {
	background: #00CCB3;
	color: #fff;
	text-decoration: none;
  }


/* Footer Ends Here */

/* ========================================================== */
/* 			                 03. HOME                         */
/* ========================================================== */

/* 
.home-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	padding:600px 0 165px 0;
	padding:200px 0 165px 0;
	background: url(../images/Banner2.png);
	background-position: center;
    background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
} */

.home-wrapper .gradient_overlay{
	position: absolute;
	opacity: 0.7;
	/* z-index:10; */
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #3d3d3d;
}

.home-wrappe-inside{
	position:relative;
	z-index:100;
}

h1.home-title{
	font-size:40px;
	line-height:48px;
	font-weight:900;
	color:#fff;
	letter-spacing: 1px;
	/* background: #fff; */
	background: linear-gradient(90deg, #fff, #25A6DF, #fff);
	letter-spacing: 5px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	/* background-repeat: no-repeat; */
	background-size: 80%;
	/* animation: shine 10s linear infinite; */
	position: relative;
}

@keyframes shine {
	0% {
	  background-position-x: -500%;
	}
	100% {
	  background-position-x: 500%;
	}
  }

p.home-subtitle{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#fff;
	margin-bottom:25px;
}

.home-wrapper .slideB {
	width: 100%;
	position: relative;
	height: 90vh;
	overflow: hidden;
	z-index:100;
	padding:600px 0 165px 0;
	padding:200px 0 165px 0;
	background-position: center;
    background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
  }

.home-wrapper .slideB {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
  
.slideB.slide1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/Banner2.png) center;
  }
  
  .slideB.slide2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/Banner22.png) center;
  }
  
  .slideB.slide3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/banner13.png) center;
  }
  
  .slideB-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 100;
  }
  
  .slideB-content h1 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
	letter-spacing: 5px;
  }
  
  .slideB-content p {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
  }
  
  .buttons {
	margin-top: 30px;
  }
  
  .btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #25A6DF;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
  }
  
  .btn-blue {
	background-color: #25A6DF;
  }
  
  .btn-white {
	background-color: #fff;
	color: #25A6DF;
  }

  
  .btn:hover {
	background-color: #1C7FBA;
  }
  
  
  .dots-container {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
  }
  
  .dots-container .dots {
	display: inline-block;
  }
  
  .dots-container .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #bbb;
	margin: 0 5px;
	cursor: pointer;
	z-index: 9;
  }
  
  .dot.active {
	background-color: #555;
  }

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	z-index: 100;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
	z-index: 100;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
}


.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

/* .dot {
	display: none;
} */

.active,
.dot:hover {
	background-color: #717171;
}












































/* 
.home-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:100;
	padding:600px 0 165px 0;
	padding:200px 0 165px 0;
	background: url(../images/Banner2.png);
	background-position: center;
    background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
}

.home-wrapper .gradient_overlay{
	position: absolute;
	opacity: 0.7;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #3d3d3d;
}

.home-wrappe-inside{
	position:relative;
	z-index:100;
}

h1.home-title{
	font-size:40px;
	line-height:48px;
	font-weight:900;
	color:#fff;
	letter-spacing: 1px;
	background: linear-gradient(90deg, #fff, #25A6DF, #fff);
	letter-spacing: 5px;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
	background-size: 80%;
	animation: shine 10s linear infinite;
	position: relative;
}

@keyframes shine {
	0% {
	  background-position-x: -500%;
	}
	100% {
	  background-position-x: 500%;
	}
  }

p.home-subtitle{
	font-size:18px;
	line-height:26px;
	font-weight:400;
	color:#fff;
	margin-bottom:25px;
} */

/* ========================================================== */
/* 				  		   04. SERVICES                       */
/* ========================================================== */

.features-item{
	margin:10px 0;
	text-align:center;
}

.features-item h3{
	font-size: 20px;
    margin-bottom: 10px;
}

.features-item p{
	padding:0 10px;
}

.icon-wrapper{
	margin-bottom: 25px;
	width:100%;
}

.features-icon{
    padding: 18px 22px;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    color: #fff;
	background-color:#34b1c4;
    -webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

/* For Slider Swiper Container Start */

.section-white1{
	position: relative;  
	height: 500px;
	display: flex;
	align-items: center;
	cursor: pointer;
  }
  
  .swiper{
	width: 950px;
  }
  
  .card{
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin: 20px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  
  .card::before{
	content: "";
	position: absolute;
	height: 40%;
	width: 100%;
	/* background: #FF676D; */
	border-radius: 20px 20px 0 0;
  }
  
  .card .card-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	position: relative;
	z-index: 100;
  }
  
  .section-white1 .card .image{
	height: 140px;
	width: 140px;
	border-radius: 50%;
	padding: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  
  .section-white1 .card .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #fff;
  }
  
  .card .name-profession{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
  } 
  
  .name-profession .name{
	font-size: 20px;
	font-weight: 600;
  }
  
  .name-profession .profession{
	font-size:15px;
	font-weight: 500;
	text-align: center;
  }

  @media (max-width: 767px) {
	.name-profession .name{
		font-size: 23px;
		font-weight: 700;
	  }
	.card .name-profession .profession{
		font-size: 18px;
	}

	.swiper-button-next:after {
		display: none;
	}
	
	.swiper-button-prev:after {
	display: none;
	}

	.navbar-default .navbar-nav > li > a {
		background-color: #222;
	}

  }

  @media (min-width: 768px) and (max-width: 991px) {
	.name-profession .name{
		font-size: 25px;
		font-weight: 900;
	  }

	  .swiper-button-next:after {
		display: none;
	}
	
	  .swiper-button-prev:after {
		display: none;
	  }

	  .navbar-default .navbar-nav > li > a {
		background-color: #222;
	}
  }

  .read-more {
    cursor: pointer;
    color: #0E4A7E;
  }

  .more {
	display: none;
  }

  
  
  .swiper-pagination{
	position: absolute;
  }
  
  .swiper-pagination-bullet{
	height: 7px;
	width: 26px;
	border-radius: 25px;
	background: #25A6DF;
  }
  
  .swiper-button-next, .swiper-button-prev{
	opacity: 0.7;
	color: #0E4A7E;
	transition: all 0.3s ease;
  }
  .swiper-button-next:hover, .swiper-button-prev:hover{
	opacity: 1;
	color: #25A6DF;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
	color: #0E4A7E;
	height: 200px;
  }

  .swiper-button-next:after {
	padding-right: 350px;
	font-size: 20px !important;
	font-weight: 700 !important;
  }

  .swiper-button-prev:after {
	padding-left: 350px;
	font-size: 20px !important;
	font-weight: 700 !important;
  }
  
  
/* For Slider Swiper Container Ends */

.services-item {
    margin: 20px 0;
}

.services-icon {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 5px;
    color: #34b1c4;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
}

.services-text {
    padding-left: 60px;
}

.services-text h4 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #454545;
}

/* ========================================================== */
/* 						   05. NEWSLETTER                     */
/* ========================================================== */
.newsletter-wrapper{
	width:100%;
	position:relative;
	background: url(http://placehold.it/1920x1280);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:110px 0 110px 0;
}

.newsletter-wrapper .image-overlay{
	background: rgba(34, 34, 34, 0.65);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.newsletter-box{
	position:relative;
	z-index:100;
}

.newsletter_info h2{
	font-size: 24px;
	line-height:32px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}

#newsletter-form #email_newsletter {
	width:91%;
	max-width:360px; 
	height:56px;
	line-height:56px;
    padding:0 4%;
	border: 2px solid #fff;
	background-color: transparent;
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
	color:#fff;  
    font-size:16px;
	margin:0 10px 0 0;
}

#newsletter-form #submit-button-newsletter {
    width: 140px;
	height:56px;
    background-color:#fff;
	border: 2px solid #fff;
    color:#454545;  
    display: inline;
	margin:0 0 0 -15px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	font-size:14px;
	font-weight:700;
	vertical-align: top;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

#newsletter-form #submit-button-newsletter:hover {
    background-color:#228798;
	border: 1px solid #228798;
	transition: background-color .25s ease-in-out;
   -moz-transition: background-color .25s ease-in-out;
   -webkit-transition: background-color .25s ease-in-out;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

p.newsletter_success_box{
	font-size:18px;
	color:#eee;
	font-style:italic;
	margin-bottom:15px;
}

/* ========================================================== */
/* 				  		     06. TEAM                         */
/* ========================================================== */

.team-box{
	text-align:center;
	background-color: #eef0f1;
    border-bottom: 3px solid #e0e0e0;
	margin-bottom:20px;
	padding:1px 20px 15px 20px;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.team-box h3{
	margin:20px 0 1px 0!important;
	color:#E4A025;
	font-size:18px;
	text-transform:uppercase;
	font-family: 'museo_sans500', sans-serif !important;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-item:hover h3{
	color:#25A6DF;
}

.team-box p.team-info{
	font-size:16px;
	font-style:italic;
	margin-bottom:5px;
	text-align: left;
}

.team-popup .team-popup-overlay .team-icon a:hover{
	color:#34b1c4;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-popup .team-popup-overlay:hover{
	opacity: 0.8!important;
}

.team-popup img {
	filter: grayscale(100%);
}

.team-popup img:hover {
	filter: grayscale(0%);
}
/* ========================================================== */
/* 				  		     07. BLOG                         */
/* ========================================================== */

.blog-item{
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item-inner{
	padding:10px 0 20px 0;
}

.blog-item-inner p{
	margin:15px 0 20px 0;
}

h3.blog-title{
	margin-top:15px;
	margin-bottom:10px;
}

h3.blog-title a{
	font-size:21px;
	color:#454545;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover{
	color:#228798;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons{
	color:#858585;
	font-size:14px;
	font-style:italic;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #aaa;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.blog-icons i{
	color:#656565;
	font-size:16px;
	line-height:16px;
	vertical-align: text-bottom;
}

a.blog-icons.last{
	border-right: none;
}

a.blog-icons:hover{
	color:#228798;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

a.button-blog{
	background-color: #34b1c4;
	border:1px solid #34b1c4;
	color:#fff;
	display:inline-block;
	font-weight:400;
	font-size:13px;
	padding:10px 20px;
	margin:0 0 20px 0;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.button-blog:hover{
	background-color: transparent;
	border:1px solid #34b1c4;
	color:#34b1c4;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* ========================================================== */
/* 					       08. REGISTER                       */
/* ========================================================== */

.register-inner{
	width:100%;
	max-width:585px;
	padding:50px 0 50px 35px;
}

#register-form{
	padding:25px 0 20px 0;
}

input.register-input{
	width:100%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

select.register-input{
	width:100%;
	height:52px;
    padding-left:2%;
    padding-right:2%;
	margin-bottom:20px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
    font-size:14px;
	float:left;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

input.register-submit{
	color: #34b1c4;
	border: 1px solid #fff;
	background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	font-weight:700;
	width:100%;
	max-width:535px;
    padding: 16px 0;
    text-transform: uppercase;
	-webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff!important;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff!important;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff!important;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#fff!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-style:italic;
	margin:20px 0 30px 0;
	padding:20px 20px;
	border:1px solid #fff;
	webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

/* ========================================================== */
/* 				            09. PRICING                       */
/* ========================================================== */

.pricing-box {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:40px;
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background-color:#f9f9f9;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
}

.pricing-box .pricing-top{
	padding: 20px 0;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.pricing-box .pricing-top{
	background-color:#34b1c4;
}

.pricing-top h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.pricing-top .price .currency {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight:600;
	vertical-align: top;
	display: inline-block;
}

.pricing-top .price span.number {
	color: #fff;
	font-size: 36px;
	line-height: 42px;
	font-weight:700;
}

.pricing-top .price .month {
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.pricing-top .price .month .blue {
	color:#3498db;
}

.pricing-bottom {
	padding: 0 35px 40px 35px;
}

.pricing-bottom ul {
	list-style: none;
	list-style-type: none;
	margin: 35px 0px 40px;
	padding: 0;
}

.pricing-bottom ul li {
	text-align:center;
	font-size:16px;
	line-height:30px;
}

.btn-pricing-blue {
  color: #34b1c4;
  background-color: transparent;
  border: 2px solid #34b1c4;
  padding:14px 0;
  font-weight:600;
}

.btn-pricing-blue:hover {
  color: #fff;
  background-color: #34b1c4;
  border: 2px solid #34b1c4;
}

.btn-pricing-featured {
  color: #fff;
  background-color: #34b1c4;
  border: 2px solid #34b1c4;
  padding:14px 0;
  font-weight:600;
}

.btn-pricing-featured:hover {
  color: #34b1c4;
  background-color: transparent;
  border: 2px solid #34b1c4;
}


/* ========================================================== */
/* 						    10. CONTACT                       */
/* ========================================================== */

.contact-area .contact-left-1 {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0px 0px 20px;
}

.contact-area .contact-left-2 {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0px 0px 20px;
}

.contact-area .contact-left-title-2 {
	margin-top: 70px;
}

.contact-area .contact-left ul {
	margin: 0;
	padding: 0;
	padding-top: 20px;
  }
  
  .contact-area .contact-left ul li {
	list-style-type: none;
	display: block;
	color: #343434;
	font-size: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd69;
	padding-bottom: 20px;
  }

  .contact-area .contact-left ul li span {
	display: inline-block;
	vertical-align: middle;
  }


  .contact-area .contact-left ul li a {
	display: inline-block;
	color: #343434;
	margin-left: 10px;
  }
  
  .contact-left .contact-item-border img{
	height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	max-width: 10%;
	height: auto;
	cursor: pointer;
  }

  .contact-left .contact-item-border .clickHere{
	cursor: pointer;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 700;
	color: #0E4A7E;
  }

  .hidden-content-container {
	/* Position the container */
	position: fixed;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);

	/* width: 10%; */
	background-color: #fff;
	color: #0E4A7E;
	font-weight: 700;
	padding: 30px;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 9999;
	
	/* Glow effect */
	box-shadow: 0 0 20px rgba(14, 74, 126, 0.5);
	animation: glow 1.5s infinite alternate;
  }
  
  .hidden-content-container.visible {
	/* Show the container */
	visibility: visible;
	opacity: 1;
  }
  
  @keyframes glow {
	0% {
	  box-shadow: 0 0 20px rgba(14, 74, 126, 0.5);
	}
	100% {
	  box-shadow: 0 0 40px rgba(14, 74, 126, 0.8);
	}
  }
  
  
  .hidden-content-container.visible {
	visibility: visible;
	opacity: 1;
  }
  
  .close-button {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	color: #0E4A7E;
	background: #fff;
	font-size: 20px; /* Adjust the font size as needed */
	width: 30px; /* Adjust the width as needed */
	height: 30px; /* Adjust the height as needed */
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
  }

  #contact-item-container {
	display: flex;
	flex-wrap: wrap;
  }
  
  .contact-item {
	flex: 1 1 100%; 
  }
  
  @media (max-width: 767px) {
	.contact-item {
	  flex: 1 1 100%; 
	}
  
	.hidden-content-container {
	  position: fixed;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  width: 90%; 
	  background-color: #fff;
	  color: #0E4A7E;
	  font-weight: 700;
	  padding: 30px;
	}
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
	.contact-item {
		flex: 1 1 100%; 
	}

	.contact-item-con {
		text-align: center;
	}

	.hidden-content-container {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%; 
		background-color: #fff;
		color: #0E4A7E;
		font-weight: 700;
		padding: 30px;
	  }
  }
  
  

/* ========================================================== */
/* 						    10. Apply Form Start                      */
/* ========================================================== */
.container-apply {
	position: relative;
	background: #fff;
	border-radius: 20px;
	margin: 20px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.container-apply h4 {
	padding-top: 10px;
	color: #0E4A7E;
}

#applyForm {
	margin: 50px;
    flex-wrap: wrap;
}

.formbold-mb-3 {
	margin-bottom: 15px;
  }

  .formbold-relative {
	position: relative;
  }

  .formbold-opacity-0 {
	opacity: 0;
  }

  .formbold-stroke-current {
	stroke: #ffffff;
	z-index: 999;
  }

  #supportCheckbox:checked ~ div span {
	opacity: 1;
  }
  #supportCheckbox:checked ~ div {
	background: #6a64f1;
	border-color: #6a64f1;
  }
  
  .formbold-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
  }
  
  .formbold-form-wrapper {
	margin: 0 auto;
	max-width: 570px;
	width: 100%;
	background: white;
	padding: 40px;
  }
  
  .formbold-img {
	display: block;
	margin: 0 auto 45px;
  }
  
  .formbold-input-wrapp > div {
	display: flex;
	gap: 20px;
  }
  
  .formbold-input-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
  }
  .formbold-input-flex > div {
	width: 50%;
  }
  
  .formbold-form-input {
	width: 100%;
	padding: 13px 22px;
	border-radius: 5px;
	border: 1px solid #dde3ec;
	background: #ffffff;
	font-weight: 500;
	font-size: 16px;
	color: #424143;
	outline: none;
	resize: none;
  }
  
  #select .formbold-form-input {
	color: rgba(83, 99, 135, 0.5) !important;
  }
  
  .formbold-form-input::placeholder{
	color: rgba(83, 99, 135, 0.5);
  }
  
  .section-titleA h1 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
	color: #192647;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px !important;
	position: relative;
  }
  
  .section-titleA h1::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #00CCB3;
	bottom: 0;
	left: 0;
  }
  
  .formbold-form-input:focus {
	border-color: #6a64f1;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
  }
  .formbold-form-label {
	color: #192647;
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
	padding-top: 20px;
  }
  
  .formbold-checkbox-label {
	display: flex;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	line-height: 24px;
	color: #536387;
	margin-bottom: 20px;
  }
  .formbold-checkbox-label a {
	margin-left: 5px;
	color: #25A6DF;
  }
  .formbold-input-checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
  }
  .formbold-checkbox-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	margin-right: 16px;
	margin-top: 2px;
	border: 0.7px solid #dde3ec;
	border-radius: 3px;
  }
  
  .formbold-form-file {
	padding: 12px;
	font-size: 14px;
	line-height: 24px;
	color: rgba(83, 99, 135, 0.5);
  }
  
  #upload_payslip.formbold-form-file {
	padding: 50px;
  } 
  
  #upload_bank_statement.formbold-form-file {
	padding: 50px;
  }
  
  .formbold-form-file::-webkit-file-upload-button {
	display: none;
  }
  
  .formbold-form-file:before {
	content: 'Upload';
	display: inline-block;
	background: #EEEEEE;
	border: 0.5px solid #E7E7E7;
	border-radius: 3px;
	padding: 3px 12px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	color: #637381;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	margin-right: 10px;
  }
  
  #upload_payslip.formbold-form-file:before {
	content: url(../img/upload3.png);
	display: flex !important;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	font-size: 15px;
	margin-right: 10px;
  }
  
  #upload_bank_statement.formbold-form-file:before {
	content: url(../img/upload3.png);
	display: flex !important;
	justify-content: center;
	align-items: center;
	border: none;
	background: none;
	font-size: 15px;
	margin-right: 10px;
  }
  
  .formbold-btn {
	background: #0E4A7E;
	border: 0;
	padding: 10px 30px;
	color: #fff !important;
	transition: 0.4s;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .formbold-btn:hover {
	background: #25A6DF;
  }
  
  #responseMessage {
	font-size: 25px !important;
	align-items: center !important;
	text-align: center !important;
	color: red;
  }
  
  .formbold-w-45 {
	width: 45%;
  }
  
  /* Back to Homepage Button Starts */
  
  .back {
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 10px 10px 40px;
  }
  
  .back h4 {
	padding-left: 10px;
	color: #4A4F6A;
	font-size: 16px;
	transform: translateY(8px);
	transition: transform 500ms 0s cubic-bezier(0.2, 0, 0, 1);
  }
  
  .back div {
	top: 11px;
	left: 0;
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	position: absolute;
	border-radius: 50%;
	transform: scale(1);
	background-color: #E9E7F2;
	transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1.6);
  }
  
  .back div::after {
	top: 0;
	left: 0;
	content: '';
	width: 60px;
	height: 30px;
	position: absolute;
	background-position: 0 0;
	background-image: url('https://s3-eu-west-1.amazonaws.com/thomascullen-codepen/back.svg');
	transition: transform 400ms 0s cubic-bezier(0.2, 0, 0, 1);
  }
  
  .back:hover h4 {
	color: #171922;
  }
  
  .back:hover h4,
  .back:hover span {
	opacity: 1;
	/* transform: translateY(0); */
  }
  
  .back:hover div {
	transform: scale(1.1);
	background-color: white;
	box-shadow:
	  0 2px 10px 0 rgba(185,182,198,0.00),
	  0 1px 3px 0 rgba(175,172,189,0.25);
  }
  
  .back:hover div::after {
	transform: translateX(-30px);
  }
  
  /* Back to Homepage Button Ends */
  
  .error_message {
	color: red;
  }
  
/* ========================================================== */
/* 						    10. Apply Form End                      */
/* ========================================================== */


/* ========================================================== */
/* 		 		  	   	 11. OTHER STYLES                     */
/* ========================================================== */

.section_features{
	width:100%;
	max-width:1140px;
	margin:0 auto;
	padding:20px 0 0 0;
	position:relative;
	overflow:hidden;
	z-index:1;
}

.no-padding{
	padding:0;
}

.wrapper-inner{
	display: inline-block;
	width:100%;
	max-width:585px;
	padding:40px 0 40px 35px;
}

.portfolio-pic{
	margin-bottom:30px;
}

/* =================================
    Our Loan Calculator Start Here
================================= */

.calculator {
    font-family: "Arial", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    height: auto;
    width: 100%; 
    max-width: 960px;
    margin: 0 auto; 
}

.centered-heading {
    text-align: center;
    margin-top: 50px;
    /* margin-bottom: 10px; */
}

.loan-calculator {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}



.loan-calculator .top {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
    margin-right: 50px;
	background: #fff;
}

.loan-calculator .top .group {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .calculator {
        padding-bottom: 50px;
    }

    .loan-calculator {
        padding-bottom: 50px;
    }

    .loan-calculator .top {
        padding: 39px 60px 52px 58px;
    }

    /* Added styles for smaller devices */
    .centered-heading {
        margin-top: 40px;
    }

    .loan-calculator .top h2 {
        text-align: center;
    }
}

form {
    margin-top: 30px;
}

form:not(:first-child) {
    margin-top: 40px;
}

.title {
    color: #0E4A7E;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    display: inline-block;
}

.calc_output input {
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
	background: none;
}

.calc__placeholders {
    font-size: 14px;
    color: grey;
    display: flex;
    justify-content: space-between;
}

.calc__input-range1 {
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.calc__input-range1::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #434343;
}

.calc__input-range2 {
    border-radius: 8px;
    height: 7px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

.calc__input-range2::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-appearance: none;
    cursor: ew-resize;
    background: #434343;
}

.loan-calculator .calculate-btn{
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 10px;
    color: grey;
    padding: 8px 28px;
    border-radius: 25px;
    transition: all 0.5s ease 0s;
    background: transparent;
    border-width: 2px;
    border-style: solid;
    border-color: grey;
    border-image: initial;
    display: none;
}



/* Result Display */

.loan-calculator .result {
    padding-top: 50px;
    margin-left: 50px;
}

.loan-calculator .result div{
    margin-bottom: 20px;
}

.result .title {
    color: black;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    display: flex;
    align-items: baseline;
}

.result .title .loan-tenure-value{
	color: #0E4A7E;
	font-size: 20px;
    font-weight: 900;
}

.value {
    color: #0E4A7E;
    font-size:40px;
    font-weight: 700;
    margin-bottom: 1rem;
    
}

.total-interest {
    display: none;
}


.value-container {
    display: inline-flex;
    align-items: baseline;
}

.loan-calculator .btn-container button{
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #E4A025;
    padding: 15px 50px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    box-sizing: border-box;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.loan-calculator .btn-container button:hover{
	background-color: #25A6DF;
}

/* =================================
    Our Loan Calculator Ends Here
================================= */

/* ----- 1. Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open .dropdown-toggle.btn-white {
  color: #fff;
  background-color: #25A6DF;
  border-color: #fff;
}

.btn-white-big {
  color: #8b62ba;
  background-color: #fff;
  border-color: #fff;
  padding:20px 40px;
  font-size:16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-big:hover,
.btn-white-big:focus,
.btn-white-big:active,
.btn-white-big.active,
.open .dropdown-toggle.btn-white-big {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
  color: #454545;
  background-color: #fff;
  border-color: #fff;
}


.btn-small-blue{
  color: #fff;
  font-weight:600;
  background-color: #34b1c4;
  border: 2px solid #34b1c4;
  padding:12px 25px;
}

.btn-small-blue:hover {
  color: #34b1c4;
  background-color:  transparent;
  border-color: #34b1c4;
}



.btn-blue {
	background-color:#0E4A7E;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn-blue.small {
	padding:16px 28px ;
}

.btn-blue.xsmall {
	padding:12px 25px;
	text-transform: none;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #25A6DF;
}

 /* ----- For Last Banner Start Here----- */
 .btn-blueB {
	background-color:#E4A025;
	position: relative;
	display: inline-block;
	text-align:center;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
	max-width: 230px;
	white-space: break-spaces;
    margin-right: 10px;
}

.btn-blueB.small {
	padding:16px 28px ;
}

.btn-blueB.xsmall {
	padding:12px 25px;
	text-transform: none;
}

.btn-blueB:hover,
.btn-blueB:focus,
.btn-blueB:active,
.btn-blueB.active,
.open .dropdown-toggle.btn-blueB {
  color: #fff;
  background-color: #25A6DF;
}

/* ----- For Last Banner End Here----- */



/* ----- 2. Partners ----- */
.partners-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1140px;
}

.partners-item{
	padding:50px 0;
	text-align: center;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.partners-item.no-border-bottom{
    border-bottom: none;
}

.partners-item.last{
    border-right: none;
}

.partners-item img{
    opacity: 0.4;
    margin: 10px 25px;
	max-height: 36px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.partners-item img:hover{
    opacity: 1;
}

.section-grey.sponsors-padding {
    padding: 10px 0;
}

.section-grey.sponsors-padding .row p{
    font-size: 20px;
	font-weight: 900;
	color: #0E4A7E;
	/* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
	align-items: center;
	text-align: center;
}

.section-grey.sponsors-padding-small {
    padding: 45px 0;
}

.sponsors img.sponsor {
    opacity: 0.4;
    margin: 10px 25px;
    max-height: 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sponsors img.sponsor:hover {
    opacity: 0.8;
}

/* ----- 03. Nav ----- */
#navbar-collapse-02 li.selected a{
    color: #34b1c4!important;
}

#navbar-collapse-02 .current a {
    color: #34b1c4!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* .navbar-fixed-top { 
	background-color: transparent!important;
	transition: background-color 1s ease 0s;
} */

.navbar-fixed-top.opaque { 
	background-color: #424143!important;
	transition: background-color 1s ease 0s;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase{
	position:relative;
	color:#fff;
	background-color: #E4A025;
	border:1px solid #E4A025;
	margin-left:15px;
	margin-right:15px;
	margin-top:14px;
	padding:0 25px;
	font-weight:600!important;
	letter-spacing: 1px;
	text-transform:none;
	webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

.navbar-default .navbar-nav > li > a.purchase:hover{
	color:#E4A025!important;
	background-color: transparent;
	border:1px solid #E4A025;
}

#navbar-collapse-02 .current a.purchase{
	color:#34b1c4!important;
	background-color: #fff!important;
	border:1px solid #fff!important;
}

.dropdown-symbol {
	color: #0E4A7E;
}

.nav-dropdown {
	position: absolute;
	display: none;
	z-index: 1;
	background: #fff;
}

.nav-dropdown li {
	padding: 10px;
	display: block;
  	white-space: nowrap;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}


/* ----- For Language Switcher ----- */
/* .language-switch {
	padding: 0 50px 0 0;
  } */
  
  .switch {
	position: relative;
	display: inline-block;
	margin: 0 5px;
  }
  
  .switch > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	font-family: 'Helvetica', Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
	width: 50%;
	text-align: center;
	padding: 0 5px; 
  }
  
  input.check-toggle-round-flat:checked ~ .off {
	color: #25A6DF;
  }
  
  input.check-toggle-round-flat:checked ~ .on {
	color: #fff;
  }
  
  .switch > span.on {
	left: 0;
	padding-left: 23px;
	color: #25A6DF;
	margin-right: 5px;
	font-size: 10px;
  }
  
  .switch > span.off {
	right: 0;
	padding-left: 15px;
	color: #fff;
	margin-left: 1px;
	font-size: 10px;
  }
  
  .check-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
  }
  .check-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  input.check-toggle-round-flat + label {
	padding: 5px;
	width: 55px;
	height: 35px;
	/* background-color: #25A6DF; */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
  }
  
  input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
	display: block;
	position: absolute;
	content: "";
  }
  
  
  input.check-toggle-round-flat + label:after {
	top: 4px;
	left: 6px;
	bottom: 4px;
	width: 22px;
	/* background-color: #fff; */
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	-webkit-transition: margin 0.2s;
	-moz-transition: margin 0.2s;
	-o-transition: margin 0.2s;
	transition: margin 0.2s;
  }
  
  input.check-toggle-round-flat:checked + label:after {
	margin-left: 20px;
  }
  /* ----- End For Language Switcher ----- */




/* ----- 4. Fun Facts ----- */
.fun-facts-wrapper{
	width:100%;
	position:relative;
	overflow:hidden;
	background: url(http://placehold.it/1920x1280);
	background-position: center center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding:100px 0 100px 0;
}

.fun-facts-wrapper .image-overlay{
	background: rgba(34, 34, 34, 0.65);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.fun-facts-inside{
	position:relative;
	z-index:100;
}

.fun-facts-box{
	float:left;
	width:19.99%;
	padding-top:15px;
}

.fun-facts-title{
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-style:italic;
}

.fun-facts-title span{
	font-size:40px;
	line-height:42px;
	font-weight:600;
	font-style:normal;
	color:#fff;
}

.fun-facts-box i{
	font-size:44px;
	line-height:60px;
	color:#34b1c4;
}

/* ----- 5. Testimonials ----- */
.section-testimonials{
	position:relative;
	background-color:#34b1c4;
	padding:60px 0;
}

.testimonials-wrapper {
	position:relative;
	max-width:960px;
}

.testimonials-info{
	display:inline-block;
	padding:10px 40px 10px 0;
	border-right:1px solid #fff;
}

.testimonials-info img{
	float:left;
	margin-right:20px;
	width:110px;
	height:110px;
	padding:5px 5px;
	background-color: transparent;
	border:1px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.author-name{
	float:left;
	margin: 0;
	padding-top:30px;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

p.author-name span{
	font-size:18px;
	font-weight:400;
	font-style:italic;
	text-transform:none;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}

p.testimonials-text {
	padding:20px 0 0 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
	color:#fff;
}

/* ----- 6. Background Image ----- */
.image-section{
	width:100%;
	position:relative;
	z-index:100;
	background: url(../images/banner10.png);
	background-position: center;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	padding:0;
	animation: slideAnimation 10s linear infinite;
}

@keyframes slideAnimation {
	0% {
	  background-position: center top;
	}
	50% {
	  background-position: center;
	}
	100% {
	  background-position: center top;
	}
  }

.image-section .image-overlay{
	background: rgba(0, 0, 0, 0.45);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


.image-section-inside{
	position:relative;
	z-index:100;
}


/* ----- 7. Page Loader ----- */
#loader{
	background:#34b1c4;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}

.sk-three-bounce {
	position:absolute;
	top:50%;
	margin-top:-10px;
	left:50%;
	margin-left:-40px;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
			animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
}

40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); 
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
}
}

/* ========================================================== */
/* 					    12. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld, only screen and (max-width: 800px) {
	
	.testimonials-info{
		border-right: none;
		padding:0;
	}
					
	.testimonials-wrapper{
		text-align:center;
	}
	
	img.author-pic{
		float:none;
		margin:0;
	}
		
	p.author-name{
		float:none;
		margin: 0;
		padding-top:20px;
		padding-bottom:10px;
	}

	p.testimonials-text {
	  float:none;
	  padding: 10px 0 0 0;
	  font-size: 18px;
	  line-height: 28px;
	}
		
	.fun-facts-box{
		width:50%;
	}
	
	.team-item{
		margin-bottom:30px;
	}
	
	.wrapper-inner {
		max-width: none;
		padding:40px 0 80px 35px;
	}
	
	.partners-item{
		padding:10px 0;
		border-right: none;
		border-bottom: none;
	}
	
	.col-md-4.small-padding-right, .col-md-6.small-padding-right{
		padding-right:15px!important;
	}
	
}