/* 

TemplateMo - Finance Business

https://templatemo.com/tm-545-finance-business

*/

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
	background-color: #a4c639;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #a4c639;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #a4c639;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #a4c639;
	height: 46px;
	line-height: 46px;
	position: relative;
}

.greenbar {
	position: relative;
	z-index: 1000;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 100;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a4c639!important;
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
}
.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #a4c639!important;
}
.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}

.navbar .navbar-brand img {
	height: 50px;
	max-height: 50px;
	width: auto;
	transition: all 0.3s ease;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}
#navbarResponsive {
	z-index: 50;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #a4c639;
	border-bottom: 3px solid #a4c639;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #a4c639;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}



/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/slide_01.jpeg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/slide_02.jpeg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/slide_031.jpeg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .text-content h4,
.Modern-Slider .text-content p {
  	display: block;
  	clear: both;
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#a4c639;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:visible;
  animation:fadeOutLeft 1s both;
  position: relative;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
}

.Modern-Slider .item h4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 1);
  transform: rotate(-1.5deg);
  z-index: -1;
}

.Modern-Slider .item p {
	max-width: 570px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
	position: relative;
	padding: 15px 20px;
	display: inline-block;
	width: auto;
}

.Modern-Slider .item p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 1);
	transform: rotate(2.3deg);
	z-index: -1;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Request Form */

.request-form {
	background-color: #a4c639;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}




/* Services */

.services {
	margin-top: 140px;
}

.service-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	overflow: hidden;
}

.service-item .down-content {
	background-color: #f7f7f7;
	padding: 30px;
}

.service-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.service-item .down-content p {
	margin-bottom: 20px;
}



/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #a4c639;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #a4c639;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}



/* More Info */

.more-info {
	margin-top: 140px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #f7f7f7;
}

.more-info-content{
	padding: 3% !important;
}

.about-info .more-info-content {
	background-color: #f7f7f7;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.more-info .right-content em {
	font-style: normal;
	color: #a4c639;
}

.more-info .right-content p {
	margin-bottom: 30px;
}


/* Testimonials Style */

.about-testimonials {
	margin-top: 0px!important;
}

.testimonials {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 140px 0px;
}
.testimonial-item .inner-content {
	text-align: center;
	background-color: #fff;	
	padding: 30px;
	border-radius: 5px;
}
.testimonial-item p {
	font-size: 14px;
	font-weight: 400;
}
.testimonial-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.testimonial-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #a4c639;
}
.testimonial-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}




/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin-top: 140px;
}

.callback-form .contact-form {
	background-color: #a4c639;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #a4c639;
}

.contact-us .contact-form button.filled-button {
	background-color: #a4c639;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #a4c639;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #a4c639;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
}


.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 230px 0px 150px 0px;
	color: #fff;
	position: relative;
}

.page-heading::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.page-heading .container {
	position: relative;
	z-index: 2;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.page-heading span {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #a4c639;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.single-services {
	margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background-color: #a4c639;
  	font-size: 20px;
  	color: #121212;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
	margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
	max-width: 100%;
	overflow: hidden;
}
.tabs-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}



/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #a4c639;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #a4c639;
	font-size: 15px;
}




/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-bottom: 15px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 50;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a4c639!important;
		border-bottom: none!important;
	}
}

/* Services Carousel Custom Styles */
.services-carousel {
	background-color: #f8f8f8;
	padding: 100px 0px;
	margin-top: 80px;
}

.services-carousel .owl-services .service-item {
	background-color: #fff;
	border-radius: 5px;
	padding: 0px;
	margin: 0px 15px 30px 15px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	transition: all 0.3s;
}

.services-carousel .owl-services .service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
}

.services-carousel .owl-services .owl-item.center .service-item {
	transform: scale(1.1);
	z-index: 2;
}

.services-carousel .owl-services .owl-item:not(.center) .service-item {
	opacity: 0.7;
	transform: scale(0.9);
}

