.row {
  margin: 0px;
}

.navbar {
  transition: all .5s ease-out;
}

.navbar_head {
  padding: 16px 7px 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

.navbar_head_inner {
  width: 100%;
  z-index: 999;
  padding: 0px 60px;
  background-color: transparent;
}

.newnavbar {
  background-color: #fff;
  padding: 0px;
}


.section_banner img {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 400;
}

.nav_scroll {
  color: #000;


}

.nav_header {
  padding: 0px 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 0px;
}

.nav_link {
  font-family: 'Helvetica Neue', sans-serif;
  padding: 0px;
  font-size: 28px;
  text-decoration: none;
  color: #fff;
  padding: 0px 0px;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #FFF;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 6px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}

.nav_innerlink {
  font-family: 'Helvetica Neue', sans-serif;
  padding: 0px;
  font-size: 28px;
  text-decoration: none;
  color: #000;
  padding: 0px 0px;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}

.nav_innerlink:hover {
  color: #000;
}

.nav_innerlink::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  width: 0%;
  background-color: #000;
}

.nav_innerlink::before {
  width: 0%;
  bottom: 6px;
}

.nav_innerlink:hover::before {
  width: 100%;
}

/* ****************inner header ******** */
.nav_link_inner {
  font-weight: 300;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-decoration: none;
  color: #000;
  padding: 0px 0px;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}

.nav_link_inner::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #000;
  width: 0;
  bottom: 6px;
}

.nav_link_inner:hover::before {
  width: 100%;
}

.nav_link:hover {
  color: #fff;
}

/* *******************scrolling header*************************** */
.nav_scroll {
  font-family: 'Helvetica Neue', sans-serif;
  padding: 0px;
  font-size: 28px;
  text-decoration: none;
  color: #000;
  padding: 0px 0px;
  margin: 0px 15px;
  display: inline-block;
  position: relative;
}

.nav_scroll:before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #000;
  width: 0%;
  bottom: 6px;
}

.nav_scroll:hover {
  color: #000;
}

.nav_scroll:hover::before {
  width: 100%;
}

.scroll_header {
  background-color: #FFF;
}

/* ************************************************************* */
.nav-item {
  margin-left: 8px;
}

.navbar-nav>.active>a {
  color: #fff;
  opacity: 1;
}

.myClass>.active>a {}

.section_banner {
  position: relative;
}

.section_banner::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background:  linear-gradient(to bottom,  #fefefe00 0%,#00000087 80%,#212529cf 98%); */


}

/* background-image: linear-gradient(to bottom, rgba(255, 200, 1, 0), #f8c40e); */

.banner_head {
  position: absolute;
  bottom: 30px;
  font-weight: initial;
  left: 30px;
  z-index: 999;

}

