/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline
}

.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-padding{
	padding: 0px 0px 50px 0px;
}
/* Global properties ======================================================== */

body {
	background: #17AADB;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.375em;
	color: #343434;
	min-width: 1000px;
	overflow-x: hidden;
	/*background: url('../images/body-bg.gif') top center repeat;*/
}

.ic {
	border: 0;
	float: right;
	background: #fff;
	color: #f00;
	width: 50%;
	line-height: 10px;
	font-size: 10px;
	margin: -220% 0 0 0;
	overflow: hidden;
	padding: 0
}

html,
body {
	height: 100%;
	
}

a {
	color: #ffffff;
	outline: none;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}

/* Global Structure ============================================================= */

/* Left & Right alignment */

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.col-1,
.col-2,
.col-3 {
	float: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
	text-align: justify;
	color: #333333;
}

/*----- form defaults -----*/
input,
select,
textarea {
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	vertical-align: middle;
	font-weight: normal;
}

input,
textarea {
	color: #767676;
	border-radius: 5px;
	background: #fff;
	border: none;
	border-top: 1px solid #e1e4e9;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 8px 10px;
	outline: none;
}

/*----- other -----*/


.extra-wrap {
	width: 100%;
}


h2 {
	font-weight: 300;
	font-size: 30px;
	padding: 10px 0 28px 0;
	color: #FF6600;
}

.h-pad {
	padding-top: 42px;
}

.h-pad1 {
	padding-top: 50px;
}

.h-indent {
	padding-bottom: 0px;
}

figure img {
	border-radius: 5px;
	overflow: hidden;
}

.pad {
	padding-top: 30px;
	color: #333333;
}

/*===== header =====*/
header {
	min-height: 82px;
	/*background: url('../images/header-bg.gif') left top repeat;*/
	border-bottom: 3px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #17AADB;
}

.company-logo {
	height: auto !important;
}

.company-logo img {
	height: 55px;
}

.menu li {
	float: left;
	padding: 0 20px 0 26px;
}

.menu li a {
	word-spacing: 5px;
	color: #ffffff;
	text-decoration: none;
	font-size: 19px;
}

.menu li a:hover,
.menu .active a {
	color: #CCCCCC;
}


/* slider starts */
.carousel-control-prev {
	top: 50%;
	transform: translateY(-50%);
	left: 40px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #17AADB;
}

.carousel-control-next {
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background-color: #17AADB;
}

.carousel-indicators li {
	height: 10px;
	width: 10px;
	border-radius: 50%;

}

