@font-face {
    font-family: 'mistral';
    src: local('mistral'), url(../fonts/mistral.ttf) format('truetype');
}

body,html {
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}
a,p,button,input,section,ul,li{
  font-family: 'Roboto', sans-serif;
}
p{
  text-align:justify;
}

.img-fluid{
  width: 100% !important;
}
.m0{
margin-right:0 !important;
margin-left:0 !important;
}
.mr-0{
margin-right:0 !important;
}
.ml-0{
margin-left:0 !important;
}
.p0{
padding-right:0 !important;
padding-left:0 !important;
}
.p35{
padding-right:35px !important;
padding-left:35px !important;
}
.padr-0{
padding-right:0!important;
}
.padl-0{
padding-left:0!important;
}
.ah-normal{
  font-weight: 400;
}
.ah-medium{
  font-weight: 500;
}
.ah-semi-bold{
  font-weight: 700;
}
.ah-bold{
  font-weight: 900 !important;
}
.ah-purple{
  color:#0b255e !important;
}
.ah-white{
  color:#fff  !important;
}
.ah-green{
  color:#61bd61 !important;
}
.ah-grey{
  color:#666  !important;
}

.mb-25px {
    margin-bottom: 25px;
}
.list-square {
    list-style-type: square;
}

.ah-h1{
  font-size: 44px;
}
.ah-h2{
  font-size: 32px;
}
.ah-h3{
  font-size: 24px;
}
.ah-h4{
  font-size: 20px;
}
.ah-h5{
  font-size: 18px;
}
.ah-h6{
  font-size: 16px;
}

.section-padtop-30{
  padding-top: 30px; 
}
.section-padbottom-30{
  padding-bottom: 30px; 
}
.section-padtop-50{
  padding-top: 50px; 
}
.section-padbottom-50{
  padding-bottom: 50px; 
}
.section-padtop-70{
  padding-top: 70px; 
}
.section-padbottom-70{
  padding-bottom: 70px; 
}
.section-padtop-90{
  padding-top: 90px; 
}
.section-padbottom-90{
  padding-bottom: 90px; 
}

.section-bg-white{
background: #fff;
}
.section-bg-grey{
background: #ebebeb;
}
.section-bg-blue{
background: #0b255e;
}
.section-bg-green{
background: #61bd61;
}

/*header*/

header {
    position: relative;
    z-index: 200;
    background: #fff;
    -webkit-box-shadow: 0 0 7px #999;
            box-shadow: 0 0 7px #999;
}

/*Main Header Menu*/
.main-header-menu {
    width: 100%;
}
.main-header-menu .navbar {
    width: 100%;
}
.main-header-menu .navbar ul{
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: #0b255e !important;
    font-weight: 800;
    font-size: 18px;
    padding: 0 17px !important;
    text-transform: uppercase;
    border-bottom: 4px solid #fff;
}
.navbar-light .navbar-nav li.nav-item:last-child a.nav-link {
    padding-right: 5px !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #333 !important;
}

.navbar-light .navbar-brand img {
    width: 280px;
}

.branding{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.branding .brand-tagline{
  font-family: 'mistral';
  font-weight: normal !important;
  font-size: 28px;
  font-weight: 700;
  color: #61bd61;
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 20px;
}
.dropdown-menu {
  padding: .5rem 0;
  margin: 0 !important;
  font-size: 1rem;
  color: #fff !important;
  background-color: #0b255e !important;
  border: 0 !important;
  border-radius: 0 !important;
}


.dropdown-item {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 18px !important;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    padding: 0 25px !important;
}
.menu-category{
  text-transform: uppercase;
 padding: 0 15px !important; 
}


/*.dropdown-item:hover {
    color: #333 !important;
    background: #fff !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus{
  color: #333 !important;
  background: #fff !important;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid !important;
    border-right: .2em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .2em solid transparent !important;
}
.double-dropdown .dropdown-menu{
  width: 50rem !important;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-35%, 0);
    -ms-transform: translate(-35%, 0);
        transform: translate(-35%, 0);
}*/

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}
.dropdown-menu > li > a {
    text-transform: uppercase !important;
    position: relative;
} 
.dropdown-menu > li > a:hover {
    color: #0b255e !important;
} 
.dropdown-menu > li > a:after {
    position: absolute;
    right: 7px;
    top: 18px;
} 
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}




/*Top Header*/
.top-header{
  background-color:#61bd61;
  height: 25px;
  line-height: 25px;
}
.top-header ul {
  list-style: none;
  padding: 0;
}
.top-header ul li{
  display: inline-block;
}
.top-header ul.right-ul li a {
  border-right: 1px solid #fff;
  padding: 0 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
}

.top-header ul.right-ul li:first-child a{
  padding-left: 0px;
}
.top-header ul.right-ul li:last-child a{
  border-right:0;
  padding-right: 0px;
}

/*Main Header*/