.banner_head h6 {

  color: #fff;
  font-size: 25px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.case_study {
  text-decoration: none;
}

.view_case_study {
  position: relative;
  display: inline-block;
}

.view_case_study::before {
  transition: 300ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;bottom: -4px;


  /* transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: white;
  width: 22%;
  bottom: -4px; */
}

h6.view_case_study {
  text-decoration: none;
}

.about_first_head {
  margin-bottom: 20px;
}

.about_para {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  padding: 171px 0px;
  text-align: center;
}

.about_para h6 {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

.logo_img img {
  width: 300px;
}
.grid-container-work {
  display: grid;
  grid-template-columns: auto auto auto;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  text-align: center;
}

.grid-item1 {
  background-color: #000;
  position: relative;
}

.grid-item1::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
}

.grid-item1 img {
  width: 100%;
}

.grid-item2 {
  background-color: #000;
  position: relative;
}

.grid-item2::before {
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  content: "";
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
}


.grid-item2 img {
  width: 100%;
}

.rectangle-holder {

  position: absolute;
  bottom: 30px;
  left: 30px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: white;
  line-height: 27px;
}

.footer {

  text-align: center;

}



.footer a {
  letter-spacing: -.25vw;
  white-space: pre;
  color: #000;
  line-height: normal;
  font-size: 9.5vw;
  text-decoration: none;

  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.footer {
  position: relative;
  /* margin: 0px 222px; */
  border-radius: 200px;
  padding: 0px 54px;

}

.footer:hover {
  transition: 0.5s ease-in-out;
  background: #000;
}

.footer:hover a {
  transition: 0.5s ease-in-out;
  color: #fff;
}

.svg_img {
  display: none;
}

.footer a:hover {
  color: #fff;
}

.footer_icon {
  color: #000;
  width: 100%;
  /* position: relative; */
  text-decoration: none;


  border-radius: 50px;
}

.footer a:hover {}

.footer_bottom {
  margin-bottom: 50px;
}

.footer_bottom h1 {}

.footer_bottom h1 {

  font-weight: 500;
  line-height: 47px;
  font-size: 40px;
  color: #000;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

.footer_bottom h1 a {
  line-height: 47px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
  position: relative;
  text-decoration: none;
}

.footer_bottom h1 a::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #000;
  width: 100%;
  bottom: 0px;
}

.footer_logo img {
  width: 300px;
  margin-left: -34px;
}

ul li {
  list-style-type: none;
}

ul.footer_links {
  padding-left: 0px;
}

.footer_links li a {
  text-decoration: none;
  color: black;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.footer_links_social li a {
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #5c5353;
  letter-spacing: 0.8px;
}

ul.footer_links_social {
  padding-left: 0px;
}

.footer_links_social {
  display: flex;
}

.footer_links_social li {}

.footer_links_social li a {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.padding_footer_top {
  padding-top: 0 !important;
}

.navbar-brand-img img {
  -webkit-transition: all 3s;
  transition: all 3s;
}

.padding_div {
  padding: 0px 30px;
}

.margin_left li {
  margin-left: 20px
}

.margin_right li {
  margin-right: 20px
}

#hamburgerButton {
  border: none;
  cursor: pointer;
  width: 25px;
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 25px;

}

.mobile_res i {
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}

.sidenav li a:visited {
  color: #000;
}

.sidenav li a:active {
  color: #000;
}

.sidenav li {
  text-align: center;
  margin: 0px 15px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  list-style-type: none;
  padding: 10px 10px;
}

.sidenav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  font-weight: 300
}

.menu a:focus {
  color: #000;

}

.sidenav li a {

  border-bottom: 1px solid #000;
}

.sidenav li a:focus {

  color: #000;
}

.closebtn {
  float: right;
  padding: 10px 20px;
  font-size: 25px;
}

img.logo_sidebar {
  width: 200px;
}

.sidebar_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.privacy_policy {
  justify-content: end;
}


/* ******************** work-page ************************** */
.tab_nav {
  justify-content: end;
}

.padding_div_60 {
  padding: 80px 80px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #000;
  color: white;
  border-radius: 30px;
}

.nav-pills .nav-link {
  border: 1px solid #000;
  color: black;
  border-radius: 30px;

  font-size: 20px;
  line-height: 24px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  padding: 4px 20px;
}

.work_block {
  /* height: 800px; */
  width: 100%;
  /* background: aqua; */
}

.client_head {
  padding: 25px 30px 70px 30px;
}

.client_head h1 {
  font-size: 30px;
  color: #000;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;

}

.tab_nav .nav-item {
  margin-left: 20px;
}

.work_block img {
  width: 100%;
}

/* ************************************** about_div  ****************************************/
.about_padding {
  padding: 0px 80px;
}

.about_head h1 {
  padding-bottom: 50px;
  font-size: 60px;
  color: #000;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

.about_head p {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 0px;
}

.about_block {

  width: 100%;
  /* background: aqua; */
}

.about_block img {
  width: 100%;
}

.about_class {}

.padding_div_v {
  padding: 0px 30px;
}

.padding_b50 {
  padding: 0px 0px 100px 0px;
}

.what_we_do_head h1 {
  font-size: 60px;
  margin-bottom: 0px;
  color: #000;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.what_we_do_para p {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 37px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.what_we_do_list ul li {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.brand_logo {


  width: 100%;
}

.brand_logo img {

  width: 100%;

}

.what_we_para {
  margin-bottom: 80px;
}

.brand_logo img {
  padding-bottom: 20px;
  padding-right: 20px;
}

/* *******************************contact**************************************** */
.contact_head p {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 0px;
}

.personal_details {
  padding-right: 145px;
}

/* .personal_details h1 {
  padding-bottom: 40px;
  font-size: 40px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  margin-bottom: 0px;
}

.project_details h1 {
  margin-bottom: 0px;
  padding-bottom: 40px;
  font-size: 40px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
} */

.personal_details_input {
  border-bottom: 2px solid #000;

  border-radius: 0px;
  border-top: none;
  border-left: 0px;
  border-right: 0px;
  padding: 3px 0px;
  font-size: 25px;
  /* margin-bottom: 20px; */
}

.personal_details_input:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.checkbox_data h6 {
  margin-bottom: 0px;
  padding-bottom: 20px;
  font-size: 28px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.form-check {
  display: block;
  min-height: 2.5rem;
  padding-left: 1.8em;
  margin-bottom: 0.125rem;
}


.project_detail_checkbox[type=checkbox] {
  font-size: 18px;
  border-radius: 30px;
  color: black;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  margin-top: 6px;
}

.project_detail_checkbox:checked[type=checkbox] {
  background-color: black;
  box-shadow: none;
  border: black;
  font-size: 18px;

}


input[type="checkbox"]:disabled {

  background-color: #fff;
  box-shadow: none;
  border: black;
}

input[type="checkbox"]:enabled {
  margin-top: 10px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #000;
  font-size: 18px;
}

.project_detail_checkbox[type=checkbox]:focus {
  font-size: 18px;
  border-radius: 30px;
  color: black;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  margin-top: 6px;
}

.project_detail_checkbox_label {
  color: #626466;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 300;
}

h6.text_area_head {
  color: #626466;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 300;
  line-height: 32px;
}

.contact_submit_button {
  background: white;
  color: #626466;
  border-color: #000;
  border-radius: 30px;
  padding: 0px 20px;
  /* margin: 40px 0px; */
  font-size: 25px;

}

.contact_submit_button:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.where_we_work h1 {
  padding-bottom: 15px;
  font-size: 40px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

.contact_address h6 {
  color: #000;
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 300;
}

address {

  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  color: #626466;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 300;
}

a.contact_address_link {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  color: #626466;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 300;
}

p.contact_address_link {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  color: #626466;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 400;
}

.padding_top_footer {
  padding-top: 100px;
}

.contact_main {
  margin-bottom: 80px;
}

.new_business a {
  text-decoration: none;
  color: #626466;
  font-size: 25px;

}

.contact_number {
  font-size: 25px;
  color: #626466;
}

.text_area_div {
  width: 45%;
}

.padding_top {
  padding-top: 171px;
}

.padding_work_header {
  padding: 232px 30px 100px 30px;

}

.padding_about_header {
  padding: 232px 30px 50px 30px;
}

.padding_contact_header {
  padding: 232px 30px 100px 30px;
}

.padding_baand {
  padding: 0px 0px 80px 0px;
}

.what_we_do_list {
  padding-top: 80px;
}

.contact_main_business {
  padding-bottom: 40px;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;

}

.padding_div_120 {
  padding-top: 150px;
}

/* img.home_grid_img:hover {
  opacity: .6;
}

img.work_hover:hover {
  opacity: .6;
} */



#error-popup,
#success-popup {
  transition: all 1s ease-out;
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background-color: #fff;
  border: 1px solid #ccc;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

#error-popup,
#success-popup p {
  font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.close_btn {
  background: #000;
  color: #fff;
  border-color: #000;
  border-radius: 30px;
  padding: 0px 20px;

  font-size: 25px;
}

.close_btn:hover {
  background: #fff;
  color: #000;
  border-color: #000;
  border-radius: 30px;
  padding: 0px 20px;

  font-size: 25px;
}

/* validation */
.validation_class {}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #000;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #000;

  box-shadow: none;
}

.form-group {
  margin-bottom: 25px;
}

.container-fullwidth {
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.home-thumb-fullwidth {
  position: relative;
}

.home-hero-wrapper {
  max-height: 100vh;
  overflow-y: hidden;
}

.home-thumb-dark {
  color: #fff;
}

.home-thumb-img {
  width: 100%;
}

.home-thumb-fullwidth .home-thumb-text {
  position: absolute;
  padding-right: 25px;
  z-index: 400;
  bottom: 5px;
  left: 25px;
}






.container-fluid-inner {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

/* padding-top: 35px;
    padding-bottom: 140px; */
.work-case-information {
  padding-top: 35px;
  padding-bottom: 140px;
}

.work-case-description {
  padding-top: 0;
}

.work-case-description .case-description-wrapper {
  max-width: 850px;
}

.container-fixedwidth {
  max-width: 1689px !important;
}

.work-case-inline,
.video-embed {
  margin-bottom: 12px;
}

.work-case-src {
  width: 100%;
}

.work-case-hero-bump {
  margin-top: 100px;
  margin-bottom: 130px;
}
h1.work-sub-head{
  color: rgb(137, 137, 137);
}

.padding-work{
  
}

