.grecaptcha-badge{
	visibility: collapse !important;  
}

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/*font-family: 'Poppins', sans-serif;*/

@font-face {
  font-family: 'Conthrax';
  src: url('fonts/conthrax-sb.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
   url('fonts/conthrax-sb.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

body {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
 font-family: 'Poppins', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

a {
  color: #2b2d31;
  text-decoration: none;
}

a:hover {
  color: #df4b52;
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Ubuntu', sans-serif;
  padding: 0;
  margin: 0 0 20px 0;
  color: #2b2d31;
}

h1 {
  font-size: 43px;
  line-height: 47px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 19px;
  font-weight: 300;
}

h5 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 35px;
}

p:last-child {
  margin-bottom: 0;

}

/*ol{
  padding-left: 20px;

}*/
ol li {
  margin-bottom: 5px;

}

ul {
  padding: 0;
  margin: 0;

}

ul li {
  padding: 0;
  /* padding-left: 20px;*/
  position: relative;
  list-style: none;
  margin-bottom: 5px;

}

/*ul li:before{
      content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #49d4ad;
    position: absolute;
    top: 9px;
    left: 0;

}*/
a {
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
  outline: none;
}

mark {
  color: #4dbdf4;
  font-weight: 700;
  background: transparent;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
  padding: 11px 23px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #0d141f;
  border-radius: 0;
  width: 100%;
  height: 76px;
  background: transparent;
  font-size: 23px;
  line-height: 22px;
  font-weight: 500;
  color: #2b2d31;
  box-sizing: 0;
  font-family: 'Text Me One', sans-serif;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
.form-control:focus {
  outline: 0;
}

.form-group {
  margin-bottom: 43px;
}

label {
  color: #2b2d31;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 5px;
  font-family: 'Text Me One', sans-serif;
}

select {
  background: url(images/down-arrow.svg) right 10px center no-repeat;
  background-size: 20px;
}

select[multiple] {
  background: transparent;
  min-height: 85px;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

input::-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}

textarea::placeholder{
   color: #000000;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}


textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}

textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}

button,
input[type="button"],
input[type="submit"] {
  text-align: center;
   padding: 18px 73px;
  background: #000000;
  color: #ffffff;
  display: inline-block;
  font-family: 'Text Me One', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  /*border: 1px solid #df4b52;*/
  transition: 0.3s all ease-in-out 0s;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -moz-transition: 0.3s all ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}

button:hover,
input[type="button"]:hover,

input[type="submit"]:hover {
  background: #666666;
  color: #fff;
  outline: none;
  text-decoration: none;
  /*border: 1px solid #2b2d31;*/
}

input[type="submit"]:focus {
  outline: none;
}

.alignleft{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.alignright{
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.aligncenter{
  float: none;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.inner ul li{
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 15px;
}
/*------------home--------------*/

.footer-gap{
  padding: 50px 0 0 0;
}
.common-gap{
  padding: 104px 0;
}
.siteheader{
  background: #666666;
}
.siteheader .navbar{
  padding: 0;
}
.siteheader .navbar-nav li{
  padding-left: 23px;
  text-transform: uppercase;
}
.siteheader .navbar-nav li a{
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px
}

.siteheader .logo{
  padding: 14px 0;
}
  .siteheader .navbar-nav li a{
    position: relative;
  }
  .siteheader .navbar ul li a:hover::after, .navbar ul li.current-menu-item a:before
{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 10px;
    border-bottom: 5px solid #ffffff;
  }
.home-banner figure, .images-para figure{
  margin: 0;
}

.banner-slide figure:before{
  display: none;
}



.banner {
  position: relative;
}

.banner-slide {
  width: 100%;
  position: relative;
  line-height: 0;
}

.banner-slide figure {
  position: relative;
  margin-bottom: 0;
}
.banner-slide img{
  width: 100%;
}

.banner-slide figure:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;

}
.banner-slide .slick-prev{
  background: url(images/home-left-arrow.png) no-repeat center center;
  position: absolute;
 height: 136px;
 width: 92px;
z-index: 1;
font-size: 0;
border: none;
top: 50%;
left: 7px;
transform: translateY(-50%);
}
.banner-slide .slick-next
{
background: url(images/home-right-arrow.png) no-repeat center center;
position: absolute;
height: 136px;
width: 92px;
z-index: 1;
font-size: 0;
border: none;
top: 50%;
right: 7px;
transform: translateY(-50%);
}
.banner-slide button:focus{
 outline: none;
}



.Quick-link h4{
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  position: relative;
      padding-left: 53px;
}
.Quick-link p{
  color: #ffffff;
}
.Quick-link h4:before{
  position: absolute;
  content: "";
   height: 1px;
   width: 40px;
  background: #ffffff;
  top: 50%;
  left: 0;

  transform: translateY(-50%);
}
.Quick-link ul li{
   margin-bottom: 10px;
   font-size: 14px;
  font-weight:400;
  line-height: 20px;
}
.Quick-link ul li:last-child{
  margin-bottom: 0;
}
.Quick-link ul li a{
  color: #ffffff;
}
.Quick-link ul li a:hover{

  color: #b4adad;
}


.banner-sec{
  position: relative;
}
.inner-wrap {
  border: 7px solid #fff;
  padding: 71px 0;
  text-align: center;
  max-width: 1100px;
  height: 332px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.502);
  top: 50%;
  left: 50%;
  right: 0;
  transform: translate(-50%,-50%);
  position: absolute;
}


.basement-banner-sec{
  position: relative;
}
.basement-banner-sec img{
  width: 100%;
}
.basement-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}

.basement-inner h2{
  padding:104px 31px;

}

.fas{
  color:white;
}

.banner-title{
  color: #ffffff;
  font-size: 52px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
}
.paragraph-inner figure, .basement-banner-sec figure{
  margin: 0;
}
.paragraph-inner p{
  margin-bottom: 53px;
}


.inner-wrap h1 {
  font-size: 52px;
  line-height: 56px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-wrap p {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.inner-wrap a {
  padding: 20px 39px;
  background-color: rgb(0, 0, 0);
  opacity: 0.902;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  display: table;
  margin: 0 auto;
}
.inner-wrap a:hover {
  background: #666666;
  color: #fff;
}

.banner-sec .slick-dots {
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-sec .slick-dots li {
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  border: none;
  margin-bottom: 0;
}

.banner-sec .slick-dots li:last-child {
  margin-right: 0;
}

.banner-sec .slick-dots button {
      background-color: rgb(222, 222, 222);
     /* opacity: 0.502;*/
    height: 7px;
    width: 40px;
    border-radius: inherit;
}
.banner-sec button, input[type="button"], input[type="submit"]
.slick-active button {
  padding: 0;
}
.banner-sec .slick-active button
{
  background: #ffffff;
}

 .banner-sec .slick-dots button {
  font-size: 0;
  border: none;
}
.banner-slide figure{
  margin: 0;
}

.footer-logo span{
  color: #ffffff;
  display: block;
  margin-top: 10px;
  line-height: 23px;
}


.basement-inner p{
 color: #ffffff
}
.basement-inner a{
  padding: 20px 23px;
  background: #ffffff;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
.basement-inner a:hover{
  background: #666666;
  color: #ffffff;
}
.new-office {
  margin-bottom:90px
}

.inner-sec{
  position: relative;
}
.inner-border{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: center;
  display: inline-block;
  max-width: 1022px;
 margin: 0 auto;
}
.inner-border h2{
  position: relative;
  padding: 93px 0px;
  margin: 0 5px;
      color: #ffffff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 600;
    text-transform: uppercase;

}
.inner-border h2:before{
   position: absolute;
   content: "";
   height: 100%;
   border: 5px solid #000;  
   
   left: 0;
   top: 0;
   right: 0;
}

.design-top-area{
  margin-bottom: 24px;
}
.images-para.common-gap
{
  padding-top: 100px;
}
.section-header{
  padding-bottom:100px
}

.page-title{
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
      margin-bottom: 58px;
}
.img-area figure
{
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0;

}
.para-row{
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.img-area{
      -webkit-box-flex: 0;
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
padding-left:15px;
padding-right:15px;
}
.para-area{
     -webkit-box-flex: 0;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
 padding: 33px 15px;
}
.process-inner .para-row:nth-child(even) .img-area{
  order: 1;
}
.process-inner .para-row:nth-child(1){
  padding-bottom: 60px;
}

.featured-inner-img{
  position: relative;
  overflow: hidden;
}
.featured-inner-img figure{margin: 0;}
.featured-inner-img figure:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(23, 23, 22, 0.95);
    content: "";
    opacity: 0;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}
.featured-inner-img{width: 100%;}
.featured-inner-img:hover figure:before {
    /* opacity: 1; */
}
.featured-inner-img:hover .overleay{
     opacity: 1;
    bottom: inherit;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
}
.overleay{
     position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    opacity: 0;
    transition: 0.6s all ease-in-out 0s;
    -webkit-transition: 0.6s all ease-in-out 0s;
    -moz-transition: 0.6s all ease-in-out 0s;
}
.design-gallery-sec.common-gap{
  padding-top: 0;
}
.top-area{
  padding-bottom: 26px;
}


.watch{
  text-align: center;
  margin-bottom: 50px;
}

.watch h4{
   font-size: 30px;
   line-height: 35px;
   color: #000000;
   font-weight: 500;
   display: table;
   margin: 0 auto;
   text-transform: uppercase;
   position: relative;
       padding-left: 49px;
       margin-bottom: 50px;
}
.watch p{
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
  color: #5f5f5f;
}

.watch h4:before{
  position: absolute; 
  content: "";
  top: -15px;
  left: -45px;
  right: 0;
   background: url(images/watch.png)no-repeat;
   width: 75px;
   height: 77px;
}
.form-group textarea{
  height: 155px;
  resize: none;
}
.info-sec{
  text-align: center;
}

.info-sec figure{
  width: 175px;
  height: 175px;
  border-radius:50%;
  border:1px solid #000000; 
  background: transparent;
  line-height: 175px;
  text-align: center;
  margin: 0 auto;
 margin-bottom: 24px;
}
.inner-info-sec a, span{
  font-size: 23px;
  line-height: 35px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  text-align: center;
}
.inner-info-sec a:hover{
  color: #666666;
}
.info-sec {
  padding-top: 104px;
}
.map iframe{
  width: 100%;
  height: 440px;
  border: 0;
}
.map{
  line-height: 0;
}

.conthrax-font{
	font-family: 'Conthrax';
	font-size:12px;
}

.text-white {
  color:white;
}

.navbar-toggler {
  z-index: 9999;
}




@media(max-width: 1199px){

.siteheader .navbar-nav li{
    padding-left: 11px;

}
.inner-wrap{
      max-width: 800px;
}
.inner-wrap h1{
         font-size: 38px;
    line-height: 44px;
}
.inner-wrap p{
      line-height: 25px;
          font-size: 20px;
}
.inner-wrap{
      padding: 50px 0;
}
.banner-slide .slick-prev,.banner-slide .slick-next{
      background-size: 70px;
}
.banner-sec .slick-dots{
      top: 92%;
}
.footer-gap{
      padding: 100px 0;
}
.inner-wrap{
      height: 300px;
}
.basement-inner h2{
      font-size: 44px;
    line-height: 50px;
}

}
@media(max-width: 991px){
  .nav_menu_collapse{
    position: relative;
  }
  .navbar_support{
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    background: #000;
  }
  .siteheader img{
    width: 60px;
  }
    .siteheader button:hover, input[type="button"]:hover, input[type="submit"]:hover{
      background: transparent;
      border: none;
    }
    .siteheader .navbar ul li a:hover::after, .navbar ul li.current-menu-item a:before{
      display: none;

    }
    .inner-wrap {
    max-width: 600px;
}
.inner-wrap h1 {
    font-size: 29px;
    line-height: 36px;
        margin-bottom: 8px;
}
.inner-wrap p {
    line-height: 22px;
    font-size: 16px;
        margin-bottom: 20px;
}
.inner-wrap{
      height: 258px;
}
.basement-inner h2{
      font-size: 34px;
    line-height: 40px;
}
.common-gap{
      padding: 80px 0;
}
  .siteheader .navbar-nav 
  {
    padding: 20px 0;
  }
.siteheader .navbar-nav li{
      padding-bottom: 5px;
}
}

@media(max-width:767px){
.alignleft{
  float: none;
 width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.alignright{
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
}
.inner-wrap{
  position: relative;
      transform: inherit;
      left: 0;
      height: inherit;
      margin: inherit;
      max-width: 100%;
          background: none;
    padding: 80px 0;

} 
.inner-wrap h1{
      font-size: 24px;
    line-height: 30px;
    color: #000;
}
.inner-wrap p{
      line-height: 18px;
    font-size: 12px;
    color: #000;
}

.footer-logo {
 margin-bottom:30px;
}
.Quick-link h4{
  margin-bottom: 10px;
}

.Quick-link{
  margin-bottom: 30px;
}
.footer-gap{
      padding: 50px 0;
}
.banner-slide .slick-prev, .banner-slide .slick-next{
      height: 96px;
    width: 50px;
   background-size: 45px !important;
}
.siteheader img{
      width: 54px;
}
.basement-inner h2{
  font-size: 22px;
    line-height: 27px;
}
.footer-banner{
  background: #3e3b38 !important;
}

}
@media(max-width: 479px){
.basement-banner-sec img{
  height:100px;
}
.inner-wrap a{
      padding: 14px 19px;
}
.inner-wrap h1{
       font-size: 15px; 
    line-height: 20px;
}
.inner-wrap p{
      line-height: 18px;
    font-size: 13px;
}
.basement-inner h2{
      font-size: 14px;
    line-height: 20px;
}
.watch h4{
  font-size:16px
}
.watch p {
  font-size:12px
}
}