.main-header-section {
    height: 98px;
}
nav.navbar.navbar-expand-xl.navbar-light {
    height: 95px;
    line-height: 95px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 5px solid;

}
.navbar-light .navbar-nav .nav-link:hover {
    color: #0b255e !important;
    border-bottom: 5px solid #61bd61;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index:9999;
    background-color:#0b255e !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}


/*Home Sldier*/
section.home-slider {
    height: 650px;
}
.iframe-div-before{
    padding:650px 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.header-bg{
    position: relative;
}

.home-banner-text {
    position: absolute;
    top: 15%;
    z-index: 10;
    padding: 30px 70px 40px 70px;
    color: #fff;
    background: rgba(11,37,94,0.9);
    text-align: left;
}

.home-banner-text h1 {
line-height: 1;
margin-bottom:30px;
font-size: 38px;
}

.ah-btn {
    background-color: #fff !important;
    color: #0b255e !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: 0 !important;
    padding: 8px 25px !important;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 2px solid #fff !important;
}
.ah-btn.focus, .ah-btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.ah-btn:hover{
   background-color:#61bd61 !important;
   color: #fff !important;
   border: 2px solid #fff !important;
}
.ah-btn-sm{
    font-size: 13px !important;
    border: 0 !important;
    padding: 4px 12px !important;
}
.ah-btn-blue {
    background-color: #0b255e !important;
    color: #fff !important;
    border: 2px solid #0b255e !important;
}
.ah-btn-blue:hover{
   background-color:#61bd61 !important;
   color: #fff !important;
   border: 2px solid #61bd61 !important;
}

.modal-footer .ah-btn {
    background-color: #0b255e !important;
    color: #fff !important;
    border: 2px solid #0b255e !important;
}
.modal-footer .ah-btn:hover{
   background-color:#61bd61 !important;
   color: #fff !important;
   border: 2px solid #61bd61 !important;
}

.home-banner-text .ah-btn {
    background-color: #fff !important;
    color: #0b255e !important;
    border: 2px solid #fff !important;
}
.home-banner-text .ah-btn:hover{
   background-color:#61bd61 !important;
   color: #fff !important;
   border: 2px solid #61bd61 !important;
}

.short-hr {
    width: 50px;
    margin-left: 0;
    border-top: 3px solid #61bd61;
    margin-top: 25px;
    margin-bottom: 30px;
}

.categories-container a:hover{
text-decoration: none;
}
.categories-container{
  position: relative;
  padding-bottom: 50px;
}
.categories-container .card{
  position: absolute;
  top: -110px;
}
.categories-container .card{
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: ease-in .2s;
  -o-transition: ease-in .2s;
  transition: ease-in .2s;
}
.categories-container .card .item{
  overflow: hidden;
}
.categories-container .card img{
  height: 110px;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.categories-container .card:hover img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: ease-in .2s;
  -o-transition: ease-in .2s;
  transition: ease-in .2s;
}
.categories-container .card-body{
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}


/*Company Section*/
section.ourcompany{
  padding: 70px 0;
}
.ah-next-para{
    width:90%;
    margin-bottom: 20px !important;
}
.ourcompany p{
    font-size:15px;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 20px;
}


.location-bg ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.location-bg li{
  display: table-cell;
  width: 1%;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 15px;
}
.location-bg h2{
  font-size: 80px !important;
  color:#0b255e;
  margin:0;
  font-weight: 700;
}
.location-bg h5{
  font-size: 22px !important;
  color:#61bd61;
  margin-top:-10px;
  text-transform: uppercase;
  font-weight: 500;
}
.mission-ul li .card-box{
  height: 230px !important;
}

.card-main-box .location-bg li{
  padding: 0;
}
.card-box{
  -webkit-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  padding: 15px;
  margin-right: 15px;
}
.card-box:hover{
  -webkit-box-shadow: 0 0 10px rgba(97,189,97,0.5);
          box-shadow: 0 0 10px rgba(97,189,97,0.5);
}
.card-box p{
  margin-bottom: 0;
}

.mission-icon{
  height: 80px;
  width: auto;
}

.why-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.why-box img{
  height:35px;
  width: auto;
  margin-right: 15px;
}

/*Offices Location*/
.ah-product{
  padding: 50px 0;
  background: #ebebeb;
  margin-bottom: 15px;
}

.product-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-box .overlay{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent 60%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), color-stop(60%, transparent));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 60%);
}
.product-box-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  height: 100%;
  width: 100%;
}
.product-box-title{
  position: absolute;
  bottom: 15px;
}
.item {
  position: relative;
  border: 0;
  overflow: hidden;
}
.item img {
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

/*Single Product*/
.single-product-img{
  height: 400px;
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
}

/*Projects Box*/

.project-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px 15px 60px 15px;
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
  text-align: center;
}
.project-box .overlay{
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent 60%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), color-stop(60%, transparent));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent 60%);
}
.project-box img{
  height: 200px;
  width: auto;
  margin: auto;
}
.project-box-text {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  background: #0a2360;
  text-align: left;
}
.project-box-title {
    text-transform: uppercase;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.project-thumb-title{
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: auto;
  right: auto;
  background: #0a2360;
  padding: 7px 15px;
  font-weight: 400 !important;
  font-size: 16px;
  text-transform :uppercase;
}


.client-logos-ul{
  width: 100%;
}
.client-logos-ul li{
  width: 48%;
  display: inline-block;
  padding-left: 5px;
  float:right;
}
.client-logo-box{
  padding: 15px;
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
  text-align: center;
}

/*brand Portfolio*/
.brand-portfolio .single-brand img{
  margin:auto;
}
.single-brand {
  position: relative;
  width: 100%;
}

.brand-image {
  display: block;
  width: 100%;
  height: auto;
}

.brand-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s ease-in;
  -o-transition: .5s ease-in;
  transition: .5s ease-in;
  background: rgba(11,37,94,0.2);
  background: -o-linear-gradient(top, transparent, transparent, transparent, rgba(11,37,94,1));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), to(rgba(11,37,94,1)));
  background: linear-gradient(to bottom, transparent, transparent, transparent, rgba(11,37,94,1));
}

.single-brand:hover .brand-overlay {
  background: rgba(236,236,236,0.8);
}

.brand-text-before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
}
.brand-text-after {
  color: #0a2360;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.single-brand:hover .brand-text-before {
  display: none;
}
.single-brand:hover .brand-text-after {
  display: block;
}
.brand-portfolio{
  padding-top: 0px;
}
.brand-portfolio .short-hr{
  margin: 15px auto;
}
.ah-carousel {
    position: relative;
}
.brand-portfolio button.owl-prev, .brand-portfolio button.owl-next {
    background: #61bd61 !important;
    height: 70px;
    width: 20px;
}
.brand-portfolio button.owl-prev span, .brand-portfolio button.owl-next span{
    font-size: 28px;
    color: #fff;
    display: inline-block;
    
}
.brand-portfolio button.owl-next{
    float:right;
}
.brand-portfolio .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    height: 0;
}
.brand-text-before img.b1, .brand-text-before img.b4, .brand-text-after img.b1, .brand-text-after img.b4{
height: 30px !important;
width: auto !important;
}
.brand-text-before img.b2, .brand-text-after img.b2{
height: 50px !important;
width: auto !important;
}
.brand-text-before img.b3, .brand-text-after img.b3{
height: 20px !important;
width: auto !important;
}

.brand-text-before h2{
  font-size: 18px;
  text-align:center;
  font-weight: 800;
  color: #fff;
  margin-top: 5px;
}
.brand-text-after h2{
  font-size: 18px;
  text-align:center;
  font-weight: 800;
  margin-top: 5px;
}
.brand-text-before h3{
  font-size: 18px;
  text-align:center;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.brand-text-after h3{
  font-size: 24px;
  text-align:center;
  font-weight: 700;
  margin-top: 5px;
}
.brand-text-after p{
  font-size: 15px;
  text-align:center;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.3;
  color: #333;
}
.brand-text-after ul li{
  font-size: 15px;
  text-align:left;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.3;
  color: #333;
}
.brand-text-after .ah-btn{
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 15px;
  width: 100%;
  background-color: #0a2360 !important;
  color: #fff !important;
  border: 2px solid #0a2360 !important;
}
.brand-text-after .ah-btn:hover{
   background-color: #61bd61 !important;
   color: #fff !important;
   border: 2px solid #61bd61 !important;
   text-shadow: none !important;
}

/*GCSS Projects*/

.ah-projects{
  padding-bottom: 50px;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-buttons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.filter-buttons .btn{
  border: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0; 
}


.filter-button
{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px !important;
  border-bottom: 4px solid #9f9f9f !important;
  border-radius: 0 !important;
  text-align: center !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  background-color: transparent !important;
  -webkit-transition: linear 0.2s !important;
  -o-transition: linear 0.2s !important;
  transition: linear 0.2s !important;
}

.filter-button:hover
{
  border-radius: 0 !important;
  border-bottom: 4px solid #0c1756 !important;
  background-color: transparent !important;
}
.filter-buttons .btn-default.active, .filter-buttons .btn-default:active{
    border-radius: 0 !important;
    border-bottom: 4px solid #0c1756 !important;
    background-color: transparent !important;
}
.filter-buttons .btn.focus, .btn:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
  margin:0px;
  margin-bottom: 45px;
}

.project-table .pt-first-row td, .project-table .pt-first-row th{
border-top: 0 !important;
}
.project-table th{
color: #333;
font-size: 15px;
}
.project-table td{
color: #666;
font-size: 15px;
}

/*
  peel-effect
*/

figure.snip0022 {
  color: #fff;
  position: relative;
  float: left;
  /*overflow: hidden;*/
  width: 100%;
  background: #000000;
  text-align: center;
  margin: 0;
}
figure.snip0022 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0022 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
figure.snip0022 > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip0022 > div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: -o-linear-gradient(135deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
  background-image: linear-gradient(-45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
figure.snip0022 p.ah-readmore {
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px 5px;
    position: absolute;
    bottom: 15px;
    right: 0px;
    opacity: 0;
    width: 70px;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    -o-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    -o-transition-delay: 0.01s;
       transition-delay: 0.01s;
}
figure.snip0022:hover p.ah-readmore {
    opacity: 1;

}
figure.snip0022 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: -o-linear-gradient(315deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
figure.snip0022 .curl:before,
figure.snip0022 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  -webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: skew(-10deg) rotate(-6deg);
      -ms-transform: skew(-10deg) rotate(-6deg);
          transform: skew(-10deg) rotate(-6deg);
}
figure.snip0022 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  -webkit-transform: skew(-15deg) rotate(-84deg);
      -ms-transform: skew(-15deg) rotate(-84deg);
          transform: skew(-15deg) rotate(-84deg);
}
figure.snip0022 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0022:hover > div::before,
figure.snip0022.hover > div::before {
  opacity: 1;
}
figure.snip0022:hover i,
figure.snip0022.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
     transition-delay: 0.15s;
}
figure.snip0022:hover .curl,
figure.snip0022.hover .curl {
  width: 110px;
  height: 110px;
}

/*Contact Box*/

.contact-box p{
  color: #333;
  font-size: 16px;
}
.contact-box p a{
  text-decoration: none;
  color: #333;
}
.contact-box p a:hover{
  text-decoration: none;
  color: #0a2360;
}

#map{
  width: 100%;
  height: 450px;
}