.services-carousel .owl-nav {
	text-align: center;
	margin-top: 50px;
}

.services-carousel .owl-nav button {
	background-color: #a4c639 !important;
	color: #fff !important;
	border-radius: 50% !important;
	width: 50px !important;
	height: 50px !important;
	margin: 0px 10px !important;
	font-size: 18px !important;
	transition: all 0.3s !important;
}

.services-carousel .owl-nav button:hover {
	background-color: #1e1e1e !important;
}

.services-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.services-carousel .owl-dots .owl-dot {
	background-color: #ddd !important;
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	margin: 0px 5px !important;
	transition: all 0.3s !important;
}

.services-carousel .owl-dots .owl-dot.active {
	background-color: #a4c639 !important;
}

@media (max-width: 991px) {
	.services-carousel .owl-services .owl-item.center .service-item,
	.services-carousel .owl-services .owl-item:not(.center) .service-item {
		transform: scale(1);
		opacity: 1;
	}
}

/* WhatsApp Button Styles */
.whatsapp-button {
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
	color: #fff !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 35px;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease;
	text-decoration: none !important;
	border: none;
	box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
	position: relative;
	overflow: hidden;
}

.whatsapp-button:hover {
	background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
	color: #fff !important;
}

.whatsapp-button:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s;
}

.whatsapp-button:hover:before {
	left: 100%;
}

.whatsapp-button i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.whatsapp-button:active {
	transform: translateY(0);
}

