/*
Author : Shameer
Company: PixelFloat
Version: 0.1
*/

.whatsappCall {
	width:45px; height:45px;
	position: fixed; bottom:30px; right:30px; z-index: 2000;
	animation: bounce 1s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); }
}

ul.social-menu { list-style: none; margin:0 0 30px; padding:0; }
ul.social-menu li { display: inline-block; margin:5px 10px; padding:0; }
ul.social-menu li a { font-size:#fff; }
ul.social-menu li a svg { font-size:18px; }
ul.social-menu li a svg path { color:#fff !important; }

.full-block { 
	width:100%; float:left; }
.section { 
	width:100%; float:left;
	margin:0; padding:80px 0; }
@media(max-width:991px){
	.section { padding:60px 0; }
}
@media(max-width:767px){
	.section { padding:40px 0; }
}
@media(max-width:575px){
	.section { padding:40px 0; }
}
.header-container {
	width:100%; float:left; animation-delay: 2s;
	transition: transform 0.3s ease, opacity 1s ease; }
.header { 
	position: fixed; top:0; left:0; z-index: 2001;
	padding:10px 0; margin:0; background:none;}
.removeheader { 
	height:0; animation-delay: 2s; }
.fixed-header { 
	background:rgba(0,0,0,0.5);}
.fixed-header:hover { opacity: 1; }
.hide-header {
    transform: translateY(-100%); opacity: 0; }
.logo { 
	display: inline-block; }
.logo a { 
	display: inline-block; 
	margin:0; padding:0; }
.logo a img { 
	max-width:180px; }
.fixed-header .logo a { 
	background:none; padding:0;}
.fixed-header .top-menu a { 
	font-size:14px; }

/* FOOTER ----------- */
.footer { 
	width:100%; float:left; 
	margin:0; padding:60px 0 30px;
	background:#0D0D0D; }
.footer p { 
	color:#fefefe; margin:0; font-size:15px; line-height: 1.3; }
.footer a {
	color:#fefefe; text-decoration: none; }
.footer a:hover { color:#0092ff; }
.footer h6 { color:#0092ff; font-weight: 700; text-transform: uppercase;}
.footerlogo { width:100%; float: left; margin:0 0 30px; padding:0; }
.footerlogo img { max-width: 170px; margin:0 0 20px; }
.footerlogo p { padding-right:50px; }
.footer ul { list-style: none; margin:0 0 15px; padding:0; width:100%; float:left; }
.footer ul li { margin:0 0 15px; padding:0; color:#fefefe; font-size:15px; }
.footer ul li a { color:#fefefe; }

.footer ul.social-menu { margin:0 0 30px; }
.footer ul.social-menu li { margin:0 5px; padding:0; }

.contact-block {}
.contact-block h6 { color:#0092ff; font-weight:600; }
ul.contactlist { list-style:none; }
ul.contactlist li { position:relative; padding-left:30px;}
ul.contactlist li::before { position:absolute; left:0; top:1px; }
ul.contactlist li.location::before { content:'\f3c5'; }
ul.contactlist li.email::before { content:'\f658'; }
ul.contactlist li.fax::before { content:'\f1ac'; }
ul.contactlist li.phone::before { content:'\f095'; }


.newsletter { 
	width:100%; float:left; 
	margin:0 0 20px; padding:0;
  border-radius:20px; overflow:hidden;
  border:1px solid #ffffff50; }
.newsletter input { 
	margin:0; border-radius:0; min-height:40px; }
.newsletter input[type="text"] { background:none; border:none; }
a.backtotop {
    position: fixed; bottom: 35px; right: 100px; z-index: 1000;
    background-color: #00000050;
    font-size: 14px; color: #fff;
    padding: 5px 5px 5px 10px;
    border-radius:50px;
    text-decoration: none;
    display: none; /* Hidden initially */ }
a.backtotop span { 
	width:30px; height:30px; margin:0 0 0 10px; padding:0;
	display: inline-block; text-align: center; line-height: 2.2;
	background:#CFCFCF; color:#3d3d3d;
  border-radius: 30px; }
a.backtotop:hover {
    background-color: #000; }
a.backtotop span i {
    margin-left: 5px;
    font-size: 16px; }
.copyright { margin-top:20px; }
.copyright ul { margin:0; padding:0; float:right; width:auto; }
.copyright ul li { float: left; margin:0 10px; padding:0; }

@media screen and (max-width:1200px){
	.footerlogo p { padding-right:0; }
}
@media screen and (max-width:991px){
	.footerlogo { display: flex; align-items:center; flex-direction:row; }
	.footerlogo img { padding:0 20px 0 0;}
	.footerlogo p { float:left; }
}
@media screen and (max-width:575px){
	.footerlogo { flex-direction:column; }
	.footerlogo p { text-align: center; }
	.footer { text-align: center; }
	ul.contactlist li { padding:0 !important; }
	ul.contactlist li::before { display: none; }
	.newsletter { max-width:400px; margin:0 auto 20px; float:none;  }
	.copyright p { text-align: center; margin:0 0 15px; }
	.footer ul.copylinks { width:100%; float:left; text-align: center; }
	.footer ul.copylinks li { float:none; display: inline-block; }
	.footer { padding-bottom:80px; }
	a.backtotop { bottom:20px; }
}



/* BANNERS -------------------------- */
.banner { 
	width:100%; float:left; text-align:center; position: relative; }
.banner::before {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background:rgba(35,62,128,0.3); }
.banner-video {
    position: relative;
    width: 100%; height: 0;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    overflow: hidden; }
.banner-video iframe {
	position: absolute; top: 0; left: 0;
	width: 120%; height: 120%; left:-10%; top:-10%; }
.banner-caption { 
	text-align: center; transform: translateY(-50%);
	width:100%; float:left; position: absolute; top:50%; z-index:10; }
.banner h1 { 
	width:100%; 
	margin:0 0 20px; padding:0;
	line-height: 1; font-size:80px;
	text-transform: capitalize; text-align: center;
	color:#fff; font-weight:700; }

.banner h6 { 
	width:100%; max-width:650px; font-size:22px;
	font-weight: 500; margin:0 auto 40px; padding:0;
	text-align: center; color:#fff;  }

.banner-image {
	width:100%; float:left; }
.banner-image img {
	width:100%; max-height: 600px;
	object-fit: cover; object-position:center; }

@media(max-width:1500px){
	.banner h1 { font-size:110px; }
}
@media(max-width:1200px){
	.banner h1 { font-size:80px; }
}

@media(max-width:991px){
	.banner h1 { font-size:70px; }
	.banner h6 { font-weight: 400; font-size:16px; margin:0 0 20px;}
}
@media(max-width:767px){
	.banner-image img { min-height:400px; }
	.banner h1 { font-size:42px; }
	.banner-caption { transform: translateY(0%); top:auto; bottom:30px; }
}
@media(max-width:575px){
	.banner-image img { min-height:300px; }
	.banner h6 { display: none; }
}





.page-banner { 
	width:100%; float:left; position: relative; overflow: hidden; }
.page-banner::before {
	position:absolute; top:0; left:0;  z-index:5;
	content:''; width:100%; height:100%; 
	background:rgba(0, 0, 0, 0.6); }

.page-caption { 
	text-align: center; transform: translateY(-50%);
	width:100%; float:left; position: absolute; top:50%; z-index:10; }

.page-banner h2,
.page-banner h3 { 
	color:#fff; font-weight: 700; text-align: center;
	margin:0 auto; padding:0 20px; }
.page-banner img { 
	width:100%; max-height:360px; height: 100%; float:left;
	object-fit:cover; object-position:center; /*filter: grayscale(100%);*/ 
	animation: zoomInOut 15s ease-out infinite; }

@keyframes zoomInOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}



/* --------------------------- */
/* HOME PAGE -----------------------*/

.intro-section {
	text-align: center; }
.intro-section h2,
.intro-section p { 
	text-align:center; }
.intro-section h5 { 
	color:#0092ff; }


.serivces-strip {
	text-align: center;
	background:#000; color:#fff; }
.serivces-strip h2, .serivces-strip p { 
	color:#fff; text-align: center;}

.serivces-strip a.button { 
	border:1px solid #fff; }
.service-thumb {
	width: 100%; height:100%;
	text-align: left;
	margin:0; padding:40px 40px 15px;
	border:1px solid #fff; border-radius: 4px; }
.service-thumb img { 
	width: 60px;}
.service-thumb h5 { 
	text-align: left;
	margin:15px 0 30px; color:#fff; }
.service-thumb p {
	text-align: left; }

.companyslider { 
	justify-content:center; align-items:center; }
.partners-strip { 
	text-align: center; } 
.partners-strip h2 { 
	text-align: center; }
.partners-strip p { 
	text-align: center; }

.companyslider .partnerlgo-thumb { 
	justify-content:center; align-items:center; }
.companyslider .owl-stage-outer .item .partnerlogo-thumb { 
	height:150px; display:flex; justify-content: center; align-items: center; }
.partnerlogo-thumb img { 
	max-height:140px; }

.news_thumb {
	width:100%; float:left; margin:0 0 30px; }
.news_thumb-image {
	width:100%; float:left; position:relative; 
  margin:0 0 10px 0;}
.news_thumb-image img { 
	width:100%; float:left; 
	height:220px;
	object-fit: cover; object-position: center;
	border-radius:5px; }
.news_thumb h6 { 
	padding:0; margin:10px 0 10px;  }
.news_thumb-desc {
	width:100%; float:left; }
.news_thumb p { font-size:14px; }
.news-slider .news_thumb { margin:0; }
@media(max-width:991px){
	.news_thumb-image img { height:140px; }
}
@media(max-width:767px){
	.news_thumb h6 { font-size:18px;}
}
@media(max-width:575px){
	.news_thumb-image img { height:220px; }
}



.getintouch {
    width: 100%; 
    float: left; 
    margin: 0; 
    padding: 100px 0;
    background-color: none;  
    position: relative; /* Required for the pseudo-element */
    overflow: hidden; /* Ensure no overflow from the flipped image */
}
.getintouch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;  
    width: 100%; height: 100%;
/*    background-image: url('../images/pexels-halid-elosman-3328515-29492862.jpg');*/
background-image: url('../images/pexels-aj-ahamad-767001191-30068864.jpg');
    background-size: cover; 
    background-position: center;
/*    transform: scaleX(-1);*/
    z-index: -1; 
}
.getintouch-block-wrapper {
	width:100%; float:left; }
.getintouch-block { 
	max-width:900px;
	width:100%; float: left; margin:0; padding:40px;
  background:#000; }
.getintouch-block h2, .getintouch-block p { 
	color:#fff; }

.getintouch-block a.button { 
	border:1px solid #fff; }

@media screen and (max-width:1200px){
	.getintouch-block { max-width: 600px; }
}
@media screen and (max-width:991px){
	.getintouch { padding:80px 0; }
	.getintouch-block { max-width: 500px; }
}
@media screen and (max-width:767px){
	.getintouch { padding:0; }
	.getintouch-block { padding:60px 0; text-align: center; max-width: unset; background:rgba(49,49,146,0.5);}
	.getintouch-block h2 { width:100%; max-width:500px; margin:0 auto 30px; }
}


/* CONTACT PAGE ------------------- */
.contactmap {
	width:100%; float:left; clear:both; }
.contactmap iframe { 
	width:100%; height: 400px; float:left; margin:0; padding:0;
	border:none; outline:none; }

.branches-strip .contact-block { 
	padding:30px; height: 100%;
	border-radius: 6px; margin:0;
	background:#000; color:#fff; }
.branches-strip .contact-block h6 { color:#fff; text-transform:uppercase; }
.branches-strip .contact-block ul { margin:0; padding:0; }
.branches-strip .contact-block ul li { color:#fff; }
.branches-strip .contact-block ul li a { color:#fff; }


/* ABOUT PAGE ------------ */
.about-logo {
	width: 100%; float: left; padding:50px 30px; 
	background:#000; border-radius: 10px; margin:0;
	display: flex; justify-content: center; align-items: center;
}
.about-logo img { max-width:200px; }

@media screen and (max-width:767px){
	.about-logo { margin-bottom: 30px; }
}

.ourmissionvision {
	position: relative;
	background-image:url('../images/pexels-atulm0han-17914739.jpg');
	background-size: cover; background-position:center;
}
.ourmissionvision::before { 
	position: absolute; top:0; left:0; z-index:1;
	content:''; background: rgba(0,0,0,0.5); 
	width:100%; height:100%;
}

.ourmission-block { 
	width:100%; float:left;
	position:relative; border-radius: 10px; overflow:hidden; }
.ourmission-block img {
	max-height: 400px; width:100%; 
	object-fit: cover; object-position: center; }

.ourmission-content { 
	position:relative; z-index: 3;
	width:100%; height:100%; padding:30px 60px 30px;
/*	position:absolute; bottom:0; left:0; z-index: 3;*/
  display:flex; flex-direction:column; justify-content:space-between;}
.ourmission-content h5,
.ourmission-content h4,
.ourmission-content p {
	color:#fff; }
.ourmission-block::before { 
	position: absolute; top:0; left:0;
	content:''; background: rgba(0,0,0,0.4); 
	width:100%; height:100%; z-index: 2;
}



.whychoose-strip {
	background: #e6f3fa; }
.whychoose-strip img {
	width:100%; height: 300px; 
	border-radius: 5px; overflow: hidden;
	object-fit: cover; object-position: center; }



.logoblock { 
	width:100%; height: 150px; float:left; margin:0 0 30px; padding:0;
	display: flex; justify-content: center; align-items: center;
	flex-direction: column; position:relative;
	text-align:center; border:1px solid #ddd; border-radius:5px; }
.logoblock img { max-height:80px; }
.logoblock h6 { 
	text-transform: uppercase; font-size: 14px; color:#999; margin:10px 0 0; padding:0; }


.servicespage .service-thumb {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.servicespage .service-thumb h5 { color:#192a3d; }





.news-cover { width:100%; float:left; margin:0 0 30px; }
.news-content { width:100%; float:left; }
.news-content ul { 
	list-style:none; margin:0 0 20px; padding:0; }
.news-content ul li::before { 
  position: absolute; top:0; left:0; font-weight: 500;
  content:'-'; color:#333;  }