.alhamad-map{
  position: relative;
}
.alhamad-map-form{
  position: absolute;
  left: auto;
  top: 0;
  width: auto;
  height: 100%;
  background: rgba(255,255,255,0.9);
  padding: 50px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alhamad-map-form form{
 -ms-flex-item-align: center;
     -ms-grid-row-align: center;
     align-self: center;
 width: 100%;
}

.form-control{
  border: 1px solid #0a2360;
  color: #0a2360;
  border-radius: 0;
}
.form-control:focus{
  border: 1px solid #0a2360;
  color: #0a2360;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*Footer*/
.footer-brand-identity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-brand-identity img{
  width: 190px;
}
.footer-social-icons ul{
  margin-top:20px !important;
}
.footer-social-icons ul li{
  display: inline;
}
.footer-social-icons svg {
    width: 20px !important;
}
.footer-social-icons ul li a{
  background-color: #8d8d8d;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  color: #333 !important;
  padding: 5px;
}
.footer-social-icons ul li a:hover{
  color: #ccc !important;
}
.ah-footer1{
  padding: 50px 0;
  color: #fff;
  font-size: 16px;
}

.ah-footer1 .short-hr {
    width: 50px;
    margin-left: 0;
    border-top: 2px solid #fff;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.ah-footer1 ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.ah-footer1 ul li a{
  text-decoration: none;
  color: #fff;
  line-height: 2;
}
.ah-footer1 ul li a:hover{
  text-decoration: none;
  color: #ccc;
}
.ah-footer1 h5{
  font-size: 20px;
  font-weight: 700;
}
.ah-footer1 p{
  line-height: 2;
}
.ah-footer1 .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #fff;
  border-radius: 0 !important;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.ah-footer1 .form-control::-webkit-input-placeholder {
  color: #ccc;
}
.ah-footer1 .form-control::-moz-placeholder {
  color: #ccc;
}
.ah-footer1 .form-control:-ms-input-placeholder {
  color: #ccc;
}
.ah-footer1 .form-control::-ms-input-placeholder {
  color: #ccc;
}
.ah-footer1 .form-control::placeholder {
  color: #ccc;
}
.ah-footer1 .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.ah-footer2{
  padding: 10px 0;
  background-color: #ebebeb;
}
.ah-footer2 p{
  font-size: 12px;
  margin: 0;
}

/*Inner Page*/
section.innerpage-banner {
    width: 100%;
    height: 250px;
    position: relative;
}

.innerpage-banner h1{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) !important;
      -ms-transform: translate(-50%,-50%) !important;
          transform: translate(-50%,-50%) !important;
  font-weight: 800 !important;
  margin: 0;
  display: inline-block;
  height: auto;
}

/*about page*/

.about-ourcompany p{
font-size:16px;
font-weight: 500;
}
.ah-image-cover {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.about-industry-btns{
  margin-top: 50px;
}
.about-industry-btns .ah-btn {
    background-color: #7a7a7a !important;
    color: #fff !important;
    border: 2px solid #7a7a7a !important;
    margin-bottom: 9px;
    width: 100%;
    text-align: left;
    padding: 15px 25px !important;
}
.about-industry-btns .ah-btn:hover {
    background-color:#0b255e !important;
   color: #fff !important;
   border: 2px solid #0b255e !important;
}
.about-industry-btns li.nav-item {
    width:100%;
}
.about-industry-btns .nav-pills .nav-link{
    background-color: #7a7a7a !important;
    color: #fff !important;
    border: 2px solid #7a7a7a !important;
    margin-bottom: 9px;
    width: 100%;
    text-align: left;
    padding: 15px 25px !important;
    border-radius:0 !important;
    font-weight:bold;
}
.about-industry-btns .nav-pills .nav-link:hover {
    background-color:transparent !important;
   color: #0b255e !important;
   border: 2px solid #0b255e !important;
}
.about-industry-btns .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#0b255e !important;
   color: #fff !important;
   border: 2px solid #0b255e !important;
}


.partnersinfodetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}
.pi-left {
  padding: 0 40px;
  width: 590px;
  float: right;
}
.pi-right {
  width: 590px;
  float: left;
  padding: 0 40px;
}
.about-carousel-one .mob-cstm-col1{
padding: 20px 100px !important;
border-bottom:1px solid #cfcfcf;
border-top:1px solid #cfcfcf;
border-right:1px solid #cfcfcf;
height: 80px;
}
.about-carousel-one .mob-cstm-col1 img{
height: 100% !important;
width: auto  !important;
margin: auto;
}
.about-carousel-one{
  padding-bottom: 50px; 
}
.about-team h1, .about-team h3, .about-team p{
color: #fff;
}
.about-team .short-hr{
border-color: #fff;
}
.about-team h3, .about-history h3{
font-size:22px;
font-weight: 700;
width: 80%;
}
.about-team{
background-image: url(../images/banners/team-banner.jpg);
background-size: contain;
padding: 70px;
}

.about-history img{
  width: 50%;
  float: right;
  margin-left:150px;
  margin-bottom: 20px;
}

.about-history h3{
font-size:22px;
font-weight: 700;
}
.about-history p{
width: 100%;
}

/*Industries*/
.inudus-para{
  width: 60% !important;
  margin: auto;
  padding-top: 50px;
}
.industries h3{
  font-size:22px;
font-weight: 700;
}
.indusinfo h4{
  margin-bottom: 20px;
}
.indusinfo ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.indusinfo li{
  padding: 5px 0;
  border-bottom: 1px solid #b2b2b2;
  color: #333;
  font-size: 16px;
}
.indusinfo li:last-child{
  border-bottom: 0;
}
.indus-bluearea h1, .indus-bluearea h3, .indus-bluearea p{
color: #fff;
}
.indus-bluearea .short-hr{
border-color: #fff;
}
.indus-bluearea h3{
font-size:22px;
font-weight: 700;
width: 80%;
}
.indus-bluearea{
  background-color: #0c1756;
padding: 70px;
}
.indus-bluearea ul{
  color: #fff;
  margin-left: 15px;
}

/*Products*/

.product-page-logo-w{
    width:200px;
    height:auto;
}

.product-page-logo-h{
    width:auto;
    height:80px;
}

.ah-products .location-bg li{
  width: 100%;
  margin-bottom: 10px;
}
.ah-products .location-bg h2{
  font-size:70px !important;
}
.ah-products .location-bg h2, .ah-products .location-bg h5{
  text-transform: uppercase;
}

