@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:600;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  height: 80px;
  padding: 0px 0 0px;;
  transition: all 0.3s ease-in-out;
  background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*justify-content: center;*/
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*padding: 0px 0 8px;*/
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    padding: 0;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 500;
    margin: 0px 6px;
    /*margin-top: 30px;*/
    position: relative;
    padding: 0px 8px;
}
.navbar-expand-md .navbar-nav .nav-link.active{
    color: #00324d;
}

.navbar-brand {
    position: absolute;
   /* top: 8px;*/
    left: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}
/*.navbar-brand img:first-child {
    margin-right: 6px;
    width: 60%;
}*/
/*.navbar-brand img:last-child {
    width: 4rem;
    padding-left: 0.5rem;
    border-left: 1px solid #ccc;
}*/
.navbar-brand img {
    width: 14rem;
    / padding-left: 0.5rem; /
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
  }
.main-footer {
    background:#131515;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
}
  .btm-strip {
      background: #00324d;
      position: relative;
  }
.btm-strip::before {
    position: absolute;
    content: "";
    background: #ffae00;
    height: 100%;
    width: 42%;
    top: 0;
    left: 0;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 400;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 20%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
      margin-bottom: 0;
}
/*.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
.social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}*/
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 20%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}
.column:nth-child(3) {
    width:20%;
}
.column:nth-child(4) {
    width: 20%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 0;
}
.footer-wrapper{
    display: flex;
    align-items: flex-start;
}
.footer-wrapper img {
    width: 11%;
    margin-right: 11px;
    filter: invert(-9%) sepia(7%) saturate(6356%) hue-rotate(338deg) brightness(67%) contrast(65%);
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color:#BCBCBC !important;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}

.column p {
    color: #909190;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
      margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 145px;
    height: 45px;
    background: #00324d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#ffae00;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #000;
    position: relative;
    top: 0px;
    left: 9px;
}
.common-btn span:before {
    color: #914245;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
  
    padding: 16px 15px 16px 15px;
    position: relative;
  }
.btm-strip a {
    font-size: 14px;
    color: #fff;
}
.btm-strip {
  color:#fff;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link {
    padding: 10px 13px;
    color: #fff;
    font-size: 13px;
    width: 100%;
    /*margin-top: 18px;*/
    display: flex;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(8) .nav-link span {
    font-size: 12px;
    padding-left: 7px;
}
.home-slider h2 {
    font-size: 62px;
    color: #fff;
}
.caption-left {
    position: absolute;
    top: 40%;
    z-index: 1;
    width: 100%;
    text-align: center;
    left: 0px;
}
.caption-left p{
    font-size: 18px;
    margin: 20px 0px;
}
.slider-section .common-btn {
    width: 145px;
    height: 45px;
    background: #00324d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 auto;
}
.home-slider .main-img{
    filter: brightness(0.5);
}
.slider-section .bg-img{
    position: absolute;
    top: 0;
    z-index: 1;
}
.slider-section{
    position: relative;
}
.common-btn span:before {
    color: #ffffff;
}
.slider-section .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot span,
.slider-section .owl-theme .owl-dots .owl-dot span:hover{
    background: #fff;
    margin: 5px 4px;
    width: 8px;
    height: 8px;
    transition: all 0.4s;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    width: 30px;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 9px 16px;
    background: #2021247a;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}
.slider-section .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
}
.slider-section .owl-prev {
    position: absolute;
    left: 0px;
}
.slider-section .owl-next {
    position: absolute;
    right: 0px;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover {
    background: #d30620de;
}
.home-product{
    padding: 70px 0px 35px;
}
.heading{
    font-size: 45px;
}
.home-product p.main-p{
    color: #625B5B;
}
.product-single {
    position: relative;
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
}
.product-single:hover img{
    transform: scale(1.05);
}
.product-single img{
    transition: all 0.4s;
}
.product-single .text-box {
    position: absolute;
    bottom: 0;
    padding: 15px 12px;
    background: transparent linear-gradient(0deg, #000000 23%, #00000000 100%) 0% 0% no-repeat padding-box;
    transition: all 0.4s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-single::before {
   background: transparent linear-gradient(-4deg, #00324d 0%, #00000000 100%) -1% 0% no-repeat padding-box;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s;
}
.product-single:hover::before{
    height: 100%;
}
.product-single:hover .text-box{
    background: unset;
    z-index: 2;
}
.product-single .text-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.product-single .text-box h5 {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 19px;
}
.home-product .product-single:hover .common-btn {
    background: #ffae00;
}
.home-product .common-btn {
  
    left: -2px;
    height: 40px;
    width: 31%;
    z-index: 3;
    border: 0;
    font-size: 13px;
}
.home-about {
    background: url(../images/home-about-main.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 85px 0px 240px;
    position: relative;
}
.home-about::before {
    position: absolute;
    content: "";
    background: url(../images/container-operation-port-series.webp) no-repeat;
    /* background: url(../images/container-operation-port-series.jpg) no-repeat; */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00324d;
}
.home-about .container{
    position: relative;
}
.home-about .common-btn{
    background: #fff;
    color: #78171B;
    margin-top: 30px;
}
/*.home-about .common-btn span{
     color: #78171B;
}*/
.home-about .right-single {
    width: 45%;
}
/*.home-about .right-single:nth-child(1) img {
    width: 70%;
}*/
.right-single h5 {
    margin-bottom: 4px;
    font-size: 18px;
    margin-top: 5px;
}
.right-single h4 {
    color: #fff;
    margin-bottom: 0;
    text-align: left !important;
    font-size: 33px;
    margin-top: 13px;
}
.right-single p{
    font-size: 14px;
}
.right-single {
    margin-top: 30px;
}
.service-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-header a {
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.service-header a span{
    padding-left: 10px;
}
.home-services .text-box {
    background: #00324d;
    display: flex;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: -34px;
    left: 38px;
}
.home-services .text-box img{
    width: auto !important;
}
.home-services .text-box h4 {
    font-size: 17px;
    padding-left: 15px;
}
.home-services .item {
    position: relative;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-bottom: 1rem;
    display: block;
}
.home-services .owl-item:hover .item .text-box{
    background: #ffae00;

}
.home-services .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    height: 40px;
    width: 40px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.home-services .owl-prev {
    position: absolute;
    top: 45%;
    left: -5%;
}
.home-services .owl-next {
    position: absolute;
    top: 45%;
    right: -5%;
}
section.home-services {
    margin-top: -11%;
    position: relative;
    padding-bottom: 60px;
}
/*.home-services .owl-item:hover .item {
    margin-top: 28px;
}*/
.home-work p{
    color: #625B5B;
    
}
.home-work{
    background: #f3f3f4;
    padding: 60px 0px;
}
.home-work .item {
    position: relative;
    margin-top: 20px;
}
.home-work .text-box {
    position: absolute;
    bottom: 0;
    background: #C12929;
    width: 100%;
    padding: 15px 45px;
    min-height: 110px;
}
.home-work.projects .text-box {padding: 15px 15px;}
.home-work .owl-theme .owl-nav [class*=owl-],
.home-work .owl-theme .owl-nav [class*=owl-]:hover {
    color: #c12929;
    background: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0px 3px 36px #0000005D;
}
.home-work .owl-prev {
    position: absolute;
    top: 44%;
    left: 24%;
}
.home-work .owl-next{
    position: absolute;
    top: 44%;
    right: 24%;
}
.img-box{
    overflow: hidden;
}
.img-box img{
    transition: all 0.4s;
}
.img-box:hover img{
    transform: scale(1.03);
}
.home-work .owl-theme .owl-dots .owl-dot span,
.home-work .owl-theme .owl-dots .owl-dot span:hover {
     margin: 4px 4px;
    background: #fff;
    border: 1px solid #c12929;
    height: 8px;
    width: 8px;
    transition: all 0.4s;
}
.home-work .owl-theme .owl-dots .owl-dot.active span {
    background: #c12929;
    width: 28px;
}
.home-client .item {
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 10px;
    border-radius: 10px;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-client .item img {
    width:77% !important;
}
section.home-client {
    padding: 60px 0px;
}
.home-client .owl-theme .owl-nav [class*=owl-] {
     height: 35px;
    width: 35px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.home-client .owl-prev {
    position: absolute;
    top:37%;
    left: -56px;
}
.home-client .owl-next {
    position: absolute;
    top: 37%;
    right: -56px;
}
.footer-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 20px 0px;
}
.footer-wrapper a{
    margin-bottom: 0;
    padding-bottom: 0;
}
.breadcum {
    position: relative;
    margin-top:66px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.breadcum h1 {
    font-size: 60px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.breadcum .main-img{
    filter: brightness(0.6);
}
.breadcum_list {
    position: absolute;
    bottom: 43px;
}
.about {
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 60px 0px;
}
.about h6 {
    color: #3b445a;
    /*margin: 20px 0px;*/
}
.about p{
    color: #3b445a;
}
.about .text-box {
    padding-left: 44px;
}
.right-single img {
    height: 100px;
}
.vision-mission {
    background: url(../images/vision-mission-bg.webp) no-repeat;
   /* background: url(../images/vision-mission-bg.png) no-repeat;*/
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}
.vision-mission .nav-link {
    font-size: 31PX;
    background: #ffae00;
    border-radius: 0;
    margin-bottom: 76px;
    color: #fff;
    width: 77%;
    position: relative;
    padding: 13px 0px;
    padding-left: 90px;
}
.vision-mission .nav-item:last-child .nav-link{
    margin-bottom: 0;
}
.vision-mission .nav-link:hover{
    border: 1px solid transparent;
}
.vision-mission .nav-link::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 25px;
    width: 25px;
    right: -13px;
    transform: rotate(45deg);
    top: 34%;
    opacity: 0;
    z-index: -1;
}
.vision-mission .nav-link.active::before{
    opacity: 1;
}
.vision-mission .nav-link.active .icon-box{
    background: #ffae00;
}
.vision-mission .row{
    align-items: center;
}
.vision-mission .nav-link.active  .icon-box img {
      filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.vision-mission .nav-link .icon-box {
    height: 110px;
    width: 110px;
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    left: -25px;
    top: -20px;
    background: #fff;
}
.vision-mission .nav-link .icon-box img {
    width: 68%;
}
.vision-mission .nav-tabs{
    display: block;
    border-bottom:0 ;
}
.core-values {
    padding: 70px 0px 0px;
}
.core-values .values-single {
    position: relative;
    display: block;
    margin: 55px 0px;
    border-left: 1px solid #cccccca6;
    padding: 10px 10px;
}
.core-values .col-lg-3.col-md-6.col-sm-12 {
    padding: 0px;
}
.core-values .col-lg-3:nth-child(1) .values-single {
    border-left: 0px;
}
.core-values .values-single .icon-box {
    background: #00324d;
    width: 30%;
    height: 90px;
    top: 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.core-values .values-single .text-box {
    position: relative;
    margin-top: 36px;
}
.core-values .values-single .text-box h5 {
    text-align: center;
}
.core-values .values-single .text-box p {
    text-align: center;
    color: #000;
}
.client {
    padding: 60px 0px;
}
.client-single {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.client .item {
    box-shadow: 0px 0px 10px #ccc;
    margin: 20px 10px;
    border-radius: 10px;
    width: 18%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.client .item img {
    width: 72%;
}
.team {
    background: url(../images/team-bg.jpg) no-repeat;
    background-size: cover;
    background-position: inherit;
    padding: 90px 0px;
}
.team-header {
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.team .item {
    display: block;
    background: #fff;
    border-radius: 15px;
    margin-top: 31px;
    transition: all 0.4s;
}
.team .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ccc;
    height: 40px;
    width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team .owl-prev {
    position: absolute;
    top: -13%;
    left: 80%;
}
.team .owl-next {
    position: absolute;
    top: -13%;
    left: 84%;
}
.team .text-box {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: transparent linear-gradient(0deg, #000000 23%, #00000000 100%) 0% 0% no-repeat padding-box;
    transition: all 0.4s;
    width: 100%;
}
.team .text-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.team .text-box h5 {
    margin-bottom: 6px;
    text-align: center;
}
.services-crane {
    padding: 60px 0px;
}
.services-crane .services-content {
    margin-top: 50px;
}
.services-crane .img-box {
    overflow: hidden;
}
.services-crane .img-box img {
    transition: all 0.4s;
}
.services-crane .text-box {
    padding-left: 44px;
}
.services-crane p {
    color: #3b445a;
}
.request {
    padding: 20px 0px;
}
.request .common-btn span:before {
    color: #202124;
}
.request-content {
    background: #00324d;
    justify-content: space-between;
    width: 100%;
    padding: 18px 78px;
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
}
.request h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0;
}
.request .common-btn {
    background: #ffffff;
    color: #000;
}
.related-services{
    padding: 60px 0px 60px;
}
/*.related-services .heading {
    font-size: 40px;
    margin-bottom: 0px;
}*/
.services-single {
    position: relative;
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
}
.services-single:hover img{
    transform: scale(1.05);
}
.services-single img {
    height: 300px;
    transition: all 0.4s;
}
.services-single .text-box {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: transparent linear-gradient(0deg, #000000 23%, #00000000 100%) 0% 0% no-repeat padding-box;
    transition: all 0.4s;
    width: 100%;
}
.services-single::before {
    background: transparent linear-gradient(-4deg, #1c89ac 0%, #00000000 100%) -1% 0% no-repeat padding-box;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s;
}
.services-single:hover::before{
    height: 100%;
}
.services-single:hover .text-box{
    background: unset;
    z-index: 2;
}
.services-single .text-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.services-single .text-box h5{
    margin-bottom:6px;
}
.related-services .common-btn{
    margin: 20px auto 0;
}
.products-crane-rails {
    padding: 60px 0px;
}
.products-crane-rails .img-box {
    overflow: hidden;
}
.products-crane-rails .img-box img {
    transition: all 0.4s;
}
.products-crane-rails .text-box {
    padding-left: 30px;
}
.products-crane-rails p {
    color: #3b445a;
}
.products-request {
    padding: 20px 0px;
}
.products-request-content {
    border: 1px solid #131515;
    width: 100%;
    padding: 18px 78px;
}
.products-request h2 {
    color: #131515;
    font-size: 30px;
    margin-bottom: 0;
}
.products-request .common-btn {
    background: #387c9f;
}
.other-products p{
    color: #625B5B;    
}
.other-products{
     padding: 60px 0px;
}
.other-products .item {
    position: relative;
    margin-top: 20px;
}
.other-products .text-box {
    position: absolute;
    bottom: 0;
    background: #c12929d1;
    width: 100%;
    padding: 8px 42px;
    display: flex;
    flex-wrap: wrap;
}
.other-products .text-box h5 {
    text-align: center;
    padding: 18px 20px;
}
.other-products .text-box img {
    width: auto !important;
}
.other-products .owl-theme .owl-nav [class*=owl-],
.other-products .owl-theme .owl-nav [class*=owl-]:hover {
    color: #c12929;
    background: #ffffff;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0px 3px 36px #0000005D;
}
.other-products .owl-prev {
    position: absolute;
    top: 44%;
    left: 24%;
}
.other-products .owl-next{
    position: absolute;
    top: 44%;
    right: 24%;
}
.other-products .img-box{
    overflow: hidden;
}
.other-products .img-box img{
    transition: all 0.4s;
}
.other-products .img-box:hover img{
    transform: scale(1.03);
}
.other-products .owl-theme .owl-dots .owl-dot span,
.other-products .owl-theme .owl-dots .owl-dot span:hover {
     margin: 4px 4px;
    background: #fff;
    border: 1px solid #c12929;
    height: 8px;
    width: 8px;
    transition: all 0.4s;
}
.other-products .owl-theme .owl-dots .owl-dot.active span {
    background: #c12929;
    width: 28px;
}
.projects{
    padding: 70px 0px 35px;
}
.projects .heading{
    font-size: 45px;
}
.projects p.main-p{
    color: #625B5B;
}
.projects-single {
    position: relative;
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
}
.projects-single:hover img{
    transform: scale(1.05);
}
.projects-single img{
    transition: all 0.4s;
}
/*.projects-single::before {
    background: transparent linear-gradient(-4deg, #1c89ac 0%, #00000000 100%) -1% 0% no-repeat padding-box;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s;
}
.projects-single:hover::before{
    height: 100%;
}*/
.contact {
    padding: 50px 0px;
}
.contact .contact-wrapper h4 {
    color: #000;
    font-size: 35px;
}
.contact .common-btn {
    width: 145px;
    height: 45px;
    background: #00324d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border: 0;
    margin-top: 12px;
    border-radius: 30px;
    cursor: pointer;
}
.contact .contact-wrapper {
    border: 1px solid #000;
    padding: 45px 45px;
    overflow: hidden;
}
.intl-tel-input{
    width: 100%;
}

.intl-tel-input .country-list {
   
    width: 384px;
    overflow-x: hidden;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 101px !important;
}
.contact .contact-wrapper .form-control {
    background: #f5f6f8;
    border-radius: 0px;
    border: 0px;
    padding: 12px 20px;
    margin-bottom: 15px;
}
.contact .contact-info {
    background: url(../images/contact-img.webp) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
   padding: 60px 15px;
    position: relative;
    left: -52px;
    top: 42px;
}
.contact .contact-info .content {
    padding-left: 17px;
   /* margin-bottom: 21px;*/
}
.contact .contact-info h4 {
    color: #fff;
}
.contact .contact-info p {
    color: #fff;
    margin-bottom: 0px;
}
.contact .contact-info h5 {
    color: #fff;
    font-size: 18px;
}
.contact .contact-info a {
    color: #fff;
}
.contact .contact-info .info-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
}
.contact .contact-info .info-wrapper img {
    width: 22px;
}
.contact .social-box img {
    padding: 0px 9px;
}
.form-control:focus{box-shadow: unset;}
.common-page {
    padding: 50px 0px;
}
.common-page h4 {
    font-size: 20px;
}
.common-page p {
    font-size: 15px;
}
.common-page h3 {
    font-size: 18px;
}
.sitemap a{
    display: block;
    color: #000;
    padding-bottom: 7px;
    line-height: 20px;
}
.sitemap a:hover {
    display: block;
    color: #00324d;
}
.error-btns {
    DISPLAY: FLEX;
    ALIGN-ITEMS: CENTER;
    JUSTIFY-CONTENT: CENTER;
}
.error-btns a {
    margin-right: 10px;
}
.common-page img {
    width: 11%;
}

header .dropdown-item {
    font-size: 14px;
    color: #ffffff;
}
header .dropdown-item:hover {
    background: unset;
    color: #ffff;
    background: #ffae00;
}
header ul.dropdown-menu {
    border-radius: 0;
    top: 20px;
    left: 0px;
    background: #00324d;
}
header .dropdown:hover .dropdown-menu{
   display: block;
}
a.dropdown-item.active {
    color: #ffff;
    background: #ffae00;
}
.download {
    padding: 15px 0px;
}
.download .download-content {
    border: 2px solid #000;
    padding: 30px;
    width: 90%;
    margin: 0 auto;
}
.download .download-single {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
select {
    background: url(../images/down-arrow.png) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 90%;
}

#enquiry-modal.contact .contact-wrapper {padding: 0;}


.blog-details .blog-heading h5 {
    color: #6a9a5e;
    font-size: 15px;
}
.blog-details .blog-heading{
  margin-bottom: 20px;
}
.blog-details .blog-heading .subheading {
    margin-bottom: 0;
    width: 70%;
    font-size: 24px;
    margin-top: 15px;
    color: #000;
}
.blog-details p, .blog-details ul li{
  font-size: 15px;
  font-weight: 400
}
.blog-details li {list-style: disc;}
.blog-details .img-wrapper {
  margin-bottom: 24px;
}
.blog-details .img-wrapper img{
    width: 100%;
}
.blog-details .row{
  margin-bottom: 20px;
}
.blog-details .social-box a {
    color: #000;
    font-size: 22px;
    margin-right: 14px;
}

.blog-details .social-box p {
  font-size: 26px;
  margin-right: 16px;
}
.blog-details .social-box{
  margin-top: 0;
}
.recent-post {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 22px 3px;
}
.recent-post:last-child{
  border-bottom: 0;
}
.recent-post h5 {
    color: #686868;
    font-size: 14px;
    margin-bottom: 0px;
}
.recent-post h5 i{
  margin-right: 10px;
}
.recent-post img{
  width: 38%;
}
.recent-post .text{
  padding-left: 17px;
}
.recent-post p{
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.1;
  color: #212529;
}
.categories .recent-post-wrapper {
  background-color: #F3FAFF;
  padding: 30px;
  margin-top: 22px;
}
section.blog-details {
    padding: 55px 0px;
}
.blog-details .categories {margin: 3rem 0 0;}
/*.related-products .heading {
    font-size: 40px;
    margin-bottom: 50px;
}*/
.related-products {
    padding: 70px 0px 35px;
}
.related-products p.main-p{
    color: #625B5B;
}
.related-products .product-single {
    position: relative;
    display: block;
    margin-bottom: 23px;
    overflow: hidden;
}
.related-products .product-single:hover img{
    transform: scale(1.05);
}
.related-products .product-single img{
    transition: all 0.4s;
}
.related-products .product-single:hover .common-btn {
    background: #ffae00;
}
.related-products .product-single .text-box {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: transparent linear-gradient(0deg, #000000 23%, #00000000 100%) 0% 0% no-repeat padding-box;
    transition: all 0.4s;
    width: 100%;
}
.related-products .product-single::before {
    background: transparent linear-gradient(-4deg, #1c89ac 0%, #00000000 100%) -1% 0% no-repeat padding-box;
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s;
}
.related-products .product-single:hover::before{
    height: 100%;
}
.related-products .product-single:hover .text-box{
    background: unset;
    z-index: 2;
}
.related-products .product-single .text-box p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}
.related-products .product-single .text-box h5 {
    margin-bottom: 0px;
}
.related-products .common-btn {
    top: 5px;
    left: 10px;
    height: 45px;
    width: 34%;
    z-index: 5;
}
.related-products .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    height: 40px;
    top: 38%;
    width: 40px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.related-products .owl-prev {
    position: absolute;
    top: 45%;
    left: -5%;
}
.related-products .owl-next {
    position: absolute;
    top: 45%;
    right: -5%;
}

.related-services .text-box {
   background: #ffae00;
    display: flex;
    align-items: center;
    padding: 20px;
    position: absolute;
    bottom: -34px;
    left: 38px;
}
.related-services .text-box img{
    width: auto !important;
}
.related-services .text-box h4 {
    font-size: 17px;
    padding-left: 15px;
}
.related-services .item {
    position: relative;
    margin-bottom: 50px;
    margin-top: 40px;
}
.related-services .owl-item:hover .item .text-box{
    background: #00324d;
    transition: all 0.4s;
}
.related-services .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 4px 7px;
    height: 40px;
    width: 40px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.related-services .owl-prev {
    position: absolute;
    top: 45%;
    left: -5%;
}
.related-services .owl-next {
    position: absolute;
    top: 45%;
    right: -5%;
}
.related-services {
   /* margin-top: -11%;*/
    position: relative;
   /* padding-bottom: 60px;*/
}
.related-services .owl-item:hover .item {
    margin-top: 28px;
    transition: all 0.4s;
}
.footer-wrapper strong {
    color: #b4b5ab;
}
/*only responsive*/
.main-head{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-expand-md .navbar-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-heading{
    font-size: 38px!important;
    font-weight: 300;
}
.core-values .values-single {
    pointer-events: none!important;
}
.column a:hover {
    color: #fff!important;
    font-weight: 500;
    opacity: 1;
}
.btm-strip a:hover{
    color: #fff!important;
    font-weight: 500;
    opacity: 1;
}
.text-transform{
    text-transform: lowercase!important;
}
.home-about .common-btn span::before {
    color: #914245;
}
.home-about .common-btn:hover span::before {
    color: #fff;
}
.request .common-btn:hover span::before {
    color: #fff;
}
ul.dropdown-menu.drop-services-ul {
    left: 0px;
}
/*.email-white{
    width: 26px!important;
}*/
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
  /*display:none;*/
}
/*.text{
    text-align: left;
}*/
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary{
    color: #fff;
    background-color: #00324d;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius:0px;
}
.red{
    color: red!important;
    
}
.related-products-slider{
    margin-top: 45px;
}
.about .text-box {
    margin-top: -10px;
}
p#msg-error {
    color: red;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
.email-error {
    font-weight: 400;
    color: red;
    font-style: normal;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: -7px;
}
.email-error1 {
    font-weight: 400;
    color: red;
    font-style: normal;
    font-size: 12px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: -7px;
}
.modal-dialog{
    max-width: 655px;
}
p#msg-error1 {
    color: red;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
}
.navbar-expand-md .navbar-nav .nav-link i.fa.fa-phone {
    padding-left: 0px;
    padding-right: 2px;
}

header.shrink {
    box-shadow: 0px 2px 10px #00000059;
}
.btm-strip p.text-right {
    text-align: right;
}
.errors {
    font-size: 14px;
    color: red;
    margin: 5px 0;
}
.services-crane ul {
    padding-left: 20px;
}
.services-crane li {
    list-style-type: disc;
}