html,
html *,
body,
body * {
  cursor: none;
  font-family: "FuturaNextW05-Medium";
}
body{background-color: #fff;}
.container{
  width: 100%;
  padding: 0 85px
}

.aboutsection1  .container{padding: 0 25px}
/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  /* z-index: -1; */
  top: 0px;
}
.partcles1{}


.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  z-index: 9999999999;
}

.cursor-dot {
  width: 10px;
  height: 10px;
  background-color: #f67967;
}
.cursor2-bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: 0;
}
.cursor-dot-outline {
  background-color: rgba(246, 121, 103, 0.4);
  width: 120px;
  height: 120px;
}
.mainbg{
  position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    overflow: hidden;
    background-image: url(../images/bg.jpg);
}
.material-background {
  position: absolute;
  top:100px;
  right: calc(50% + 170px);
}
.video-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    overflow: hidden;
}
.video-container::before {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100vh;
  /* z-index: 1; */
  background-image: url(../images/White.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #000;
    width: 100%;
    opacity: 0.4;
}
/* .video-container:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 60vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/Plus_Pattern__6_.png');
  content: "";
} */
/* .logo {
  float: left;
}

.logo a {
  background-image: url(../images/logo1.png);
  width: 136px;
  background-size: 100%;
  background-position: left 5px;
  transition: all 0.6s ease 0s;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
} */


.product-finder-btn {
  position: fixed;
  bottom: 0;
  right: calc(50% - 120px);
  z-index: 999999;
  overflow: hidden;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 38px;
  background: #816655;
  border: none;
  border-radius: 0px;
  /* box-shadow: -3px -1px 8px 0px rgba(0, 0, 0, 0.3); */
  -webkit-appearance: none;
  cursor: pointer;

  top: 50%;
  right: 40px;
  bottom: auto;
  transform: rotate(-90deg) translate(40px, 120px);
  transform-origin: bottom;
  
  display: none;
}
.product-finder-btn__text {
    display: block;
    padding-left: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 1px;
}
.product-finder-btn__icon {
    position: relative;
    display: block;
    width: 40px;
    height: 100%;
    text-align: center;
}
.product-finder-btn__icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-70px);
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
}
.product-finder-btn__icon img {
    position: relative;
    float: none;
    display: table;
    margin: auto;
    top: 9px;
    transform: rotate(90deg);
}


a.wa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  float: left;
  display: block;
  transition: all .5s;
  font-size: 24px;
  position: fixed;
  text-decoration: none;
  bottom: 12px;
  right: 8px;
  z-index: 9999999;
  position: fixed;
  /* overflow: hidden;
  background-color: #2ba63a; */
}

a.wa i {
  font-size: 21px;
  position: relative;
  top: -2px;
  right: -3px;
}
/* 
a.wa span {
  opacity: 0;
  visibility: hidden;
  float: left;
  transition: all .5s;
}

a.wa:hover {
  width: 150px;
}

a.wa:hover span {
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  display: block;
  padding-left: 15px;
  transition: all 0.5s;
} */

/*home_services*/
.home_services {
    height: 100vh;
    /* background-image: url('../images/bg3.jpg');
    background-position: center;
    background-size: cover; */
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

/* .maskimg1{
    height: 100vh;
    background-image: url('../images/bg2.jpg');
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
    opacity: 0;
} */
.home_services .hsListData {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background-position: center;
    background-size: cover;
    visibility: hidden;
    backface-visibility: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.home_services .hsListData:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    z-index: 1;
    opacity: 0.55;
}
.hsListData:after {
  position: absolute;
  left: 0%;
  top: 0%;
  content: "";
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-image: url(../images/White.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.home_services .hsListData.hover {
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
}

.home_services .hsListData img {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}

.home_services .hsListData img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.home_services ul {
    z-index: 2;
    position: fixed;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    right: 0px;
    height: 100vh;
    top: 0%;
    overflow: hidden;

}
.home_services li{display: block; 
  /* width: 23%;  */
  width: 18%;
  float: left; display: inline-block; padding: 10px; position: relative;
margin-bottom: 0px;}
.home_services li a img{width:  100%; display: block; height: 27vh; object-fit: cover; object-position: center;}



/* .home_services li.hst2, .home_services li.hst3, .home_services li.hst4{
  top: -40px;
} */
/* .home_services li.hst2 a img, .home_services li.hst3 a img, .home_services li.hst4 a img{height: 35vh;} */

/* .home_services li.hst1 a{
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 0 18%);
}
.home_services li.hst2 a{
  clip-path: polygon(90% 0, 100% 11%, 100% 100%, 0 100%, 0 0);
}
.home_services li.hst3 a{
  clip-path: polygon(100% 0, 100% 70%, 86% 100%, 0 100%, 0 0);
}
.home_services li.hst4 a{
  clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 0 70%);
} */

.home_services li a:hover{
    transform: scale(1.05, 1.05);
}
/* 
.home_services li:nth-child(1) a,
.home_services li:nth-child(2) a,
.home_services li:nth-child(3) a {
    border-top: 0px solid #fff;
}

.home_services li:nth-child(3n+3) a {
    border-right: 0px;
}

.home_services li a img {
    width: 80px;
    display: block;
    margin-bottom: 20px;
    margin-top: 60%;
    transition: all 0.3s;
} */
.home_services li.hst1{
  position: absolute;
  left: calc(44% - 12px);
  top: 35%;
  width: 15%;
}
.home_services li.hst1 a img{height: 45vh;}
.home_services li.hst2{
    position: absolute;
    left: 58%;
    top: 14%;
    width: 24%;
}
.home_services li.hst3{
    position: absolute;
    left: 58%;
    top: 43%;
    width: 24%;
}
.home_services li.hst3 a img{width:  100%; display: block; height: 27vh; object-fit: cover; object-position: center;}

.home_services li.hst4{
  position: absolute;
  left: 58%;
  top: 72%;
  width: 24%;
}
.home_services li.hst4 a img{width:  100%; display: block; height: 27vh; object-fit: cover; object-position: center;}

.home_services li.hst5{
    position: absolute;
    left: auto;
    left: 81.7%;
    top: 37%;
  width: 15%;
}
.home_services li.hst5 a img{width:  100%; display: block; height: 44vh; object-fit: cover; object-position: center;}

.home_services li.hst6{
  position: absolute;
  left: 81.7%;
  top: 83%;
  width: 15%;
}
.hsListCont{
    position: absolute;
    left: 0%;
    top: 35%;
    width: 45%;
    height: 100vh;
    display: table;
    vertical-align: middle;
    text-align: left;
    padding-left: 3%;
    /* z-index: 999999999; */
    /* transition: all 0.3s; */
    /* z-index: 2 */
}
.hsListContinner{
    width: 100%;
}
.hsListContinner h3{
    color: #000;
    font-size: 42px;
    position: relative;
    z-index: 99;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 0;
}
.hsListContinner p{
    color: #000;
    font-size: 18px;
     position: relative;
    z-index: 99;
    margin-top: 0;
    font-weight: 300;
}

.contactsection{
    /* height: 38vh; */
    background-color: #816655;
    width: 100%;
    padding: 15px;
    color: #fff;
    display: table;
  
  }
  .contactsection1{
      
  }
  .contactsection1 h4{
    font-weight: 600;
    font-size: 16px; margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 1px;
  }
  .contactsection1 p{
    opacity: 0.7;
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .contactsection1 p i{margin-right: 10px;}
  .contactsection1 ol{
    list-style: none;
    padding: 0;
    margin: 0;
    
   display: table; margin:auto;
   margin-top: 15px;

  }
  .contactsection1 ol li{
    float: left;
    width: auto;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
  }
  .contactsection1 ol li a{
    text-decoration: none;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    font-size: 16px;
    opacity: 0.7;
    box-shadow: none;
  }
  .contactsection1 ol li a:hover{opacity: 1}
  
  .connection-grip .col:nth-child(3) .thumbnail {
    height: 50vh;
  }
  .connection-grip .col:nth-child(2) .thumbnail {
    height: 75vh;
  }
  .connection-grip .col a.cgg:hover img{
    /* transform: scale(1.5); */
    transform: scale(1.1) rotate(2deg);
  }
  


.home_services li a{display: block; position: relative; transition: all 0.3s;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.25);
box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.35); 

}
ul#hsList li a .homeservcont {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 10px 20px;
  /* text-align: left; */
  transition: all 1s;
  display: table;
  vertical-align: middle;
  z-index: 9;

  /* background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(11, 11, 17, 0.25), 0 20px 60px -20px rgba(11, 11, 17, 0.5); */
  text-align: center;
  width: 100%;
  height: 100%;
}

.homeservcont1 {
  display: table-cell;
  vertical-align: middle;
  transition: all 1s;
}

ul#hsList li a .homeservcont h3 {
  margin: 0;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  position: relative;
  top: 0;
  /* transition: all 1s; */
  background-color: rgba(255, 255, 255, 0.85);
}

