/*
Theme Name: Max Steel Theme
Theme URI: http://www.maxsteeltheme.com
Description: White and clean theme almost without css styles. Fonts and colors will be default of your browser.
Version: 1.0
Author: Max Steel
Author URI: http://www.maxsteeltheme.com
Tags: white, simple, fixed width, two columns, widgets, clean
Text Domain: Max Steel Theme
*/

/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #333;
	text-shadow: none;
	/* Prevent inheritance from `body` */
}


body,
html {
	height: 100%;
}

html {
	font-size: 62.5%;
}

/* =10px */
/*
 * Base structure
 */
a {
	text-decoration: none;
	color: #4BA8C5;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb-item a {
	font-weight: 600;
	color: #fff;

}

body {
	/*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/


	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	color: #1D1D1D;
	line-height: 1.6;
	letter-spacing: 0.01em;


}

h1 {
	font-size: 6rem;

	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;

}

h3 {
	color: #000000;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;
	font-size: 4rem;

}

h2 {
	font-size: 8rem;
	color: #000000;
	font-weight: 700;
	font-family: acumin-pro-condensed, sans-serif;


}

p {
	font-size: 1.6rem;

}

.text45 {
	font-size: 4.5rem;
}

.section {
	padding: 70px 0;
}

.text24 {
	font-size: 2.4rem;
}

.btn {
	font-size: 2.6rem;

	font-weight: 600;
	border-radius: 10px;
	padding: 10px 25px;
	text-transform: uppercase;


	font-style: normal;
}

.text-yellow {
	color: #FAB625;
}

.text18 {
	font-size: 1.8rem;
}

.text30 {
	font-size: 3rem;
}

.btn-primary {
	background: transparent linear-gradient(90deg, #0B2091 0%, #36A69E 100%) 0% 0% no-repeat padding-box;
	border-radius: 9px;
	color: #fff;
	border-color: transparent;
}

.btn-primary:hover {
	background: transparent linear-gradient(90deg, #36A69E 0%, #0B2091 100%) 0% 0% no-repeat padding-box;
	border-color: transparent;
	color: #fff;
}

.owl-dots {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.owl-dots .owl-dot {
	display: inline-block;
	margin: 5px;
	width: 36px;
	height: 36px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
	border: 3px solid #35A49F;
}

.owl-dot.active {
	border-color: #0C2291;
	opacity: 1;
}

.zoom-img,
.carousel-img-box,
.feat-img-box {
	overflow: hidden;
	display: block;
}

.zoom-img img,
.carousel-img-box img,
.feat-img-box img {
	transition: transform .2s;
}

.zoom-img img:hover,
.carousel-img-box:hover img,
.featured-box:hover .feat-img-box img {
	transform: scale(1.03) !important;
}

.text32 {
	font-size: 3.2rem;
}

.banner-section {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-section:before {
	background: transparent linear-gradient(90deg, #0B2091 0%, #36A69E 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	opacity: 0.75;
}

.contact-section {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 530px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-section:before {
	background: transparent linear-gradient(90deg, #0B2091 0%, #36A69E 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	opacity: 0.75;
}


.navbar-expand-lg .navbar-toggler {
	display: block;
	border: 0;
	padding: 10px 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.section {
	padding: 130px 0;
}

.about-img-box {
	background: url("images/img-back.svg") no-repeat top center;
	background-size: cover;
	padding: 0 100px;
}

.text26 {
	font-size: 2.6rem;
	line-height: 1.3;
}

.text20 {
	font-size: 2rem;
	line-height: 1.3;
}

.numbertext {
	font-size: 8rem;
	font-family: acumin-pro-condensed, sans-serif;
	color: #339F9D;
	font-weight: bold;
	line-height: 1;
}

.text-green {
	color: #339F9D;
}

.acumin-pro {
	font-family: acumin-pro-condensed, sans-serif;
}

.logo-section {
	background: transparent linear-gradient(90deg, #0B2091 0%, #36A69E 100%) 0% 0% no-repeat padding-box;
	padding: 75px 0;
}

.logobox {
	padding: 0 30px;
}

.logo-items {
	background: #fff;
	height: 120px;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

}

.logo-items img {
	width: auto !important;
	max-width: 100%;
	display: inline-block !important;
	max-height: 100%;
}

.logo-carousel .owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -22px;
	height: 0;
	display: flex;
	justify-content: space-between;
}

.logo-carousel .owl-nav .owl-prev {
	margin-left: -30px;
}

.logo-carousel .owl-nav .owl-next {
	margin-right: -30px;
}

.services-section {
	background-image: url("images/Add-a-little-bit-of-body-text-4.png") ;
	background: no-repeat top center;
	background-size: cover;
}

.service-card {
	border: 3px solid #ffffff;
}

.service-card {
/*     height: 730px;  */
    overflow: hidden; /* Hide overflowing content */
    position: relative;
}
.service-card img, .service-card .zoom-img{
	height: 100%;
	object-fit: cover;
}