.product-videos{
  padding: 70px;
}
.product-videos a{
  text-decoration: none;
}
.product-videos a:hover{
  text-decoration: none;
}
.ah-thumbnails{
  margin-right: 10px;
  position: relative;
}
h6.video-title{
  padding: 20px;
  font-size: 18px;
  border-bottom: 3px solid #0c1756;
  margin-right: 10px;
}
.ah-thumbnail-overlay{
  position: absolute;
  top: 0;
  left:0;
  background: rgba(8,20,87,0.7);
  text-align: center;
  width: 100%;
  height: 100%;
}
.ah-thumbnail-overlay svg{
  fill:#fff;
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ah-thumbnail-overlay:hover svg{
  fill:#ccc;
}
.ah-thumbnail-overlay svg ellipse{
  stroke:#fff;
}
.ah-thumbnail-overlay:hover svg ellipse{
  stroke:#ccc;
}

.ah-offices{
  padding-top: 70px;
  padding-bottom: 30px;
}
.ah-offices-address{
  padding: 50px 0;
}
.ah-offices h5{
  margin-top: 20px;
}
.ah-offices-address p{
  margin: 0 !important;
}
.office-border {
    border-bottom: 1px solid #bababa;
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.modal-para p {
    margin: 0;
}

.offices-border h5, .offices-border p{
    padding-right:100px;
}
.offices-border-right{
    border-right:1px solid #bababa;
}

/*Contact Page*/

.contact-page .form-control, .modal .form-control{
  display: block;
  width: 100%;
  padding: .5rem 0;
  font-size: 15px;
  line-height: 1.5;
  color: #0b255e !important;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0 !important;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.contact-page .form-control:focus, .modal .form-control:focus {
    color: #0b255e !important;
    background-color: transparent;
    border-color: #61bd61;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.contact-page textarea, .modal textarea {
    resize: none;
}

.modal-content{
  border-radius: 0;
  border-top: 4px solid #61bd61;
  border-bottom: 4px solid #61bd61;
  background: #fff;
}

/*gallery*/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.gallery-page .thumb{
    margin-top: 10px;
    margin-bottom: 10px;
}
.gallery-page .gallery-thumb{

    margin-right: 10px;
    position: relative;
}
.gallery-page .img-thumbnail {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
}
.gallery-page{
 padding: 40px 0 70px 0 !important;   
}

.prod-single-img{
    margin-top:10px;
    margin-bottom:30px;
}
.prod-h4{
    font-size: 22px !important;
    font-weight: 700 !important;    
}
.prod-brouchers{
    padding-top:40px;
    padding-bottom:70px;
}

.prod-broucher-btn .ah-btn {
    background-color: #7a7a7a !important;
    color: #fff !important;
    border: 2px solid #7a7a7a !important;
    margin-bottom: 9px;
    width: 100%;
    text-align: left;
    padding: 15px 25px !important;
}
.prod-broucher-btn .ah-btn:hover {
    background-color:#0b255e !important;
   color: #fff !important;
   border: 2px solid #0b255e !important;
}
.product-ytvideos{
 padding-top:40px !important;
 padding-bottom:140px !important;
}
.product-videos iframe{
    width:100%;
    height:100%;
}

.html-cstm-video video{
    width:100%;
    height:100%;
    background: #000;
}

.vigi-btn .ah-btn{
    margin-bottom:20px;
}
.vigi-img-gaps{
    margin-top:30px;
    margin-bottom:30px;
}

#firstHeadingMap{
  font-size: 16px !important;
}
#firstParaMap{
  font-size: 14px !important;
}
.exhibition-wrapper a{
  text-decoration: none;
}
.exhibition-wrapper a:hover{
  text-decoration: none;
}
.exhibition-box{
  text-align: center !important;
  padding: 20px 15px;
  -webkit-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
}
.exhibition-wrapper a:hover .exhibition-box{
  -webkit-box-shadow: 0 0 15px rgba(97,189,97,0.5);
          box-shadow: 0 0 15px rgba(97,189,97,0.5);
}
.exhibition-box img{
  height: 50px !important;
  width: auto !important;
  margin: auto !important;
  margin-bottom: 30px !important;
}
.exhibition-box h5{
  font-size: 20px;
}
.exhibition-box p{
  font-size: 15px;
  font-style: italic;
  margin-bottom: 0;
  text-align: center !important;
}


/*Product Features*/

.accordion .card{
    border-radius: 0 !important;
}
.accordion .card-header:first-child {
    border-radius: 0 !important;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f0f0;
    border-bottom: 2px solid #61bd61;
}
.card-header:hover {
  cursor: pointer;
}
.accordion .card-header.collapsed{
    border: 1px solid #d9d9d9;
}

.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f068";
    float: right;
    color: #61bd61;
}
.accordion .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f067";
    color: #61bd61; 
}



/*Project Box Design*/

.ah-project-wrapper{
  margin-bottom: 30px;
}
.ah-project-box{
  position: relative;
  overflow: hidden;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
  height: 230px;
  width: 100%;
}

.ah-project-box .overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
  background: rgba(11,37,94,0.3);
  background: -o-linear-gradient(top, transparent, transparent, transparent, rgba(11,37,94,1));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(transparent), to(rgba(11,37,94,1)));
  background: linear-gradient(to bottom, transparent, transparent, transparent, rgba(11,37,94,1));
}

.ah-project-box h3{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  font-size: 18px;
  text-align:center;
  font-weight: 700;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.ah-project-box img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}


/*play Button*/
.home-banner-play{
  position: absolute;
  bottom: 270px;
}

/*modal-video*/
.intro-video-modal .modal {
  padding: 0!important;
}

/*.intro-video-modal .modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; 
}*/

/*.intro-video-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/
.intro-video-modal .modal-content{
  width: 100%;
}

.intro-video-modal .modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

  .intro-video-modal iframe{
      width: 100%;
      height: 400px;
  }



.intro-video-modal .modal-body {
  position:relative;
  padding:0px;
}
.intro-video-modal .close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/*Play button*/
.intro-video{
  position: relative;
  top: 30px;
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0%;
  box-sizing: content-box;
  display: block;
  width: 15px;
  height: 23px;
  background: transparent;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #61bd61;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(11,37,94,0.9);
  border-radius: 50%;
  -webkit-transition:all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#61bd61, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.intro-video a{
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

h4.video-text {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 16px;
}
div#myModalVideo {
    z-index: 9999;
}



/*Sidebar*/
  .ah-btn-toggle{
    display: none;
  }

.ah-btn-toggle{
  border: 2px solid #61bd61;
  background: transparent;
  padding: 2px 10px;
}

.ah-btn-toggle i{
  color: #61bd61;
}

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    left: -280px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-box-shadow: none;
            box-shadow: none;
}

#sidebar.active {
    left: 0;
}

.ah-btn-close {
    text-align: center;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border: 2px solid #fff;
    padding: 1px 7px;
    font-size: 12px;
    background: transparent;
}
.ah-btn-close:hover, .ah-btn-close:focus {
    color: #fff;
}

.sidenav-wrapper .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    top: 0;
    left: 0;
}
.sidenav-wrapper .overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 10px;
    border-bottom: 2px solid #61bd61;
    background-color: #0b255e;
}
#sidebar .sidebar-header img {
    width: 200px;
}

#sidebar ul.components {
    padding: 5px 0 20px 0;
}
#sidebar ul.components .form-control {
    font-size: 14px !important;
}
#sidebar ul.components .btn {
    font-size: 14px !important;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}