ul#hsList li a .homeservcont:before{
	position:absolute;
	left:0px;
	right:0px;
	margin:auto;
	top:50%;
	/* z-index:9; */
	width:5%;
	height:0px;
	transition:all .3s;
  content: "";
  background-color: rgba(129, 102, 85, 0.55);
}
ul#hsList li a:hover .homeservcont:before{
	width:100%;
	height:100%;
	transition:all .3s;
	top:0px;	
}
ul#hsList li a:hover .homeservcont h3 {background-color: transparent; color: #fff;}

/*testimonials*/

.testimonials {
	/* background-image: url(../images/wave.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
	display: block;
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
	/* margin-top: 120px; */
	position: fixed;
  height: 100vh;
}


/* 
.testimonials:before {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #f7f9fa;
    content: "";
    display: block;
} */
.testhdd1{
  position: absolute;
  left: 48%;
  top: 30%;
}
.testimonials h3 {
	display: inline-block;
	position: relative;
	z-index: 1;
	font-weight: 300;
	/* letter-spacing: 1px; */
	font-size: 18px;
	width: 100%;
	color: #816755;
}


.testimonials h2 {
	width: 100%;
	display: block;
	margin-bottom: 0px;
	font-size: 60px;
	margin-top: 0;
	color: #000;
	font-weight: 100;
	margin-top: 0px;
  text-transform: uppercase;

}


.testimonials h2 span:before {
	content: "";
	width: 100%;
	height: 15px;
	background: #e643a6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	mix-blend-mode: difference;
}

p.ptxt {
	color: #04206f;
	font-size: 16px;
	line-height: 26px;
	margin: 20px 0;
	padding-left: 60px;
}

.testimonialsBx ul {
	list-style: none;
	width: 100%;
	clear: both;
}

.testimonialsBx ul li {
	padding: 10px;
	display: block;
}

.testimonialsBx ul li a {
	display: block;
	transition: all 0.3s
}

.testimonialsBx a .timg {
	width: 100%;
	display: block;
	overflow: hidden;
}

.testimonialsBx a .timg img {
	/* width: 100%; */
	display: block;
	transition: all 0.3s;
  width: 478px;
  height: 615px;
  object-fit: cover;
  object-position: center center;
  border-radius: 5px;
}

/* .testimonialsBx a:hover .timg img {
	width: 100%;
	display: block;
	transition: all 0.3s;
} */

.testimonialsBx a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s;
}

.testimonialsBx a h4 {
	font-family: "FuturaNextW05-Medium";
	font-size: 12px;
	line-height: 21px;
	letter-spacing: 1px;
	color: #2e3192;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 0;
}

.testimonialsBx a h1 {
	font-family: "FuturaNextW05-Medium";
	font-size: 21px;
	letter-spacing: 0;
	color: #071323;
	text-transform: none;
	font-weight: 600;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.testimonialsBx figcaption {
	width: 55%;
	position: absolute;
	right: 0px;
	bottom: 150px;
	padding: 30px;
  padding-right: 20%;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	opacity: 0;
}

.swiper-slide-active .testimonialsBx figcaption {
	opacity: 1
}
/* 
.swiper-slide-active .testimonialsBx a:hover .timg img {
	transform: scale(1.2);
}

.testimonialsBx img {
	opacity: 0.5;
	transform: scale(0.8);
} */

.swiper-slide-active .testimonialsBx img {
	opacity: 1;
	transform: scale(1);
}


/* .swiper-slide-active{width: 800px !important} */

.swiper-container1 .swiper-slide {
	width: 75%;
	height: 600px
}

.testimonialsBx figcaption h5 {
	display: block;
	font-size: 32px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 10px;
  text-transform: uppercase;
	color: #000;
}

.testimonialsBx figcaption p {
	line-height: 24px;
	color: #000;
	font-size: 18px;
  opacity: 0.7;
	margin-bottom: 30px;
}

.testimonialsBx figcaption span {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	/* padding: 10px 30px;
	border: 1px solid #ce258f;
	color: #ce258f; */
	transition: all 0.3s;
  color: #000;
  position: relative;
}
.testimonialsBx figcaption span::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -20px;
  width: 155px;
  height: 35px;
  background-image: url(../images/hover-01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .25;
  -webkit-transition: all .7s;
  transition: all .7s;
  z-index: -1;
}

.testimonialsBx figcaption span:hover {
	/* font-size: 21px; */
  letter-spacing: 4px;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	display: block;
	margin: auto 0;
	overflow: hidden;
	width: 38px;
	height: 20px;
	text-align: center;
	top: 65%;
	bottom: auto;
	transform: translate(-50%, -50%);
	transform-origin: center;
	transition: all .3s cubic-bezier(.77, 0, .175, 1);
	background-size: 38px 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/* border: 1px solid #fff; */
}
/* 
.swiper-container1 .swiper-button-next:hover,
.swiper-container1 .swiper-button-prev:hover {
	background-color: #f8a819;
	border-color: #f8a819;
} */

.swiper-container1 .swiper-button-prev {
	left: 80%;
	background-image: url(../images/carousel-arrow--previous.svg);
}

.swiper-container1 .swiper-button-next {
	left: calc(80% + 65px);
	right: auto;
	background-image: url(../images/carousel-arrow--next.svg);
	border-left: none;
  background-position: right center;
  width: 65px
}
.swiper-button-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  height: 20px;
  border-right: 1px solid #1c1c22;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 43%;
	height: 2px;
	left: 33%;
	bottom: 60px;
	top: auto;
	background-color: #4084c0;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background-color: #fff;
}


/* .progress-bar {
    background: hsla(0,0%,100%,.2);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
} */


.pattern-03 {
    position: absolute;
    top: 400px;
    left: 100px;
}
.material-background {
    position: absolute;
    right: 0;
    top: 30%
}




/*innerbanner*/

.inner_banner {
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
  height: 58vh;
	/* background-color: #0f3142; */
}

.inner_banner::after {
	content: "";
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 9;
      background-color: #d1cbc0;
	  opacity: 0.8;
	  
  }

.inner_banner img {
	width: 100%;
  height: 100%;
	/* opacity: 0.4; */
	display: block;
	float: right;
}

.innertxt1 {
	position: absolute;
	text-align: left;
	top: 60%;
	left: 0%;
	padding: 10px 0;
	z-index: 99;
	width: 100%;
}

.searchbxtxt {
	top: 42%;
}

.innertxt1 ul {
	list-style: none;
	text-align: left;
	margin-bottom: 0px;
	padding-left: 0px;
}

.innertxt1 ul li {
	display: inline-block;
	position: relative;
	padding-right: 25px;
	font-weight: 300;
	margin-bottom: 0px;
	color: #81c90e;
}

.innertxt1 ul li:last-child {
	padding-right: 0px;
}

.innertxt1 ul li:after {
	content: "/";
	color: #fff;
	position: absolute;
	font-size: 14px;
	right: 8px;
	top: 3px;
}

.innertxt1 ul li:last-child:after {
	display: none;
}

.innertxt1 ul li a {
	color: #fff;
	text-decoration: none;
}

.inner_banner h1 {
	color: #fff;
	font-size: 100px;
	text-transform: capitalize;
	margin-bottom: 0;
}

.inner_banner h1 span {
	color: #fff;
}

.inner_banner h1 p {
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
	letter-spacing: 2px;
	color: #fff;
}


/*innerbanner*/



.projectspgbx1{
	width: 100%;
	display: block;
	padding: 60px 0 0;
}

.multi_tabs {
	clear: both;
	width: 100%;
	display: block;
  }
  
  ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	/* display: table;
	margin: auto; */
  }
  
  ul.tabs li {
	float: left;
	margin: 0;
	/* cursor: pointer; */
	padding: 10px 30px;
	border-left: none;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	color: #262963 ;
	display: block;
	margin: 0 20px 0 0;
	border: 1px solid #262963 ;
	position: relative;
	text-transform: capitalize;
	transition: all 0.3s;
	letter-spacing: 1px;
  }
  
  ul.tabs li:hover {
	background: #262963 ;
	color: #fff;
	border-color: #262963 ;
	/*border-bottom: 3px solid #79bedb;*/
  }
  
  ul.tabs li.active {
	background: #262963 ;
	/*border-bottom: 3px solid #0080b6;*/
	color: #fff;
	border: 1px solid #262963 ;
	border-bottom: 0px;
  }
  
  .tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 30px 65px 0;
	/* margin-top: 60px; */
  }
  
  .tab_content {
	  
  }

  .w_50 {
    width: 50%;
    float: left;
    display: inline-block;
    padding: 0 20px
  }
  .mb_6 {
    margin-bottom: 1rem !important;
  }
  .projects-list-item.o_h.w_50.pos_r.mb_6{
    margin-bottom: 3.5rem !important;
  }
  .pos_r {
    position: relative;
  }

  .page-footer1{
    padding: 50px 100px 0px;
    display: inline-block;
    width: 100%;;
  }
  a.fw_m{margin-left: 15px;}
  .fz50 {
    font-size: 32px;
    margin-bottom: 10px;
  }
.fz24  .projects-list-param{font-size: 18px;}
.projcont111{font-size: 16px;}
  .section4{
    /* padding: 50px 0; */
    background-color: #fff;
    display: table;
    width: 100%;
}
.section4 h2{
    text-align: left;
color: #c1421e;
margin-top: 0px;
margin-bottom: 40px;
font-size: 36px;
}
.section4 p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
.section4 ul{
    list-style: none;
    width: 100%;
    text-align: center;
}
.section4 ul li{
    /* float: left;  */
    display: inline-block;
    width: 24.5%;
    padding: 15px;
}
.section4 ul li a{
    text-decoration: none;
    width: 100%;
    display: block;
    color: #40454d;

}
.section4 ul li a img{width: 100%;
align-items: center;
justify-content: center;
background: #fff;
box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.10);
padding: 20px 50px;
transform-style: preserve-3d;

display: block;}
.section4 ul li a h6{
    font-size: 18px;
    margin-top: 20px;
}
.section4 ul li a h6 i{margin-left: 10px; font-size: 14px;}
.section4 ul li a:hover{color: #f08215;}

.productbx1{
  width: 100%;
  display: table;
}
.productbx1 a{
  max-width: 540px;
  margin: 0 auto;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  color: #333;
}
.prodimgbx{
  width: 100%;
position: relative;
z-index: 2;
overflow: hidden;
background: #fff;


  left: -15px;
height: 232px;
position: relative;
}
.prodimgbx > img{
  height: 100%;
display: block;
position: absolute;
left: 50%;
-webkit-transform: translate3d(-50%,0,0);
transform: translate3d(-50%,0,0);
}
.prodicon{
  bottom: -1px;
  right: -1px;
  width: 180px;
  height: 68px;
  line-height: 68px;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  padding: 0 20px;
  text-align: center;

  line-height: 88px;
  width: 150px;
  height: 88px;
  background: #fff;
  transition: all 0.3s;
}
.productbx1 a:hover .prodicon{background: #104851;}
.prodicon img{
  display: inline-block;
vertical-align: middle;
max-width: 100%;
}
.prodicon svg{
  display: inline-block;
vertical-align: middle;
max-width: 100%;
width: 55px;
fill: #262963;
transition: all 0.3s;
}
.productbx1 a:hover .prodicon svg{fill: #fff;}
.prodcontent{
  text-align: center;
background: #fff;
padding: 130px 20px 24px;
border: 0;
position: relative;
/* top: -110px; */
margin-top: -110px;
box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.10);
transition: all 0.3s;
}
.productbx1 a:hover .prodcontent{background: #104851;}
.prodcontent h1{
  color: #262963;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 21px;
  font-weight: 400;
  margin: 15px 0 5px;
  transition: all 0.3s;
}
.prodcontent p{
  color: #333;
font-size: 18px;
line-height: 32px;
text-align: center;
font-family: "FuturaNextW05-Light";
transition: all 0.3s;
}
.productbx1 a:hover h1{color: #fff;}
.productbx1 a:hover p{color: #fff; opacity: 0.7;}
.prodcontent span{
  text-decoration: none;
  color: #f37021;
  font-size: 18px;
  position: relative;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.prodcontent span img{margin-right: 10px; width: 24px; float: left; display: inline-block;}
.productbx1 a:hover span{color: #1a3d75;}

.projectspgbx1111{display: flex; flex-wrap: wrap;}
.w-33{
  /* float: left; */
  display: inline-flex;
  /* width: 33.33%;  */
  padding: 0px 10px 30px 35px;
  
  flex: 0 0 33.333333%;
}


.jobdescripp{
  background-color: #f5f3f3;
  padding: 50px 30px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0px;
  font-family: "FuturaNextW05-Light";
}
.jobtop{
  clear: both; width: 100%;
  margin-bottom: 70px;
}
.jobtop span{
  float: left;
  display: inline-block;
  margin-right: 25px;
  color: #000;
  font-family: "FuturaNextW05-Light";
}
.jobtop span img{width: 17px; margin-right: 20px; position: relative;}
.accordion-content .jobdescripp p{
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
  color: #000;
  line-height: 32px;
  margin-bottom: 25px;
  clear: both;
  width: 100%;
  font-family: "FuturaNextW05-Light";
  padding: 0;
  background-color: transparent;
}
.jobdescripp h3{
  color: #104851;
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
}
.jobdescripp ul{
  list-style: none;
}
.accordion-content .jobdescripp ul li{
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 10px;
  background-image: url('../images/arrow.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 10px;;
  color: #000;
  font-family: "FuturaNextW05-Light";

}
.jobdescripp a{
  background-color: #816655;
  border-radius: 5px;
  padding: 15px 30px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  transition: all 0.3s;
  display: inline-block;
}
.jobdescripp a:hover{
  color: #816655;
  background-color: #fff;
}


.registerbx1 input.form-control,
.registerbx1 textarea.form-control {
    background-color: #fff;
    border-radius: 5px;
    height: 60px;
    padding-left: 20px;
    border: 0px;
    margin-bottom: 10px;
    border: 1px solid #262963;
    font-weight: 400;
    font-size: 16px;
    box-shadow: none;
    width: 100%;
    color: #000;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 15%);
    font-family: "FuturaNextW05-Light";
}

.registerbx1 textarea.form-control {
    height: 120px;
    padding-top: 20px;
}

.registerbx1 .col-sm-12 {
    display: table;
    width: 100%;
}

input.subres {
    padding: 10px 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0px;
    border-radius: 0;
    background-color: #816655;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #816655
}
input.subres1{margin:auto; display: table; border-color: #fff; background-color: transparent; color: #fff;}
input.subres:hover {
    background-color: transparent;
    color: #816655;
}
input.subres1:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
.w-100{
  width: 100%; clear: both;
  margin-bottom: 15px;
  display: table;;
}




.contactpgbx{
	width: 100%; display: inline-block;
	padding: 0;
}
.cpbl1{
	width: 100%; position: relative;
	margin-bottom: 30px;
}
.cpbl1in{
	width: 100%;
	padding: 30px;
	background-color: #fff;
  display: table;
	border: 0;
  /* box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.10); */
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
margin-bottom: 50px;
}
.cpbl1in h2{
	width: 100%;
display: block;
font-size: 24px;
color: #262963;
margin-top: 0px;
margin-bottom: 10px;
}
.cpbl1in h3{
	width: 100%;
display: block;
font-size: 18px;
color: #104851;
margin-top: 0px;
margin-bottom: 10px;
}
.cpbl1in p{
	font-size: 16px;
	line-height: 28px;
	color: #555;
	margin-bottom: 0;
}
.cpbl1in a{
	text-decoration: none;
	color: #555;
	font-size: 16px;	
	transition: all 0.3s;
  display: block;
  clear: both;
  margin-bottom: 10px;
}
.cpbl1in a i{margin-right: 5px; font-size: 21px; width: 18px; color: #632064;}
.cpbl1in a:hover{color: #632064;}
.cpbl1in a img{margin-right: 5px; width: 18px; position: relative; top: -2px}

.cpbl2{
	width: 100%;
	display: block;
	clear: both;
	padding: 0 75px;
}
.cpbl2 h2{
	width: 100%;
	display: block;
	font-size: 32px;
	color: #fff;
	/* font-weight: 800; */
	margin-top: -10px;
	margin-bottom: 10px;
  text-align: left;
  padding-left: 10px;
}
.cpbl2 h2 span{
	position: relative;
	z-index: 9;
}
.cpbl2 h2 span::before {
    content: "";
    width: 100%;
    height: 15px;
    background: #b7fba9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: difference;
}
.cpbl2 p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
  text-align: left;
  font-family: "FuturaNextW05-Light";
  opacity: 0.75;
  padding-left: 10px;
}
.cpbl2 .form-group{margin-top: 20px;}
.cpbl2 .form-group input.form-control, .cpbl2 .form-group textarea.form-control{
	height: 50px;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	padding: 0 15px;
	background-color: #fff;
	border: 0;
	box-shadow: none;
	margin-bottom: 25px;
  width: 100%; clear: both;
  /* box-shadow: 0 5px 15px 0px rgb(0 0 0 / 05%); */
font-family: "FuturaNextW05-Light";
box-shadow: 0 5px 15px 0px rgb(0 0 0 / 15%);
border: 1px solid #ccc;
}
.cpbl2 .form-group textarea.form-control{height: 150px; padding-top: 20px;}
input.btn-primary{
	font-size: 18px;
	padding: 12px 50px;
	background-color: #005aaa;
	border-color: #005aaa;
	transition: all 0.3s;
}
input.btn-primary:hover{background-color: #f8ac21; border-color: #f8ac21;}


.adbxin{
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.161));
  padding: 30px;
  background-color: #fff;
    min-height: 500px; margin-top: 60px;
    text-align: left;
    /* border-radius: 50px; */
    z-index: 9999;
    position: relative;
    display: table;
    width: 100%;
}
.abouttab1 h2 {
    font-size: 21px;
    font-weight: 500;
    position: relative;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 35px;
    color: #0e2b5c;
    margin-top: 20px;
    
    color: #0e2b5c;
}
.add1{position: relative;  display: table;
border-bottom: 2px solid #e9e9e9; width: 100%; padding: 20px 0; padding-left: 60px; }
.add1:before{
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  left: 5px;
  top: 20px;

  content: "\f041";
    font-family: FontAwesome;
    font-size: 26px;
    color: #104851;
  /* background-image: url('../images/placeholder.png');
  background-repeat: no-repeat;
  background-size: 35px; */
}
.add2:before{
  /* background-image: url('../images/call.png');
  top: 20px; */
  content: "\f095";
}
.add3:before{
  content: "\f0e0";
  font-size: 21px;
}
.add4:before{
  content: "\f164";
}
.add1:after{
  position: absolute;
  width: 2px;
  height: 70%;
  content: "";
  left: 45px;
  top: 15%;
  background-color: #e9e9e9;
}
.add4:after{height: 85%;}
.add1 p{margin-bottom: 5px; padding:0px; text-align: left; font-size: 16px;}
.add1 h5{font-size: 16px; margin-top: 0; color: #3F3F3F; font-weight:400; 
     margin-bottom: 5px; line-height: 28px;}

.adbxin h2{font-size: 30px;
  color: #262963;
  font-weight: 800;
   position: relative; line-height: 42px; margin-bottom: 15px; margin-top: 0px;
text-align: left; 
}
/* .adbxin h2:before{
  position: absolute; left: 0px; bottom: -10px;
  content: ""; height: 5px; background-color: #53C1FF; width: 150px;
} */

.add4.ftoprightsoc{padding-bottom: 0; margin-bottom: 0;}

.abouttab2 h4{font-size: 21px; font-weight: 600; 
margin-bottom: 20px;}
.abouttab2 p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #333;
}

.ftoprightsoc a{
  float: left;
  display: inline-block;
  width: 36px; height: 36px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 18px;
  margin-right: 10px;
  line-height: 34px;
  margin-top: 5px;
  /* margin-bottom: 10px; */
  transition: all 0.3s;

  color: #7f6654;
}
.ftoprightsoc a:hover{background-color: #292e3b; border-color: #292e3b; color: #7f6654;}


.w-70, .w-30{
  float: left;
  display: inline-block;
  width: 70%;
  /* padding-right: 20px; */
}
.w-30{width: 30%;}
.w-33{width: 33.33%;}
.w-50{
  float: left;
  display: inline;
  width: 50%;
  padding-right: 0px;
}
.w-50-1{padding: 0 15px}





.aboutsection1 {
  position: relative;
  padding: 0;
  width: 100%;
  display: block;
  background-image: url(../images/europe-map.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  overflow: hidden;
}
.aboutcrane {
  clear: both;
  position: absolute;
  top: -75px;
  z-index: 9;
  left: 20%;
}
.aboutcrane img{width: 71%}
.about-4 {
  width: 33.333333%;
float: left;
display: inline-block;

  background-color: #f6f6f4;
  padding: 60px 60px;
  height: 918px;
  margin-top: 60px;
}
.about-4 img{width: 100%; display: block;}
.about-8 {
width: 66.666667%;

float: right;
display: inline-block;

  background-color: #f0f4f6;
  padding: 380px 0px 0px 80px;
  height: 1094px;
}
.about-8 p {
  width: 43%;
  font-size: 18px;
  font-weight: 500;
  margin-left: 45px;
  float: left;
  line-height: 32px;
  letter-spacing: 0.33px;
  float: left;
  color: #000;
  font-family: "FuturaNextW05-Light";
  text-align: justify;
}
.about-8 p1 {
  width: 40%;
  font-size: 18px;
  font-weight: 500;
  margin-left: 45px;
  float: left;
  line-height: 32px;
  letter-spacing: 0.33px;
  float: left;
  color: #000;
  font-family: "FuturaNextW05-Light";
  text-align: justify;
}
.pca {
  clear: both;
position: absolute;
top: 150px;
z-index: 998;
left: 500px;

  margin-left: 100px;
  line-height: 40px;
}
.pca h2 {
  /* font-size: 80px;
  font-weight: 300;
  padding-left: 125px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #262963;
  margin-top: 50px;
  margin-bottom: 40px;
  font-family: "FuturaNextW05-Medium"; */
  padding-left: 60px;
width: 100%;
display: block;
font-size: 32px;
color: #262963;
font-weight: 800;
margin-top: -90px;
margin-bottom: 10px;
}
.pca h3 {
  font-size: 80px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #262963;
  padding-left: 250px;
  margin-bottom: 15px;
  font-family: "FuturaNextW05-Bold";
  
  
}

.pca h4 {
  font-size: 80px;
  font-weight: 600;
  padding-left: 180px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #686867;
  line-height: 60px;
  font-family: "FuturaNextW05-DemiBold";
  
}

.about-8 {
  background-color: #f0f4f6;
padding: 135px 0px 0px 85px;
height: 1016px;
}

.ui-dark-background {
  /* background: #094852; */
  padding: 60px 150px 70px 85px;
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}
.quote__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.quote__images {
  order: 1;
  position: relative;
  margin: 0;
}
.quote__author {
  margin-left: 0%;
}
.quote__authoraaa{
    margin-top: -50px;
    width: 40%;
    text-align: right;
    position: relative;
    top: -30px;
}
.ui-dark .text--color-accent{
  color: #b1b7b8;
}
.ui-dark .text--color-small {
  /* color: #677375; */
  color: rgba(255, 255, 255, 0.5);
}
.ui-dark .text--color-accent{
  color: #b1b7b8;
letter-spacing: .02em;
}
.ui-dark .quote__author__name{
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
  /* color: #b1b7b8; */
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;

}
.ui-dark .text--h5-sm{
  /* margin-left: 21%; */
  margin-top: 50px;
  font-size: 18px;
  line-height: 32px;
  margin-right: 50%;
  /* text-transform: uppercase; */
  /* color: #b1b7b8; */
  color: rgba(255, 255, 255, 0.5);
  font-family: "FuturaNextW05-Light";
  text-align: justify;
}
.quote__text__icon {
  width: 120px;
  display: inline-block;
}
.quoteimgbx{
  clear: both;
  width: 100%;
  padding-left: 55%;
  position: relative;
  /* z-index: -1; */
  margin-top: -260px;
}
img.qimg1{
  display: block;
  width: 100%;
  position: relative;
}
img.qimg2{
  position: absolute;
left: 42%;
bottom: -40px;
display: block;
width: 240px;
z-index: 99;
visibility: hidden;
}
.village1 {

  position: absolute;
  bottom: -175px;
  left: -70px;
  z-index: 12;
  font-size: 28em;
  /* font-weight: 900; */
  /* color: #53513e; */
  opacity: .9;

  color: transparent !important;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color:  rgba(255, 255, 255, 0.2);;

}


.sectionteambx{
  padding: 60px 0 10px;
  width: 100%;
  display: table;
  background-color: #fffcfa;
  background-image: url(../images/bg-body.svg),url(../images/bg-body-right.svg);
  background-position: -660px 0,right -750px top 1600px;
  background-repeat: no-repeat,no-repeat;
}
.sectionteambx h2 {
  width: 100%;
  display: block;
  font-size: 32px;
  color: #262963;
  font-weight: 800;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sectionteambx h3{
font-size: 18px;
font-weight: 500;
padding: 0px;
float: left;
line-height: 32px;
float: left;
color: #000;
font-family: "FuturaNextW05-Light";
width: 100%;
text-align: justify;
margin-bottom: 70px;
}


.list-image-text-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  clear: both;
}
.image-text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 50px;
}
.image-text-link {
  -ms-flex-preferred-size: calc(100%/3);
  flex-basis: calc(100%/3);
}
.image-text-link-avatar {
  width: 90px;
  height: 90px;
  margin-right: 23px;
  border-radius: 50%;
  background-clip: padding-box;
  box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.20);
}
.image-text-link-copy {
  margin-top: 0px;
  /* display: block; */
}
.image-text-link-subtitle {
  margin-bottom: 10px;
  /* text-transform: uppercase; */
  font-size: 16px;
  /* font-weight: 600; */
  color: #000;
  font-family: "FuturaNextW05-Light";
}
.image-text-link-title {
  margin-bottom: 10px;
  font-size: 18px;
  /* font-weight: 400; */
  color: #104851;
  line-height: 1.4;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 125px;
  height: 95px;
  background-size: 100%;
  /* transition: all 0.3s; */
}
#header.fixed1 .logo a {
  background-image: url("../images/logo1.png");
  background-position: left center;
  /* height: 75px; */
}

.contactpgbx2{
  width: 100%;
  display: table;
  padding: 60px 0;
  /* background-image: linear-gradient( 109.6deg,  rgba(68,50,41,1) 11.2%, rgba(83,63,52,1) 47.7%, rgba(153,86,15,1) 100.2% ); */

  /* background-color: #2b63af; */

	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.contactpgbx3{
  width: 100%;
  display: table;
  padding: 50px 0;
  position: relative;
  /* background-image: url(../images/aa1.jpg); */
  background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

.contactpgbx3::after {

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
  opacity: .6;
  /* z-index: -1; */

}
.bganimationbx{
	animation-name: color_change;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.bganimationbx .about_info h2{color: #fff;}
.bganimationbx .about_info h2 span{color: #fff;}
.bganimationbx .about_infoleft{color: #fff;}
.bganimationbx .about_inforight{color: #fff;}


@-webkit-keyframes color_change {
	0% { background-color: #7f6654; }
  15% { background-color: #7f6654; }
	25% { background-color: #262963; }
	50% { background-color: #104851; }
	100% { background-color: #632064; }
}
@-moz-keyframes color_change {
	0% { background-color: #7f6654; }
  15% { background-color: #7f6654; }
	25% { background-color: #262963; }
	50% { background-color: #104851; }
	100% { background-color: #632064; }
}
@-ms-keyframes color_change {
	0% { background-color: #7f6654; }
  15% { background-color: #7f6654; }
	25% { background-color: #262963; }
	50% { background-color: #104851; }
	100% { background-color: #632064; }
}
@-o-keyframes color_change {
	0% { background-color: #7f6654; }
  15% { background-color: #7f6654; }
	25% { background-color: #262963; }
	50% { background-color: #104851; }
	100% { background-color: #632064; }
}
@keyframes color_change {
	0% { background-color: #7f6654; }
  15% { background-color: #7f6654; }
	25% { background-color: #262963; }
	50% { background-color: #104851; }
	100% { background-color: #632064; }
}

.contpg25{
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  padding: 0 20px;
}
.contact-info-box {
	text-align: center;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
	/* background-color: #eef7f7;
	border: 1px solid #fbe4d4; */
	padding: 0 10px;
	position: relative;
	z-index: 1
}
/* 
.contact-info-box:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #173058;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px
} */

.contact-info-box .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	border-radius: 50%;
	font-size: 25px;
	color: #816655;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 12px;
	position: relative
}

.contact-info-box .icon i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}

.contact-info-box h3 {
	margin-bottom: 10px;
	margin-top: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 18px;
	color: #fff;
  opacity: 0.7;
}

.contact-info-box p {
	margin-bottom: 2px;
	-webkit-transition: .5s;
	transition: .5s;
  color: #fff;
}

.contact-info-box p a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
}
/* 
.contact-info-box p a:hover {
	color: linear-gradient(to right top, #fdb084, #ff9870, #ff7e62, #ff5f59, #ff3656)
}

.contact-info-box p:last-child {
	margin-bottom: 0
}

.contact-info-box:hover:before {
	height: 100%
}

.contact-info-box:hover h3,
.contact-info-box:hover p a {
	color: #fff
} */
.followusbx a{
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
}

.footerbtm {
  display: table;
  width: 100%;
  padding: 0px 50px;
  background-color: #f0f4f6;
  /* position: absolute;
  bottom: 0;
  left: 0; */
  height: 50px;
  line-height: 50px;
  /* text-align: center; */

  /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
}

.footerbtm p {
  color: #000;
  font-size: 12px;
  padding: 0;
  width: auto;
  text-align: right;
  float: right;
  font-weight: 300;
  margin: 0px 0 0;
  height: 50px;
  font-family: "FuturaNextW05-Light";
  line-height: 50px;
}



/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
	body {
		overflow-x: hidden !important;
	}
  .container {
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;
	}    
}


/*------iphone----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;

    padding: 0 20px !important
	}

  .contactpgbx2{display: block;}
  .cpbl2{padding: 0 20px}

  .cpbl2 h2, .adbxin h2{font-size: 18px; font-weight: 400;}
  .w-33, .w-70, .w-30, .w-50{width: 100% !important; clear: both;}
  .add2 .w-50{padding-left: 0 !important; border-left: 0 !important;}
  .w-70{padding-left: 0 !important; }
  .w-70 iframe{height: 300px !important;}

  .jobtop{display: inline-block; margin-bottom: 20px;}
  .jobdescripp, .accordion-content .jobdescripp p, .accordion-content .jobdescripp ul li{font-size: 14px; line-height: 24px;}
  input.subres{padding: 10px 30px; font-size: 14px;}

  .projectspgbx1111{display: block;}

  .prodcontent p{font-size: 14px; line-height: 24px;}
  .prodcontent h1{font-size: 18px;}

  ul.tabs{text-align: center;}
  ul.tabs li{letter-spacing: 0; font-size: 11px; margin: 1%; padding: 10px; float: none; display: inline-block;
  width: 46%}
  .tab_container{padding: 20px}
  .section4 ul li{width: 100%;}

  .w_50{width: 100%; clear: both;}

  .projects-list-img{height: 275px !important;}
  .projects-list-item.o_h.w_50.pos_r.mb_6{margin-bottom: 40px !important; padding: 0 !important;}

  .fz50{font-size: 18px;}
  .projects-list-flats-cnt{padding: 10px !important; font-size: 10px !important;}
  .fz24 .projects-list-param{font-size: 14px !important;}
  .projcont111{font-size: 14px;}
  .pt_2{padding-top: 10px !important;}
  .pb_2{padding-bottom: 10px !important;}

  .sectionteambx h2{font-size: 24px;}
  .sectionteambx h3{font-size: 14px; line-height: 24px;}

  .image-text-link{flex-basis: calc(100%/1); left: 0 !important;}

  .ui-dark-background{padding: 60px 20px}
  .ui-dark .quote__author__name{font-size: 24px;}
  .ui-dark .text--h5-sm{margin-right: 0;}
  img.qimg2{position: relative; width: 150px; height: 150px;
    border-radius: 100%; object-fit: cover; object-position: center top; display: table; margin: auto;; left: 0; bottom: 0;
  margin-top: 20px;}
  .quoteimgbx{padding: 0; margin: 0;}
  img.qimg1{display: none;}

  .aboutcrane img{display: none;}
  .about-4, .about-8{width: 100%; clear: both; height: auto;}
  .about-4{padding: 0}
  .about-4 img{height: 400px; object-fit: cover; object-position: left top; }
  .about-8{padding: 20px}
  .about-8 p, .about-8 p1{width: 100%; clear: both; margin: 0; font-size: 14px; line-height: 24px;}
  .about-8 p1{margin-top: 30px; font-size: 14px; line-height: 24px;}
  .about-8{margin-bottom: 60px;}
  .pca{position: relative; top: auto; left: auto; font-size: 24px; margin: auto; padding: 0}
  .pca h2{padding:0; margin-top: 0; font-size: 24px;}
  .ui-dark .text--h5-sm{font-size: 14px; line-height: 24px;}

  .product-finder-btn{height: 25px; width: 140px; right: 44px;}
  .product-finder-btn__text{position: relative; bottom: 2px;}

  .page-header-logo.innerlogohide img {
    width: auto !important;
    height: 40px;
  }

  .quote__authoraaa{
    width: 100%;
    margin:auto;
    display: block;
    top: auto; bottom: auto;
    text-align: center;
    margin-top: 15px;
  }
  .ui-dark .text--color-small{font-size: 12px;}
  .ui-dark .quote__author__name{margin-bottom: 0; font-size: 18px;}
  .inner_banner{height: 45vh;}
  img.qimg2{z-index: 1}
  .image-text-link-title{font-size: 16px;}
  .image-text-link-subtitle{font-size: 14px;}

  input.subres2{font-size: 11px;}

  .page-header-path1{padding-top: 17px; padding-right: 25px;}  

  .village1{bottom: 65px; left: 0; width: 100%; text-align: center; font-size: 90px;}
  #status{width: 120px; margin-left: -60px;}

  .adbxin{z-index: 9;}
  .pca{z-index: 1;}

  .multi_tabs .container{padding: 0 10px !important;}
  .section4 ul li{padding: 15px 0;}

  /* .prodimgbx{left: 0;} */
  .w-33{padding: 0px 0px 30px 15px}
  .registerbx1{margin-top: 30px;}
  .registerbx1 input.form-control, .registerbx1 textarea.form-control{height: 50px;}

  .cpbl2 h2{padding-left: 0;}
  .w-50-1{padding-left: 0 !important; padding-bottom: 0;}

  .add1 h5{font-size: 14px !important; line-height: 24px;}
  .add1 p{font-size: 14px;}
  .adbxin{padding: 20px}
  .w-50-ppp{margin-top: 15px;}
  .w-70 iframe{margin-top: 30px;}
  
  .footerbtm{padding: 0;}
  .footerbtm p{font-size: 9px;}
  
  .footerbtm{display: block; overflow: hidden;}
  .w-50-1{padding-right: 0;}
}


/*------smalltablet----------------*/

@media only screen and (min-width: 480px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 550px) and (max-width: 960px) {
	
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
	.container {
		width: 100%;
		display: block;
		max-width: 100%;
		min-width: 100%;
	}

  .inner_banner h1{font-size: 60px !important;}
  .aboutcrane{left: 9%;}
  .about-8{padding-left: 55px;}  
  .pca{left: 28%;}

  .pca h2{font-size: 24px; margin-top: -80px;}
  .about-8 p{width: 40%; font-size: 14px; line-height: 24px;}

  .ui-dark .quote__author__name, .sectionteambx h2{font-size: 24px;}
  .ui-dark .text--h5-sm, .sectionteambx h3{font-size: 14px; line-height: 24px;}
  .ui-dark-background{padding-right: 85px; padding-bottom: 100px;}

  img.qimg2{width: 140px;}
  .quoteimgbx{margin-top: -150px;}

  .image-text-link {
    -ms-flex-preferred-size: calc(100%/2);
    flex-basis: calc(100%/2);
    left: 0px !important;
  }

  .fz50{font-size: 21px;}
  .fz24 .projects-list-param{font-size: 21px;}
  .projects-list-flats-cnt{padding: 10px !important}

  ul.tabs li{font-size: 12px; letter-spacing: 0; padding: 10px 20px}

  .section4 ul li a img{padding: 5px}

  .w-33{width: 50%; flex: 0 0 50%;}

  .prodcontent h1{font-size: 18px;}
  .prodcontent p{font-size: 14px; line-height: 21px;}

  .page-header-logo{width: 70px !important;}
  .container{padding: 0 65px}

  .cpbl2{padding: 0 55px}
  .contactpgbx  .container{padding: 0 40px !important}

  .about-4{padding: 40px}
  .tab_container{padding: 30px 45px 0}

  .padr50{padding-right: 20px !important;}
  .jobdescripp, .accordion-content .jobdescripp p, .accordion-content .jobdescripp ul li{font-size: 14px; line-height: 24px;}
  .jobtop span img{margin-right: 8px; position: relative; top: 3px;}
  .jobtop span{margin-right: 20px; float: left;}
  .jobtop{display: table; margin-bottom: 20px;}
  ul.quickacc > li > a{font-size: 16px !important;}
  .jobdescripp h3{font-size: 16px;}

  .contactpgbx .w-30{width: 45%;}
  .contactpgbx .w-70{width: 55%;}

  .add1 h5, .add1 p{font-size: 14px; line-height: 26px;}
  .adbxin h2{font-size: 24px !important;}
  
  
}
@media only screen and (min-width: 1040px) and (max-width: 1240px) {
	.aboutcrane{left: 11%;}
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
	.contactpgbx .w-30{width: 45%;}
  .contactpgbx .w-70{width: 55%;}

  .aboutcrane{left: 15%;}
  .pca{left: 32%;}

  .about-8{padding-left: 55px;}  

  .pca h2{font-size: 28px; margin-top: -80px;}
  .about-8 p{width: 40%; font-size: 16px; line-height: 28px;}

  .ui-dark .quote__author__name, .sectionteambx h2{font-size: 24px;}
  .ui-dark .text--h5-sm, .sectionteambx h3{font-size: 16px; line-height: 28px;}
  .ui-dark-background{padding-right: 85px; padding-bottom: 100px;}

  img.qimg2{width: 185px;}
}