.card-inner {
/*     max-height: 260px; /* Default height to show a snippet */ */
    overflow: hidden; /* Hide extra content */
    transition: max-height 0.3s ease-in-out; /* Smooth height change */
}

.service-card:hover .card-img-overlay {
    background: rgba(0,0,0,0.5);
}

.card-text {
    margin-bottom: 0;
}


.card-inner {
	background: transparent linear-gradient(180deg, #00000000 0%, #000000D6 100%) 0% 0% no-repeat padding-box;
	padding: 20px;
}

.text36 {
	font-size: 3.6rem;
}

.project-carousel .owl-nav {
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	height: 0;

}

.project-carousel .owl-nav .owl-prev {
	margin-right: 80px;
}

.project-carousel .owl-nav .owl-next {
	margin-left: 80px;
}

.project-carousel .owl-item .project-items {
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px #00000029;
	border-radius: 22px;
	margin: 30px;
}


.cap-box {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	padding: 30px;
	margin-left: -50px;
}

.cap-section {
	position: relative;
	padding-bottom: 150px;
}

.cap-section:before {
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	content: "";
	background: url("images/cap-img.jpg") no-repeat top right;
	background-size: cover;
}

.capabilities-carousel .owl-dots {
	position: absolute;
	left: 150px;
	bottom: -140px;
}

.capabilities-carousel .owl-nav {
	position: absolute;
	left: 90px;
	display: flex;
	height: 0;
	bottom: -100px;
}

.capabilities-carousel .owl-nav .owl-prev {
	margin-right: 80px;
}

.capabilities-carousel .owl-nav .owl-next {
	margin-left: 80px;
}

.get-touch-section {
	position: relative;
	background: url("images/form-bg.jpg") no-repeat top center;
	background-size: cover;
}

.get-touch-section:before {
	background: transparent linear-gradient(90deg, #0B2091 0%, #36A69E 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	opacity: 0.75;
}

.form-select,
.form-control {
	background: rgba(0, 50, 82, 0.62);
	border-color: #fff;
	font-size: 1.8rem;
	padding: 12px;
	color: #fff;
}

.form-control::-moz-placeholder {
	color: #fff;
	opacity: 1
}

.form-control::placeholder {
	color: #fff;
	opacity: 1
}

.footer {
	padding: 60px 0;
	background: #194C95;
}

.social-link a {
	display: inline-block;
	margin-right: 10px;
}

.social-link a:hover svg path {
	fill: #36A69E;
}

.ft-top {
	margin-bottom: 100px;
}

.ft-top a {
	color: #fff;
}

.ft-top a:hover {
	color: #36A69E;
}

.ft-bottom,
.ft-bottom a {
	color: rgba(255, 255, 255, 0.5);
}

.ft-bottom a:hover {
	color: #fff;
}

.navbar-brand {
	opacity: 0;
	transition: all ease 0.2s;
}

.text-bg-dark {
	background: rgba(0, 0, 0, 0.5) !important;
}

.menu-list li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.34);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.menu-list li a {
	font-size: 2.4rem;
	color: #fff;
	display: block;
}

.menu-list li a:hover {
	color: #36A69E;
}

.fixed-top {
	transition: all ease 0.2s;
	padding-top: 0;
	padding-bottom: 0;
}

.scrolled-fixed-top {
	background: rgba(0, 0, 0, 0.7) !important;
}

.scrolled-fixed-top .navbar-brand {
	opacity: 1;
}

.contact-form .form-select,
.contact-form .form-control {
	background: #F8F8F8;
	border-color: #C7C7C7;
	color: #000;
}

.contact-form .form-control::-moz-placeholder {
	color: #000;
	opacity: 0.4
}

.contact-form .form-control::placeholder {
	color: #000;
	opacity: 0.4
}

.submit-btn p {
	display: grid;
}

.submit-btn p input {
	width: 100%;
}

.wpcf7-response-output {
	color: #fff;
}

.contact-page~.wpcf7-response-output {
	color: #000;
}

@media (min-width: 767px) {}

@media (max-width: 1170px) {
	.service-card{
/* 		height: 850px; */
		height: 400px;
	}
}

@media (min-width: 1650px) {
	.container {
		max-width: 1640px;
	}

}

@media (max-width: 1649px) {
	h2 {
		font-size: 6rem;
	}

	.text26 {
		font-size: 2.2rem;
	}
	.text20 {
	font-size: 2rem;
	line-height: 1.3;
	}

	.menu-list li a {
		font-size: 2rem;
	}

	.text30 {
		font-size: 2.5rem;
	}
}

@media (max-width: 1549px) {}

@media (max-width: 1449px) {}

@media (max-width: 1599px) {}

@media (max-width: 1399px) {
	.container {
		max-width: 95%;
	}
}

@media (max-width: 1350px) {
	h3 {
		font-size: 3rem;
	}

	.project-carousel .owl-item .project-items {
		margin: 15px;
	}

}

@media (max-width: 1300px) {}

@media (max-width: 1150px) {
	.numbertext {
		font-size: 5rem;
	}
}

@media (min-width: 768px) {}

@media (max-width: 991px) {
	.section {
		padding: 50px 0;
	}

	.cap-section:before {
		display: none;
	}

	.cap-box {
		margin-left: 0;
	}

	.capabilities-carousel .owl-dots {
		left: 50%;
		margin-left: -80px;
	}

	.text26 {
		font-size: 2rem;
	}
	.text20 {
	font-size: 1.8rem;
	}

	.ft-top {
		margin-bottom: 50px;
	}

	.text36 {
		font-size: 2.6rem;
	}
}

@media (max-width: 767px) {
	.navbar-brand img {
		width: 100px;
	}

	.footer {
		text-align: center;
	}

	.text30 {
		font-size: 2rem;
	}

	.owl-dots .owl-dot {
		width: 15px;
		height: 15px;
	}

	.contact-form .text24 {
		font-size: 2rem;
	}

	.contact-section {
		height: 300px;
	}
}

.modal{
	margin: 0;
    top: 50%;
    height: 90%;
    transform: translateY(-50%);
}
.modal-content {
    background: transparent;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-image-wrapper {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.modal-image-wrapper img {
    object-fit: cover;
    height: 100%;
}

.modal-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    z-index: 2;
}

.modal-text-wrapper {
    background: #fff;
    color: #333;
}

.btn-read-more {
    background: #ffffff;
    color: #000;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
	font-size: 2rem;
}

.card-text{
	margin-bottom: 20px;
}

.close-btn{
	position: absolute;
    right: 10px;
    color: #000000;
    z-index: 99;
    font-size: 1.2rem;
    top: 10px;
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}

.btn-read-more:hover {
    background: #f0f0f0;
}

.service-card:hover .btn-read-more {
    background: #ffffff;
    color: #000;
}
