<link rel="stylesheet"href="css/main.css">html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#wrapper {
  width: 100%;
  height: auto;
  float: left;
  min-height: 100%;
  height: 100%;
}

.main-warp {
  width: 100%;
  height: auto;
  float: left;
  min-height: 100%;
  overflow: hidden;
}

.page {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 380px;
}

.container {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding: 0 200px;

}

.inner-conatiner {
  width: 100%;
  height: auto;
  max-width: 1500px;
  overflow: hidden;
  margin: 0 auto;
}

header {
  width: 100%;
  height: auto;
  float: left;
  position: absolute;
  z-index: 999;
}

.head-cont {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 0;
}

.logo-sec {
  width: 40%;
  max-width: 250px;
  height: 100px;
  padding: 0 10px;
  float: left;
  text-align: center;
  background-image: url(../images/axis.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.logo-sec a {
  width: 100%;
  height: 140px;
  float: left;
}

.mob-menu {
  display: none;
  opacity: 0;
}

header .container {
  padding: 0 100px;
  background:rgba(255, 255, 255, 0.9);
  width: 80%;
  margin-top: 10px;
}

.content {
  display: inherit !important;
}

.midd-wrap {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 99;
  background: #FFF;
}

.inner-wrap {
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/back.png);
  background-attachment: fixed;
}

.midd-wrap h1 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 40px;

  text-transform: uppercase;
  font-weight: 600;
}
.abt-content h1{
  color: #0b4686;
}

.abt-content h3{
  width: 100%;
  float: left;
  height: auto;
  font-size: 30px; 
  font-weight: 500;
  padding-bottom: 20px;
  color: #0b4686;
  padding-top: 50px;
}

.midd-wrap h1 span {
  font-weight: 200;
}

.head-midd {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  display: flex;
    justify-content: center;
}

.menu-bar {

  float: right;
  height: auto;

}

header nav {
  width: 100%;
  float: left;
  height: auto;
}

header nav ul {
  height: auto;
  float: right;
  height: auto;
}

header nav ul li {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding:40px 0 40px 40px;
}

header nav ul li a {
  width: 100%;
  height: auto;
  float: left;
  color:#0b4686;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  transition: 0.7s all;
  display: block;
  overflow: hidden;
}

header nav ul li a:before {
  content: '';
  width: 100%;
  position: absolute;
  border-bottom: 3px solid #185eab;
  bottom: 0;
  right: -100%;
  transition: 0.4s all;
}

header nav ul li a:hover:before {
  right: 30%;
}

.banner-cont {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.banner-cont::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  height: 100%;
  z-index: 9;
}

.dots-container {
  width: 120px;
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin: 0 0 0 -60px;
}


.banner-title{
	width: 100%;
	float: left;
	height: auto;
	position: absolute;
	left: 100px;
  top: 50%;
    z-index: 99;
}
.banner-title h1{
	position: relative;
	font-size: 60px;
	font-weight: 700;
	line-height: 75px;
	color: #FFF;
	text-shadow: 2px 1px #515151;
}


.inner h2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 35px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.5) 0 2px 1px;
  padding: 0 50px 0 0;
  text-align: right;
  line-height: 45px;
}


.banner-cont img {
  width: 100%;
  height:auto;
  float: left;
}

.banner-cont .slick-prev,
.banner-cont .slick-next {
  z-index: 9999;
  width: 45px;
  height: 45px;
  0 margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  border-radius: 45px;
  border: 1px solid #FFF;
  z-index: 99999;
  top: 60%;
}

.banner-cont .slick-prev {
  background: url(../images/arrow2.png) no-repeat center center;
  right: 30px;
  left: inherit;

}

.banner-cont .slick-prev:hover {
  background: #0b4686 url(../images/arrow2.png) no-repeat center center;
}

.banner-cont .slick-next {
  background: url(../images/arrow1.png) no-repeat center center;
  right: inherit;
  left: 30px;
  text-align: center;

}

.banner-cont .slick-next:hover {
  background: #0b4686 url(../images/arrow1.png) no-repeat center center;
}

.banner-cont .slick-dots {
  width: 80px;
  height: 100vh;

  right: 0px;
  top: 0px;
  z-index: 9999;
}

.banner-cont .slick-dots li {
  width: 100%;
  top: 50%;
  right: -27px;
}

.banner-cont .slick-dots li button:before {

  border: 3px solid #FFF;
  width: 15px;
  height: 15px;
  background: #fbb8b6;

}

.menu {
  display: none;
  opacity: 0;
}

.inner-menu {
  background: #0b4686 !important;
  height: 80px;
}

.about-part {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0px;
}

.about-part .container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.about-left {
  width: 30%;
  height: auto;
  float: left;
  background:#FFF;
  }

  .about-left img{
    width: 100%;
    height: auto;
  }

.about-right {
  width:50%;
  height: auto;
  float: left;
  padding: 0 0px 0 80px;
  background:#ffffff;
  display: flex;
}

.abt-content {
width: 100%;
float: left;
height: auto;

}

.abt-content p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 20px;
  color: #333;
  padding: 20px 0 0 0;
  font-weight: 300;
  line-height: 35px;
}

.abt-content p span {
  font-weight: 500;
}


.more-btn {

  width: auto;
  height: auto;
  float: left;
  margin: 40px 0 0 0;

}

.more-btn a {
  width: auto;
  height: auto;
  float: left;
  color: #333;
  padding: 15px 60px;
  border: #333 solid 1px;
  text-transform: uppercase;

  font-size: 20px;
}

.more-btn a:hover {
  background: #0b4686;
color: #FFF;
}

.home-service {
  width: 100%;
  height: auto;
  float: left;
  padding: 100px 0;
  position: relative;
}
.home-service::before {
  content: '';
  position: absolute;
  width: 100%;
  height:59.4%;
  background:#0b4686 url(../images/bg.png) no-repeat top 0 left 0 !important;
  background-size: cover;
  background-attachment: fixed;
  top: 0px;
  left: 0;
  z-index: -9;}

.home-service h1{
  color: #FFF;
  text-align: center;
  padding-bottom: 80px;
}



.service-list .slick-prev,
.service-list .slick-next {
  left: 60px;
  right: inherit;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 55px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.service-list .slick-prev {
  background: #FFF url(../images/arrow5.png) no-repeat left center;
}

.service-list .slick-prev:hover {
  background: #0b4686 url(../images/arrow5.png) no-repeat right center;
}

.service-list .slick-next {
  margin: 0 0 0 -50px;
  background: #FFF url(../images/arrow4.png) no-repeat right center;
}

.service-list .slick-next:hover {
  background: #0b4686 url(../images/arrow4.png) no-repeat left center;
}

.service-list .slick-slide {
  position: relative;
}


.service-list {
  width: 100%;
  height: auto;
  float: left;
  display: flex ;
  flex-wrap: wrap;
}

.service-list li {

flex: 1;
  height: auto;
  float: left;
 margin-right: 15px;
}


.service-list li:last-child {
margin-right: 0px;
}

.service-list li a {
  width: 100%;
  height: 100%;
  float: left;
  flex-wrap: wrap;
  float: left;

}

.services-image {

  width: 100%;
  height: auto;


}


.srv-content {
  width: 100%;
  height: auto;
  align-items: center;
  padding: 40px 20px;
  background: #FFF;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.service-list li:hover .srv-content{
-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
-ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
-o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-image {
  width: 100%;
  height: auto;
  float: left;
  top: 0px;
  left: 0px;
  overflow: hidden;
}




.service-list li h3 {

  width: 100%;
  height: auto;
  font-size:26px;
  text-transform: uppercase;
  color: #222;
  font-weight:500;
  text-align: center;
padding-bottom: 20px;
}

.service-list li p {
  width: 100%;
  display: inline-block;
  display: flex;
  align-items: center;
  text-align: center;
  color: #767676;
font-size: 16px;
line-height: 26px;
}

.srv-content span{
  font-size: 18px;
  color: #0b4686;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  width: 100%;
  float: left;
}



.service-image img{width: 100%;
  height: auto;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}


.service-list li:hover img {

	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1.2,1.2,1);
}

.home-projects {
  width: 100%;
  height: auto;
  float: left;
}

.home-projects {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-direction: row;
}

.home-projects .slick-prev,
.home-projects .slick-next {
  right: 20px;
  left: inherit;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 55px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.home-projects .slick-prev {
  background: url(../images/arrow4.png) no-repeat right center;
}

.home-projects .slick-prev:hover {
  background: url(../images/arrow4.png) no-repeat left center;
}

.home-projects .slick-next {
  margin: 0 50px 0 0;
  background: url(../images/arrow5.png) no-repeat left center;
}

.home-projects .slick-next:hover {
  background: url(../images/arrow5.png) no-repeat right center;
}

.home-projects .slick-slide {
  position: relative;
}

.home-projects h1 {
  color: #FFF;
}

.project-left {
  width: 68%;
  height: auto;
  float: left;
}

.project-right {
  width: 32%;
  height: auto;
  float: left;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertically aligns items */
  /* horizontally aligns itemsposition: relative; background-image: url(../images/back.png); */
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #e46100;
}

.project-slide li img {

  width: 100%;
}

.project-right p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #FFF;
  padding: 20px 0 10px 0;
  line-height: 30px;
}

.view-more {
  width: 100%;
  height: auto;
  float: left;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  margin: 20px 0 0 0;
}

.view-more a {
  width: auto;
  height: auto;
  float: right;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 55px 10px 20px;
  background: #0b4686 url(../images/read-more.png) no-repeat right 15px top 15px;
  border: #FFF solid 1px;
  margin: 50px 0 0 0;
}
}

.view-more a:hover {
  background: #000 url(../images/more-arrow.png) no-repeat right 20px top 14px;
}

.project-image {
  width: 100%;
  height: auto;
  float: left;
  background: #000;
  position: relative;
}

.project-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b4686;
  content: '';
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}

.project-image img {
  width: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.home-projects .slick-slide:hover .project-image::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.home-projects .slick-slide:hover img {
  opacity: 1;
}

.project-content {
  width: 100%;
  height: auto;
  float: none;
  position: absolute;
  bottom: 25px;
  left: 0px;
  z-index: 999;
  padding: 0 0 0 30px;
}

.project-content h2 {
  width: 100%;
  height: 70px;
  float: left;
  color: #FFF;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
}

.project-content .project-number {
  width: auto;
  height: auto;
  float: left;
  color: #FFF;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}

.project-content .project-number:after {
  content: '';
  width: 35px;
  height: 1px;
  background: #a89256;
  position: absolute;
  right: -45px;
  top: 15px;
}

.home-division {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin:0px;
  padding: 50px 0 0px 0;

}

.division-cont {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
}

.division-left {
  width: 35%;
  height: auto;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertically aligns items */
  align-items: center;
  /* horizontally aligns items */
  position: relative;
}

.divi-list {
  width: 125%;
  height: auto;
  position: absolute;
  background: #1f1f1f;
  z-index: 999;
  left: 0px;
}


.divi-content {
  width: 30%;
  min-width: 450px;
  height: auto;
  float: none;
  position: absolute;
  bottom: 80px;
  right: 150px;
  padding: 30px 50px 50px 50px;
  background: #FFF;
}

.divi-content h2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 28px;
  color: #0b4686;
  text-transform: uppercase;
  font-weight: 600;
}

.divi-content h3 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 28px;
  color: #333;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.project-head {

  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0 10px 0;

}

.project-dot {

  width: 100%;
}



.divi-content p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #333;
  padding: 15px 0 0 0;
  font-weight: 300;
}

.divi-content .read-more {
  width: auto;
  height: auto;
  float: left;
  color: #0b4686;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px 10px 30px;
  border: #0b4686 solid 1px;
  margin: 40px 0 0 0;
}

.divi-content .read-more:hover {
  background: #0b4686;
  color: #FFF;
}

.divi-content .read-more:hove a {

  color: #FFF;
}

.home-partners {
  width: 100%;
  height: auto;
  float: left;
  padding: 100px 80px 120px 80px;
  background: #e8e8e8;


}

.home-partners h1 {
  width: 100%;
  height: auto;
  float: left;
  color: #333;

}

.partners-list {

  width: 102%;
  height: auto;
  float: left;
  margin: 30px 0 0 -2%;


}

.partner-top {
  width: 100%;
  height: auto;
  float: left;
  background: #333;
  position: relative;

}

.partner-image {
  width: 100%;
  height: auto;
  float: left;
}

.partner-image img {
  width: 100%;
  opacity: 0.4;
}

.partnet-logo {
  width: 100%;
  max-width: 180px;

  height: auto;
  float: none;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #FFF;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 0 10px;


}

.partnet-logo img {
  width: 100%;
}

.partners-list li {

  width: 23%;
  height: auto;
  float: left;
  margin: 0 0 0 2%;
  background: #FFF;

  border-radius: 3px;
  transition: transform .2s;
  /* Animation */


}

.partners-list li:hover {

  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px;
  transform: scale(1.02);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */

}

.partners-list li:hover .partner-image img {

  opacity: 1;
}




.partner-btm {
  width: 100%;
  height: auto;
  float: left;
  padding: 13px 20px 13px 20px;
  background: #d4070c;
}



.partners-list li h2 {

  width: 100%;

  height: auto;

  float: left;

  color: #FFF;
  font-weight: 600;


  font-size: 22px;

  text-transform: uppercase;
  padding: 10px 0 0 0;
  position: relative;
}

.partners-list li h2:after {
  content: '';
  width: 26px;
  height: 18px;

  position: absolute;
  right: 0px;
  top: 15px;
  background: url(../images/read-more.png) no-repeat;

}

.partners-list li:hover .partner-btm {
  background: #e46100;
}

.partners-list li p {

  width: 100%;

  height: auto;

  float: left;

  color: #666;
  display: none;


  font-size: 15px;


  padding: 10px 0 0 0;
  line-height: 25px;
}


.home-clients-list {

  width: 100%;
  height: auto;
  float: left;
  padding: 80px 80px;
}

.home-clients-list h1 {


  width: 100%;
  height: auto;
  float: left;
  color: #333;

}

.home-clients-list ul {

  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0 0 0;

}


.home-clients-list li {

  width: 16.6%;
  height: auto;
  float: left;
  border: #b3b3b3 solid 1px;
  border-left: 0px;
  text-align: center;

}

.home-clients-list li:first-child {

  border-left: #b3b3b3 solid 1px;
}

.client-logo {

  width: 100%;
  height: auto;
  float: left;

}

.client-logo img {

  max-width: 100%;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}


.home-clients-list li:hover .client-logo img {

  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);

}


.slider-nav {

  margin-top: 15px !important;
  width: 90% !important;

}

footer {
  width: 100%;
  height: 380px;
  float: left;
  clear: both;
  margin: -380px 0 0 0;
  background: #191919;
}

footer .container {
  padding: 0 80px;
}

.ft-top {
  width: 100%;
  height: auto;
  float: left;
  padding: 65px 0 0px 0;
  display: flex;
}

footer h2 {
  width: 100%;
  height: auto;
  float: left;
  font-size: 28px;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.ft-logo {
  width: 11%;
  height: auto;
  float: left;
  padding: 40px 0 0 0;
}

.ft-logo img {
  width: 70%;
}

.ft-menu {
  width: 25%;
  height: auto;
  float: left;
  padding-bottom: 50px;
}

.ft-menu ul {
  width: 100%;
  height: auto;
  float: left;
}

.ft-menu ul li {
  width: 50%;
  height: auto;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.ft-menu ul li a {
  width: auto;
  height: auto;
  float: left;
  padding: 8px 0 0 0;
  color: #FFF;
}

.ft-menu ul li a:hover {
  color: #0b4686;
  text-decoration: underline;
}

.full-menu {
  border-left: #767676 solid 1px;
  padding-left: 60px;
}

.ft-menu-socil {
  width: 25%;
  height: auto;
  float: left;
  padding-bottom: 50px;
  border-left: #767676 solid 1px;
  padding-left: 60px;
}

.full-menu ul li {
  width: 100%;
}

.ft-contact {
  width: 25%;
  height: auto;
  float: left;
  border-left: #767676 solid 1px;
  padding-left: 60px;
  font-weight: 400;
  padding-bottom: 30px;
}

.ft-contact p {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #FFF;
  line-height: 30px;
  font-weight: 300;
}

.ft-contact p a {

  color: #FFF;

}

.ft-contact p a:hover {

  color: #0b4686;
  text-decoration: underline;

}

.ft-map {
  width: 24%;
  height: auto;
  float: left;
}

.ft-social {
  width: 100%;
  height: auto;
  float: left;
  padding: 10px 0 0 0;
}

.ft-social li {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  padding: 0 5px;
}

.icon-button {
  background-color: #FFF;
  border-radius: 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 2.2rem;
  height: 55px;
  line-height: 55px;
  margin: 0 0px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 55px;
}

.icon-button:hover {
  background: #0b4686;
}

/* Icons */
.icon-button i {
  background: none;
  color: #191919;
  height: 55px;
  left: 0;
  line-height: 55px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 55px;
  z-index: 10;
}

.icon-button:hover i {
  color: white;
}

.top-social {
  width: auto;
  height: auto;
  float: right;
}

.top-social ul {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0 0 0;
}

.top-social li {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 0 0 10px;
}

.top-social li .icon-button {
  width: 30px;
  font-size: 20px;
  height: 30px;
  background: #969595;
  line-height: 30px;
}

.top-social li .icon-button i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.top-social li:hover .icon-button {
  background: #ae9a63;
}

.copy-part {
  width: 100%;
  height: 60px;
  float: left;
  border-top: #757575 solid 1px;
}

.copy-part p {
  width: auto;
  height: auto;
  float: left;
  font-size: 14px;
  color: #FFF;
  line-height: 60px;
}

/**********Inner pages css start here **********/
.sub-head h2 {
  font-size: 36px;
  float: left;
  width: 100%;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px 0 50px 0
}

.sub-head {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}

.contact-us {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  float: left;
}

.contact-part {
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: left
}

.address-cont {
  width: 35%;
  float: left;
}

.contact-cont {
  width: 65%;
  float: left;
  height: auto;
  display: flex;
}

.address {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

.address h3 {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 20px;
}

.tel-num {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 auto;
  line-height: 40px;
}

.tel {
  background: url(../images/phone-icon.png) no-repeat left;
  background-size: 22px 22px
}

.fax {
  background: url(../images/fax-icon.png) no-repeat left;
  background-size: 22px 22px
}

.address-icon {
  background: url(../images/address.png) no-repeat left;
  background-size: 22px 22px
}

.tel-num li {
  padding-left: 30px;
  width: 100%;
  float: left;
  height: auto;
  padding-top: 6px;
}

.enquery-form {
  width: 100%;
  float: left;
  padding: 50px 30px 50px 30px;
  border: 1px solid #292929;
}

.map-cont {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
  padding: 0 0px;
}

.map {
  width: 100%;
  float: left;
}

.enquery-form h2 {
  font-size: 26px !important;
}

.form-list {
  width: 100%;
  height: auto;
  float: left;
  margin: 30px 0 0 0;
}

.form-list li {
  width: 48%;
  height: auto;
  float: left;
  margin: 10px 13px 12px 0;
}

.form-list li.floatR {
  float: right;
}

.full-Width {
  width: 48% !important;
}

.field {
  width: 100%;
  height: auto;
  float: left;
  border-radius: 0;
  border-bottom: #8c8c8c solid 1px;
  background: #FFF;
  color: #626262;
  padding: 20px 0 20px 10px;
  font-size: 15px;
  position: relative;
}

::-moz-input-placeholder:after {
  content: "*";
  color: red;
}

.text-area {
  height: 130px;
  resize: none;
}

.field-text {
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #393939;
  padding: 0 0 8px 0;
  font-weight: 700;
}

.field-text span {
  color: #0b4686;
}

.field:focus {
  color: #232323;
}

.form-list li.fullWidth {
  width: 100%;
}

.form-list .txt-area {
  height: 60px;
  resize: none;
  border-bottom: #8c8c8c solid 1px;
  border-left: none;
  border-top: none;
  border-right: none;
}

.submit {
  background: #a29061;
  padding: 15px 60px;
  font-size: 13px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.submit:hover {
  background: #000
}

/**********About us **********/

.about-us {
  width: 100%;
  float: left;
  padding: 0 60px;
}

.company-profile {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.first-line {
  width: 100%;
  float: left;
  padding: 0;
  line-height: 35px;
  font-size: 18px;
}

.about-container {
  width: 100%;
  float: left;
}

.second-line {
  width: 60%;
  float: left;
  line-height: 30px;
  margin: 80px 0 0 0;
  padding-left: 50px;
}

.second-line h3 {
  font-size: 25px;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0px;
  line-height: 40px;
  text-align: justify;
}

.second-line ul {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  padding: 0;
}

.consists {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 auto;
}

.consists li {
  line-height: 30px;
  width: 100%;
  float: left;
  color: #ae9a63;
}

.second-line ul li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.second-line h4 {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  float: left;
  padding: 20px 0 10px 0;
  margin: 30px 0 0 0;
}

.third-sec {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  padding: 0;
  line-height: 30px;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 100px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 100px;
  /* Firefox */
  column-gap: 100px;
}

.third-sec p {
  font-size: 17px;
  line-height: 35px;
  text-align: justify;
}

.ceo {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}

.ceo h3 {
  font-size: 22px;
  font-weight: 700;
}

.ceo p {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 600;
}

/**********Project details **********/
.project-details {
  width: 100%;
  float: left;
  margin: 0 0 150px 0;
  padding: 0 60px;
}

.proj-cont {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.proj-description {
  width: 70%;
  float: left;
  margin: 10px 0 0 0;
}

.proj-description P {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 35px;
}

.proj-description-list {
  width: 100%;
  float: left;
  height: auto;
  margin: 30px 0 30px 0;
}

.proj-description ul {
  width: 100%;
  float: left;
  height: auto;
}

.proj-description ul li {
  width: 100%;
  float: left;
  height: auto;
  padding: 20px 0 0 30px;
  position: relative;
}

.proj-description ul li:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333;
  left: 0px;
  bottom: 10px;
}

.proj-detail-row {
  width: 100%;
  float: left;
  margin: 0 auto;
}

.proj-detail-row li {
  float: left;
  width: 100%;
  padding: 20px 0 40px 50px;
}

.proj-detail-row li h3 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.proj-details {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}

.project-slide {
  width: 100%;
  float: left;

}
.home-division h1{
  width: 100%;
  float: left;
  height: auto;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  color: #0b4686;
}
.project-slide .slick-prev,
.project-slide .slick-next {
  z-index: 9999;
  width: 50px;
  height: 50px;
  top:-80px;
margin-right: 40px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  border: #0b4686 solid 1px;
  border-radius: 50px;
}

.project-slide .slick-prev {
  background:#fff  url(../images/pro-arrow.png) no-repeat center top;
  right: 0;
  left: inherit;
}

.project-slide .slick-prev:hover {
  background: #0a3b70 url(../images/pro-arrow.png) no-repeat center bottom;
}

.project-slide .slick-next {
  background:#fff  url(../images/pro-arrow1.png) no-repeat center top;
  right: 60px;
  left: inherit;
}

.project-slide .slick-next:hover {
  background: #0a3b70 url(../images/pro-arrow1.png) no-repeat center bottom;
}


.proj-head h2 {
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.proj-head {
  float: left;
  width: 100%;
  margin: 50px 0 0 0;
}

.proj-head h3 {
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

.proj-row {
  width: 30%;
  float: left;
  padding: 0;
  margin: 0px;
}

.detail-row h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #333;
  margin: 0 0 30px 0
}

.location {
  background: url(../images/location.png) no-repeat top 20px left;
}

.client {
  background: url(../images/client.png) no-repeat top 20px left;
}

.date {
  background: url(../images/calader.png) no-repeat top 20px left;
}

.detail-row {
  width: 100%;
  float: left;
  margin: 80px 0 0 0;
}

.proj-detail-row li span {
  font-size: 18px;
}

.proj-detail-row h3 {
  border-bottom: none;
  margin: 0;
  padding: 0 0 10px 0;
}

.breadcrumb {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb-nav {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.breadcrumb-nav li {
  float: left;
  padding: 0 30px 0 0;
  position: relative;
}

.breadcrumb-nav li a {
  color: #666;
}

.breadcrumb-nav li:after {
  content: '';
  background: url(../images/crumb.png) no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.active a {
  color: #000 !important;
}

.active:after {
  background: none !important;
}

.more-project-slider {
  width: 100%;
  float: right;
  margin: 30px 0;
  position: relative;
}

.more-project {
  width: 100%;
  float: left;
}

.more-slideer-bg {
  width: 100%;
  float: left;
  height: 70%;
  position: absolute;
  bottom: -10px;
}

.more-project-cont {
  width: 100%;
  float: left;
  margin: 30px 0 20px 0;
}

.more-project li img {
  width: 100%;
  height: 100%;
}

.proj-thumb {
  float: left;
  text-transform: uppercase;
  padding: 0 60px 0 60px;
  position: relative;
}

.proj-thumb h2 {
  font-size: 26px;
  width: 100%;
  float: left;
  height: auto;
}

.more-project li a {
  color: #333;
  text-transform: uppercase;
}

.more-project li a span {
  font-size: 13px;
  font-weight: 700;
  width: 100%;
  float: left;
  padding: 10px 0 0 0px;
  position: relative;
}

.more-project li a {
  padding: 0 5px;
  float: left;
}

.more-project .slick-prev,
.more-project .slick-next {
  left: inherit;
  right: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: -55px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.more-project .slick-prev {
  background: #a29061 url(../images/arrow1.png) no-repeat right center;
  margin-left: 51px;
  top: -60px;
}

.more-project .slick-prev:hover {
  background: #FFF url(../images/arrow1.png) no-repeat left center;
}

.more-project .slick-next {
  margin: 0 50px 0 0;
  background: #a29061 url(../images/arrow2.png) no-repeat left center;
  top: -60px;
  right: 0px;
}

.more-project .slick-next:hover {
  background: #FFF url(../images/arrow2.png) no-repeat right center;
}

.main-proj {
  width: 100%;
  float: left;
}

.proj-img {
  width: 103%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3%;
}

.image-block {
  width: 23.1%;
  float: left;
  margin-right: 25px;
  flex: 1 0 1;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.image-block:hover {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.img-box img {
  width: 100%;
  height: auto;
}

.image-block:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.img-box {
  width: 100%;
  float: left;
}

.image-block a {
  color: #333;
}

.proj-title {
  width: 100%;
  float: left;
  position: relative;
  bottom: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0px 0px 0px;
  padding: 20px 0px 20px 0px;
}

.proj-title h3 {
  font-size: 20px;
  font-weight: 700;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.img-box:hover .proj-title {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn-view {
  float: left;
  background: #ae9a63 url(../images/more-arrow.png) no-repeat right 15px top 14px;
  color: #000;
  padding: 12px 60px 12px 15px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  text-align: left;
  width: auto;
  background-size: 20px;
  color: #FFF;
}

.btn-view:after {}

.landing-page {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.landing-page-cont {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
}

.inner-box {
  width: 100%;
  float: left;
  position: relative;
  padding: 0 10px;
}

.box-img {
  width: 100%;
  float: left;
  position: relative;
}

.box-img img {
  width: 100%;
  height: auto;
}

.box-slider img {
  width: 100%;
}

.discrp {
  width: 93%;
  float: left;
  position: relative;
  bottom: 40px;
  border: 1px solid #e6e6e6;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 10px;
}

.discrp h2 {
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 10px 0;
}

.discrp:after {
  content: '';
  position: absolute;
  background: url(../images/icon-right.png) no-repeat right center;
  width: 20px;
  height: 30px;
  background-size: contain;
  right: 8px;
  top: 20px;
}

.btn-detail {
  font-size: #FFF;
  background: #ae9a63;
  padding: 10px 30px;
  text-transform: uppercase;
}

.discrp a {
  color: #FFF;
}

.discrp:hover {
  color: #333
}

.box-cont {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.box-cont li {
  flex: 1 0 1;
  width: 24%;
  float: left;
  margin-right: 1%;
}

.box-cont li h2 {
  color: #333;
  width: 100%;
  float: left;
}

.box-cont li span {
  color: rgb(255, 255, 255);
}

.box-slider .slick-prev,
.box-slider .slick-next {
  right: 0px;
  left: inherit;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 0px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.box-slider .slick-prev {
  background: #333 url(../images/arrow1.png) no-repeat right center;
}

.box-slider .slick-prev:hover {
  background: #ae9a63 url(../images/arrow1.png) no-repeat left center;
}

.box-slider .slick-next {
  margin: 0 50px 0 0;
  background: #333 url(../images/arrow2.png) no-repeat left center;
}

.box-slider .slick-next:hover {
  background: #ae9a63 url(../images/arrow2.png) no-repeat right center;
}

.inner-banner {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0;
  height: auto;
  background: #0b4686;
}

.inner-banner img {
  width: 100%;
  height: auto;
}

.jordan-list {
  width: 100%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
}

.jordan-list li {
  width: 100%;
  float: left;
  height: auto;
  margin: 0px;
  padding: 20px 0 0 0px !important;
}

.jordan-list li:after {
  width: 0px !important;
}

.jordan-list li h3 {
  width: 100%;
  float: left;
  height: auto;
  padding: 10px 0 10px 0;
  font-size: 18px;
  border: none;
  margin: 0;
}

.back-to {
  float: right;
  width: auto;
  position: relative;
  top: -40px;
  padding-left: 24px;
  font-size: 16px;
}

.back-to:after {
  content: "";
  background: url(../images/icon-back.png) no-repeat;
  width: 30px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.back-to a {
  color: #333;
}

/**********service page **********/
.services-page {
  width: 100%;
  float: left;
  margin: 0 auto;
  height: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.services-cont {
  width: 100%;
  float: left;
  margin: 0 auto;
  height: auto;
  padding: 0;
}

.left-box {
  width: 100%;
  float: left;
  margin: 0 0 80px 0;
}

.right-box {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}

.serv-box {
  width: 45%;
  float: left;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.serv-discrp {
  width: 55%;
  float: left;
  height: auto;
  margin: 0;
  padding: 0 3% 0 0;
}

.serv-discrp h2 {
  font-size: 40px !important;
  text-transform: uppercase;
  font-weight: 700;
}

.serv-discrp h3 {
  font-size: 26px !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 0 20px 0;
  margin: 0 0 30px 0;
  position: relative;
}

.serv-discrp h3:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background: #000;
  left: 0;
  bottom: 0;
}

.serv-discrp p {
  font-size: 18px;
  padding: 10px 0;
  line-height: 30px;
}

.serv-discrp a {
  color: #FFF;
}

.btn-details {
  font-size: #FFF;
  background: #333;
  padding: 13px 35px;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.left-box .serv-discrp {
  padding: 0 0 0 3%;
}

.inner-page {
  width: 100%;
  float: left;
  margin: 0 0 150px 0;
  height: auto;
  padding: 0 60px;
}

/********** news page **********/





/****************************** Project page ******************************/
.inner-page-wrap {
  width: 100%;
  float: left;
  height: auto;
  padding: 100px 0;
  position: relative;
}

.serv_sec {
  width: 100%;
  float: left;
  height: auto;
}

.serv-cont {
  width: 100%;
  float: left;
  height: auto;
}

.left-side {
  width: 70%;
  float: left;
  height: auto;
}

.img {
  width: 100%;
  height: auto;
}

.inner-page {
  width: 100%;
  float: left;
  height: auto;
}

.inner-conatiner h1 {
  width: 100%;
  float: left;
  font-size: 50px;
  line-height:50px;
  padding-bottom:100px;
  font-weight: 500;
  color: #0b4686;;
	text-transform: uppercase;
	text-align: center;
}

.abt_bg h1 {
  width: 100%;
  float: left;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 56px;
  font-weight: 500;
  color: #333;
	text-transform: uppercase;
	text-align: left;
}

.project-left-top {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.serv-text {
  width: 100%;
  float: left;
  height: auto;
  padding: 50px 60px;
  background: #0b4686;
}

.serv-text h2 {
  width: 100%;
  float: left;
  height: auto;
  color: #FFF;
  font-size: 34px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 40px;
  padding-bottom: 15px;
  padding-top: 10px;
}

.serv-text p {
  width: 100%;
  float: left;
  height: auto;
  color: #000;
  font-size: 16px;
  line-height: 23px;
  color: #FFF;
}

.right-side {
  width: 35%;
  float: left;
  height: auto;
  position: relative;
  left: 50px;
  margin: auto;
}

.btn-more {
  width: auto;
  float: left;
  height: auto;
  margin-top: 30px;
  border: 1px solid #000;
  padding: 10px 20px;
  color: #000;
}

.btn-more:hover {
  background: #000;
  color: #333;
  transition: 1s;
}

.cont-left-side {
  left: -50px;
}

.serv_right-sec {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 150px;
  margin-bottom: 120px;
}

.left_img {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: -9;
}

.right-img {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: -9;
}














.serv-head {
  width: 100%;
  float: left;
  height: auto;
}

.serv-head h3 {
  width: 80%;
  float: left;
  height: auto;
  font-size: 22px;
  font-weight: 100;
}

.serv-left {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.serv-text .srv-icon {
  width: 20%;
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  fill: #FFF;
  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;
}


.filter {
  margin: 30px 0 0px;
}

.filter a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #868484;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}



.boxes {
  display: flex;
  flex-wrap: wrap;
}


.filter a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #d73634 transparent transparent transparent;
}

.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}


.project-listing {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px !important;
}

.project-listing li {
  width: calc(95%/3);
  float: left;
  height: auto;
  margin-right: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.project-listing li img {
  width: 100%;
  height: auto;
}

.project-listing li figure {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}

.project-listing li figcaption {
  width:100%;
  float: left;
  height:100%;
  position: absolute;
  bottom: 0px;
  left: 0%;
  background: hsla(211, 85%, 28%, 0.9);
  padding: 20px;
  text-align: left;
}




.project-listing li figcaption h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.project-listing li figcaption p {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px;
  line-height: 20px;
}

.project-listing li a {
  color: #000;
}


.project-listing li figure img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  opacity: 1;
}

.project-listing li:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  overflow: hidden;
  opacity: 0.5;
}




.project-listing li figcaption h2 {
  width: 100%;
  float: left;
  height: auto;
	font-size:26px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

.project-listing li figcaption {
  top: auto;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}



figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}


.project-listing li:hover figcaption {
  opacity: 1;
}

.project-listing li:hover figcaption,
.project-listing li:hover h2,
.project-listing li:hover figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.project-listing li:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}











.inner-banner1 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/banner/inner-banner1.jpg) no-repeat;
  min-height:650px;
  position: relative;
}

.inner-banner1:before {
  width: 100%;
  height: 100%;
  float: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(146deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 212, 255, 1) 100%);
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  z-index: 1;
  opacity: 0.8;
}

.inner-banner2 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/banner/inner-banner2.jpg) no-repeat;
  min-height:650px;
  position: relative;
}

.inner-banner2:before {
  width: 100%;
  height: 100%;
  float: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(146deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 212, 255, 1) 100%);
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  z-index: 1;
  opacity: 0.8;
}


.inner-banner3 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/banner/inner-banner3.jpg) no-repeat;
  min-height:650px;
  position: relative;
}

.inner-banner3:before {
  width: 100%;
  height: 100%;
  float: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(146deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 212, 255, 1) 100%);
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  z-index: 1;
  opacity: 0.8;
}



.inner-banner4 {
  width: 100%;
  float: left;
  height: auto;
  background: url(../images/banner/inner-banner4.jpg) no-repeat;
  min-height:650px;
  position: relative;
}

.inner-banner4:before {
  width: 100%;
  height: 100%;
  float: none;
  background: rgb(0, 0, 0);
  background: linear-gradient(146deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%, rgba(0, 212, 255, 1) 100%);
  position: absolute;
  top: 0;
  right: 0px;
  content: '';
  z-index: 1;
  opacity: 0.8;
}




.project_detail {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 auto;
}

.detail-cont_left {
  width: 65%;
  float: left;
  height: auto;
}

.detail-cont_right {
  width: 35%;
  float: left;
  height: auto;
  padding-left: 50px;
}

.detail-cont_right:hover p {
  color: #dedede;
  transition: 1s;
}

.detail-cont_right h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 30px;
}

.detail-cont_right h3 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  color: #8e8e8e;
}

.detail-cont_right p {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px;
  line-height: 19px;
  color: #9a9898;
}

.detail-slider {
  width: 100%;
  float: left;
  height: auto;
}

.detail-slider .slick-prev,
.detail-slider .slick-next {
  right: 5px;
  left: inherit;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 95%;
  bottom: 0px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.detail-slider .slick-prev {
  background: #0b4686 url(../images/arrow5.png) no-repeat right center;
}

.detail-slider .slick-prev:hover {
  background: #FFF url(../images/arrow5.png) no-repeat left center;
}

.detail-slider .slick-next {
  margin: 0 50px 0 0;
  background: #0b4686 url(../images/arrow4.png) no-repeat left center;
}

.detail-slider .slick-next:hover {
  background: #FFF url(../images/arrow4.png) no-repeat right center;
}

.detail-slider .slick-slide {
  position: relative;
}

.project-slider {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 100px;
  padding: 0 20px;
  position: relative;
}

.project-slider:after {
  content: '';
  position: absolute;
  left: -5px;
  top: -30px;
  width: 80%;
  height: 100%;
  background: url(../images/shape.png) no-repeat top 0 left 0;
  z-index: -1;
}

.project-slider-list {
  width: 100%;
  float: left;
  height: auto;
}

.project-slider-list li {
  margin: 0 10px;
  position: relative;
}

.project-slider-list li img {
  width: 100%;
  height: auto;
}

.project-slider h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 20px;
  text-transform: uppercase;
  padding-left: 10px;
}

.project-slider-list li h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px !important;
  line-height: 28px;
  padding-left: 0px;
  padding-bottom: 0px;
  font-weight: 500;
}

.project-slider-list li figcaption {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  bottom: 0px;
  left: 0px;
  color: #000;
}

.project-slider-list li figure {
  position: relative;
}

.project-slider-list .slick-prev,
.project-slider-list .slick-next {
  right: 5px;
  left: inherit;
  z-index: 9999;
  width: 50px;
  height: 50px;
  top: 95%;
  bottom: 0px;
  margin: 0px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

.project-slider-list .slick-prev {
  background: #0b4686 url(../images/arrow5.png) no-repeat right center;
}

.project-slider-list .slick-prev:hover {
  background: #FFF url(../images/arrow5.png) no-repeat left center;
}

.project-slider-list .slick-next {
  margin: 0 50px 0 0;
  background: #0b4686 url(../images/arrow4.png) no-repeat left center;
}

.project-slider-list .slick-next:hover {
  background: #FFF url(../images/arrow4.png) no-repeat right center;
}

.service_list {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.service_list li {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
}

.serv-icon {
  fill: #0b4686;
}

.service_list li .srv-icon {
  width: 20%;
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;

  -webkit-transition: -webkit-transform 0.35s, color 0.35s;
  transition: transform 0.35s, color 0.35s;

}

.banner-images {
  background-size: cover;
  background-color: #0b4686
}

.thumb {
  width: 60%;
  float: left;
  height: auto;
}

.img-responsive img {
  width: 100%;
  float: left;
  height: auto
}

.about_us_sec {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  z-index: 99999;
}

.abt-part {
  width: 50%;
  float: left;
  height: auto;
}

.abt-img img {
  width: 100%;
}

.abt-img {
  width: 40%;
  float: left;
  margin: 0px 0 0 20%;
  position: relative;
  top: -20%;
  padding: 0 0 50px 0;
}


.abt-part p {
  width: 100%;
  float: left;
  height: auto;
  font-size: 18px;
  line-height: 30px;
  color: #222;

}

.abt-part h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 36px;
  line-height: 44px;
  padding: 0 0 20px 0;
  font-weight: 400;
}

.img-responsive img {
  width: 100%;
  height: auto;
}

.abt-bg {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
}


.abt_contain {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
}




.contact-sec {
  width: 100%;
  float: left;
  height: auto;
}

.contact-list {
  width: 100%;
  float: left;
  height: auto;
  display: flex;
	flex-wrap: wrap;
	border: 3px solid #0b4686;
	margin-bottom: 30px;
}

.location-list{
	width:35%;
	float: left;
	height: auto;
	background: #0b4686;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.location-list p{
	width: 100%;
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 26px;
  padding-bottom: 10px;
  color: #FFF;
}

.cont-list li a{color: #FFF;}

.contact-list h3 {
  font-size: 26px;
  width: 100%;
  float: left;
  height: auto;
  padding-bottom: 20px;
  font-weight: 600;
  color: #FFF;
}

.contact-list i {
  width: 100%;
  fill: #FFF;
  height: auto;
  float: left;
  padding: 0px 0 20px 0px;
}

.contact-list i svg {
  width: 20%;
  height: auto;
  float: none;
  display: inline-block;
}

.map {
  width: 65%;
  float: left;
  height: auto;
 padding-left: 50px;

}



.contact-list li:hover {
  transition: 1s;
  background: #0b4686;
  color: #FFF;
}

.contact-list li:hover a {
  color: #FFF;
  transition: 1s;
}

.contact-list li:hover svg {
  fill: #FFF;
  transition: 1s;
}



.contact-list li:nth-child(2) svg {
  fill: #FFF;
}

.cont-list{width: 100%;
	float: left;
  height: auto;
  color: #FFF;
}

.cont-list li{width: 100%;
	float: left;
	height: auto;
	background: inherit;
	padding:0 0 10px 0;
	margin-right: 0px;
	font-size: 18px;
  line-height: 26px;
  color: #FFF;
}
.cont-list li:nth-child(2) {
  background: inherit;
  color: inherit;
}


.ter-img {
  width: 93%;
  float: right;
  height: auto;
  -webkit-clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(22% 0, 100% 0%, 100% 100%, 0 100%);
}

.img-box img {
  width: 100%;
  height: auto;
}

.vison-img {
  width: 40%;
  float: left;
  height: auto;
}

.vison-img img {
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
}

.img-responsive img {
  width: 100%;
  height: auto;
}

.vision-sec {
  width: 100%;
  float: left;
  height: auto;
  position: relative;
  padding: 50px 0;
  display: flex;
  margin-top: 150px;
}

.vision-sec::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  border: 4px solid #0b4686;
  z-index: -9;
}

.service-list_sec {
  width: 100%;
  float: left;
  height: auto;
}

.service-list-page {
  width: 100%;
  float: left;
  height: auto;
}

.service-list_sec li {
  width: calc(93%/4);
  float: left;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}


.project-details_page {
  width: 100%;
  float: left;
  height: auto;
  margin: 0px 0 0px 0;
}

.discription {
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 40px 0;
  border-bottom: 2px solid #0b4686;
  border-top: 2px solid #0b4686;
  line-height: 30px;
  padding-bottom: 0px;
}

.main {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}

.slider {
  margin: 0 auto;
}

.main .slick-slide {
  padding: 0;
}

.main .slick-dots {
  bottom: 30px;
}

.main .slider {
  max-width: 100%;
}

.main .slider-nav {
  top: -60px;
  width: 65%;
}

.descrip {
  width: 50%;
  float: left;
  font-size: 16px;
  padding: 20px 0;
  line-height: 30px;
}

.proj_descrip {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.descrip-contain {
  width: 100%;
  float: left;
}

.descrip {
  width: 47%;
  float: left;
  padding: 20px 0;
  margin-right: 3%;
}

.descrip:last-child {
  margin-right: 0px;
}

.descrip p {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px;
  line-height: 26px;
  color: #dfd6d6;
  font-weight: 100;
}

.proj-slider .slick-prev,
.slick-next {
  background: none;
}

.proj-slider {
  border: 3px solid #FFF;
}

.proj-slider img {
  padding: 5px;
  border: 1px solid #FFF;
}

.proj-slider-for {
  background: #000;
}

.proj-slider-for img {
  opacity: 0.8;
}

.proj-slider-for:hover img {
  opacity: 1;
}


.service-part_sec{
  display: flex;
  flex-wrap: wrap;
  height: auto;
  color: #222;
  padding: 50px 0;
  width: 100%;
}
.servi_detail{
  flex: 1;
  height: auto;
}
.servi_detail h2{
  width: 100%;
  float: left;
  height: auto;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.servi_detail p{
  width: 100%;
  float: left;
  height: auto;
  font-size: 18px;
  line-height: 28px;

}
.servi_detail:nth-child(1){padding-right: 50px;}
.servi_detail:nth-child(2){padding-left: 50px;}












.grid {
  width: 100%;
  margin: 24px auto;
}

.grid li {
  display:inline-block;
  padding:8px;
  position:relative;
  -webkit-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
   overflow: hidden;
 
}
.grid li:hover {
-webkit-transform: scale(1.03);
            transform: scale(1.03);
  
}
.grid li img {
  max-width: 100%;
  height: auto;
  display: block;

}
.grid figcaption{
  width: 98%;
  float: left;
  height: auto;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
}

.grid figure{background: rgb(0, 0, 0)}

.grid li:hover figcaption{
opacity: 1;
padding: 50px 50px;
-webkit-transform: scale(1.03);
            transform: scale(1.03);
}
.grid li:hover img{
  opacity: 0.4;
}
.grid span{
  position: absolute;
  top: 0;
  z-index: 9999;
  left: 0;
  right: 0;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

.grid li:hover span{
  opacity: 1  ;
}
.grid li:hover  span img{
  opacity: 1;
}
.grid figcaption h3{
  width: 100%;
  float: left;
  height: auto;
  font-size: 30px;
  line-height: 28px;
  color: #52a4ff;
  transition: 0.5s;
font-weight: 500;
}
.grid figcaption h4{
  width: 100%;
  float: left;
  height: auto;
  font-size:26px;
  line-height: 40px;
font-weight: 600;
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

@media screen and (min-width: 568px) {
  .grid {
    column-width: 200px;
    column-count: 3;
  
  }
}









