
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300&display=swap');

/* font-family: 'Open Sans', sans-serif; */

*{
	padding:0;
	margin:0;
}
body{
	font-family: 'Open Sans', sans-serif;
}

.container{
	max-width:1142px !important;
}
.header-top{
	padding:0px 0px 50px;
	
	/*background-color: #eef7ff;
	background-image:url('../../assets/img/header-bg1.png');
	background-position: top 81% right 81%;
	background-repeat: no-repeat;*/
}
.navbar{
	padding-left:0;
}
.navbar-brand{
	background: #fff;
    position: relative;
    top: -8px;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-top.index{
	padding:0px 0px 0px;
	position: absolute;
	z-index:99999;
	top:0;
	left:0;
	right:0;
	/*background-color: #eef7ff;
	background-image:url('../../assets/img/header-bg1.png');
	background-position: top 81% right 81%;
	background-repeat: no-repeat;*/
}
.nav  a {
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
h2{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:39px;
	color: #fff;
	padding-top:0px;
	line-height:50px;
}
.header-content p{
	color:#1a1d21;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	padding-bottom:0px;
}
.row.header-content {
    padding-top: 85px;
}
.about_abengineeringqatar, .features_abengineeringqatar, .blog_abengineeringqatar{
	width:100%;
	float:left;
}

.header-content a{
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
	background: #f6662c;
	border-radius: 5px;
	color: #fff;
	padding:12px 24px;
	display:inline-block;
}

.header-content a:hover{
	text-decoration:none;
	background: #f6662c;
	transition: all .5s;
}
.social-icons{
	display:inline-table;
}
.social-icons a {
    background: #868686;
    border-radius: 50%;
    margin-left: 19px;
    width: 51px;
    height: 51px;
    text-align: center;
	vertical-align:middle;
}
i.fa.fa-phone {
	font-size: 22px;
    position: relative;
    left: -7px;
	top: 4px;
}
i.fa.fa-twitter.fa-lg {
	font-size: 22px;
    position: relative;
    left: -8px;
	top:3px;
}

i.fa.fa-linkedin.fa-lg {
	font-size: 22px;
    position: relative;
    left: -7px;
	top:0px;
}

#header_slide .swiper-slide a {
    background: none;
    display: block;
    padding: 0;
}
.link{
	cursor: pointer;
	padding: 30px 0px !important;
}

.swiper-slide:hover {
    background: #f6662c;
	transition: all .5s;
}

.swiper-slide:hover .slide_img{
    background: #fff;
	display:inline-block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.swiper-slide:hover .link h4{
	color: #fff !important;
}

.swiper-slide:hover p {
    color: #fff;
}


#header_slide .swiper-slide h4{
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:600;
	display:block;
	color: #353c59;
	background: none;
	
}
.swiper-pagination {
    display: none;
}

.swiper {
        width: 100%;
        height: 100%;
		top:0px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		display:block;
		border-radius:10px;
		line-height:5;
		height:80% !important;
		padding:0px 0px;		
		box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
		/*box-shadow: 2px 2px 5px #d0d0d0;*/
        /* 
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		Center slide text vertically */
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .swiper {
        width: 100%;
        height: 300px;
        margin: 20px auto;
      }
      .append-buttons {
        text-align: center;
        margin-top: 20px;
      }

      .append-buttons button {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
      }
	  .swiper-wrapper{
		right: 219px;
	  }
	  
.count{

	position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    z-index: 9;
    padding: 15px;
    border-radius: 3px;
	background:#fff;
	bottom:51px
}
.globe{
	
    height: auto;
    position: relative;
    top:13px;
    left: 6px;
	width: 50px;
}

.counter-listing{
	padding: 0 19px 0 70px;
    position: relative;
	transition: all .5s;
}
.counter-listing:hover {
    background: #ed2447;
	cursor: pointer;
	border-radius: 5px;
	transition: all .5s;
}

.counter-listing:hover .counts a{
	border: 1.5px solid #fff;
}

.counter-listing:hover h2, .counter-listing:hover p {
    color: #fff;
}

.counter-listing span{
	position: absolute;
    left: 0;
    top: 9px;
	padding: 0px 6px;
}
.counter-listing h2 {
    line-height: 0;
    margin-bottom: 20px;
    padding-top: 22px;
	font-size:14px;
	color: #1a1d21;
	margin-left: 7px;
}
.counter-listing p{
	color: #1a1d21;
	font-weight:400;
	font-family: 'Poppins', sans-serif;
	margin: 0 0 5px;
	font-size: 13px;
	margin-left: 7px;	
}
img{
	max-width:100%;
	height: auto;
}
.swiper-slide ::before {
	content: "";
}

.back_shadow {
    position: absolute;
    background: #ffffffc2;
    padding: 97px 10px;
    top: 10%;
    border-radius: 5px;
    z-index: -1;
    left: -10px;
}

.hero_img {
    padding: 15px;
    background: #fff;
    box-shadow: 2px 2px 15px #e6e2e2;
    border-radius: 5px;
}
.about_abengineeringqatar{
	width:100%;
	float:left;
}
.popup-youtube{

	position: absolute;
    top: 41%;
    left: 42%;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

i.fa.fa-play {
    margin-top: 29px;
    margin-left: 35px;
    color: #222222;
    font-size: 20px;
}


.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.welcome_note {
	padding-left: 50px;
}
.welcome_note h6{
	font-size:18px;
	font-family: 'Play', sans-serif;
	color: #f6662c;
}

.welcome_note h3{
	font-size:34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #35383b;
}

.welcome_note p{
	font-size:16px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #1a1d21;
	line-height:30px;
	padding-bottom: 14px;
    padding-top: 9px;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list li {
    padding: 6px 0 9px 30px;
    position: relative;
	line-height: 1.7;
	font-size: 13px;
	color: #1a1d21;
   
}
.list li i {
    min-width: 30px;
    color: #f6662c;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 18px;
}
.list-opt{
	width:100%;
	float:left;
}
.list-left, .list-right{
	width: 50%;
	float:left;
}
.features_abengineeringqatar{
	background: #f8f8f8;
}
.about_abengineeringqatar{
    padding: 30px 0px 60px;
}
.features_abengineeringqatar {
    padding: 60px 0px 60px;
}
.awards h6{
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	color: #f6662c;
	font-weight:600;
	text-transform:uppercase;
}

.awards h3{
	font-size:34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #35383b;
	
}

.awards p{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1a1d21;
	line-height:30px;
	padding-bottom: 14px;
    padding-top: 9px;
}

.certificate {
    width: 29%;
    float: left;
    box-shadow: 2px 2px 15px #b6b6b6;
    margin: 0px 10px;
	padding:15px;
	background: #fff;
}
.list-box {
    padding: 30px;
    box-shadow: 2px 2px 16px #c0bdbd;
    border-radius: 10px;
	margin-top: 30px;
	background: #fff;
}
.awards .list li{
	font-size: 16px;
}
.more{
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	color: #f6662c;
	float:right;
	font-weight:600;
	text-transform:uppercase;
}

a.establish {
    background: #f6662c;
    color: #fff;
    font-size: 14px;
    padding: 6px 29px;
    position: absolute;
    top: 52%;
    right: -61px;
    border-radius: 5px;
    transform: rotate(-90deg);
}

.blog_abengineeringqatar h3{
	font-size:34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #35383b;
}

.blog_abengineeringqatar p{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1a1d21;
	line-height:30px;
	padding-bottom:10px;	
}

.galla{
	position: relative;
	float:left;
}
.overlay{
	position: absolute;
	top:6%;
	left:0;
	right:0;
	bottom:0;
	background: #f6662c96;
	opacity:0;
	width:80%;
	height: 80%;
	margin: 0 auto;
}
.galla:hover .overlay{
	opacity:1;
	transition: all .5s;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.r-more{
	font-size:12px;
	font-family: 'Poppins', sans-serif;
	color: #f6662c;
	float:right;
	font-weight:600;
	text-transform:uppercase;
	position: relative;
    left: -32px;
}
.blog_abengineeringqatar{
	padding: 90px 0px 140px;
}
.blog_abengineeringqatar i {
    float: right;
    color: #f6662c;
    font-size: 30px;
    margin-left: 20px;
    margin-top: -5px;
}
.blog-img img {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-detail {
    background: #5a1e90;
    padding: 19px;
    max-width: 236px;
    margin: 0 auto;
    position: absolute;
    right: 26px;
    top: 110px;
	border-bottom-right-radius: 20px;
}

.blog-detail span, .blog-detail-alternative span{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
}

.blog-detail h6, .blog-detail-alternative h6{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	font-weight:400;
	line-height: 24px;
}

.blog-detail {
    background: #f6662c;
    padding: 19px;
    max-width: 260px;
    margin: 0 auto;
    position: absolute;
    right: 87px;
    top: 190px;
    border-bottom-right-radius: 20px;
}

.blog-detail-alternative {
    background: #feda00;
    padding: 19px;
    max-width: 260px;
    margin: 0 auto;
    position: absolute;
    right: 87px;
    top: 130px;
    border-bottom-right-radius: 20px;
}

a.blog-link {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 58px;
    bottom: -17px;
    box-shadow: 2px 2px 5px #888;
}

.blog-link i {
    color: #f6662c;
    position: absolute;
    left: -5px;
    bottom: 12px;
    font-size: 14px;
}

.blog-detail-alternative a.blog-link {
    background: #5a1e90;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left:58px;
    bottom: -17px;
    box-shadow: 2px 2px 5px #888;
}

.blog-detail-alternative .blog-link i {
    color: #fff;
    position: absolute;
    left: -5px;
    bottom: 11px;
    font-size: 14px;
}
.r-more img {
    position: relative;
    right: -12px;
}
.footer{
	width:100%;
	float:left;
	background: #353535;
	padding: 35px 0px 10px;
}
.footer_vertical{
	width:100%;
	float:left;
	background: #1c1c1c;
	padding: 35px 0px 10px;
}
.address p {
	color: #c5c5c5;
	font-size: 13px;
	padding-top: 0px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 10px;
}
 .address i {
	color: #c5c5c5;
	font-size: 14px;
	padding-top: 0px;
	line-height: 20px;

}
.address{
	padding-top: 20px;
}
.links h5, .socia-links h5{
	color: #c5c5c5;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 15px;
	font-weight:500;
}
.links ul li {
    padding-top: 5px;
}

.links ul li a{
    color: #c5c5c5;
	font-size:13px;
}
.links {
    display: inline-block;
	width: 170px;
	
}
input[type="text"] {
    height: 43px;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
	font-size: 13px;
	
}
.footer-social-icons{
	display: inline-block;
	padding: 10px 0px;
	width:100%;
}

.socia-links {
    display: inline-block;
	width:100%;	
}

.footer-social-icons a {
    background: #fff;
    border-radius: 50%;
    margin-left: 7px;
    width: 41px;
    height: 41px;
    text-align: center;
	vertical-align:middle;
	display: inline-block;
}
.footer-social-icons i.fa.fa-facebook {
    font-size: 21px;
    position: relative;
    left: -1px;
    top: 11px;
	color: #f6662c;
}
.footer-social-icons i.fa.fa-twitter.fa-lg {
    font-size: 22px;
    position: relative;
    left: 0px;
    top: 10px;
	color: #f6662c;
}

.footer-social-icons i.fa.fa-linkedin.fa-lg {
    font-size: 22px;
    position: relative;
    left: 0px;
    top: 8px;
	color: #f6662c;
}
.footer-social-icons i.fa.fa-instagram.fa-lg {
    font-size: 22px;
    position: relative;
    left: 0px;
    top: 9px;
	color: #f6662c;
}
.copyright{
	color: #c5c5c5;
	font-size:13px;
	padding-top:15px;
	margin:0;
}
.copyright a{
	color: #c68541;
}
.counts a {
    border: 1.5px solid #50617d;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
}
.counts i.fa.fa-globe {
    color: #f6662c;
    font-size: 36px;
    position: relative;
    top: 15px;
    left: 17px;
}

.counts i.fa.fa-star{
	color: #f6662c;
    font-size: 36px;
    position: relative;
    top: 15px;
    left: 17px;
}
.counts i.fa.fa-road{
	color: #f6662c;
    font-size: 36px;
    position: relative;
    top: 14px;
    left: 14px;
}
.counts i.fa.fa-taxi{
	color: #f6662c;
    font-size: 36px;
    position: relative;
    top: 15px;
    left: 12px;
}

.counter-contact .counts a {
    background: #f6662c;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    display: inline-block;
}

.counter-contact .counts i.fa.fa-road{
	color: #fff;
    font-size: 36px;
    position: relative;
    top: 13px;
    left: 14px;
}

.counter-contact .counts i.fa.fa-map-marker	{
	color: #fff;
    font-size: 26px;
    position: relative;
    top: 13px;
    left: 17px;
}

.counter-contact .counts i.fa.fa-envelope	{
	color: #fff;
    font-size: 19px;
    position: relative;
    top: 14px;
    left: 15px;
}

.counter-contact .counts i.fa.fa-mobile	{
	color: #fff;
    font-size: 33px;
    position: relative;
    top: 9px;
    left: 17px;
}

.counter-contact .counts i.fa.fa-suitcase	{
	color: #fff;
    font-size: 23px;
    position: relative;
    top: 13px;
    left: 13px;
}
iframe {
    padding: 15px;
    box-shadow: 1px 1px 5px #bebebe;
}

/* .swiper-slide{
	width: 229px !important;
	margin-right:20px !important
}*/


.topnav {
  overflow: hidden;
}

.navbar-nav li a {
  text-transform:uppercase;
	font-size:13px;
	color:#fff !important;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	padding: 5px 18px !important;
	font-weight: 600;
}
#dropmenu a{
	color: #000 !important;
	font-size: 13px;
}

#dropmenu a:hover {  
  color: #fff !important;
  background: #f6662c;
}

.topnav a:hover {
  
  color: #f6662c;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}


/* inner page about us */

.header-top.about-us {
    padding: 0px 0px 34px;  
    background-image: url(../../assets/img/contact-bg.jpg);
    background-size: cover;
}
.breadcrumbs {
    text-align: center;
    padding: 70px 0px 20px;
}
.breadcrumbs h3{
	font-size:38px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
}
.breadcrumbs span{
	font-size:14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #fff;
}
.breadcrumbs span i{
	font-weight: bold;
	padding: 0px 5px;
	font-size: 16px;
}
.about-desc{
	padding:60px 0px;
    background-image: url(../../assets/img/about-us-bg.png);  
	background-position: right;
	background-repeat: no-repeat;
}
.about-desc .row,.about-desc .col-md-6, .about-desc .container-fluid,.about-desc .col-lg-6{
	margin: 0;
	padding:0;
}

.about-desc h6 {
    font-size: 18px;
    font-family: 'Play', sans-serif;
    color: #f6662c;
}
.about-desc h3, .services_abengineeringqatar h3 {
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #35383b;
}
.about-desc p, .services_abengineeringqatar p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1a1d21;
    line-height: 31px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.facility {
    background: #f6662c;
	padding:20px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	height:200px;
}
.facility p{
	color: #fff;
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	line-height: 30px;
    text-align: left;
	
}
.blog_abengineeringqatar .counts a {
    background: #f6662c;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
}
.blog_abengineeringqatar .counts i {
    float: right;
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
	position: relative;
    left: -19px;
    top: 8px;
}
.keypoint{
	text-align: center;
	box-shadow: 2px 2px 10px #c8c1c1;
	padding: 30px;
	border-radius: 5px;
	display: grid;
}
.keypoint h3{
	font-size: 24px;
    font-family: 'Open Sans', sans-serif;
	color: #4c6280;
}
.keypoint .list li {
    text-align: left;
    vertical-align: middle;
    max-width: 870px;
    margin: 0 auto;
	color: #1a1d21;
}
.services{
	padding: 70px 0px 34px;  
    background-image: url(../../assets/img/services.png);
    background-size: cover;
}
.header-top.warehousing, .header-top.custom,
.header-top.freight_management, .header-top.project_handling, 
.header-top.land_transpotation, .header-top.road_freight{
	padding: 0px 0px 34px;  
    background-image: url(../../assets/img/inner-service-bg.png);
    background-size: cover;
}
.services_abengineeringqatar{
	padding: 60px 0px;
}
.service-img img {
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
.service-note h5{
	font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #4c6280;
}
.service-note {
    background: #fff;
    box-shadow: 1px 1px 2px #cecdcd;
    padding: 15px;
    max-width: 232px;
    position: relative;
    top: -50px;
	margin: 0 auto;
	border-radius: 10px;
}
.service-note p{
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1a1d21;
	padding-bottom: 0;
    line-height: 20px;
}
.header-top.gallery {
    padding: 0px 0px 34px;  
    background-image: url(../../assets/img/contact-bg.jpg);
    background-size: cover;
}

.header-top.awards {
    padding: 0px 0px 34px;  
    background-image: url(../../assets/img/contact-bg.jpg);
    background-size: cover;
}


.header-top.contact {
    padding: 0px 0px 34px;  
    background-image: url(../../assets/img/contact-bg.jpg);
    background-size: cover;
}

.header-top.careers {
    padding: 0px 0px 34px;  
    background-image: url(../../assets/img/contact-bg.jpg);
    background-size: cover;
}
.lightbox_gallery img {
    
    margin-right: 20px;
}
.lightbox_gallery a {
    padding-bottom: 20px;
    display: inline-block;
}

.lightbox_awards img {
    width: 195px;
    /*height: 195px;*/
    margin-right: 20px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
	border: 2px solid #2688dc;
}
.lightbox_awards a {
    padding-bottom: 20px;
    display: inline-block;
}

.innerpage_abengineeringqatar{
	padding: 45px 0px;
}
.innerpage_abengineeringqatar p{
	font-size: 16px;
	text-align: justify;
	line-height: 28px;
	color: #1a1d21;
}
.partner_abengineeringqatar {
    padding: 30px 0px;
    float: left;
    width: 100%;
}
.partner_abengineeringqatar h3, .innerpage_abengineeringqatar .blog1 h3, .tmm_abengineeringqatar h3{
	font-size: 28px;
    font-family: 'Open Sans', sans-serif;
	color: #35383b;
	padding-bottom: 20px;

}
.tmm_abengineeringqatar{
	padding-bottom:45px;
}
.career_tmm input[type="text"] {
    border: 1px solid #bebebe;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

.career_tmm textarea {
    border: 1px solid #bebebe;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 15px;
    font-size: 13px;
	font-family: 'Poppins', sans-serif;
}

#custom-button {
  padding: 10px;
  color: #fff;
  font-size: 13px;
  background-color: #fe5351;
  border: 1px solid #fe5351;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

#custom-button:hover {
  background-color: #00b28f;
  border: 1px solid #00b28f;
}

#custom-text {
  margin-left: 10px;
  font-family: sans-serif;
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  color: #aaa;
}

.career_tmm {
    width: 100%;
    float: left;
    padding-bottom: 45px;
}
.form-submit {
	text-align: center;
}

.form-submit input[type="submit"]{
  padding: 10px 40px;
  color: #fff;
  font-size: 13px;
  background-color: #f6662c;
  border: 1px solid #f6662c;
  border-radius: 0px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}
.btn-outline-secondar i{
	color: #fff;
}

@media screen and (max-width: 1280px) {
	
	.row.header-content{
		padding-top: 0;
	}
	
}

@media screen and (max-width: 1024px) {
	.header-top{
		background-position:top;
		padding:30px 0px 40px;
		background-image:url('../../assets/img/slide.png');
		position: relative;
	}
	.banner{
		display: none;
	}
	.social-icons a:first-child {
		margin-left: 0;
	}
	.social-icons a {
		margin-top: 15px;
	}
	.topnav a{
		font-size: 11px;
	}
	.header-content h2{
		color:#fff;
		padding:0;
		font-size: 28px;
		line-height:30px;
	}
	.row.header-content{
		padding-top: 0;
	}
	.count{
		bottom: 30px;
		top: 100px;
		z-index:99999;
	}
	.about_abengineeringqatar{
		margin-top: 130px;
	}
	
	.header-content p{
		color:#c5c5c5;
		padding:0;
		font-size: 12px;
	}
	h2.timer.count-title.count-number {
		font-size: 22px;
	}
	.counter-listing p{
		font-size: 12px;
	}
	a.r-more {
		padding-bottom: 20px;
	}
	.swiper{
		top:-27px;
	}
	.header-top.services{
		background-position:top;
		padding:30px 0px 40px;
		background-image:url('../../assets/img/services.png');
	}
	.services_abengineeringqatar{
		text-align: center;
	}
	.col-lg-3.col-md-6.col-xs-12 {
		width: 50% !important;
		padding-bottom: 20px;
	}
	.content-section {
		padding: 0px 15px;
	}
	a.establish{
		top: 56%;
	}
	
}
@media screen and (max-width: 768px) {
	
	.banner{
		display:none !important;
	}
	.header-top.index{
		position: relative;
	}
	.count{
		top: -55px;
	}
	.swiper{
		top:0 !important;
	}
	.about_abengineeringqatar {
		margin-top: 0px;
		padding-top: 0;
	}
	.hero_img img{
		width: 100%;
	}
	.social-icons a{
		margin-top: 0;
	}
	.social-icons a:first-child {
		margin-left: 15px;		
	}
	.blog_abengineeringqatar{
		padding-bottom: 30px;
	}
	.blog{
		margin-top: 30px;
	}
	
	.header-content a {		
		font-size: 13px;		
		padding: 12px 24px;
		margin-left: 2px;
	}
	
	i.fa.fa-twitter.fa-lg {
    font-size: 22px;
    position: relative;
    left: -8px;
    top: 7px;
	}
	i.fa.fa-linkedin.fa-lg {
		font-size: 22px;
		position: relative;
		left: -7px;
		top: 5px;
	}
	.navbar img{
		max-width:170px;
	}
}

@media screen and (max-width: 600px) {
	
	.header-top{
		background-position:top;
		padding:30px 0px 40px;
		background-image:url('../../assets/img/slide.png');
	}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	font-size:30px;
  }
  
  .header-top{
	  background-position: top;
  }
  a.icon {
    font-size: 30px;
	}
	
	.breadcrumbs {
		text-align: center;
		padding: 30px 0px 0px;
	}
	.header-top.gallery, .header-top.awards, .header-top.about-us, .header-top.warehousing, 
	.header-top.custom, .header-top.freight_management, 
	.header-top.project_handling, .header-top.land_transpotation,
	.header-top.careers, .header-top.contact{
		padding: 20px 0px 30px;
	}
	.navbar-nav
	{
	  background: #f6662c;
	}

	 .navbar-nav li
	{
	  padding: 4px 0px;
	  border-bottom: 1px dashed #fff;
	}
}

@media screen and (max-width: 600px) {

	.topnav a.first {
		opacity: 0;
	}
	.topnav{
		
		position: absolute;
    right: 24px;
    top: -40px;
    width: 91%;
    z-index: 9;
	}
	
	.topnav.responsive a.first {
		opacity: 1;
	}

  .topnav.responsive {
	  
	  background: #f6662c;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	color: #fff;
  }
  .welcome_note, .awards {
    padding-top: 35px;
	}
  .list-left, .list-right {
    width: 100%;
	}
	.certificate {
		text-align:center;
		width: 43%;
		margin-bottom:15px;
		display:inline-block;
	}
	.blog {
    padding-bottom: 50px;
	}
	.blog_abengineeringqatar {
		padding-bottom: 0px;
	}
	.swiper-wrapper {
		right: 0;
	}
	.about_abengineeringqatar{
		padding: 0px 0px 30px;
	}
	
	.features_abengineeringqatar {
		padding: 0px 0px 30px;
	}
	.welcome_note {
		padding-left: 0px;
	}
	
	.about-desc .row,.about-desc .col-md-6, .about-desc .container-fluid,.about-desc .col-lg-6{
	margin: 0;
	padding:15px 15px 0px;
	}
	.facility{
	 margin-top: 15px;
	 height: auto;
	}
	.about-desc{
		padding: 0;
	}
	.keypoint{
		margin-top: 30px;
		position: relative;
		top: 20px;
	}
	.services_abengineeringqatar h3{
		font-size: 28px;
	}
	.services_abengineeringqatar p{
		font-size: 13px;
	}
	.welcome_note h3, .awards h3, .blog_abengineeringqatar h3{
		font-size: 28px;
	}
	.social-icons{
		padding-top: 15px;
	}
	.swiper{
		top: 10px;
	}
	.blog_abengineeringqatar p{
		padding-bottom: 0;
		font-size: 16px;
	}
	.content-section{
		padding: 0px 15px;
	}
	.col-lg-3.col-md-6.col-xs-12 {
		width: 50% !important;
		padding-bottom: 20px;
	}
	
}
@media screen and (max-width: 480px) {
	.col-lg-3.col-md-6.col-xs-12 {
		width: 100% !important;
		padding: 20px;
		border-bottom: 1px solid #ede7e7;
	}
	.count{
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 380px) {
	.blog {
    padding-bottom: 90px;
	}
	
}


/* iPad Portrait */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 1) {
/* CSS */

.topnav a{
	font-size:10px;
	padding: 5px;
}
.header-content .col-md-4, .features_abengineeringqatar .col-md-6{
	max-width: 100%;
    flex: 100%;
}
.header-content .col-md-8, .about_abengineeringqatar .col-md-6, .blog_abengineeringqatar .col-md-4,
.footer .col-md-4, .footer .col-md-2, .footer .col-md-3{
	max-width: 100%;
    flex: 100%;
}

.swiper {
    top: 5px;
}

.swiper-wrapper{
	right: 0;
}
/*.swiper-slide{
	width: 227px !important;
	margin-right: 19px !important;
}*/
.hero_img img{
	width: 100%;
}
.about_abengineeringqatar {
	padding-top: 0;
	padding-bottom: 15px;
}
.welcome_note{
	padding-top:20px;
	padding-left:5px;
}
.awards{
	padding-top:30px;
}
.blog{
	padding-bottom: 30px;
}
.blog_abengineeringqatar{
	padding-bottom: 30px;
	padding-top: 0;
}
.certificate {
    width: 21%;
}

.certificate img{
	width:100%;
}

}



@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 1) {
/* CSS */

.topnav a{
	font-size:13px;
	padding: 5px;
}
.header-content .col-md-4, .features_abengineeringqatar .col-md-6{
	max-width: 100%;
    flex: 100%;
}
.header-content .col-md-8
{
	max-width: 100%;
    flex: 100%;
}

.about_abengineeringqatar .col-md-6, .blog_abengineeringqatar .col-md-4,.footer .col-md-4, .footer .col-md-2, .footer .col-md-3{
	
	max-width: 50%;
    flex: 50%;
}
.col-lg-4.col-md-4.col-xs-12.blog1{
	max-width: 100%;
    flex: 100%;
}

.swiper {
    top: -27px;
}

.swiper-wrapper{
	right: 0;
}
/*.swiper-slide{
	width: 230px !important;
	margin-right: 19px !important;
}*/
.hero_img img{
	width: 100%;
}
.about_abengineeringqatar {
	padding-top: 0;
	padding-bottom: 15px;
}
.welcome_note{
	padding-top:0px;
	padding-left:5px;
}
.awards{
	padding-top:30px;
}
.blog{
	padding-bottom: 30px;
	padding-top: 42px;
}
.blog_abengineeringqatar{
	padding-bottom: 30px;
	padding-top: 0;
}
.certificate {
    width: 21%;
}

.blog-detail{
	bottom: 0;
    top: 218px;
    max-width: 100%;
    left: 83px;
}

.blog-detail-alternative{
	bottom: 0;
    top: 218px;
    max-width: 100%;
    left: 83px;
}
.blog-img img{
	width:100%;
}
.certificate img{
	width:100%;
}
a.establish{
	top:55%;
}
.blog_abengineeringqatar p{
	padding-bottom:0px;
}


}
.slick-prev{
	position: absolute;
    z-index: 99999;
    top: 50%;
    left: 5%;
	border-radius: 50%;
	width:50px;
	height: 50px;
	background: #9a8b8bc9;
	border:none;
}
.slick-next{
	position: absolute;
    z-index: 99999;
    top: 50%;
    right: 5%;
	border-radius: 50%;
	width:50px;
	height: 50px;
	background: #9a8b8bc9;
	border:none;
}
.slick-prev:hover{
	background: #f6662c;
	transition: all .5s;
}
.slick-next:hover{
	background: #f6662c;
	transition: all .5s;
}

.slick-prev:before {
	font-family: FontAwesome;
	
  content: "\f104";
  color: #fff;
  font-size: 30px;
  position: relative;
    left: 17px;
	font-weight:100;
}

.slick-next:before {
	font-family: FontAwesome;
	
  content: "\f105";
  color: #fff;
  font-size: 30px;
  position: relative;
    left: 18px;
	font-weight:100;
}
.slick-arrow {
     color: transparent; 
}
.slick-arrow:focus{
	outline:none;
}
a.quote:hover {
    background: #9e0e0e;
}

.whatsapp {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 94px;
	right: 24px;
  }