@media (max-width: 768px) {
	.whatsapp-button {
		font-size: 14px;
		padding: 15px 25px;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

/* More Info Section Spacing */
.more-info {
	margin-bottom: 100px;
}

/* Services page fixes */
.single-services .tabs-content article p {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 15px;
}

.single-services .tabs-content article ul {
	list-style-type: disc !important;
	padding-left: 20px;
	margin: 15px 0;
}

.single-services .tabs-content article ul li {
	margin-bottom: 8px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

/* Keep emoji lists without bullets */
.single-services .tabs-content article ul.emoji-list {
	list-style-type: none !important;
	padding-left: 0;
}

.single-services .tabs-content article ul.emoji-list li {
	list-style-type: none !important;
	padding-left: 0;
}

/* Blog Section Styling */
.blog-section {
	padding: 80px 0px;
	background-color: #f7f7f7;
}

.blog-section .section-heading span {
	text-transform: none !important;
}

.blog-grid {
	margin-top: 60px;
}

.blog-item {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	transition: all 0.3s ease;
}

.blog-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 35px rgba(0,0,0,0.15);
}

.blog-image {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease;
}

.blog-item:hover .blog-image img {
	transform: scale(1.05);
}

.blog-content {
	padding: 25px;
}

.blog-date {
	margin-bottom: 15px;
}

.blog-date span {
	background-color: #28a745;
	color: #fff;
	padding: 5px 12px;
	border-radius: 15px;
	font-size: 12px;
	font-weight: 500;
}

.blog-content h4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
}

.blog-content h4 a {
	color: #2a2a2a;
	text-decoration: none;
	transition: all 0.3s ease;
}

.blog-content h4 a:hover {
	color: #28a745;
}

.blog-content p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.read-more {
	color: #28a745;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.read-more:hover {
	color: #1e7e34;
	text-decoration: none;
}

.read-more i {
	margin-left: 5px;
	transition: all 0.3s ease;
}

.read-more:hover i {
	transform: translateX(3px);
}

/* Responsive adjustments for blog */
@media (max-width: 767px) {
	.blog-item {
		margin-bottom: 20px;
	}
	
	.blog-content {
		padding: 20px;
	}
	
	.blog-content h4 {
		font-size: 16px;
	}
}

/* Blog Article Page Styling */
.blog-article {
	padding: 80px 0px;
	background-color: #fff;
}

.article-meta {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.article-date {
	color: #666;
	font-size: 14px;
}

.article-date i {
	margin-right: 8px;
	color: #28a745;
}

.back-to-blog {
	color: #28a745;
	text-decoration: none;
	font-weight: 500;
	transition: all 0.3s ease;
}

.back-to-blog:hover {
	color: #1e7e34;
	text-decoration: none;
}

.back-to-blog i {
	margin-right: 5px;
}

.article-image {
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
}

.article-image img {
	width: 100%;
	height: auto;
}

.article-content {
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

.article-content .lead {
	font-size: 18px;
	font-weight: 400;
	color: #555;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f8f9fa;
	border-left: 4px solid #28a745;
}

.article-content h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	color: #2a2a2a;
}

.article-content p {
	margin-bottom: 20px;
}

.highlight-box {
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
}

.highlight-box h4 {
	color: #856404;
	font-size: 18px;
	margin-bottom: 15px;
}

.highlight-box h4 i {
	margin-right: 8px;
	color: #f39c12;
}

.highlight-box p {
	color: #856404;
	margin-bottom: 0;
}

.cost-breakdown {
	background-color: #e7f3ff;
	border: 1px solid #b3d9ff;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
}

.cost-breakdown h4 {
	color: #0066cc;
	font-size: 18px;
	margin-bottom: 15px;
}

.cost-breakdown ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.cost-breakdown li {
	color: #0066cc;
	margin-bottom: 8px;
}

.cta-section {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 40px 20px;
	margin: 50px 0 30px 0;
	text-align: center;
}

.cta-section h4 {
	color: #2a2a2a;
	margin-bottom: 15px;
}

.cta-section p {
	color: #666;
	margin-bottom: 25px;
}

.cta-section .button-group {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.cta-section .filled-button {
	display: inline-block;
	margin: 0;
}

.cta-section .whatsapp-button {
	background-color: #25d366;
	color: #fff;
	padding: 12px 25px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	margin: 0;
	transition: all 0.3s ease;
}

.cta-section .whatsapp-button:hover {
	background-color: #20b358;
	color: #fff;
	text-decoration: none;
}

.cta-section .whatsapp-button i {
	margin-right: 8px;
}

.article-navigation {
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

/* Timeline Section Styling */
.timeline-section {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 30px 20px;
	margin: 30px 0;
}

.timeline-section h4 {
	color: #2a2a2a;
	margin-bottom: 25px;
	text-align: center;
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.timeline-item:not(:last-child):after {
	content: '';
	position: absolute;
	left: 22px;
	top: 45px;
	width: 2px;
	height: calc(100% - 25px);
	background-color: #28a745;
}

.timeline-step {
	background-color: #28a745;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 18px;
	margin-right: 20px;
	flex-shrink: 0;
}

.timeline-content h5 {
	color: #2a2a2a;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
}

.timeline-content p {
	color: #666;
	margin-bottom: 0;
	font-size: 14px;
}

/* Success Tips Section */
.success-tips {
	background-color: #e8f5e8;
	border: 1px solid #c3e6c3;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
}

.success-tips h4 {
	color: #28a745;
	font-size: 18px;
	margin-bottom: 15px;
}

.success-tips ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.success-tips li {
	color: #2d5f2d;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 22px;
}

/* Alert Section Styling */
.alert-section {
	background-color: #fff3cd;
	border: 2px solid #ffc107;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
	text-align: center;
}

.alert-section h4 {
	color: #856404;
	font-size: 18px;
	margin-bottom: 15px;
}

.alert-section p {
	color: #856404;
	margin-bottom: 10px;
	font-weight: 500;
}

.alert-section p:last-child {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}

/* Budget Table Styling */
.budget-table {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	margin: 30px 0;
}

.budget-table h4 {
	color: #2a2a2a;
	margin-bottom: 20px;
	text-align: center;
}

.expense-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e9ecef;
}

.expense-item:last-of-type {
	border-bottom: none;
}

.expense-category {
	display: flex;
	align-items: center;
	flex: 1;
}

.expense-category i {
	width: 20px;
	color: #28a745;
	margin-right: 10px;
}

.expense-amount {
	font-weight: 600;
	color: #2a2a2a;
	min-width: 100px;
	text-align: right;
}

.expense-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 5px 0;
	border-top: 2px solid #28a745;
	margin-top: 15px;
}

.expense-total .expense-category {
	color: #28a745;
}

.expense-total .expense-amount {
	color: #28a745;
	font-size: 18px;
}

/* City Comparison Styling */
.city-comparison {
	margin: 30px 0;
}

.city-comparison h4 {
	color: #2a2a2a;
	margin-bottom: 20px;
	text-align: center;
}

.comparison-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	margin-bottom: 10px;
	border-radius: 8px;
	border-left: 4px solid;
}

.comparison-item.expensive {
	background-color: #ffebee;
	border-left-color: #f44336;
}

.comparison-item.moderate {
	background-color: #fff3e0;
	border-left-color: #ff9800;
}

.comparison-item.budget {
	background-color: #e8f5e8;
	border-left-color: #4caf50;
}

.city-name {
	display: flex;
	align-items: center;
	flex: 1;
}

.city-name i {
	width: 20px;
	margin-right: 10px;
}

.city-cost {
	font-weight: 600;
	font-size: 16px;
	margin: 0 20px;
}

.city-note {
	font-size: 12px;
	color: #666;
	max-width: 200px;
}

/* Lifestyle Section Styling */
.lifestyle-section {
	margin: 30px 0;
}

.lifestyle-section h4 {
	color: #2a2a2a;
	margin-bottom: 20px;
	text-align: center;
}

.lifestyle-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.lifestyle-item {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.lifestyle-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.lifestyle-item i {
	font-size: 28px;
	color: #28a745;
	margin-bottom: 15px;
}

.lifestyle-item h5 {
	color: #2a2a2a;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.lifestyle-item p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.expense-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 0;
	}
	
	.expense-amount {
		margin-top: 5px;
		text-align: left;
	}
	
	.comparison-item {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.city-cost {
		margin: 10px 0;
	}
	
	.lifestyle-grid {
		grid-template-columns: 1fr;
	}
}

/* Medical Education Specific Styling */
.recognition-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 20px;
	margin: 30px 0;
}

.recognition-item {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	border: 2px solid #e9ecef;
	transition: all 0.3s ease;
}

.recognition-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.recognition-item.eu {
	border-color: #007fff;
}

.recognition-item.uk {
	border-color: #c41e3a;
}

.recognition-item.usa {
	border-color: #b22234;
}

.recognition-flag {
	font-size: 32px;
	margin-bottom: 15px;
}

.recognition-content h5 {
	color: #2a2a2a;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.recognition-content p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

/* University Examples Styling */
.university-examples {
	background-color: #f8f9fa;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.university-examples h4 {
	color: #2a2a2a;
	margin-bottom: 20px;
	text-align: center;
}

.university-item {
	background-color: #fff;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 15px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.university-item:last-child {
	margin-bottom: 0;
}

.university-name {
	color: #28a745;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}

.university-feature {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

/* IMAT Exam Details Styling */
.imat-details {
	background-color: #e3f2fd;
	border: 2px solid #2196f3;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.imat-details h4 {
	color: #1565c0;
	margin-bottom: 20px;
	text-align: center;
}

.imat-specs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 15px;
}

.spec-item {
	background-color: #fff;
	border-radius: 6px;
	padding: 15px;
	display: flex;
	align-items: flex-start;
}

.spec-icon {
	font-size: 24px;
	margin-right: 15px;
	margin-top: 5px;
}

.spec-content h5 {
	color: #1565c0;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
}

.spec-content p {
	color: #666;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
}

/* Services Grid for Medical Support */
.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin: 30px 0;
}

.service-item {
	background-color: #e8f5e8;
	border: 1px solid #28a745;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
}

.service-item:hover {
	background-color: #28a745;
	color: #fff;
}

.service-item i {
	font-size: 28px;
	color: #28a745;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}

.service-item:hover i {
	color: #fff;
}

.service-item h5 {
	color: #2a2a2a;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.service-item:hover h5 {
	color: #fff;
}

/* Responsive adjustments for medical content */
@media (max-width: 767px) {
	.recognition-grid {
		grid-template-columns: 1fr;
	}
	
	.imat-specs {
		grid-template-columns: 1fr;
	}
	
	.services-grid {
		grid-template-columns: 1fr;
	}
	
	.spec-item {
		flex-direction: column;
		text-align: center;
	}
	
	.spec-icon {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* Article Navigation Styling */
.article-navigation .nav-link {
	display: block;
	padding: 20px;
	background-color: #f8f9fa;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease;
	color: #666;
}

.article-navigation .nav-link:hover {
	background-color: #e9ecef;
	text-decoration: none;
	color: #28a745;
}

.article-navigation .nav-link span {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
}

.article-navigation .nav-link h6 {
	margin: 8px 0 0 0;
	font-size: 14px;
	font-weight: 600;
	color: #2a2a2a;
}

.article-navigation .nav-link:hover h6 {
	color: #28a745;
}

.article-navigation .next-article {
	text-align: right;
}

.article-navigation .next-article .nav-link i {
	float: right;
	margin-left: 8px;
	margin-right: 0;
}

/* Engineering & Design Article Specific Styling */
.brands-showcase {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	border-radius: 12px;
	padding: 30px;
	margin: 30px 0;
	color: #fff;
}

.brands-showcase h4 {
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.brands-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.brand-item {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-item:hover {
	background-color: rgba(255, 255, 255, 0.2);
	transform: translateY(-5px);
}

.brand-item i {
	font-size: 32px;
	margin-bottom: 15px;
	color: #fff;
}

.brand-item h5 {
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.brand-item p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

/* Research Opportunities Styling */
.research-opportunities {
	background-color: #f0f8ff;
	border: 2px solid #4a90e2;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.research-opportunities h4 {
	color: #1e40af;
	margin-bottom: 20px;
	text-align: center;
}

.research-opportunities ul {
	list-style: none;
	padding: 0;
}

.research-opportunities li {
	background-color: #fff;
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border-left: 4px solid #4a90e2;
}

.research-opportunities li:last-child {
	margin-bottom: 0;
}

.research-opportunities li strong {
	color: #1e40af;
}

/* Competition Section Styling */
.competitions-section {
	background-color: #fff5e6;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.competitions-section h4 {
	color: #d97706;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.competition-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	border: 1px solid #fed7aa;
	transition: all 0.3s ease;
}

.competition-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.competition-item:last-child {
	margin-bottom: 0;
}

.competition-icon {
	font-size: 32px;
	margin-right: 20px;
	margin-top: 5px;
	min-width: 50px;
}

.competition-content h5 {
	color: #d97706;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.competition-content p {
	color: #666;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 14px;
}

/* Industry Partnership Styling */
.industry-partnerships {
	background-color: #f0fdf4;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.industry-partnerships h4 {
	color: #16a34a;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.partnership-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
}

.partnership-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	border: 2px solid #bbf7d0;
	transition: all 0.3s ease;
}

.partnership-item:hover {
	border-color: #16a34a;
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.partnership-item i {
	font-size: 28px;
	color: #16a34a;
	margin-bottom: 15px;
}

.partnership-item h5 {
	color: #2a2a2a;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.partnership-item p {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 20px;
}

/* Architecture Features Styling */
.architecture-features {
	background-color: #fdf2f8;
	border-radius: 8px;
	padding: 25px;
	margin: 30px 0;
}

.architecture-features h4 {
	color: #be185d;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

/* Override timeline styling for architecture section */
.architecture-features .timeline-section {
	margin-top: 0;
}

.architecture-features .timeline-item {
	background-color: #fff;
	border: 1px solid #f9a8d4;
}

.architecture-features .timeline-step {
	background-color: #be185d;
	color: #fff;
}

.architecture-features .timeline-content h5 {
	color: #be185d;
}

/* Responsive adjustments for engineering content */
@media (max-width: 767px) {
	.brands-grid {
		grid-template-columns: 1fr;
	}
	
	.partnership-grid {
		grid-template-columns: 1fr;
	}
	
	.competition-item {
		flex-direction: column;
		text-align: center;
	}
	
	.competition-icon {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.brands-showcase {
		padding: 20px;
	}
	
	.industry-partnerships,
	.competitions-section,
	.research-opportunities,
	.architecture-features {
		padding: 20px;
	}
}

/* Language Switcher Styling */
.language-switcher {
	margin-left: 15px;
}

.language-switcher .dropdown-toggle {
	background: transparent !important;
	border: 1px solid #fff !important;
	color: #fff !important;
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 4px;
	font-weight: 500;
}

.language-switcher .dropdown-toggle:hover,
.language-switcher .dropdown-toggle:focus,
.language-switcher .dropdown-toggle:active {
	background: rgba(255,255,255,0.1) !important;
	border-color: #fff !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}

.language-switcher .dropdown-toggle::after {
	border-top-color: #fff !important;
	margin-left: 8px;
}

.language-switcher .dropdown-menu {
	min-width: 140px;
	background: #fff !important;
	border: none;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	padding: 8px 0;
	margin-top: 5px;
}

.language-switcher .dropdown-item {
	padding: 10px 15px;
	font-size: 13px;
	color: #333 !important;
	font-weight: 500;
	transition: all 0.3s ease;
}

.language-switcher .dropdown-item:hover,
.language-switcher .dropdown-item:focus {
	background: #f8f9fa !important;
	color: #28a745 !important;
	text-decoration: none;
}

.right-icons {
	display: flex;
	align-items: center;
}

.right-icons li {
	display: flex;
	align-items: center;
}

/* Fix for vertical line issue */
.language-switcher::before {
	display: none;
}

.language-switcher .btn:focus {
	box-shadow: none;
}

/* Custom language button to blend with green bar */
.language-switcher #languageDropdown {
	background: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	color: #fff !important;
	padding: 4px 8px;
	font-size: 16px;
	border-radius: 3px;
	font-weight: 500;
	transition: all 0.3s ease;
	outline: none !important;
	box-shadow: none !important;
	min-width: auto !important;
	line-height: 1.2;
}

.language-switcher #languageDropdown:hover,
.language-switcher #languageDropdown:focus,
.language-switcher #languageDropdown:active {
	background: rgba(255, 255, 255, 0.15) !important;
	border-color: rgba(255, 255, 255, 0.8) !important;
	color: #fff !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Custom dropdown styles */
.custom-dropdown {
	position: relative;
	display: inline-block;
}

.custom-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	z-index: 1100;
	min-width: 90px;
	margin-top: 5px;
}

.custom-dropdown-menu a,
.custom-dropdown-menu div[data-lang] {
	display: block;
	padding: 5px 10px;
	color: #333 !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 500;
	transition: all 0.3s ease;
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative;
	z-index: 1101;
}

.custom-dropdown-menu a:first-child,
.custom-dropdown-menu div[data-lang]:first-child {
	pointer-events: auto !important;
	cursor: pointer !important;
	position: relative;
	z-index: 1101;
}

.custom-dropdown-menu a:hover,
.custom-dropdown-menu div[data-lang]:hover {
	background-color: #f8f9fa !important;
	color: #28a745 !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.language-switcher {
		margin-left: 10px;
	}
	
	.language-switcher .dropdown-toggle {
		padding: 4px 8px;
		font-size: 11px;
	}
}