@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/*
	Theme Name: Gulfcans
	Theme URI: https://www.africanindustries.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Ram Sarkar
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@font-face {
    font-family : 'Imperator'; 
    src : url('fonts/Imperator.ttf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'Imperator-Bold'; 
    src : url('fonts/Imperator-Bold.ttf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'ImperatorBronze'; 
    src : url('fonts/ImperatorBronze.ttf');
    font-weight : normal;
    font-style : normal;
}
@font-face {
    font-family : 'ImperatorBronzeSmallCaps'; 
    src : url('fonts/ImperatorBronzeSmallCaps.ttf');
    font-weight : normal;
    font-style : normal;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color:#444;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo-img {
  width: 100%;
  max-width: 250px;
}
/* nav */
#mega-menu-wrap-header-menu {
  background: transparent !important;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li {
  list-style: none;
  padding: 0 0 10px 0;
}
.footer-menu li a {
	display: block;
	color: #fff;
}
.footer-menu li a:hover {
	color: #EC2028;
}
.carousel-control-next, .carousel-control-prev {
  width: 48px;
  opacity: 1;
}
.gallery-swiper-prev, .gallery-swiper-next {
  background: rgba(236,32,40, 0.9) !important;
  width: 50px !important;
  height: 50px !important;
  color: #fff !important;
}
.gallery-swiper-prev {
	left: 0 !important;
}
.gallery-swiper-next {
	right: 0 !important;
}
.gallery-swiper-prev::after, .gallery-swiper-next::after {
	font-size: 24px !important;
}
.specif-pagination {
  position: relative;
  margin-top: 20px;
}
.specif-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #000;
  background: transparent;
  opacity: 0.7;
}
.specif-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ec2028;
	opacity: 1;
	border-color: #ec2028;
}
.standardbg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brandbgopacity {
  background: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.contact-set {
  position: relative;
  display: block;
  box-shadow: 0px 0px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}
.form-control:hover {
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-color: #F30404 !important;
}
.form-control {
  background: #fff !important;
  margin-bottom: 0px;
  border-radius: 5px;
  border: 1px solid #4d4d4d !important;
  outline: 0;
  padding: 1.7rem 2rem;
  display: block;
  width: 100%;
  resize: none;
  font-size: 14px;
}
.wpcf7-select {
  background-image: url("/wp-content/themes/gulfcans/img/down-chevron.png") !important;
  background-size: 15px !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
}
.wpcf7-textarea {
  height: 200px;
}
.wpcf7-submit {
  width: 100%;
  max-width: 200px;
  float: right;
  padding: 15px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  font-size: 22px;
  border: 1px solid #000;
  border-radius: 5px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 20px;
  -webkit-transition: width 0.5s !important;
  transition: all 0.5s !important;
}
.wpcf7-submit:hover {
  background: #F30404 !important;
  border-color: #F30404 !important;
  -webkit-transition: width 0.5s !important;
  transition: all 0.5s !important;
}
.hoverred {
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hoverred:hover {
	color: #F30404 !important;
	-webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.visionmission {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #e20000;
  width: 48px;
  height: 48px;
  background-size: 60%;
}
.carousel-indicators .active {
	background-color: #e20000 !important;
}
.icon-wrapper img {
  animation: pulseIcon 2s ease-in-out infinite;
}
@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.social-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.social-menu li a .fa-brands {
  font-size: 28px !important;
  color: #fff;
}
.social-menu li a .fa-brands:hover {
	colo: #fff !important;
}
.rangevideo {
	margin-bottom: -2px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Landscape (mobile horizontal) */

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media screen and (max-width:1280px) {
  .mega-close::before {
    font-size: 40px !important;
    background: #f01a24;
  }

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
/* Only mobile landscape */
@media screen and (max-width: 767px) and (orientation: landscape) {
  #header-banner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* keeps full image visible */
  }
}
@media screen and (max-width: 768px) {
.logo-img {
  width: 100%;
  max-width: 160px !important;
}
.parallax {
  height: 80vh !important;
  background-size: 100% auto !important;
}
.carousel-control-next, .carousel-control-prev {
  width: 36px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 36px !important;
  height: 40px !important;
  background-size: 50% !important;
}
.gallery-swiper-prev, .gallery-swiper-next {
  width: 35px !important;
  height: 40px !important;
}
.gallery-swiper-prev::after, .gallery-swiper-next::after {
  font-size: 18px !important;
}
}
@media screen and (max-width: 576px) {
  .container {
    width: 90%;
  }
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 25px !important;
  height: 30px !important;
  background-size: 60% !important;
}
.carousel-control-next, .carousel-control-prev {
  width: 25px !important;
}
}
.headerlinkedin {
  width: 34px !important;
  height: auto;
}
.mega-current-menu-item.parentmenu > a {
  color: red !important;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
a.skip-link {
  position: absolute !important;
  top: -40px !important;
  left: 0 !important;
  background-color: #000 !important;  /* high contrast */
  color: #fff !important;             /* high contrast */
  padding: 10px 16px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  z-index: 9999 !important;
  text-decoration: none !important;
  transition: top 0.3s ease !important;
  opacity: 0;
}

a.skip-link:focus,
a.skip-link:active {
  top: 0 !important;   /* move into view when focused */
  outline: 2px solid #fff !important;
}