#sidebar ul li a {
    padding: 10px;
    font-size: 16px;
    display: block;
    color: #0b255e;
    font-weight: 600 !important;
    text-decoration: none;
    border-bottom: 1px solid #d9d9d9;
}

#sidebar ul li a:hover {
  color: #0b255e;
  background: #eee;
}

#sidebar ul li.active>a{
    color: #0b255e;
    background: #ddd;
    text-decoration: none;
}

#sidebar ul li a span {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px; 
}
#sidebar ul li a span img {
    width: 100%;
    height: auto;
}
.sidenav-user-info{
  padding: 40px 0 10px 0;
}

.sidenav-user-info h3{
  margin: 10px 0;
}
.sidenav-user-info h5{
  color: #fff !important;
}
.sidenav-user-menu li{
  border-bottom: 1px solid #d9d9d9 !important;
}
.sidenav-user-menu li:first-child{
  border-top: 1px solid #d9d9d9 !important;
}
#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 25px !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 12px;
}

#sidebar ul a, #sidebar ul ul a {
    font-size: 15px !important;
    padding-left: 15px !important;
    color: #333;
    background: #fff;
}
#sidebar ul ul a, #sidebar ul ul ul a {
    padding-left: 25px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: -6px;
}


.exhibition-wrapper .owl-nav{
  text-align: right;
}
.exhibition-wrapper .owl-item{
  padding: 10px;
}
a.widget-btn {
    font-size: 12px !important;
    padding: 7px 12px !important;
    margin-left: 10px;
    margin-top: 15px;
}
.exhibition-wrapper button.owl-prev, .exhibition-wrapper button.owl-next {
    background: #61bd61 !important;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.exhibition-wrapper button.owl-prev span, .exhibition-wrapper button.owl-next span{
    font-size: 22px;
    line-height: 15px;
    color: #fff;
    display: inline-block;
    
}

/*News and Event tabs*/

.news-section .nav-link {
  display: block;
  padding: .5rem 1rem;
  border-radius: 0 !important;
  background: #0b255e;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
}
.news-section .nav-link.active {
  background: #61bd61;
  position: relative;
}
.news-section .nav-link.active:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f0da";
  float: right;
  color: #fff;
}

.card-horz{
  display: flex;
  margin-bottom: 15px;
}
.card-thumbnail{
  margin-right: 15px;
  width: 150px;
}
.card-thumbnail img{
  width: 100%;
  object-fit: cover;
}

.card-description{
  position: relative;
}
.card-description .btn{
  position: absolute;
  bottom: 0;
}

.card-img-thumbnail{
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  object-position: top
}

.single-news{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.news-icon i{
  font-size: 22px;
  color: #61bd61;
  margin-top: 3px;
}
.ah-news-tab a{
  text-decoration: none;
}
.ah-news-tab a:hover{
  text-decoration: none;
}
.ah-news-tab a h4{
  transition: ease-in .2s;
}
.ah-news-tab a:hover h4{
  color: #61bd61 !important;
  transition: ease-in .2s;
}

.owl-carousel-news-events .exhibition-box{
  height: 220px;
}

.owl-carousel-news-events .exhibition-box{
  height: 220px;
}

.owl-carousel-news-events .owl-dots {
    display: none;
}

.video-frame iframe{
  width: 100% !important;
  height: 250px;

}

.clients-ul{
  width: 100%;
  list-style: none;
  padding: 0;
}
.clients-ul li{
  display: inline-block;
  width: 12%; 
  padding: 15px;
}
.clients-ul li img{
  width: 100%;
}

.section-innerpage p, .section-innerpage ul li{
    color: #666;
    font-weight: 500;
}
.section-innerpage ul li{
    padding-left: 1.5rem !important;
}
.card-main-box  ul li{
    padding-left: 0rem !important;
}
.section-innerpage p.innerpage-subtitle{
    color: #61bd61;
    font-weight: 700;
}

/*Flipbook*/

.fb3d-modal {
    box-shadow: 0 0 5px #656565;
}
.fb3d-modal.visible {
    z-index: 999;
}
.fb3d-modal .cmd-close {
    font-size: 18px;
    color: #666;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    opacity:0.7;
}

.fb3d-modal .cmd-close:hover {
    font-size: 18px;
    color: #666;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 1;
    opacity:1;
}

/*Brochure Preview Page*/

.brochures-box{
    background:#fff;    
    margin-bottom: 30px;
    position:relative;
    transition: ease-in .3s;
}
.brochures-box:hover{
    cursor: pointer;
}

.brochures-box .thumbnail {
    box-shadow: 0 0 15px #eee;
    border: 1px solid #ddd;
    padding: 20px 0;
}

.brochure-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    justify-content: center;
    color: #0b255e !important;
    font-weight: 800;
    font-size: 18px;
    background: rgba(255,255,255,0.85);
    opacity: 0;
    transition: ease-in .2s;
}
.brochures-box:hover .brochure-overlay{
    transition: ease-in .2s;
    opacity:1;
}
.brochure-overlay i{
    color: #0b255e !important;
    font-size: 26px;
    margin-bottom: 15px
}


.brochure-bg{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height:350px;
    width:100%;
    overflow:hidden;
    position:relative;
    text-align:center;
}
.brochure-bg h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
}

.brcohure-page-video{
    text-align:center;
}
.brcohure-page-video iframe{
    width:712px;
    height:400px;
}

.event-video-box {
    margin-bottom:15px !important;
}
.event-video-box .thumbnail{
    padding:0 !important;
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1800px) and (max-width: 2000px) {
    
  section.home-slider {
    height: 750px;
}
.iframe-div-before{
    padding:750px 0 0 0;
}

}

@media (min-width: 1281px) and (max-width: 1380px) {


.home-banner-text h1 {
font-size: 40px;
}
.home-banner-text p {
    font-size: 26px;
    
}
.carousel-one-caption h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}
.about-team {
    background-size: cover;
}
.about-history img {
    margin-left: 50px;
    }