.slide1,
.slide2{
	height: 475px;
	width: 100%;
	object-fit: fill;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.321);
	background-blend-mode: multiply;
}
h1,.banner-heading2{
	color: white;
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: 30%;
	left: 50%;	
	width: max-content;
	transform: translate(-50%,-50%);
}
.carousel-caption {
	top: 30%;
	position: absolute;
	right: 15%;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

/* slider ends */

/*===== content =====*/
h2 {
	font-weight: 500;
}

h2 span {
	display: block;
}

.inner {
	background: #edf0f6;
	border-top: 3px solid #fcfcfd;
	border-bottom: 3px solid #fcfcfd;
	padding-bottom: 44px;
}

.block {
	padding: 40px 0 50px 0;
	background: url('../images/border-bg.gif') left bottom repeat-x;
	overflow: hidden;
}

.block-pad {
	padding: 40px 0 40px 0;
}

.info-block {
	float: left;
	width: 740px;
	text-transform: uppercase;
	font-weight: 400;
}

.link {
	color: #ee4003;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.button,
.button1 {
	margin-top: 5px;
	float: right;
	display: inline-block;
	padding: 18px 33px 18px 33px;
	color: #fff;
	background: #047195;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.button:hover,
.button1:hover {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #FF6600;
}

.button1 {
	float: none;
	padding: 8px 28px;
	margin-top: 24px;
}

.grid-inner {
	padding-right: 61px;
}
.md-desk-image{
	transform: translateY(114px);
	height: 350px;
	width: 300px;
}
/* about section starts */
.about-para-1 {
	padding-left: 20px;
}

.about-image {
	width: 200px;

}

/* about section ends */



/* clients section starts */

.swiper-container { /* Adjust height as needed */
	overflow: hidden; /* Hide overflow to cut off images */
}
.swiper-wrapper {
	display: flex;
	align-items: center;
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	/* Adjust width and height to fit three images */
	width: 33.33%;
	/* Optional: to ensure slides fit perfectly */
	flex-shrink: 0;
}
.swiper-slide img {
	width: 100%;
	height: 92px; /* Maintain aspect ratio */
 /* Ensure images cover the slide area */
}
/* clients section ends */


/* infrastructure section starts */
.infrastructure-section-para{
	text-align: justify!important;
}
.infrastructure-section-img{
	width: 100%;
}
.para-alt{
	display: block;
	margin:  30px 0px;
}
/* infrastructure section ends */



.testimonial-block {
	background: #17AADB;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	text-align: justify;
	padding: 27px 30px;
	position: relative;
}
.testimonial-block a{
	display: b;
}
.testimonial-block:before {
	position: absolute;
	width: 39px;
	content: '';
	height: 40px;
	/*background: url('../images/testimonials_bg.png') left top no-repeat;*/
	left: 14px;
	top: 14px;
	text-align: justify;
}

.clients-list li {
	float: left;
	padding-left: 76px;
}

.clients-list li:first-child {
	padding-left: 0;
}

.camera_caption div {
	padding: 0;
	background: none;
	color: #FFFFFF;
}

.camera_caption div h2 {
	color: #FFFF99;
	padding-bottom: 35px;
	font-weight: bold;
}

.camera_caption .button {
	margin-top: 18px;
	float: none;
	display: inline-block;
	padding: 18px 35px 18px 35px;
	color: #000;
	background: #edf0f6;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.camera_caption .button:hover {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	background: #64e0ff;
}

.works li {
	padding-bottom: 24px;
}

.works .link {
	margin-bottom: 8px;
	display: inline-block;
}

.works li .button {
	float: none;
	padding: 8px 20px;
	margin-top: 0px;
}



.carousel li {
	transform: translateY(-20px);
}

.prev,
.next {
	position: absolute;
	display: block;
	width: 39px;
	height: 39px;
	opacity: 1
}

.prev:hover,
.next:hover {
	opacity: 0.9;
}

.prev {
	background: url(../images/prev_bg.gif) left top no-repeat;
	right: 48px;
	top: 50px;
}

.next {
	background: url(../images/next_bg.gif) left top no-repeat;
	right: 0;
	top: 50px;
}

.title {
	display: block;
	padding: 10px 0 10px 0;
}

.list {
	margin-top: -5px;
}

.list li {
	background: url('../images/li-bg.gif') left 13px no-repeat;
	line-height: 30px;
	padding-left: 15px;
}

.list li a {
	text-decoration: none;
	color: #343434;
}

.list li a:hover {
	color: #d52d00
}



#contact-form input {
	padding-left: 20px;
}

#contact-form textarea {
	padding-left: 20px;
	resize: none;
	height: 128px;
}

#contact-form label {
	height: 49px;
	display: block;
}

#contact-form .button1 {
	margin-right: 10px;
	padding: 8px 22px;
}

#search-form input {
	padding-left: 20px;
	font-weight: 300;
	width: 254px;
}

#search-form input[type=image] {
	width: 37px;
	padding: 0;
	margin-left: 4px;
}

.contacts {
	padding-left: 15px;
}
.news li {
	padding-top: 20px;
}

.news li:first-child {
	padding-top: 0;
}

.news figure {
	float: left;
	margin-right: 20px;
}

.news strong {
	display: block;
	padding: 2px 0 5px 0;
}

.news a {
	text-decoration: none;
	color: #343434;
}

.news a:hover {
	color: #d52d00;
	;
}

.null {
	padding-bottom: 0;
	background: none;
}

.post {}

.post .info {
	width: 350px;
	float: left;
	padding-bottom: 20px;
}

.post .button1 {
	padding: 8px 20px;
	margin: 14px 20px 0 0;
}

.post .date {
	float: left;
	margin-right: 11px;
	width: 50px;
	font-size: 24px;
}

.post .date strong {
	display: block;
	padding: 5px 0
}

.post .date span {
	display: block;
	background: #7f7f7f;
	padding: 3px 0;
	line-height: 15px;
	color: #fff;
	font-size: 15px;
}

.footer-top-row{
	padding: 20px 0px 10px 0px;
	transform: translateY(0px);
}
.footer-direct-links span{
	color: white;
	font-weight: 500;
}
.social {
	font-weight: 500;
	transform: translate(5px,-3px);
	padding-left: 74px;
	line-height: 30px;
	color: #FFFFFF;
}

.social a {
	display: inline-block;
	margin-left: 5px;
}
.social a{
	transform: translate(10px, 2px);
	font-size: 25px;
	margin: 0px 4px;
}
.footer-content{
	transform: translateY(-15px);
}
.footer-bottom{
	height: 30px;
	background-color: #047195;

}
.footer-bottom-row{
	transform: translateY(3px);
	color: white;
	font-weight: 500;
}
/*==========================================*/

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */