/* Main and Reset
---------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clr {
  clear: both;
}

img {
  border: 0;
}

a {
  font-family: 'brandon_grotesquebold';
  color: #fc751b;
}

a:link,
a:visited,
a:hover,
a.selected {
  text-decoration: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

body {
  font-family: 'brandon_grotesqueregular', sans-serif;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-width: 320px;
  background: #1c272f;
  background: #fff;
  color: #485763;
}

body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overflow-hidden-x {
  overflow-x: hidden;
}

/*
.website-wrapper {
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	overflow-x: hidden;
}
*/
p {
  font-size: 17px;
  margin-bottom: 0;
  text-align: justify;
  font-family: "Ropa Sans";
  letter-spacing: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 {
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-weight: normal;
  font-size: 72px;
  line-height: 60px;
  padding-top: 0px;
}

h2 {
  font-family: "brandon_grotesquemedium";
  font-weight: normal;
  font-size: 34px;
  line-height: 46px;
  padding-top: 0px;
  position: relative;
  display: block;
}

.hero-h2 {
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-weight: normal;
  color: #485763;
  font-size: 60px;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 20px;
}

h3 {
  font-family: "brandon_grotesquebold";
  text-transform: uppercase;
  font-weight: normal;
  color: #485763;
  font-size: 22px;
  line-height: 17px;
  padding-top: 0px;
  margin-bottom: 30px;
}

h4 {
  font-family: "brandon_grotesquemedium";
  text-transform: uppercase;
  font-weight: normal;
  color: #485763;
  font-size: 18px;
  line-height: 16px;
  padding-top: 0px;
  padding-bottom: 10px;
}

h5 {
  font-family: "brandon_grotesqueRgIt";
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  padding-top: 0px;
}

h6 {
  font-family: "brandon_grotesquemedium";
  font-weight: normal;
  color: #485763;
  font-size: 18px;
  line-height: 20px;
  padding-top: 0px;
}

.no-pad {
  padding: 0;
}

.pad-bot-10 {
  padding-bottom: 10px !important;
}

.pad-bot-20 {
  padding-bottom: 20px !important;
}

.pad-bot-30 {
  padding-bottom: 30px !important;
}

.pad-bot-40 {
  padding-bottom: 40px !important;
}

.pad-bot-50 {
  padding-bottom: 50px !important;
}

.pad-bot-100 {
  padding-bottom: 100px !important;
}

.pad-top-50 {
  padding-top: 50px !important;
}

.pad-top-100 {
  padding-top: 100px !important;
}

.mar-bot-10 {
  margin-bottom: 10px !important;
}

.mar-bot-20 {
  margin-bottom: 20px !important;
}

.mar-bot-30 {
  margin-bottom: 30px !important;
}

.mar-bot-40 {
  margin-bottom: 40px !important;
}

.mar-bot-50 {
  margin-bottom: 50px !important;
}

.max-500 {
  max-width: 500px;
}

.max-600 {
  max-width: 600px;
}

.max-900 {
  max-width: 900px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.orange {
  color: #fc751b;
}

.lt-grey {
  color: #78838b;
}

.md-grey {
  color: #485763;
}

.white {
  color: #ffffff;
}

#team-member-template {
  margin-top: 300px;
}

.wow {
  visibility: hidden;
}

.map iframe {
  width: 100% !important;
}

iframe {
  border: none !important;
}

.indent-me {
  text-indent: -9999px;
  display: inline-block;
}

.desktop-hide {
  display: none
}

/* Accesibilty
---------------------------------------------------------------------------------*/
.accessibility {
  position: absolute;
  left: -99999px;
  height: 10px;
  width: 10px
}

.skip {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  margin-left: 0;
  text-align: center;
  list-style: outside none;
}

.skip {
  list-style-type: none
}

.skip a {
  position: absolute;
  left: -99999px;
  top: 30px;
}

.skip a:focus,
.skip a:active {
  position: relative;
  left: 0;
  z-index: 9999;
  width: 75%;
  height: auto;
  margin: 0px auto;
  padding: 20px 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: rgba(0, 0, 0, .6);
  border: 1px dotted #fff;
  font-weight: bold;
  font-size: 2em;
}

/* HEADER
---------------------------------------------------------------------------------*/
.page-content-nav {
  height: 0;
  overflow: hidden;
  display: none;
}

.full-width {
  width: 100% !important;
}

.nav-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 102;
  display: none;
  background-color: #1c272f;
}

.overflow-hidden {
  overflow: hidden;
}

.position-fixed {
  position: fixed !important;
}

.header-wrapper {
  position: relative;
  xtop: 0;
  xleft: 0;
  z-index: 99999;
  xheight: 100%;
  xwidth: 100%;
}

.header {
  position: relative;
  xheight: 100%;
  xwidth: 100%;
}

.logo {
  position: absolute;
  top: 45px;
  z-index: 100;
}

.logo img {
  /*
	width: 210px;
    height: auto;
	max-width: 207px;*/
  position: relative;
  z-index: 101;
  width: 300px;
  height: auto;
  max-width: 250px;
  -webkit-transition: all 400ms ease;
  1 -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.decor-logo-background-grey {
  background: #aaaaaa;
  width: 155px;
  height: 10px;
  position: absolute;
  bottom: -8px;
  left: 0px;
  z-index: 99;
}

.decor-logo-background-orange {
  background: #fc751b;
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: -16px;
  left: 0px;
  z-index: 99;
}

.main-navigation {
  position: absolute;
  top: 89px;
  right: 0;
  z-index: 103;
}

.main-navigation ul {}

.main-navigation li {
  display: inline-block;
  margin: 8px 23px;
  position: relative;
}

.main-navigation li a:link,
.main-navigation li a:visited {
  color: white;
  font-family: 'brandon_grotesquebold';
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
}

/*.main-navigation li a:hover, .main-navigation li a.selected, .current-menu-item a {
	color: #fc7a24 !important;
}*/
.main-navigation li img {
  max-width: 60px;
  position: relative;
  top: 10px;
}

/* Nav Area Dropdown
-----------------------------------------*/
/*
.main-navigation ul ul {
	position: absolute;
	top:30px;
	left: 0px;
	display: none;
	z-index: 100;
	
 
	 
}
.main-navigation li li {
	display: block;
	white-space: nowrap;
	float: none;
	margin: 0px !important;
	margin-bottom: 1px;
}
.main-navigation li li a {
	background: rgba(255,255,255, 0.9); 
	padding: 12px 40px 10px 40px;
	display: block;
	width: 100%; 
	color: #231f20 !important;  
	margin-bottom: 1px;
	text-align: left;
	font-size: 23px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.main-navigation li li a:hover {
	xbackground: #f5f5f5;
}
.main-navigation li li a::before {
	 
}
.main-navigation li.current-menu-item a, .current-menu-ancestor a, #menu-secondary .current-menu-item a {
	xcolor: #00C0D7 !important;
}
*/
.footer-wrapper a:hover {
  color: #fc7a24 !important;
}

.hero-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 644px;
}

.hero {
  position: relative;
  height: 100%;
  width: 100%;
}

.hero-text {
  position: absolute;
  bottom: 12%;
  left: 220px;
  color: white;
  max-width: 525px;
  z-index: 101;
}

.hero-title {
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'brandon_grotesquemedium';
  line-height: 55px;
  letter-spacing: 2px;
}

.hero-supporting {
  font-size: 18px;
  padding-bottom: 30px;
}

.link-button-orange {
  text-transform: uppercase;
  display: inline-block;
  background: #fc751b;
  color: white;
  font-size: 12px;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-family: 'brandon_grotesquebold';
}

.hero-text-fade {
  position: absolute;
  bottom: 10px;
  xleft: -200px;
  color: white;
  xmax-width: 500px;
  z-index: 100;
  opacity: 0.2 !important;
  font-size: 100px;
  font-family: 'brandon_grotesquebold';
  text-transform: uppercase;
  line-height: 170px;
}

/* Hamburgler Stuff
---------------------------------------------------------------------------------*/
.hamburger-wrapper {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1000;
  float: right;
  padding: 20px 20px 25px 20px;
  cursor: pointer;
  text-align: left;
}

.hamburger-wrapper-index {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  float: right;
  padding: 30px 20px 30px 20px;
  cursor: pointer;
  text-align: left;
}

#menu {
  padding: 24px 13px 23px;
  height: auto;
}

#menu span {
  background: #333;
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

#menu span,
#menu span:before,
#menu span:after {
  width: 25px;
  height: 3px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
}

#menu span:before,
#menu span:after {
  background: #333;
  content: " ";
  margin-top: -.6em;
  position: absolute;
}

#menu span:after {
  margin-top: .6em;
}

#menu.on span {
  background: transparent;
}

#menu.on span:before {
  -moz-transform: rotate(45deg) translate(.5em, .4em);
  -ms-transform: rotate(45deg) translate(.5em, .4em);
  -o-transform: rotate(45deg) translate(.5em, .4em);
  -webkit-transform: rotate(45deg) translate(.5em, .4em);
  transform: rotate(45deg) translate(.5em, .4em);
}

#menu.on span:after {
  -moz-transform: rotate(-45deg) translate(.45em, -.35em);
  -ms-transform: rotate(-45deg) translate(.45em, -.35em);
  -o-transform: rotate(-45deg) translate(.45em, -.35em);
  -webkit-transform: rotate(-45deg) translate(.45em, -.35em);
  transform: rotate(-45deg) translate(.45em, -.35em);
}

.lines-black:before,
.lines-black:after {
  xbackground: #000 !important;
}

.directions-black {
  xcolor: #000 !important;
}

.location-black {
  xcolor: #000 !important;
}

/* LINKS
---------------------------------------------------------------------------------*/
.link-outlined {
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #485763;
  color: #485763;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0px 25px;
}

.link-outlined:hover {
  background: #485763;
  color: white;
}

.orange-button {
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #fc751b;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  margin: 15px 0px;
  background: #fc751b;
}

.orange-button:hover {
  background: #dc6618;
}

/*

#project-feature, #project-feature, #about-home, .nav-mask {
	overflow-x: hidden;
}
*/
/* Homepage Project Feature
---------------------------------------------------------------------------------*/
.feature-wrapper {
  padding: 20px 20px;
}

.feature-left {
  width: 50%;
  float: left;
}

.feature-right {
  width: 50%;
  float: right;
}

.height-fix {
  max-width: 400px;
  margin-top: 200px;
  padding-bottom: 10px;
}

.feature-p {
  letter-spacing: 1px;
  max-width: 450px;
}

.feature-top-right-decor {
  position: relative;
  margin-top: 150px;
}

.feature-top-right-decor img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}

.decor-featured-corner {
  max-width: 88px;
  height: 70px;
  position: absolute;
  top: -69px;
  left: -87px;
}

.decor-featured-background-grey {
  background: #aaaaaa;
  width: 450px;
  height: 250px;
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 99;
}

.decor-featured-background-blue {
  background: #485763;
  width: 600px;
  height: 650px;
  position: absolute;
  top: -170px;
  right: -380px;
  z-index: 98;
}

.feature-2-padding-fix {
  padding-left: 150px;
}

.decor-featured-corner-1 {
  height: 1px;
  width: 88px;
  background: #a3abb1;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: -87px;
}

.decor-featured-corner-2 {
  height: 70px;
  width: 1px;
  background: #a3abb1;
  position: absolute;
  z-index: 100;
  top: -69px;
  left: 0px;
}

.decor-featured-background-orange {
  background: #fc751b;
  width: 450px;
  height: 250px;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 99;
}

.decor-featured-background-blue-2 {
  background: #485763;
  width: 600px;
  height: 360px;
  position: absolute;
  top: -100px;
  left: -380px;
  z-index: 98;
}

.decor-featured-corner-3 {
  height: 1px;
  width: 88px;
  background: #a3abb1;
  position: absolute;
  z-index: 100;
  top: 0px;
  right: -87px;
}

.decor-featured-corner-4 {
  height: 70px;
  width: 1px;
  background: #a3abb1;
  position: absolute;
  z-index: 100;
  top: -69px;
  right: 0px;
}

.decor-featured-corner-5 {
  height: 1px;
  width: 288px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: -287px;
  opacity: .5;
}

.decor-featured-corner-6 {
  height: 100px;
  width: 1px;
  background: #fff;
  position: absolute;
  z-index: 100;
  top: -100px;
  left: 0px;
  opacity: .5;
}

.icon-orange-plus {
  max-width: 51px;
  position: absolute;
  bottom: -25px;
  right: 0;
  z-index: 101;
  -webkit-transition: -webkit-transform .2s ease-in;
  -moz-transition: -moz-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  -ms-transition: -ms-transform .2s ease-in;
  transition: transform .2s ease-in;
}

.icon-orange-plus:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.icon-orange-plus:active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-orange-plus-2 {
  max-width: 51px;
  position: absolute;
  bottom: -25px;
  left: 0;
  z-index: 101;
  -webkit-transition: -webkit-transform .2s ease-in;
  -moz-transition: -moz-transform .2s ease-in;
  -o-transition: -o-transform .2s ease-in;
  -ms-transition: -ms-transform .2s ease-in;
  transition: transform .2s ease-in;
}

.icon-orange-plus-2:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.icon-orange-plus-2:active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.project-feature-bottom {
  padding: 100px 0px;
}

.project-feature-bottom p {
  letter-spacing: 1px;
}

.m-featured {
  position: relative;
}

.m-featured img {
  width: 100%;
  height: auto;
}

.m-featured-plus {
  max-width: 25px;
  position: absolute;
  bottom: -5px;
  right: 0;
  z-index: 100;
}

/* Featured Work
---------------------------------------------------------------------------------*/
.featured-work-selector-wrapper {
  xdisplay: none;
  position: relative;
  margin-top: 80px;
  z-index: 101;
}

.featured-work-selector {
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 300px;
  xleft: 50%;
  xmargin-left: -150px;
  z-index: 100;
}

.featured-work-selector ul {
  margin: 0 auto;
  background: white;
  border: 1px solid #e5e8ea;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.featured-work-selector li {
  position: relative;
  text-transform: uppercase;
}

.featured-work-selector li a:link {
  position: relative;
  display: block;
  padding: 12px 20px;
  display: none;
}

.featured-work-selector li.f-active a:link,
.featured-work-selector li.f-active a:visited {
  display: block !important;
  padding: 12px 20px;
  color: black;
}

.featured-work-selector li a:hover {
  color: black;
}

.options-arrow {
  border-left: 2px solid #eceff0;
  position: absolute;
  top: 9px;
  right: 5px;
  padding: 1px 10px;
  color: #999999;
  font-size: 18px;
}

.options-arrow span {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.options-arrow-r {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.display-block {
  display: block !important;
}

/* About Home
---------------------------------------------------------------------------------*/
.person-overlay {
  opacity: 0;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.bio-info-animate {
  opacity: 1;
}

.about-home-top-line {
  width: 85%;
  height: 1px;
  background: #a3abb1;
  float: right;
}

.about-home-wrapper {
  padding: 100px 0px 60px;
  position: relative;
  z-index: 99;
}

.bg-home-video {
  width: 100%;
  height: auto;
  position: relative;
}

.about-video {
  position: relative;
}

.about-video-iframe-wrapper {
  position: relative;
  /*width: 100%;*/
  padding: 0px 70px;
  z-index: 200;
  z-index: 101;
}

.about-video-iframe-wrapper img {
  width: 100%;
  height: auto;
}

.video-play-button {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  z-index: 100;
  cursor: pointer;
}

.video-play-button img {
  width: 100%;
  height: auto;
}

.decor-about-background-blue {
  background: #485763;
  width: 1410px;
  height: 345px;
  position: absolute;
  top: 155px;
  right: -205px;
  z-index: 99;
}

.decor-about-background-orange {
  background: #fc751b;
  width: 208px;
  height: 230px;
  position: absolute;
  top: 155px;
  right: 25px;
  z-index: 100;
}

.decor-about-background-grey {
  background: #aaaaaa;
  width: 208px;
  height: 230px;
  position: absolute;
  top: 45px;
  right: -5px;
  z-index: 100;
}

.decor-about-corner-1 {
  height: 580px;
  width: 1px;
  background: #fff;
  position: absolute;
  z-index: 101;
  top: 0px;
  right: -6px;
  opacity: .5;
}

.decor-about-corner-2 {
  height: 1px;
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 101;
  top: 154px;
  right: -6px;
  opacity: .5;
}

.decor-about-corner-3 {
  height: 1px;
  width: 300px;
  background: #fff;
  position: absolute;
  z-index: 101;
  top: 275px;
  right: -106px;
  opacity: .5;
}

.decor-about-corner-4 {
  height: 1px;
  width: 80%;
  background: #a3abb1;
  position: absolute;
  z-index: 0;
  bottom: 0px;
  left: -130px;
}

.decor-about-corner-5 {
  width: 1px;
  height: 280px;
  background: #a3abb1;
  position: absolute;
  z-index: 101;
  bottom: -80px;
  left: 70px;
}

.decor-about-corner-6 {
  width: 1px;
  height: 280px;
  background: #a3abb1;
  position: absolute;
  z-index: 0;
  bottom: -80px;
  left: -50px;
}

.above-video-p-padding {
  padding: 0px 0px 0px 140px;
}

.about-video h3 {
  font-size: 48px;
  line-height: 46px;
  text-transform: uppercase;
  color: #485763;
  font-family: "brandon_grotesquemedium";
  margin-top: 70px;
  padding-bottom: 10px;
}

.about-video p {
  letter-spacing: 1px;
  max-width: 900px;
  padding-bottom: 20px;
}

#who-we-are p {
  padding-bottom: 20px;
  font-family: "Ropa Sans";
}

/* Single
---------------------------------------------------------------------------------*/
section.article h2 a:link,
section.article h2 a:visited {
  color: #fc751b;
  font-size: 17px;
  letter-spacing: 1px;
}

section.article h2 a:hover {
  text-decoration: underline;
}

section.article h1 {
  padding-bottom: 0px;
}

.author-left {
  padding: 0px 15px 0px 0px;
}

/* CONTACT PAGE
---------------------------------------------------------------------------------*/
.hero-inner-max-height {
  max-height: 644px;
}

.hero-inner-max-height .hero-text-fade {
  left: 0px;
  max-width: none;
}

.gform_body {
  width: 100% !important;
}

.gform_body input {
  background: #f6f6f8;
  border: 1px solid #a2a5a6;
  xline-height: 25px;
  color: #4c555e;
  padding: 10px 10px !important;
  letter-spacing: 1px !important;
  font-size: 15px !important;
}

.gform_body textarea {
  background: #f6f6f8;
  border: 1px solid #a2a5a6;
  letter-spacing: 1px !important;
  font-size: 15px !important;
}

.gform_body label {
  display: none !important;
}

#gform_submit_button_1 {
  display: inline-block;
  background: #fc751b;
  color: white;
  font-size: 12px;
  padding: 15px 30px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
}

.gform_wrapper ul li.gfield {
  clear: none !important;
}

.inner-body .gform_wrapper ul li.gfield {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}

.gform_body #field_1_1 {
  width: 49%;
  float: left;
}

.gform_body #field_1_2 {
  width: 49%;
  float: right;
}

.gform_body #field_1_3 {
  width: 100%;
  float: none;
}

.gform_body #field_1_5 {
  width: 100%;
  float: none;
}

.gform_body #field_1_4 {
  width: 100%;
  float: none;
}

.form-wrap-left {
  float: left;
  width: 49%;
}

.form-wrap-right {
  float: right;
  width: 49%;
}

.inner-body-wrapper {
  background: white;
}

.inner-body {
  max-width: 1350px;
  margin: 0 auto;
}

.inner-body-padding {
  padding: 120px 20px;
}

/*
.lines-top-right::before {
	position: absolute;
	top: -10px;
	right: -80px;
	width: 60%;
	height: 1px;
	background: #a3abb1;
	content: "";
}
.lines-top-right::after {
	position: absolute;
	top: -110px;
	right: -10px;
	width: 1px;
	height: 200px;
	background: #a3abb1;
	content: "";
}
*/
.inner-body p {
  letter-spacing: 1px;
}

/* Featured Image
---------------------------------------------------------------------------------*/
.this-project-wrapper {
  padding: 0px 0px;
  margin-top: -150px;
  xtop: -400px;
  position: relative;
  z-index: 100;
}

.this-prjoject {
  position: relative;
  z-index: 100;
}

.this-project-padding {
  background: #f2f2f2;
}

.this-project-content-left {
  float: left;
  width: 60%;
  min-height: 500px;
}

.this-project-content {
  float: left;
  width: 100%;
  min-height: 500px;
}

.this-project-content-left-padding {
  padding: 40px 40px 40px 40px;
}

.this-project-content-left h1 {
  font-size: 48px;
  line-height: 40px;
  text-transform: none;
  color: #485763;
  font-family: "brandon_grotesquemedium";
  letter-spacing: 0px;
  padding-bottom: 10px;
}

.this-project-content-left p {
  padding-bottom: 30px !important;
}

.this-project-content-left strong {
  font-family: "brandon_grotesquemedium";
  font-size: 18px;
  letter-spacing: 1px;
}

.this-project-content-right {
  float: left;
  width: 40%
}

.news-featured-img img {
  width: 100%;
  height: auto;
}

.decor-project-background-blue {
  background: #485763;
  width: 600px;
  height: 198px;
  position: absolute;
  bottom: -65px;
  right: -20px;
  z-index: 99;
}

.decor-project-background-orange {
  background: #fc751b;
  width: 298px;
  height: 140px;
  position: absolute;
  bottom: -25px;
  left: -10px;
  z-index: 100;
}

.decor-project-corner-1 {
  height: 240px;
  width: 1px;
  background: #fff;
  position: absolute;
  z-index: 101;
  bottom: -190px;
  right: -15px;
  opacity: .5;
}

.decor-project-corner-2 {
  height: 1px;
  width: 520px;
  background: #fff;
  position: absolute;
  z-index: 101;
  bottom: -30px;
  right: -20px;
  opacity: .5;
}

.decor-project-corner-3 {
  height: 1px;
  width: 250px;
  background: #a3abb1;
  position: absolute;
  z-index: 101;
  bottom: -50px;
  left: -180px;
}

.decor-project-corner-4 {
  height: 180px;
  width: 1px;
  background: #a3abb1;
  position: absolute;
  z-index: 101;
  bottom: -170px;
  left: -40px;
}

.project-map-wrapper {
  padding: 50px 0px 0px
}

.project-map {
  text-align: center;
}

.project-map h2 {
  font-size: 48px;
  line-height: 46px;
  text-transform: uppercase;
  color: #485763;
  font-family: "brandon_grotesquemedium";
  padding-bottom: 10px;
}

.project-map p {
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: 1px;
  padding: 0px 20px 10px;
}

.project-map-view-all {
  padding: 50px 0px;
  background: url(img/bg-view-all-projects.html) center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-view-all-projects.html', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-view-all-projects.jpg', sizingMethod='scale')";
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
  z-index: 1;
  height: 100% !important;
  xbackground: url(img/bg-grid.html) repeat left top;
}

.slider-wrapper {
  background: #000;
  position: relative;
  z-index: 100;
  height: 100% !important;
  xmin-height: 644px;
}

.inner-slider-wrapper {
  position: relative;
  z-index: 1;
  height: 165px;
  -webkit-transition: height 400ms ease;
  -moz-transition: height 400ms ease;
  -o-transition: height 400ms ease;
  -ms-transition: height 400ms ease;
  transition: height 400ms ease;
}

.bxslider {
  z-index: 1;
  width: 100%;
  height: 100% !important;
}

.bxslider li {
  width: 100%;
  height: 100% !important;
}

.hero-bg-img {
  z-index: 1;
  width: 100%;
  height: 100% !important;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../index-2.html', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pic-home-1.jpg', sizingMethod='scale')" !important;
  xopacity: 0.5;
  xfilter: alpha(opacity=50);
}

.grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: url(../img/Generators_Manufacturer_In_India.png);
}

.bx-wrapper .bx-viewport {
  z-index: 1;
  height: 100% !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0px;
  right: 10px;
  xwidth: 100%;
  z-index: 1000;
  bottom: 56px;
  right: 70px;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  display: none !important;
  font-weight: bold;
  padding: 5px 0px 5px;
}

.page-template-template-home .bx-wrapper .bx-pager {
  display: block !important;
  color: white;
}

.single-project .bx-wrapper .bx-pager {
  display: block !important;
  color: white;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: black;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: white;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/Silent_diesel_generator_in_India.png) no-repeat;
  background-size: 28px 44px;
  width: 28px;
  height: 44px;
  display: none;
}

.bx-wrapper .bx-next {
  right: 69px;
  background: url(../img/DG_Set_manufacturers_in_Gujarat.png) no-repeat;
  background-size: 245px 193px;
  width: 245px;
  height: 193px;
}

.bx-wrapper .bx-prev:hover {
  margin-top: -20px;
  bottom: 68px
}

.bx-wrapper .bx-next:hover {
  margin-top: -20px;
  bottom: 68px
}

.bx-wrapper .bx-prev:active {
  margin-top: -18px;
  bottom: 64px
}

.bx-wrapper .bx-next:active {
  margin-top: -18px;
  bottom: 64px
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 66px;
  margin-top: -22px;
  outline: 0;
  width: 245px;
  height: 193px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../index-2.html) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../index-2.html) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-caption img {}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 90px;
  left: 0;
  opacity: 1;
  padding: 5px 5px;
  width: 100%;
  display: block;
  z-index: 100;
  text-align: center;
  xbackground-color: #000;
  display: none;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 16px;
  z-index: 100;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 1);
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
}

.home-menu-pizza .bx-wrapper .bx-caption {
  bottom: 5px !important;
}

.home-menu-pizza .bx-wrapper .bx-caption span {
  font-size: 22px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-controls-direction a:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.bx-wrapper .bx-pager {
  font-size: 14px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 16px;
  xheight: 21px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-indent: 0;
  color: white;
  background: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  text-decoration: none;
  background: none;
  color: #ffd4b7;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: none;
  color: #fc7a24;
}

.slider-project-wrapper {
  position: relative;
}

.slider-project-wrapper .bx-wrapper .bx-next {
  background-size: 150px 118px !important;
  width: 150px !important;
  height: 118px;
}

.slider-project-wrapper li {
  height: 520px !important;
}

.sp-slide {
  cursor: pointer;
  width: 100%;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

.icon-enlarge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
}

.icon-enlarge img {
  max-width: 44px;
}

.mfp-counter {
  display: none !important;
}

.mfp-bg {
  background: #252e37 !important;
}

.mfp-arrow-left {
  background: url(img/icon-m-arrow-l.html) no-repeat !important;
  background-size: 77px 60px !important;
  width: 77px !important;
  height: 60px !important;
  left: 5px !important;
}

.mfp-arrow-right {
  background: url(img/Genset_Spare_parts_in_Gujarat.html) no-repeat !important;
  background-size: 77px 60px !important;
  width: 77px !important;
  height: 60px !important;
  right: 5px !important;
}

/*.mfp-arrow-right:before {
	border-left: none !important;
}
.mfp-arrow-left:before {
	border-left: none !important;
}
.mfp-arrow:before {
	border-top-width: 0px !important;
	border-bottom-width: 0px !important;
	opacity: 1 !important;
}
.mfp-arrow-left:after {
	border-right: none !important;
	margin-left: 0px !important;
}*/
.mfp-arrow {
  margin-top: -38px !important;
}

.mfp-image-holder .mfp-content {
  max-width: 85% !important;
}

.article-social {
  float: right;
  margin-top: -30px;
}

.article-social div {
  display: inline-block;
  padding: 0px 10px;
}

.article-social div img {
  max-width: 40px;
}

.section-fix-inner {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 644px;
}

.team-member-image {
  position: relative;
}

.orange-box {
  background-color: #fc751b;
  width: 100%;
  height: 310px;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 10px;
  animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  -webkit-animation-duration: 2s !important;
}

.grey-box {
  background-color: rgba(72, 87, 99, .8);
  width: 50%;
  height: 150px;
  position: absolute;
  z-index: -2;
  bottom: -30px;
  left: -30px;
  animation-duration: 2.5s !important;
  -moz-animation-duration: 2.5s !important;
  -webkit-animation-duration: 2.5s !important;
}

.call-tel {
  border: none !important;
  padding-left: 0px !important;
}

.call-tel:hover {
  color: #fc7a24;
}

#breadcrumbs {
  list-style: none;
  margin: 10px 0;
  overflow: hidden;
}

#breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#breadcrumbs .separator {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
}

#breadcrumb-section {
  padding: 0 30px 20px;
}

.news-h2 {
  font-size: 36px;
  line-height: 36px;
}

.news-preview p {
  padding-bottom: 20px;
}

.address {
  font-size: 22px;
  color: #ffffff;
  font-family: "Ropa Sans";
}

/* ------------------------------------------------------------------------------/
	
/////////////	
RESPONSIVE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/
/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1170px) {}

@media screen and (min-width:1600px) {
  .twenty-five h2 {
    font-size: 42px !important;
  }

  .address {
    font-size: 16px !important;
  }

  .twenty-five .center-text {
    padding: 5% 0px 0px 3%;
  }

  .address .call-tel {
    margin-bottom: 40px;
  }
}

@media screen and (min-width:1200px) and (max-width:1599px) {
  .address {
    font-size: 16px !important;
  }
}

/* Not mobile - But iPad Portrait Break - Do this when screen is less then 770px  */
@media screen and (max-width:1023px) {
  h2 {
    font-size: 38px;
    line-height: 34px;
  }

  .hero-h2 {
    font-size: 46px;
    line-height: 40px;
  }

  .mobile-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .main-navigation {
    display: none;
    position: fixed;
  }

  .hamburger-wrapper {
    display: block;
  }

  .logo {
    top: 0px;
  }

  .logo img {
    max-width: 150px;
  }

  .main-navigation {
    left: 0;
  }

  .main-navigation li {
    display: block;
    margin: 25px 25px;
    text-align: left;
  }

  body .mob_sub_menu {
    position: relative;
  }

  body .mob_sub_menu li {
    text-align: left;
  }

  .main-navigation li a:link,
  .main-navigation li a:visited {
    font-size: 22px;
  }

  .main-navigation li img {
    display: none;
  }

  .bx-controls {
    display: none;
  }

  .hero-text-fade {
    display: none;
  }

  .hero-text {
    bottom: 50px;
    left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    min-height: 0px;
  }

  .footer-links-wrapper {
    display: inline-block;
  }

  .grid-mask {
    background: url(img/sm-grid.html) left -42px;
  }

  #our-locations .twenty-five {
    float: left;
    width: 50%;
    background-size: cover;
    background-position: center;
  }

  #stay-in-touch input[type=text] {
    width: 300px;
    height: 50px;
    padding-left: 0px;
    text-align: center;
  }

  #stay-in-touch input[type=submit] {
    width: 200px;
    height: 50px;
    margin-top: 10px;
    margin-left: 0px;
  }

  .twenty-five .center-text {
    padding: 50px 0px 0px 40px;
  }

  .feature-left {
    width: 100%;
    float: none;
  }

  .feature-right {
    width: 100%;
    float: none;
  }

  .feature-2-padding-fix {
    padding-left: 0px;
  }

  .height-fix {
    max-width: 500px;
    margin-top: 20px;
    padding-bottom: 10px;
  }

  .project-feature-bottom {
    padding: 40px 0px;
  }

  .about-video-iframe-wrapper {
    padding: 0px 20px;
  }

  .decor-about-background-blue {
    background: #485763;
    width: 1410px;
    height: 380px;
    position: absolute;
    top: 155px;
    right: -205px;
    z-index: 99;
  }

  .decor-about-background-blue {
    display: none;
  }

  .decor-about-background-orange {
    display: none;
  }

  .decor-about-background-grey {
    display: none;
  }

  .decor-about-corner-1 {
    display: none;
  }

  .decor-about-corner-2 {
    display: none;
  }

  .decor-about-corner-3 {
    display: none;
  }

  .above-video-p-padding {
    padding: 0px 20px 0px 20px;
  }

  .about-video h3 {
    font-size: 38px;
    line-height: 36px;
    margin-top: 30px;
    padding-bottom: 10px;
  }

  .project-map h2 {
    font-size: 38px;
    line-height: 36px;
  }

  .decor-about-corner-5 {
    display: none;
  }

  .about-home-wrapper {
    padding: 70px 0px 60px;
  }

  .feature-wrapper {
    padding: 50px 20px 20px;
  }

  section.whats-happening .news-category-padding {
    padding: 5%;
  }

  .whats-happening h1.section-title {
    font-size: 42px;
    line-height: 40px;
    padding-top: 0px;
    padding-bottom: 80px;
  }

  .hero-inner-max-height {
    max-height: 100%;
  }

  .inner-body h2::before {
    display: none;
  }

  .inner-body h2::after {
    display: none;
  }

  .inner-body-padding {
    padding: 50px 20px;
  }

  .wwd-grid {
    padding: 30px 0px 0px;
  }

  .who-we-are h2,
  .what-we-do h2 {
    text-align: center;
    font-size: 38px;
    line-height: 36px;
  }

  .decor-project-corner-1,
  .decor-project-corner-2,
  .decor-project-corner-3,
  .decor-project-corner-4,
  .decor-project-background-orange,
  .decor-project-background-blue {
    display: none;
  }

  .this-project-wrapper {
    margin-top: -391px;
    padding: 0px;
  }

  .this-project-content-left {
    float: none;
    width: 100%;
  }

  .this-project-content-right {
    float: none;
    width: 100%;
  }

  .this-project-content-left h1 {
    font-size: 38px;
    line-height: 36px;
  }

  .this-project-content-left-padding {
    padding: 20px;
  }

  .project-map-wrapper {
    padding: 50px 0px 0px;
  }

  .slider-project-wrapper .bx-wrapper .bx-viewport {
    height: auto !important;
  }

  .slider-project-wrapper .bx-controls {
    display: block;
  }

  .slider-project-wrapper .bx-wrapper .bx-controls-direction a {
    right: 20px;
    bottom: 20px;
  }

  .slider-project-wrapper li {
    height: 250px !important;
  }

  .sp-slide {
    padding-bottom: 30%;
  }

  .article-social {
    float: none;
    margin-top: 0px;
  }

  .article-social div {
    display: inline-block;
    padding: 0px 10px 10px;
  }

  .article-social img {
    width: 35px;
  }

  .gform_body #field_1_1 {
    width: 100%;
    float: none;
  }

  .gform_body #field_1_2 {
    width: 100%;
    float: none;
  }

  .gform_body #field_1_3 {
    width: 100%;
    float: none;
  }

  .gform_body #field_1_5 {
    width: 100%;
    float: none;
  }

  .gform_body #field_1_4 {
    width: 100%;
    float: none;
  }

  #stay-in-touch .gform_body {
    float: none;
    width: 100% !important;
    text-align: center;
  }

  #stay-in-touch .gform_footer {
    float: none;
    text-align: center;
    margin: 0 auto !important;
  }

  .form-wrap-left {
    float: none;
    width: 100%;
  }

  .form-wrap-right {
    float: none;
    width: 100%;
  }

  .decor-logo-background-grey {
    background: #aaaaaa;
    width: 75px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    z-index: 99;
  }

  .decor-logo-background-orange {
    background: #fc751b;
    width: 47px;
    height: 20px;
    position: absolute;
    bottom: -8px;
    left: 0px;
    z-index: 99;
  }

  .single-project .bx-wrapper .bx-pager {
    bottom: 10px;
    right: 22px;
  }

  .footer-links-right a {
    text-align: center;
  }

  .mfp-arrow-left {
    background-size: 39px 30px !important;
    width: 39px !important;
    height: 30px !important;
    left: -15px !important;
  }

  .mfp-arrow-right {
    background-size: 39px 30px !important;
    width: 39px !important;
    height: 30px !important;
    right: 22px !important;
  }

  .mfp-arrow {
    margin-top: -15px !important;
  }

  #breadcrumb-section {
    padding: 30px 30px 20px;
  }

  .featured-work-selector {
    margin-bottom: 30px;
  }

  .featured-work-selector-wrapper {
    height: 80px;
  }

  .featured-work-selector-wrapper {
    xdisplay: none;
    position: relative;
    margin-top: 0px;
    z-index: 100;
  }

  .featured-work-selector {
    right: auto;
    left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
  .person-name {
    font-size: 26px;
    line-height: 22px;
  }
}