.ah-products .location-bg h2 {
    font-size: 60px !important;
    }
    .navbar-light .navbar-nav .nav-link {
    font-size: 17px;
    padding: 0 12px !important;
    }
    .dropdown-menu-center {
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
        transform: translate(-45%, 0);
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px

*/
@media (min-width: 1199px) and (max-width: 1280px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 10px !important;
}
.home-banner-text {
    width: 350px;
    left: 20px;
    padding: 10px 15px;
}
.home-banner-text h1 {
    font-size: 40px;
    margin-bottom: 15px;
}
.home-banner-text p {
    font-size: 30px;
}
.home-slider .ah-btn {
    width: 100%;
    padding: 5px 10px !important;
    font-size: 15px !important;
}

section.home-slider {
    height: 540px;
}
.iframe-div-before {
    padding: 540px 0 0 0;
}

.iframe-div-before iframe {
    width: 100vw !important;
    height: 184.5vw !important;
    min-height: 84.5vh !important;
    min-width: 87vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}
.carousel-one-caption h3 {
    font-size: 16px;
}
.ah-image-cover {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.pi-left, .pi-right {
    padding: 40px;
}
.about-team {
    background-size: cover;
    padding: 50px;
}
.about-history img {
    margin-left: 50px;
}
.ah-products .location-bg h2 {
    font-size: 50px !important;
}
.location-bg h5 {
    font-size: 20px !important;
    margin-top: 0;
}
.dropdown-menu-center {
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
        transform: translate(-45%, 0);
}
}


@media (min-width: 1025px) and (max-width: 1198px) {
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Smart Phones (Portrait and Landscape)
*/
@media (max-width: 1024px){
    
body{
    overflow:hidden;
}
.m0{
margin-right:15px !important;
margin-left:15px !important;
}
.mr-0{
margin-right:15px !important;
}
.ml-0{
margin-left:15px !important;
}
.p0{
padding-right:15px !important;
padding-left:15px !important;
}
.padr-0 {
  padding-right: 15px !important;
}
.padl-0{
padding-left:15px !important;
}
.carousel-one-caption h3 {
    font-size: 18px;
  }
.carousel-one-caption p {
    font-size: 14px;
  }
  .location-bg h2 {
    font-size: 50px !important;
  }
  .location-bg h5 {
    font-size: 16px !important;
  }
.brand-text-after .ah-btn {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px !important;
}
.brand-text-after p {
    font-size: 14px;
}

.carousel-inner img{
  width: 100%;
  height: auto;
}
.home-slider .carousel-caption h1 {
  font-size: 40px;
}
.home-slider .carousel-caption {
    left: 10%;
    padding: 20px 50px;
    width: 300px;
}
.home-slider .carousel-caption p {
    font-size: 20px;
}
.home-slider .ah-btn {
    width: 100%;
    padding: 5px 10px !important;
}
.main-header-section {
  height: 100%;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0;
}
.dropdown-item {
    font-weight: 600 !important;
    color: #fff !important;
    font-size: 13px !important;
    height: 30px;
    line-height: 25px;
    padding: .25rem 1rem !important; 
}
.double-dropdown .dropdown-menu {
    width: 100% !important;
}
.dropdown-menu-center {
    right: auto;
    left: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
}
.dropdown-toggle::after {
    position: absolute;
    right: 0 !important;
    border-top: .4em solid !important;
    border-right: .4em solid transparent !important;
    border-bottom: 0 !important;
    border-left: .4em solid transparent !important;
}
.dropdown-menu {
    margin-bottom: 10px !important;
}
nav.navbar.navbar-expand-xl.navbar-light {
        height: 100%;
    line-height: 2;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    border:0;

}
.navbar-light .navbar-nav .nav-link:hover {
    color: #333 !important;
    border-bottom:0;
}
section.innerpage-banner {
    height: 200px;
    background-size: cover;
    background-position: center;
}
.innerpage-caption-bg {
    width: 55%;
    background: rgba(8,20,87,0.6);
    left: 15px;
}
.innerpage-caption {
    top: 18%;
    left: 10%;
}
.innerpage-caption h1 {
    font-weight: 800 !important;
    font-size: 2rem;
}
.ah-btn {
    font-size: 14px !important;
    padding: 6px 10px !important;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0px !important;
}
.ah-btn-toggle{
  display: inline-block;
}

}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
.m0{
margin-right:15px !important;
margin-left:15px !important;
}
.p0{
padding-right:15px !important;
padding-left:15px !important;
}
.padr-0 {
  padding-right: 15px !important;
}
.padl-0{
padding-left:15px !important;
}

.home-banner-text {
    width: 240px;
    left: 20px;
    padding: 10px 15px;
}
.home-banner-text h1 {
    font-size: 28px;
    margin-bottom: 15px;
}
.home-banner-text p {
    font-size: 20px;
}
.home-slider .ah-btn {
    width: 100%;
    padding: 5px 10px !important;
    font-size: 15px !important;
}

section.home-slider {
    height: 500px;
}
.iframe-div-before {
    padding: 500px 0 0 0;
}

.iframe-div-before iframe {
    width: 100vw !important;
    height: 184.5vw !important;
    min-height: 84.5vh !important;
    min-width: 87vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 57% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}
.home-carousel-one {
    margin: 15px 35px 15px 25px;
}
.caro-mob-gaps {
    margin-bottom: 10px;
}
.caro-padr-0{
    padding-right:0px !important;
}
img.caro-pad-img{
   width:100%; 
}
.filter-button {
    font-size: 16px !important;
    margin-right: 5px;
}
.mob-cstm-officecol1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ah-footer1 h5 {
    margin-top: 20px;
}
.offices-border h5, .offices-border p {
    padding-right: 20px;
}
.ah-image-cover {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
}
.pi-right, .pi-left {
    width: 100%;
    float: none;
    padding: 30px 15px;
}
.about-partnersinfo .p0{
    padding-right:0px !important;
    padding-left:0px !important;
}
.about-team {
  background-size: cover;
    padding: 40px 15px;
}
.about-history img {
    width: 40%;
    margin-left: 30px;
}
.partners-page .product-page-logo-w, .partners-page .product-page-logo-h {
    width: 100%;
    height: 100%;
}
.ah-products .location-bg h2 {
    font-size: 30px !important;
}
.location-bg h5 {
    font-size: 15px !important;
    margin-top: 0;
}
.gallery-page .img-thumbnail {
    height: 150px;
}

.prod-broucher-btn .ah-btn {
    white-space: normal;
}

h6.video-title {
    padding: 10px;
    font-size: 15px;
    border-bottom: 3px solid #0c1756;
    margin-right: 0;
}
figure.snip0022 img {
    height: 200px;
}
.categories-container .card {
    position: relative;
    top: 70px;
    margin-bottom: 15px;
}
.intro-video {
    position: relative;
    top: 0;
}
.home-banner-play {
    position: absolute;
    bottom: 125px;
    left: 40px;
}
.video-play-button:before {
    width: 70px;
    height: 70px;
}
.video-play-button:after {
    width: 70px;
    height: 70px;
}
.video-play-button span {
    border-left: 20px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.video-play-button {
    width: 0px;
    height: 20px;
    padding: 0px 18px 0px 20px;
}
.intro-video-modal .modal-content {
    width: 60%;
    margin: 0 auto;
    background: transparent;
}
.intro-video-modal .close {
    position: absolute;
    right: 0;
    top: -40px;
}
.clients-ul li {
    display: inline-block;
    width: 13%;
    padding: 15px;
}

.brochure-bg {
    height: 270px;
}
.brcohure-page-video iframe {
    width: 500px;
    height: 280px;
}

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
.navbar-light .navbar-brand img {
    width: 200px;
}
.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 25px !important;
    padding: .25rem .50rem !important;
    font-size: 1rem !important;
}
.home-banner-text {
    left:15px;
    padding: 10px 15px;
}
.home-banner-text h1 {
    font-size: 18px;
    margin-bottom: 15px;
}
.home-banner-text p {
    font-size: 15px;
}
.home-slider .ah-btn {
    width: 100%;
    padding: 2px 5px !important;
    font-size: 10px !important;
}

section.home-slider {
    height: 230px;
}
.iframe-div-before {
    padding: 230px 0 0 0;
}

.iframe-div-before iframe {
    width: 100vw !important;
    height: 184.5vw !important;
    min-height: 84.5vh !important;
    min-width: 87vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}


.home-carousel-one {
    margin: 15px 30px 15px 15px;
}
.caro-mob-gaps {
    margin-bottom: 10px;
}
.caro-padr-0{
    padding-right:0px !important;
}
img.caro-pad-img{
   width:100%; 
}

p.ah-next-para {
    width: 100%;
    margin-bottom: 10px !important;
}
section.ourcompany {
    padding: 30px 0;
}
.location-bg{
  margin-top:20px;
}
.filter-buttons {
    display: flex;
    width: 100%;
}
.filter-button {
    font-size: 15px !important;
    border-bottom: 3px solid #9f9f9f !important;
}
.filter-buttons .btn-default.active, .filter-buttons .btn-default:active, .filter-button:hover{
    border-bottom: 3px solid #0c1756 !important;
}
.filter-buttons .btn {
    padding-bottom: 5px;
}
.filter-buttons .btn {
  margin-bottom: 10px !important;
  font-size: 0.735rem !important;
}

.mob-cstm-col1 {
    padding-left: 15px !important;
    padding-right: 0px !important;
    margin-right: 0px;
}
.mob-cstm-officecol1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: -10px;
}
.location-box-text {
  padding: 5px 10px;
  }
figure.snip0022 p.ah-readmore {
    font-size: 9px;
}
.footer-brand-identity{
  margin-bottom: 20px;
}
.ah-footer2 p {
    font-size: 10px;
    margin: 0;
}

.innerpage-caption-bg{
    width: 40%;
    background: rgba(8,20,87,0.6);
    left: 10%;
}
.offices-border h5, .offices-border p {
    padding-right: 10px;
}
.company-img-pad {
    padding: 20px;
}
.pi-right {
    width: 100%;
    float: none;
    padding: 15px;
}
.pi-left {
    width: 100%;
    float: none;
    padding: 15px;
}
.row-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.about-carousel-one .m0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.about-carousel-one .mob-cstm-col1 {
    padding: 20px 100px !important;
    border: 1px solid #cfcfcf;
}
.about-industry-btns .nav-pills .nav-link {
    padding: 10px 15px !important;
}
.about-team {
    background-size: cover;
    padding: 30px 0px;
    text-align: justify;
}
.about-team h3, .about-history h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}
.about-history img {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
}
.about-industry-btns .ah-btn {
    padding: 10px 15px !important;
    font-size: 13px !important;
}
.inudus-para {
    width: 70% !important;
    padding-top: 30px;
}
.indus-bluearea {
    background-color: #0c1756;
    padding: 30px 0px;
}
.indus-bluearea ul{
    padding:0;
}

.partners-page .product-page-logo-w, .partners-page .product-page-logo-h{
    width: 100%;
    height: 100%;
}
.contact-page h1.ah-next-heading {
    line-height: 1.1;
    width: 100%;
    font-size: 1.9rem;
}
.ah-products .location-bg h2 {
    font-size: 36px !important;
}
.ah-products .location-bg h5 {
    font-size: 12px !important;
    margin-top: 0px;
}
.gallery-page {
    padding: 0px 0 30px 0 !important;
}
.prod-brouchers {
    padding-top: 0px;
    padding-bottom: 30px;
}
.prod-broucher-btn .ah-btn {
    padding: 10px !important;
    font-size: 13px !important;
}
.product-ytvideos {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
.product-videos {
    padding: 0;
}
h6.video-title {
    padding: 10px;
    font-size: 18px;
    border-bottom: 3px solid #0c1756;
    margin-right: 0px;
    margin-bottom: 40px;
}
.html-cstm-video video {
    height: auto;
}
.product-videos iframe {
    height: auto;
}
.product-page-logo-h {
    width: auto;
    height: 40px;
}
.product-page-logo-w {
    width: 150px;
    height: auto;
}
.gallery-page .img-thumbnail {
    height: 170px;
}
figure.snip0022 img {
    height: 250px;
}


.top-header ul {
    list-style: none;
    padding: 0;
    text-align: center !important;
}
.branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.branding .brand-tagline {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
}

.categories-container {
    position: relative;
    padding-bottom: 0;
}
.categories-container .card {
    position: relative;
    top: 50px;
    margin-bottom: 15px;
}
.categories-container h3 {
    font-size:16px !important;
}
.location-bg li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 5px;
    vertical-align: top;
}
.location-bg h5{
    margin-top: 0px !important;
}
.alhamad-map-form {
    position: relative;
    left: auto;
    top: 0;
    width: auto;
    height: 100%;
    background: rgba(255,255,255,1);
    padding: 30px 15px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.innerpage-banner h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
}
.exhibition-box {
    margin-bottom: 5px;
}
.mission-ul li .card-box {
    height: auto !important;
}

.section-padtop-30{
  padding-top: 15px; 
}
.section-padbottom-30{
  padding-bottom: 15px; 
}
.section-padtop-50{
  padding-top: 25px; 
}
.section-padbottom-50{
  padding-bottom: 25px; 
}
.section-padtop-70{
  padding-top: 35px; 
}
.section-padbottom-70{
  padding-bottom: 35px; 
}
.section-padtop-90{
  padding-top: 45px; 
}
.section-padbottom-90{
  padding-bottom: 45px; 
}

.intro-video {
    position: relative;
    top: 0;
}
.home-banner-play {
    position: absolute;
    bottom: 45px;
    left: 20px;
}
.video-play-button:before {
    width: 40px;
    height: 40px;
}
.video-play-button:after {
    width: 40px;
    height: 40px;
}
.video-play-button span {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.video-play-button {
    width: 0px;
    height: 20px;
    padding: 0px 18px 0px 20px;
}
.intro-video-modal .modal-content {
    width: 60%;
    margin: 0 auto;
    background: transparent;
}
.intro-video-modal .close {
    position: absolute;
    right: 0;
    top: -40px;
}

.ah-project-box {
    height: 150px;
  }
.ah-project-box h3{
  font-size: 14px;
}

a.widget-btn{
  margin-bottom: 30px;
}
.tab-pane{
  padding: 30px 10px;
}
.ah-news-tab a h4 {
    transition: ease-in .2s;
    font-size: 16px;
    font-weight: 500 !important;
    padding-right: 10px;
}

.card-description h4{
  font-size: 16px;
    font-weight: 600 !important;
    padding-right: 10px;
}
.card-description .btn {
    bottom: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.exhibition-box img {
    height: 30px !important;
    margin-bottom: 20px !important;
}

div#ah-pills-tab {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    flex-direction: row !important;
}
div#ah-pills-tab .nav-link{
    flex: none;
    padding: 10px 35px;
    font-size: 16px;
    font-weight: 600;
}
div#ah-pills-tab .nav-link.active{
    background: #0b255e;
    position: relative;
}
div#ah-pills-tab .nav-link.active:after{
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 4px solid #61bd61;
  border-radius: 0;
  content: '';
}
.clients-ul li {
    display: inline-block;
    width: 15.5%;
    padding: 15px;
}

.brochure-bg {
    height: 250px;
}
.brcohure-page-video iframe {
    width: 400px;
    height: 225px;
}

}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

.navbar-light .navbar-brand img {
    width: 170px;
}
.navbar-toggler {
    position: absolute;
    right: 15px;
    top: 25px !important;
    padding: .25rem .50rem !important;
    font-size: 1rem !important;
    border: 2px solid #61bd61 !important;
}
.home-banner-text {
    left: 15px;
    padding: 10px 15px;
}
.home-banner-text h1 {
    font-size: 18px;
    margin-bottom: 15px;
}
.home-banner-text p {
    font-size: 15px;
}
.home-slider .ah-btn {
    width: 100%;
    padding: 2px 5px !important;
    font-size: 10px !important;
}

section.home-slider {
    height: 230px;
}
.iframe-div-before {
    padding: 230px 0 0 0;
}

.iframe-div-before iframe {
    width: 100vw !important;
    height: 184.5vw !important;
    min-height: 84.5vh !important;
    min-width: 87vh !important;
    position: absolute !important;
    top: 50% !important;
    left: 74% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}


.home-carousel-one {
    margin: 15px 30px 15px 15px;
}
.caro-mob-gaps {
    margin-bottom: 10px;
    padding: 0 10px;
}
.caro-padr-0{
    padding-right:0px !important;
}

p.ah-next-para {
    width: 100%;
    margin-bottom: 10px !important;
}
section.ourcompany {
    padding: 30px 0;
}
.location-bg{
  margin-top:20px;
}
.filter-buttons {
    display: block;
    width: 100%;
}
.filter-button {
    font-size: 15px !important;
    border-bottom: 3px solid #9f9f9f !important;
}
.filter-buttons .btn-default.active, .filter-buttons .btn-default:active, .filter-button:hover{
    border-bottom: 3px solid #0c1756 !important;
}
.filter-buttons .btn {
    padding-bottom: 5px;
}
.filter-buttons .btn {
  margin-bottom: 10px !important;
}

.mob-cstm-col1 {
    padding-left: 10px !important;
    padding-right: 10px;
    margin-right: 0;
}
.mob-cstm-officecol1 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-right: -10px;
}
.location-box-text {
  padding: 5px 10px;
  }

figure.snip0022 p.ah-readmore {
    font-size: 9px;
}
.footer-brand-identity{
  margin-bottom: 20px;
}
.ah-footer2 p {
    font-size: 10px;
    margin: 0;
}
.company-img-pad {
    padding: 20px;
}
.pi-right {
    width: 100%;
    float: none;
    padding: 15px;
}
.pi-left {
    width: 100%;
    float: none;
    padding: 15px;
}
.row-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
.about-carousel-one .m0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.about-carousel-one .mob-cstm-col1 {
    padding: 20px 100px !important;
    border: 1px solid #cfcfcf;
}
.about-industry-btns .nav-pills .nav-link {
    padding: 10px 15px !important;
}
.about-team {
    background-size: cover;
    padding: 30px 0px;
    text-align: justify;
}
.about-team h3, .about-history h3 {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}
.about-history img {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 20px;
}
.about-industry-btns .ah-btn {
    padding: 10px 15px !important;
    font-size: 13px !important;
}
.inudus-para {
    width: 70% !important;
    padding-top: 30px;
}
.indus-bluearea {
    background-color: #0c1756;
    padding: 30px 0px;
}
.indus-bluearea ul{
    padding:0;
}

.partners-page .product-page-logo-w, .partners-page .product-page-logo-h{
    width: 100%;
    height: 100%;
}
.contact-page h1.ah-next-heading {
    line-height: 1.1;
    width: 100%;
    font-size: 1.9rem;
}
.ah-products .location-bg h2 {
    font-size: 36px !important;
}
.ah-products .location-bg h5 {
    font-size: 12px !important;
    margin-top: 0px;
}
.gallery-page {
    padding: 0px 0 30px 0 !important;
}
.prod-brouchers {
    padding-top: 0px;
    padding-bottom: 30px;
}
.prod-broucher-btn .ah-btn {
    padding: 10px !important;
    font-size: 13px !important;
}
.product-ytvideos {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
.product-videos {
    padding: 0;
}
h6.video-title {
    padding: 10px;
    font-size: 18px;
    border-bottom: 3px solid #0c1756;
    margin-right: 0px;
    margin-bottom: 40px;
}
.html-cstm-video video {
    height: auto;
}
.product-videos iframe {
    height: auto;
}
.product-page-logo-h {
    width: auto;
    height: 40px;
}
.product-page-logo-w {
    width: 150px;
    height: auto;
}
.offices-border-right {
    border-right: 0;
}
.offices-border h5, .offices-border p {
    padding-right: 0px;
}
.ah-footer1 h5 {
    margin-top: 20px;
}
figure.snip0022 img {
    height: 130px;
}



.ah-h1 {
    font-size: 30px;
}
.top-header ul {
    list-style: none;
    padding: 0;
    text-align: center !important;
}
.branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.branding .brand-tagline {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 0;
}

.categories-container {
    position: relative;
    padding-bottom: 0;
}
.categories-container .card {
    position: relative;
    top: 50px;
    margin-bottom: 10px;
}
.categories-container .card-body {
    padding: 10px;
}
.categories-container .card-body h3{
   font-size: 13px !important;
}
.categories-container .card img {
    height: auto;
    width: 100%;
}
.location-bg li {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    text-align: center;
    padding: 0px 5px;
    vertical-align: top;
}
.location-bg h5{
    margin-top: 0px !important;
}
.alhamad-map-form {
    position: relative;
    left: auto;
    top: 0;
    width: auto;
    height: 100%;
    background: rgba(255,255,255,1);
    padding: 30px 15px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.innerpage-banner h1 {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
}
.exhibition-box {
    margin-bottom: 25px;
}
.mission-ul li{
    display:block;
    width:100%;
}
.mission-ul li .card-box {
    height: auto !important;
}

.section-padtop-30{
  padding-top: 15px; 
}
.section-padbottom-30{
  padding-bottom: 15px; 
}
.section-padtop-50{
  padding-top: 25px; 
}
.section-padbottom-50{
  padding-bottom: 25px; 
}
.section-padtop-70{
  padding-top: 35px; 
}
.section-padbottom-70{
  padding-bottom: 35px; 
}
.section-padtop-90{
  padding-top: 45px; 
}
.section-padbottom-90{
  padding-bottom: 45px; 
}
.project-thumb-title {
    bottom: -35px;
    padding: 7px 10px;
    font-size: 12px;
}
.brand-text-before h3 {
    font-size: 15px;
}

.intro-video {
    position: relative;
    top: 0;
}
.home-banner-play {
    position: absolute;
    bottom: 45px;
}
.video-play-button:before {
    width: 40px;
    height: 40px;
}
.video-play-button:after {
    width: 40px;
    height: 40px;
}
.video-play-button span {
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.video-play-button {
    width: 0px;
    height: 20px;
    padding: 0px 18px 0px 20px;
}
.intro-video-modal .modal-content {
    width: 90%;
    margin: 0 auto;
    background: transparent;
}
.intro-video-modal .close {
    position: absolute;
    right: 0;
    top: -40px;
}
.ah-project-box h3{
  font-size: 14px;
}

a.widget-btn{
  margin-bottom: 30px;
}
.tab-pane{
  padding: 30px 10px;
}
.ah-news-tab a h4 {
    transition: ease-in .2s;
    font-size: 16px;
    font-weight: 500 !important;
    padding-right: 10px;
}

.card-description h4{
  font-size: 16px;
    font-weight: 600 !important;
    padding-right: 10px;
}
.card-description .btn {
    position: relative;
    bottom: 0;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.card-horz {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.card-thumbnail {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
}

div#ah-pills-tab {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    flex-direction: row !important;
}
div#ah-pills-tab .nav-link{
    flex: none;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #fff;
}
div#ah-pills-tab .nav-link.active{
    background: #0b255e;
    position: relative;
}
div#ah-pills-tab .nav-link.active:after{
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 4px solid #61bd61;
  border-radius: 0;
  content: '';
}

div#ah-pills-tab .nav-link.active:before{
  position: absolute;
  height: 5px;
  bottom: 50%;
  right: 0;
  transform: translateY(-50%);
  border-bottom: 2px solid #61bd61;
  border-radius: 0;
}
.clients-ul li {
    display: inline-block;
    width: 31.5%;
    padding: 10px;
}
.brochure-bg {
    height: 150px;
}
.brcohure-page-video iframe {
    width: 310px;
    height: 179px;
}
}
@media (max-width: 320px){
.about-industry-btns .ah-btn {
    padding: 10px 10px !important;
    font-size: 11px !important;
}
.contact-page h1.ah-next-heading {
    font-size: 1.5rem;
}
.ah-products .location-bg h2 {
    font-size: 30px !important;
}
.carousel-one-caption h3 {
    font-size: 15px;
}
}


#return-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #61bd61;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 7px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #519e51;
}