/* phone to tablet */
@media screen and (min-width: 1024px) {
  .main-navigation {
    display: none !important;
  }

  .page-content-nav {
    height: auto !important;
    overflow: visible !important;
  }

  .nav-mask {
    display: none !important;
  }
}

@media screen and (min-width) and (max-width:1023px) {
  .person-name {
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width:768px) {
  .hero-title {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'brandon_grotesquemedium';
    line-height: 37px;
  }

  .lines-top-right::before {
    right: -10px;
  }

  .lines-top-right::after {
    right: 0px;
  }

  h1 {
    font-size: 52px;
    line-height: 52px;
  }
}

@media screen and (max-height:550px) {
  .section-fix-inner {
    height: 250px;
  }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
  .twenty-five h2 {
    font-size: 35px !important;
  }

  .address {
    font-size: 14px !important;
  }

  .twenty-five .center-text {
    padding: 2% 0px 0px 2%;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .twenty-five h2 {
    font-size: 50px !important;
  }

  .address {
    font-size: 22px !important;
  }

  .twenty-five .center-text {
    padding: 10% 0px 0px 5%;
  }
}

@media screen and (min-width:701px) and (max-width:767px) {
  .twenty-five h2 {
    font-size: 40px !important;
  }

  .address {
    font-size: 18px !important;
  }

  .twenty-five .center-text {
    padding: 10% 0px 0px 5%;
  }
}

@media screen and (min-width:501px) and (max-width:700px) {
  .person-name {
    font-size: 26px;
    line-height: 22px;
  }

  .twenty-five h2 {
    font-size: 35px !important;
  }

  .address {
    font-size: 14px !important;
  }

  .twenty-five .center-text {
    padding: 10% 0px 0px 5%;
  }
}

@media screen and (max-width:500px) {
  .person-name {
    font-size: 20px;
    line-height: 16px;
  }

  .twenty-five h2 {
    font-size: 29px !important;
  }

  .address {
    font-size: 10px !important;
    letter-spacing: 1px;
  }

  .twenty-five .center-text {
    padding: 5% 0px 0px 3%;
  }
}

.list-type {
  font-size: 17px;
  padding-top: 10px;
}

.list-type li {
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 35px;
  background: url(../img/list.png);
  background-repeat: no-repeat;
  color: #485763;
  font-family: Ropa Sans;
}

.clearfix {
  clear: both;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

section .section-content {
  max-width: 1220px;
  margin: auto;
}

.pb30 {
  padding-bottom: 30px;
}

.pl-menu-c h5 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px !important;
}

.pl-menu-c h6 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}

.home .general-head {
  font-size: 42px;
}

.home .general-head .headBorderBottom:before {
  margin-top: 59px;
}

/* .feature-left h2, .feature-2-padding-fix h2{
	font-size: 42px;
} */
.pad-top-70 {
  padding-top: 70px;
}

.this-project-content-left-padding li {
  display: block;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-left: 35px;
  background: url(../img/list.png);
  background-repeat: no-repeat;
  color: #485763;
  font-family: Ropa Sans;
}

.this-project-padding_1 {
  display: flex;
}

.form-control-1 {
  width: 90%;
}

.card-body {
  padding: 25px 25px 25px 25px;
}

.card {
  background: #fff;
}

.rounded {
  border-radius: 3%;
}

.mb-3 {
  margin-bottom: 16px;
}

.lines-top-right {
  margin-top: 42px;
}

.section-content-1 {
  margin-top: -179px;
}

@media screen and (max-width:500px) {
  .image-style-side img {
    height: 170px;
    width: 275px;
  }

  .this-project-padding_1 {
    display: flex;
    flex-direction: column;
  }
}

.custom-modal-height {
  max-height: 90vh;
  background-color: #fff;
}
.custom-modal-height .modal-content{
  height: 75rem;
}

.rows {
  margin-right: -38px;
  margin-left: 36px;
}

