/*
Theme Name: Tanks Direct
Theme URI: http://xxxxxxxx.com
Author: Thomas Digital - billy aguana
Author URI: http://thomasdigital.com/
Description: Full-Service Storage Tank Life Cycle Solutions 
Version: 2.5
Date Updated: 07/12/2021
*/

/**/
:root {
  --color1: #036CFD;
  --color2: #EE3A43;
  --color3: #33B9F5;
  --color3a: #0090D1;
  --color4: #10499E;
  --color5: #242B35;
  --bg1: #10499E;
  --nav: #242B35;
}

/* #region - GENERAL */
.element .font-1 {  }
.element h1, .element h2, .element h3, .element h4, .font-2 { 

  font-weight: 500;
  text-transform: uppercase; 
}
.element {

  position: relative;
}

.element img {

  font-size: 10px;
}

.bg-blue   { background-color: #043071; }
.bg-blue2  { background-color: #10499E; }
.bg-ltblue { background-color: #EFF4F6; }
.bg-white, .bg-gray-7 { background-color: white; }
.bg-grey { background-color: #EFF4F6; }

.ent.dark-theme .mtitle,
.dark-theme .dtext {
  color: white;
}

.idflex-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
/* #endregion */

/* #region - BUTTON */
.el-form .gform_button,
.btn.btn-d {

  color: white;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  border-color: var(--color2);
  background-color: var(--color2);
  border-radius: 5px;
  min-width: 215px;
}
button.btn.btn-d {

  padding: 5px 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
button.btn.btn-d span {
  font-weight: bold;
  font-size: 15px;
}
.btn .overlay {
  top: inherit;
  bottom: 0;
  height: 0;

  transition: 0.3s;
}
.btn.btn-d span {
  font-size: 21px;
}
.btn.btn-d:hover .overlay {
  height: 100%;
  background-color: white;
}
.btn.btn-d:hover span {
  color: var(--color2);
}

.btn.btn-d.btn-1 {
  color: var(--color3a);
  background-color: white;
  border: 2px solid var(--color3a);
}

.btn.btn-d.btn-1:hover .overlay {
  height: 100%;
  background-color: var(--color3a);
}
.btn.btn-d.btn-1:hover span {
  color: white;
}

.btn.btn-d.btn-2 {
  color: white;
  background-color: transparent;
  border: 2px solid white;
}

.btn.btn-d.btn-2:hover .overlay {
  height: 100%;
  background-color: white;
}
.btn.btn-d.btn-2:hover span {
  color: var(--color3a);
}


.more {
  font-size: 15px;
  color: var(--color3);
  font-weight: bold;
  text-transform: uppercase;
}
/* #endregion */

/* #region - MENU */

/* logo */
header .navbar-brand { max-width: 240px; }
header.element { font-family: 'Oswald'; font-weight: 500; }

header .wide-menu-bg { 
  border-top: 3px solid var(--bg1);
  background-color: white; 
}
header #navbar-home { min-height: 90px; }
.menu-oc-right svg.fa-bars { color: var(--color2); }

/* navbar-nav */
.navbar-nav .nav-item {
  margin: 0 5px;
}
.navbar-nav .nav-link { 
  text-transform: uppercase; 
  color: var(--nav);
  font-size: 18px;
}
.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
  padding: 5px;
}

.navbar-nav .nav-link:hover {
  color: var(--color3a);
}
.main-menu ul.dropdown-menu .menu-item a {
  font-size: 16px !important;
  text-transform: uppercase;     
}
header .main-menu ul.dropdown-menu .menu-item a {
  padding: 0 !important;
}
.anibar .dropdown:hover .dmenu-0 li {
  background-color: transparent;
}
.anibar .dropdown:hover .dmenu-0 li,
.anibar .dropdown .dmenu-0 li {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
}
.anibar .dropdown .dmenu-0 li:last-child {
  border: none;
}
header ul.dropdown-menu .nav-item {
  margin: 0;
  padding: 10px;
  width: calc(100% + 20px);
}
.main-menu ul.dropdown-menu .nav-item:hover {
  background-color: var(--color3a);
}
.main-menu ul.dropdown-menu .nav-item:hover a {
  color: white;
}
.main-menu ul.dropdown-menu .nav-item a:hover {
  background-color: transparent;
}

/* #endregion */

/* #region - MENU EXTENSION */
.menu-extension {
  margin-left: auto;
  font-size: 21px;    
  display: flex;
  align-items: center;
}
.menu-extension .search-icon {
  margin: 0 10px;
}
.menu-extension .search-icon img {
  margin-bottom: 5px;
}
.tel {
  background-image: url(images/icons/tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 25px;
  margin-left: 9px;
  color: var(--color2);
}
.tel:hover {
  color: var(--color3);
}
.menu-extension .btn {
  margin-left: 30px;
}

.top-search svg { 
  width: 21px;
  height: 20px;
  color: #EE3A43;
}

.dnavbar .show-search {
  right: inherit;
  left: 0px;
  border-top: 3px solid var(--color3);

  background-color: #f0f0f0;
}
.mob-show-search input, .show-search input {
  background-color: white;
}

.top-search a {
  top: 0;
}
.top-search .active .i-close {
  display: inline-block;
}

/* #endregion */

/* #region - TEXT */

.leblue {  

  font-weight: 500;
  color: var(--color3a);
  text-transform: uppercase;
  font-size: 21px;
}
.element .dtext {
  font-size: 18px;
  line-height: 35px;
}
.element .dtext a {
  color: var(--color3a);
  /* color: var(--color2); */
  display: inline-block;
  position: relative;
}
.element .dtext a::after {
  content: "";
  border-bottom: 1px solid var(--color3a);
  /* border-bottom: 1px solid var(--color2); */
  position: absolute;
  bottom: 1px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.element .dtext a:hover::after {
  width: 100%;
}

.short-text {
  margin-bottom: 1rem;
}
/* .short-text p { margin-bottom: 5px; } */
.element .mtitle {
  line-height: 120%;
}
.text-center {
  text-align: center;
}
/* #endregion */

/* #region - BANNER */
.el-banner .mtitle, 
.el-banner .atitle, 
.el-banner .btitle, 
.el-banner .etitle {
  color: white;
}
.el-banner.home .overlay-bg {
  background-color: #242B35;
  opacity: 0.5;
}
.el-banner .wrap {
  padding: 62px 0 10px;
  height: 685px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.el-banner .wrap .container-xl {
  color: white;
  /* filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.55)); */
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.85));
}
.btitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.el-banner .mtitle {
  font-size: 88px;
  letter-spacing: -0.02em;
  line-height: 120%;
}
.el-banner .atitle {
  font-size: 40px;
  height: 60px;
  border-left: 5px solid var(--color3);
  display: inline-flex;
  align-items: center;
  padding: 0 0 3px 20px;
  margin-bottom: 21px;
}
.el-banner .etitle { 
  font-size: 21px;
  /* color: var(--color3); */
  color: white;
  margin-bottom: 27px;
}
.el-banner .dvideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* #endregion */

/* #region - BANNER ~ about */
.el-banner {
  background-color: var(--color5);
}
.el-banner .overlay-bg1 {
  /*
  background: linear-gradient(180deg, #0E1013 0%, rgba(14, 16, 19, 0) 73.33%);
  opacity: 0.75;
  height: 75px;
  display: none;    
  */
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(14, 24, 39, 0) 58.92%, rgba(14, 24, 39, 0.35) 100%), linear-gradient(180deg, rgba(14, 24, 39, 0) 58.92%, rgba(14, 24, 39, 0.75) 100%);
}
.el-banner .overlay-bg2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.92%, rgba(14, 24, 39, 0.85) 100%);
  display: none;
}
.el-banner.inner .bg-img {

}

.el-banner.inner .wrap {
  padding: 10px 0;
  height: 600px;
}
.el-banner.inner .wrap .container-xl {
  text-align: center;
}
.el-banner.inner .btitle {
  color: var(--color3);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
}
.el-banner.inner .mtitle {
  font-size: 64px;
  margin-bottom: 20px;
  display: inline-block;
  text-align: center;
  max-width: 800px;
}
.el-banner.about .mtitle:after { 
  display: block;
  content: "";
  border-top: 5px solid var(--color3);
  width: 60px;
  margin: 15px auto;
}
.el-banner.about .dtext {
  font-size: 40px;
  line-height: 59px;
  margin-bottom: 50px;
}
.el-banner.about .btn {
  padding: 8px 30px;
}

.el-banner.sub .wrap {
  padding: 16px 0;
  align-items: flex-end;
}

/* single article */
.el-banner.inner.no-thumb .overlay {
  display: none;
}
.el-banner.inner.no-thumb .wrap {
  height: auto;
  padding: 50px 0;
  background-color: var(--color4);
}

/* #endregion */

/* #region - ICONS */
.el-icons {
  background-color: #043071;
}
.el-icons .wrap {
  padding: 27px 0;
}
.el-icons .iconic {
  display: flex;
  align-items: center;
  line-height: 31px;
}
.el-icons .iconic .icon-bg {
  display: inline-block;
  flex: 0 0 96px;
  width: 96px;
  border-radius: 100%;
  border: 4px solid transparent;
  transition: 0.3s;    
}
.el-icons .iconic .icon-bg img {
  max-width: 88px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.el-icons .iconic .ititle { 
  line-height: 31px; 
  margin-bottom: 0;
  margin-left: 10px;
  transition: 0.3s;
}
.el-icons .iconic:hover .icon-bg {
  border: 4px solid white;
  background-color: white;
}
.el-icons .iconic:hover .icon-bg img {
  filter: none;
}
.el-icons .iconic:hover .ititle {
  color: white;
}
/* #endregion */

/* #region - TITLE V1 */
.el-title.v1 .wrap {
  padding: 70px 0;
}
.el-title.v1 .btitle {
  margin: 2px 0 6px;
  color: var(--color2);
}
.el-title.v1 .mtitle {
  color: var(--color4);
  font-size: 40px;
  margin-bottom: 24px;
}
.el-title.v1 .dtext {
  margin-bottom: 32px;
}
.el-title .dtext a {
  color: var(--color2);
}
.el-title .dtext a::after { 
  border-bottom: 1px solid var(--color2);
}
.el-title.v1 hr {
  max-width: 60px;
  border: 0;
  border-top: 5px solid var(--color3);
  margin-left: 2px;
}
.el-title.v1 .full-text {
  display: none;
}
.el-title.v1 .dbuttons {
  margin-bottom: 5px;
}

/* v2 */
.el-title.v2 .wrap {
  padding: 75px 0 10px;
  text-align: center;
}
.el-title.v2 hr {
  margin: 20px auto 30px;
}

/* #endregion */

/* #region - Content */
.el-content .wrap {
  padding: 90px 0 81px;
}
.ent .btitle {
  margin: 2px 0 6px;
  color: var(--color2);
}
.ent .mtitle {
  color: var(--color4);
  font-size: 40px;
  margin-bottom: 24px;
  margin-top: 6px;
}
.el-content .row {
  align-items: center;
}
.el-content .dtext {
  padding-top: 10px; /* 14px*/
}
.ent hr {
  max-width: 60px;
  border: 0;
  border-top: 5px solid var(--color3);
  margin-left: 2px;
}
.el-content .img-extra {
  position: relative;
}
.el-content .extra-text {
  min-width: 172px;
  height: 172px;
  background: #10499E;
  border: 8px solid #fff;
  text-align: center;    
  font-weight: bold;
  font-size: 21px;
  color: white;
  position: absolute;    
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  z-index: 2;
}
.el-content .extra-text.text {
  width: 172px;
}
.el-content .extra-text img {
  max-height: 156px;
  height: 100%;
}
.el-content .extra-text p {
  margin-bottom: 0;
  line-height: 150%;
}
.el-content .extra-text strong {
  display: block;
}
.el-content .extra-text span.meta {

  font-size: 18px;
  font-weight: normal;
  text-transform: lowercase;
  display: inline-block;
  margin-top: 10px;
  line-height: 130%;
}
.el-content .d-image {
  max-width: 470px;
  margin-left: auto;
}
.el-content .d-image img {
  border: 3px solid #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(0, 22, 63, 0.5));
}

/* v2 */
.el-content.v2 .wrap {
  padding: 90px 0 89px;
}
.el-content.v2 .row {
  flex-direction: row-reverse;
}
.el-content.v2 .d-image {
  margin-left: 0;
  margin-right: auto;
}
.el-content.v2 .extra-text {
  left: inherit;
  right: 10px;
}
.el-content.v2 hr {
  border-top: 6px solid var(--color3);
}

/* v3 */
.el-content.dv3 .d-image {
  max-width: 100%;
}
.el-content.dv3 .wrap {
  padding: 84px 0 57px;
}
.el-content.dv3 .dtext {
  padding-top: 20px;
}
.el-content.dv3 .dtext p {
  margin-bottom: 20px;
}
.el-content.dv3.nohr hr { display: none; }
.el-content.dv3.nohr .dtext {
  padding-top: 17px;
}
.el-content.dv3.half-list .dtext ul { 
  width: 50%;
  float: left;    
}
.el-content .dtext ul { 
  list-style: none;
  padding-left: 0;
}
.el-content .dtext ul li {
  padding-left: 25px;
  position: relative;
}
.el-content .dtext ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--color2);
  top: 17px;
  left: 0;
}

/* list */
.el-content.dv3 .dbuttons { 
  text-align: center;
  margin-top: 46px;
}
.el-content.dv3 .row {
  align-items: flex-start;
}
.el-content.dv3 .dtext.lists {
  padding-top: 0;
}
.el-content.dv3 .wex { 
  float: left;
  width: 50%;
}
.el-content.dv3 .wex strong {
  margin-bottom: 3px;
  display: block;
}
.el-content.dv3 .wex:nth-child(2n) {
  padding-left: 15px;
}


/* repeating */
.el-content.rep { text-align: center; }
.el-content.rep { display: block; }
.el-content.rep .wrap { padding: 38px 0 75px; overflow: hidden; }
.el-content.rep .d-image { 
  max-width: 100%; 
  margin-bottom: 34px;
  background-color: var(--color4);
}
.el-content.rep hr { margin: 10px auto; }
.el-content.rep .row { align-items: flex-start; }
.el-content.rep a { display: block; }
.el-content.rep a .dtext { 
  color: var(--color5); 
  padding-top: 20px; 
}
.el-content.rep .img-extra {
  position: relative;
}
.el-content.rep .dbuttons { padding: 34px 0 0; }
.el-content.rep .overlay.bg-img { 
  background-position: bottom center; 
  top: unset; 
  bottom: 0; 
  height: 1321px;
  opacity: 0.5;
}

.el-content.rep a:hover .d-image img {
  opacity: 0.4;
}

/* #endregion */

/* #region ~ CTA_IMG */
.el-cta-img {
  background-color: #f0f0f0;
}
.el-cta-img .wrap {
  padding: 90px 0;
}
.el-cta-img .dinfo {
  padding: 45px 0 32px;
  position: relative;
}
.el-cta-img .dinfo .dtext {
  padding-top: 10px;
}
.el-cta-img .dtext a {
  font-weight: bold;
  color: var(--color3a);
}
.el-cta-img .dtext a:hover::after {
  border-bottom: 1px solid var(--color3a);
}
.el-cta-img .dinfo .overlay {
  background-color: white;
  z-index: 1;
  width: 120%;
  left: -10%;
}
.el-cta-img .dinfo .pos-rel {
  position: relative;
  z-index: 2;
}

/* v2 */
.el-cta-img.v2 .wrap {
  padding: 30px 0;
  display: flex;
  align-items: center;
  min-height: 442px;
}
.el-cta-img.v2 .dinfo {
  padding: 13px 0 0 0;
}
.el-cta-img.v2 .dinfo .dtext {
  padding-right: 10px;
}
.el-cta-img.v2 .overlay.bg-img {
  background-position: center right;
  max-width: 50%;
  left: inherit;
  right: 0px;
  z-index: 1;
}
.el-cta-img.v2 .overlay.color {
  z-index: 2;
  background: linear-gradient(90deg, rgba(16,73,158,1) 52%, rgba(0, 0, 0, 0) 90%);
}
.el-cta-img.v2 .row {
  flex-direction: column;
}
.el-cta-img.v1 .marleft {
  margin-left: 60px;
}

/* v4 */
.el-cta-img.v4 { 
  background-color: transparent; 
  text-align: center;
}
.el-cta-img.v4 .dinfo {
  padding: 46px 0 32px;
  background-color: white;
}
.el-cta-img.v4 hr {
  margin-left: auto;
  margin-right: auto;
}
.el-cta-img.v4 .dtext {
  font-size: 18px;
  line-height: 195%;
  padding: 20px 0 0;
  max-width: 970px;
  margin: 0 auto;
}

/* v4 - ver-1 */
.el-cta-img.v4.ver-2 .bg-img,
.el-cta-img.v4.ver-1 .bg-img {
  max-height: 411px;
}
.el-cta-img.v4 .dlist {
  text-align: left;
  margin: 0 auto;    
  display: flex;
  flex-wrap: wrap;
}
.el-cta-img.v4 .dlist .text-list {
  font-size: 18px;
  position: relative;
}
.el-cta-img.v4 .dlist .flexic {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}

.el-cta-img.v4.ver-1 .wrap {
  padding-bottom: 14px;
}
.el-cta-img.v4.ver-1 .dlist {
  max-width: 1064px;
  padding: 25px 0 0;
}
.el-cta-img.v4.ver-1 .dlist .flexic {
  padding-left: 10px;
  margin-bottom: 21px;
  align-items: flex-start;
}
.el-cta-img.v4.ver-1 .dlist img.lazy {
  margin: 7px 16px 0 4px;
  width: 15px;
}
.el-cta-img.v4.ver-1 .dinfo {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, #FFFFFF 44.95%);
}

/* v4 - ver-2 */
.el-cta-img.ver-2 .wrap {
  padding-bottom: 50px;
}
.el-cta-img.v4.ver-2 .dinfo {
  background-color: white;
  padding-bottom: 0px;
}
.el-cta-img.v4.ver-2 .dtext p {
  margin-bottom: 22px;
}
.el-cta-img.v4.ver-2 .dlist {
  max-width: 860px;
}
.el-cta-img.v4.ver-4 .dlist .text-list,
.el-cta-img.v4.ver-3 .dlist .text-list,
.el-cta-img.v4.ver-2 .dlist .text-list {
  margin-bottom: 8px;
  padding-left: 25px;
}
.el-cta-img.v4 .dlist .flexic {
  padding-left: 15px;
}
.el-cta-img.v4.ver-4 .text-list::before,
.el-cta-img.v4.ver-3 .text-list::before,
.el-cta-img.v4.ver-2 .text-list::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--color2);
  top: 11px;
  left: 0;
}

/* v4 - ver-3 */
.el-cta-img.v4.ver-4 .bg-img,
.el-cta-img.v4.ver-3 .bg-img {
  max-height: 720px;
}
.el-cta-img.v4.ver-3 .wrap {
  padding: 438px 0 0px;
}
.el-cta-img.v4.ver-3 .v3-rend {
  display: flex;
  padding: 23px 0 0 0;
}
.el-cta-img.v4.ver-3 .dlogo {
  flex: 0 0 166px;
  max-width: 166px;
  margin-top: 8px;
}
.el-cta-img.v4.ver-3 .dtext {
  padding: 0;
  text-align: left;
  margin-left: 52px;
  margin-right: 20px;    
}
.el-cta-img.v4.ver-3 .dinfo {
  padding: 46px 53px 32px;
}
.el-cta-img.v4.ver-3 .dlist {
  max-width: 862px;
  margin-left: auto;
  margin-right: 0;
}
.el-cta-img.v4.ver-3 .dlist .flexic {
  padding-right: 20px;
}

/* v4 - ver-4 */
.el-cta-img.v4.ver-4 .wrap {
  padding: 438px 0 28px;
}
.el-cta-img.v4.ver-4 .dtext {
  max-width: 100%;
}
.el-cta-img.v4.ver-4 .dinfo {
  padding: 46px 53px 32px;
}
.el-cta-img.v4.ver-4 .dlist { 
  padding-top: 24px;
}

/* #endregion */

/* #region - LOGO */
.el-logos {
  text-align: center;
}
.el-logos .dslider {
  position: relative;
}
.el-logos .wrap {
  padding: 55px 0;
}
.el-logos .btitle {
  color: var(--color2);
  margin-bottom: 45px;   
  font-weight: bold;
}
.el-logos .logo-slider {
  height: 40px;
  margin-bottom: 11px;
  overflow-y: hidden;    
}
.el-logos .logo-slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.el-logos .logo-slider img {
  height: 40px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s;
}
.el-logos .logo-slider a:hover img {
  opacity: 1;
  filter: none;
}

.el-logos .dslider .prev_next {
  position: absolute;
  top: 0px;
  width: 100%;
}
.el-logos .dslider .l_prev,
.el-logos .dslider .l_next {
  position: absolute;
}
.el-logos .dslider .l_prev {
  left: -65px;
}
.el-logos .dslider .l_next {
  right: -65px;
}

/* #endregion */

/* #region - SLIDER */
.el-slider.sproj .overlay.bg-img {
  background-attachment: fixed;
}
.el-slider {
  background-color: #1298D4;
  text-align: center;
  color: white;
}
.el-slider .wrap {
  padding: 71px 0 59px;
}
.el-slider .btitle {
  margin-bottom: 1px;
}
.el-slider .mtitle {
  font-size: 64px;
  letter-spacing: -0.02em;
}
.el-slider .dtop {
  margin-bottom: 66px;
  position: relative;
  z-index: 3;
}
.el-slider .dslider {
  position: relative;
  margin-bottom: 30px;
}
.el-slider .img-slider {
  height: 430px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.el-slider .img-slider.lightSlider {
  height: auto !important;
  overflow: inherit;
}
.single-project .el-slider .img-slider {
  height: 250px;
}
.single-project .el-slider .img-slider.lightSlider { 
  height: 250px !important;
}
.el-slider .dslider .slide {
  width: 33%;
}
.el-slider .dslider .proj {
  display: block;
  color: white;
  max-width: 370px;
  margin: 0px auto;
  filter: drop-shadow(0px 1px 4px rgba(0, 22, 63, 0.5));
}
.single-project .el-slider .proj {
  display: block;
}
.single-project .el-slider .proj .bbg {
  height: 250px;
}
.single-project .el-slider .proj .bbg svg {
  position: relative;
  z-index: 2;
  height: 30px;
  transition: 0.3s;
  opacity: 0;
}
.single-project .el-slider .proj:hover .bbg svg {
  opacity: 1;
}
.proj .bbg {
  width: 100%;
  position: relative;
  height: auto;
  border: 3px solid white;    
  margin-bottom: 20px;    
  overflow: hidden;
  background-color: var(--color5);
  transition: 0.3s;    
}
.proj .view {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  z-index: 3;
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px 15px;
  opacity: 0;
  transition: 0.3s;
  font-size: 17px;
  line-height: 1.5;
}
.proj:hover .view {
  opacity: 1;
}
.proj:hover .bbg {
  background-color: var(--color4);
}
.proj .view:hover {
  background-color: white;
  color: var(--color5);
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.7));
}
.proj .bg-img {
  min-height: 250px;
  width: 100%;
  transition: 0.2s;
}
.proj:hover .bg-img {
  transform: scale(1.15);
  opacity: 0.4;
}

.proj .ititle {
  text-align: left;
  font-size: 40px;
  margin-bottom: 14px;
  line-height: 120%;    
}
.proj .meta {
  text-align: left;
}
.proj .meta span {
  display: block;
  font-size: 18px;
}
.proj .loc {
  margin-bottom: 8px;   
}
.dslider .go_prev,
.dslider .go_next {
  position: absolute;
  display: block;
  top: 95px;
}
.dslider .go_prev {
  left: -70px;
}
.dslider .go_next {
  right: -70px;
}
.dslider .go_prev:hover,
.dslider .go_next:hover {
  opacity: 0.6;
}
.el-slider .dbutton {
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.el-slider .dbutton hr {
  max-width: 440px;
  width: 100%;
  border-top: 5px solid white;
  opacity: 0.4;
  margin: 0;
}
.el-slider .btn-d {
  min-width: 227px;
}

.lSAction, .lSAction > a {
  display: none !important;
}

/* #endregion */

/* #region - QUOTES */
.el-quotes {
  text-align: center;
}
.el-quotes .solo-slider {
  height: 310px;
  overflow: hidden;
}
.el-quotes .solo-slider.lightSlider {
  height: auto !important;
  overflow: inherit;
}
.el-quotes .wrap {
  padding: 56px 0 50px;
}
.el-quotes .btitle {
  color: var(--color2);
  margin-bottom: 38px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.el-quotes .slide .text {
  margin-bottom: 40px;
}
.el-quotes .slide p {
  font-weight: bold;
  font-size: 21px;
  line-height: 170%;
  text-align: center;
  letter-spacing: -0.015em;   
  color: var(--color5);    
}
.el-quotes .q_prev,
.el-quotes .q_next {
  position: absolute;
  top: 50px;
}
.el-quotes .q_prev:hover, 
.el-quotes .q_next:hover {
  opacity: 0.6;
}
.el-quotes .q_prev {
  left: -50px;
}
.el-quotes .q_next {
  right: -50px;
}

.el-quotes .leblue {
  color: var(--color4);
}

/* #endregion */

/* #region - CTA */
.el-cta {
  background-color: #10499E;
}    
.el-cta .wrap {
  padding: 34px 0;
}
.el-cta .flex-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-cta .flex-text .text {
  color: white;
  margin-right: 30px;
  margin-bottom: 0;
  font-size: 40px;
}
/* #endregion */

/* #region - FOOTER */
footer .inner.wrap {
  padding: 53px 0 41px;
}
footer .navbar-brand,
footer .navbar-brand img {
  margin-right: 0;
  width: 100%;
}
footer .menu {
  padding-top: 6px;
}
footer .sub-menu {
  display: none;
}
footer .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu ul li {
  margin-bottom: 18px;
}
footer .menu ul a {
  font-size: 32px;
  color: white;
}
footer .menu ul a:hover {
  color: var(--color3);
}
footer .logos:first-child {
  padding: 0;
}
footer .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
footer .logos .logo {
  max-width: 25%;
}
footer .logos img {
  max-height: 70px;
  filter: brightness(0) invert(1);
}

footer .gform-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .meta {
  font-size: 15px;
  color: white;
}

footer .meta a {
  display: inline-block;
}
footer .meta .email {
  color: white;
}
footer .meta .tel {
  color: white;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  background-image: none;
}
footer .meta .tel:hover,
footer .meta .email:hover {
  color: var(--color3);
}
footer .address {
  padding-top: 43px;
}
footer .contact {
  padding-top: 15px;
}
footer .social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 41px;
}
footer .social a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  /* border: 1px solid rgba(255,255,255,0.3); */
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: white;
}
footer .social a:hover {
  background-color: var(--color3a);
}
footer .social a:hover img {
  filter: brightness(0) invert(1);
}

.newsletter {
  margin-top: 47px;
}
.newsletter form {
  display: flex;align-items: flex-start;
}
.newsletter h6 {
  color: white;
  margin-bottom: 15px;

  font-size: 15px;
  font-weight: normal;
}
.newsletter.gform input[type="email"] {
  height: 44px;
  border-radius: 0;
  border: none;
  width: 315px;
  padding: 0 10px;
}
.newsletter.gform input[type="email"]::placeholder {
  color: var(--color5);
  font-size: 15px;
}
.newsletter.gform .btn {

  font-size: 15px;
  font-weight: bold;
  height: 44px;
  width: 155px;
  min-width: inherit;
  background-color: white;
  color: var(--color3a);
  border: 1px solid var(--color3a);
  border-radius: 0;
  /* border: none; */
}
.newsletter.gform .btn:hover {
  background-color: var(--color3a);
  color: white;
}
.newsletter.gform .gform_footer { padding: 0 !important; margin: 0 !important; }
.newsletter.gform .gform_footer .btn { margin: 1px 0 0 0; }

footer {
  position: relative;
  background-color: #192B45;
}
footer .overlay.bg-img {
  /* opacity: 0.1; */
}

footer .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #A9A9A9;
  font-size: 15px;    
  color: white;
  padding: 20px 0;    
}
footer .copy .rt {
  margin-bottom: 0;
}
footer .copy .af span {
  margin-right: 5px;
}
footer .copy img {
  max-width: 184px;
}

/* #endregion */

/* #region - TABS */

.el-tabs .wrap {
  padding: 21px 0 91px;
}
.el-tabs .dtabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  position: relative;
  padding: 0 20px;
}
.el-tabs .dtabs .overlay.liner,
.el-tabs .dtabs .overlay.line {
  height: 11px;
  background-color: #DDE8ED;
  border-radius: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.el-tabs .dtabs .overlay.liner {
  background: #10499E;
  width: 150px;
  transition: 0.3s;
}
.el-tabs .dtabs .dtab {
  background-color: white;
  border: 5px solid #DDE8ED;    
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  border-radius: 100%;
  position: relative;
  z-index: 2;
  color: var(--color5);
}
.el-tabs .dtabs .dtab:hover,
.el-tabs .dtabs .dtab.active {
  background: #10499E;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 22, 63, 0.5);
  color: white;
}
.el-tabs .dtabs .dtab.active {
  position: relative;
}
.el-tabs .dtabs .dtab.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  width: 24px;
  height: 14px;
  background: url(images/icons/arrow.svg) center no-repeat;
}
.el-tabs .dtabs .dtab h4 {
  font-size: 18px;
  margin-bottom: 0;
}
/* tab-content */
.el-tabs .etabs.tab-content {
  padding-top: 52px;
}
.el-tabs .etabs .tab-pane {
  background: #EFF4F6;
  border: 1px solid rgba(0, 45, 115, 0.15);    
  border-top: 5px solid var(--color4);
  padding: 25px 0px;
}
.el-tabs .etabs .tab-pane .year {
  padding-top: 12px;
  margin-left: 45px;
}
.el-tabs .etabs .dtext {
  padding: 17px 0 0 0;
  letter-spacing: -0.015em;
}
.el-tabs .etabs .dimage {
  max-width: 325px;
  margin-left: 15px;
}
.el-tabs .etabs .dimage img {
  border: 3px solid #FFFFFF;
  filter: drop-shadow(0px 1px 4px rgba(0, 22, 63, 0.5));    
}


/* #endregion */

/* #region - BLOG */
.el-blog .wrap {
  padding: 75px 0;
}
.el-blog .posts {
  padding: 10px 0px;
}
.el-blog .posts .post {
  padding: 30px;
  display: block;
  color: var(--color5);
  margin-bottom: 28px;
  transition: 0.3s;
  display: block;
}
.el-blog .posts .post:hover {
  background-color: #f0f0f0;
}
.el-blog .posts .post .more {
  display: inline-block;
  position: relative;
}
.el-blog .posts .post .more:after {
  content: '';
  display: block;
  border-top: 1px solid var(--color3a);
  width: 0;
  transition: 0.3s;
}
.el-blog .posts .post:hover .more::after {
  width: 100%;
}
.el-blog .posts .post:hover .post-title {
  color: var(--color4);
}

.posts .post .post-title {
  font-size: 21px;

}
.posts .post .post-date {
  font-size: 15px;
  color: var(--color4);
}
.posts .post .post-info {
  display: flex;
  padding: 10px 0 0 0;
}
.posts .post .feat-img {
  flex: 0 0 240px;
  width: 240px;
  height: 162px;
  border: 3px solid white;
  margin-right: 30px;
}
.posts .post .post-excerpt {
  font-size: 18px;
  line-height: 195%;
}
.posts .post .post-excerpt p {
  margin-bottom: 8px;
}
.posts .post .post-excerpt .more {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color3a);
}

.el-blog .btn-1 {
  min-width: 160px;
}
.el-blog .dbuttons.hnr {
  padding-top: 34px;
}
.page-archive .post-pagination,
.el-blog .post-pagination {
  text-align: center;
}
.page-archive .post-pagination ul li a,
.el-blog .post-pagination ul li a {
  background-color: white;
  padding: 8px 16px;
  font-size: 20px;
  border: 2px solid var(--color3a);
  color: var(--color3a);
  border-radius: 5px;
  transition: 0.3s;
}
.page-archive .post-pagination ul li a:hover,
.page-archive .post-pagination ul li.active a,
.el-blog .post-pagination ul li a:hover,
.el-blog .post-pagination ul li.active a {
  background-color: var(--color3a);
  color: white;
}

.dbuttons.hnr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dhr,
.dbuttons.hnr hr {
  width: 35%;
  border-top: 5px solid rgba(0,45,115, 0.4);
  margin: 0;
}
.dhr {
  width: 100%;
  margin: 30px 0;
}
.dbuttons.hnr .btn {
  margin: 0 20px;
}


/* sidebar */
aside.cta {
  position: relative;
  text-align: center;
  padding: 50px 30px;
  border: 1px solid rgba(0,45,115, 0.1);
  margin-bottom: 51px;
}
aside.cta .pos-rel {
  position: relative;
  z-index: 2;
}
aside.cta a {
  display: inline-block;
}
aside.cta .tel {
  font-size: 21px;
  margin-left: -5px;
}
aside.cta .btn {
  margin-bottom: 23px;
}
aside.cta p {
  font-size: 15px;
  margin-bottom: 6px;
}
aside.cta .mtitle {
  font-size: 40px;
  color: var(--color4);
  margin-bottom: 25px;
}

aside.cta-2 {
  padding: 35px 30px 13px;
  margin-bottom: 39px;
}
aside.cta-2 .mtitle {
  font-size: 21px;
  margin-bottom: 7px;
}
aside.cta-2 .logo {
  margin: 0px auto 26px;
  max-width: 45px;
}
aside.cta-2 p {
  margin-bottom: 14px;
}
aside.cta input[type="email"] {
  height: 44px;
  margin-bottom: 30px;
  text-align: center;
}
aside.cta form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.cta-2 .btn {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Nunito Sans";
  min-width: 155px;
  height: 44px;
  font-weight: bold;
  border: 1px solid var(--color2);
}
aside.cta-2 .btn:hover {
  background-color: white;
  color: var(--color2);
}

aside.cats {
  padding: 0px 0px 13px;
}
aside.cats .mtitle {
  font-size: 21px;
  color: var(--color4);
  margin-bottom: 32px;
}
aside.cats ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  list-style: square;
  color: var(--color4);
}
aside.cats ul li a {
  font-size: 18px;
  color: var(--color5);
}
aside.cats ul li a:hover {
  color: var(--color3);
}
aside.cats ul li {
  padding-left: 10px;
  margin-bottom: 8px;
}

/* single */
.el-blog .meta {
  font-size: 13px;
  font-style: italic;
  color: #A9A9A9;
  margin-bottom: 38px;
}
.el-blog .meta a {
  color: var(--color4);
}
.el-blog .meta a:hover {
  color: var(--color2);
}
article .post-content {
  padding: 0;
}
.post-content ul {
  margin: 0 10px 30px 0px;
  padding: 0;
  list-style: none;
}
.post-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.post-content ul li::before {
  position: absolute;
  content: "";
  display: block;
  background-color: var(--color2);
  height: 5px;
  width: 5px;
  left: 0px;
  top: 15px;
}
.post-content {
  background-color: white;
  font-size: 18px;
  line-height: 195%;
}
.post-content a {
  color: var(--color3);
}
.post-content a:hover {
  color: var(--color2);
}
.post-content img,
.post-content p {
  margin-bottom: 30px;
}
.post-content h3,
.post-content h4 {
  font-family: "Nunito Sans";
  font-weight: bold;
  letter-spacing: 0;
  text-transform: unset;
  line-height: 120%;
  margin-bottom: 35px;
}
.post-content h3 {
  font-size: 28px;
}
.page-archive .wrap {
  padding: 50px 0;
}
.page-archive .post .feat-img {
  height: 150px;
  margin-bottom: 30px;
  background-color: gray;
}
.page-archive .post:hover,
.page-archive .post {
  text-decoration: none;
}
.page-archive .post .post-title {
  color: var(--color4);
}
.page-archive .post .post-info {
  color: var(--color5);
}
.page-archive article .post-meta {
  margin: 10px 0 50px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 83%;
  display: flex;
  justify-content: space-between;
}

/* #endregion */

/* #region - WYSIWYG */
.el-text .wrap { padding: 54px 0 44px; }
.el-text .dtext {
  text-align: center;
  margin: 0 auto;
}
.el-text .dtext p:last-child {
  margin-bottom: 0;
}
.el-text .dtext h3,
.el-text .dtext h2,
.el-text .dtext h4 {
  color: var(--color4);
}
/* #endregion */

/* #region - GRID PROJECTS */
.el-grid {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.el-grid .wrap {
  padding: 57px 0 57px;
}
.el-grid .cats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.el-grid .cats a {
  font-size: 12px;
  font-weight: bold;
  color: var(--color5);
  text-transform: uppercase;
  display: flex;
  border: 2px solid #DDE8ED;
  height: 31px;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  padding: 0 10px;
  margin: 0 4px 12px;
}
.el-grid .cats a:hover {
  color: var(--color2);
  background-color: #EFF4F6;
}
.el-grid .proj .ititle {
  font-size: 21px;
  transition: 0.3s;
}
.el-grid .proj {
  display: block;
  color: var(--color5);
  margin-bottom: 80px;
}
.el-grid .proj .pos-rel {
  position: relative;
  z-index: 3;
}
.el-grid .proj .proj-img {
  position: relative;
  margin-bottom: 40px;
}
.el-grid .proj .overlay-color {
  opacity: 0;
  transition: 0.3s;
  color: white;
  font-size: 21px;
  text-transform: uppercase;
  border: 3px solid transparent;
}
.el-grid .proj:hover .overlay-color {
  opacity: 1;
  background-color: rgba(16, 73, 158, 0.7);
  border: 3px solid white;
  box-shadow: 0px 1px 4px rgba(0, 22, 63, 0.5);
}
.el-grid .proj:hover .bg-img {
  transform: none;
  opacity: 1;
  filter: grayscale(1);

}
.el-grid .proj:hover .ititle {
  color: var(--color4);
}
.el-grid .dbuttons.hnr {
  margin-bottom: 26px;
}
/* #endregion */

/* #region - FORM */
.el-form {
  background-color: var(--color4);
  color: white;
  position: relative;
}
.el-form .wrap {
  padding: 80px 0;
}
.el-form .mtitle {
  font-size: 40px;    
  margin-bottom: 24px;
}
.el-form .dtop {
  margin-bottom: 49px;
}
.el-form .gform {
  background-color: transparent;
  max-width: 1010px;
  margin: 0 auto;
}
.el-form .gform ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.el-form .gform ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.el-form .gform select,
.el-form .gform textarea,
.el-form .gform input {
  border-radius: 0;
  height: 44px;
  font-size: 18px;
  padding: 5px 20px;
  background-color: white;
}
.el-form .gform textarea {
  height: 150px;
}
.el-form .gform ::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.el-form .gform ul li {
  margin-bottom: 30px;
  width: 100%;
}
.el-form .gform ul li.by-2 {
  width: 48.5%;
}
.el-form .gform .gform_footer {
  text-align: center;
}
.el-form .gform .gform_footer .gform_button {
  min-width: 215px;
  background-color: var(--color2);
  font-size: 21px;
  border: none;
  letter-spacing: 0;
  height: 47px;
  margin-bottom: 10px;
  border: 2px solid var(--color2);
  border-radius: 5px;
}
.el-form .gform .gform_footer .gform_button:hover {
  color: var(--color2);
  background-color: white;
}

/* #endregion */

/* #region - SINGLE PROJECT */
.single-project .el-banner.inner .mtitle {
  max-width: 100%;
}
.single-project .el-banner.inner .feat {
  color: var(--color3);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: block;    
}
.single-project .proj-side {
  position: relative;
}

/* project details */
.project-details {
  min-height: 570px;
}
.project-details .wrap {
  padding: 90px 0 0px;
}
.project-details .desc-title {
  color: var(--color4);
  margin-bottom: 11px;
}
article.project-details .desc-title {
  color: var(--color4);
  font-size: 15px;
  font-weight: normal;
}
.project-details .dtext p {
  margin-bottom: 20px;
}
.project-details .dtext p a {
  font-weight: bold;
}
.project-details .dtext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.project-details .highlight::before,
.project-details .dtext ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  left: 0px;
  top: 15px;
  background-color: var(--color4);
}
.project-details .dtext ul li::before { 
  background-color: var(--color2);
}


.project-details aside {
  padding: 30px 30px;
  border: 1px solid rgba(0,45,115, 0.1);
}
.project-details aside .desc-title { 
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: normal;
}
article.project-details aside .desc-title { 
  margin-bottom: 5px;
}
.project-details aside .s-info {
  font-size: 21px;
}
.project-details aside .info {
  margin-bottom: 52px;
  position: relative;
  z-index: 2;
}
.project-details aside .info:last-child {
  margin-bottom: 0;
}

/* slider gallery */
.single-project .el-slider .wrap {
  padding: 42px 0;
}
.single-project .el-slider {
  background-color: transparent;
}
.single-project .el-slider .mtitle {
  color: var(--color4);
  font-size: 40px;
  font-weight: bolder;
}
.single-project .el-slider .mtitle:after {
  display: block;
  content: "";
  border-bottom: 5px solid #33B9F5;
  max-width: 60px;
  margin: 25px auto 30px;
}
.single-project .proj .bbg {
  border: none;
}
.single-project .el-slider .dslider .proj {
  filter: none;
}
.single-project .dslider .go_prev { left: -50px; }
.single-project .dslider .go_next { right: -50px; }

/* new */
.project-details .dtext.hl {
  margin-bottom: 30px;
}
.project-details .highlight,
.project-details .dtext ul li {
  position: relative;
  padding-left: 30px;
}

.project-details .highlight {
  font-weight: bolder;
  margin-bottom: 15px;
}

.project-details .dwrap {
  background-color: rgba(239, 244, 246, 0.5);
}

.project-details .dtext.full {
  padding: 35px 0 35px;
}

.project-details .dtext h1,
.project-details .dtext h2,
.project-details .dtext h3,
.project-details .dtext h4 {
  color: var(--color3a);
  margin: 40px 0 20px;
}
.project-details .dtext h1 {
  font-size: 36px;
}
.project-details .dtext h2 {
  font-size: 32px;
}
.project-details .dtext h3 {
  font-size: 28px;
}
.project-details .dtext h4 {
  font-size: 24px;
}

/* #endregion */

/* #region - CONTACT INFO */
.el-contact-info { text-align: center; }
.el-contact-info .wrap { 
  padding: 1px 0 70px; 
}
.el-contact-info .info {
  font-size: 18px;
  padding: 32px 20px 24px;
  border: 1px solid rgba(0,45,115, 0.1);
  position: relative;
}
.el-contact-info .info .mtitle {
  color: var(--color4);
  font-size: 40px;
  margin-bottom: 19px;
}
.el-contact-info .info .bg-img {
  z-index: 1;
}
.el-contact-info .info .pos-rel {
  position: relative;
  z-index: 2;
}
.el-contact-info .info .dtext {
  line-height: 25px;
}
.el-contact-info .info .dtext em,
.el-contact-info .info .dtext span {
  color: var(--color2);
  font-style: normal;
}
.el-contact-info .info .dtext a {
  font-weight: bold;
  color: var(--color3a);
}
.el-contact-info .info .dtext a:hover {
  color: var(--color4);
}
.el-contact-info .info .dtext p {
  margin-bottom: 25px;
}
.el-contact-info .info.c2 .dtext P {
  margin-bottom: 10px;
}
.el-contact-info .info .dtext p:last-child { 
  margin-bottom: 0;
}

.el-contact-info .info.c2 .mtitle {
  margin-bottom: 30px;
}
.el-contact-info .info.c2 a {
  font-weight: normal;
  color: var(--color5);
}
/* .gform .by-2 {  width: 50%; padding: 0 15px; } 
.gform .p20 { padding: 0 20px; }*/
.gform .ginput_container { margin-bottom: 10px; }
.gform .large { border: 1px solid white; }
.gform .gfield_error .large {
  border: 1px solid red;
}
.gform .gfield_error ::placeholder {
  color: red;
}
.element .gform h2.gform_submission_error {
  text-align: center;

  font-size: 14px;
  margin-bottom: 30px;
  color: var(--color2);
}
.gform .validation_message {
  display: none;
}
.gform .gfield_required {
  color: var(--color2);
  margin-left: 2px;
}

.el-form.raq .gform .gfield_html h3 { 
  font-size: 18px; 
  position: relative;
  display: flex;
  align-items: center;
}
.el-form.raq .gform .gfield_html h3 span {
  position: relative;
  white-space: nowrap;
  margin-right: 20px;
  z-index: 2;
}
.el-form.raq .gform .gfield_html h3::after {
  content: "";
  display: inline-block;
  border-top: 1px solid rgba(255,255,255,0.5);
  width: 100%;
}

.gform .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 30px; }
.gform .gform_wrapper.gravity-theme .gfield textarea.large { height: 150px; }
.gform .gform_wrapper.gravity-theme .gfield_label { 
  font-weight: normal; 
  font-size: 15px; 
}
.gform .gform_body { padding: 1px 0; }
.gform .gfield_html { margin-top: 30px; }
.el-form.raq .dtop { margin-bottom: 20px; }
.gform .gfield.span3 { grid-row: span 3; }
.gform .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 40px;
}
.element .gform select {
  background-image: url(images/icons/drop.svg);
}
.gform .ginput_container_fileupload input { 
  display: block; 
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.element .gform .gchoice {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 1px;
}
.element .gform .gchoice input {
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
.gform .gform_wrapper.gravity-theme .gfield_checkbox label {
  font-size: 18px;
}

#field_3_23 { margin-top: -10px; }

/* #endregion */

/* #region - HERO DARK */
.el-banner.dark {
  text-align: center;
}
.el-banner.dark .overlay-bg1 {
  background: none;
  background-color: rgba(14, 24, 39, 0.85);  /* 0.85 */
}
.el-banner.dark .wrap {
  display: flex;
  text-transform: none;
}
.el-banner.dark .wrap { 
  padding-top: 53px;
}
.el-banner.dark.wtext .wrap {
  display: block;
  padding: 55px 0 20px;
  min-height: 670px;
}
.el-banner.dark .mtitle {
  line-height: 122%;
  text-transform: uppercase;
}
.el-banner.dark .wrap .container-xl {
  filter: none;
}
.el-banner.dark .icons {
  display: flex;
  justify-content: space-around;
  padding: 31px 0 0px;
}
.el-banner.dark.wtext .icons {
  padding-bottom: 10px;
}
.el-banner.dark.wtext .icons .iconic { 
  margin-bottom: 22px;
}
.el-banner.dark .icons .iconic {
  width: 100%;
  max-width: 310px;
  text-align: center;
}
.el-banner.dark .icons .iconic .icon-bg {
  background-color: var(--color4);
  width: 128px;
  height: 128px;
  border: 3px solid white;
  border-radius: 100%;
  margin-bottom: 23px;
}
.el-banner.dark .icons .iconic img {
  max-width: 72px;
  max-height: 72px;
}
.el-banner.dark .icons .iconic .ititle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;    
  text-transform: uppercase;
}
.el-banner.dark .dtext {
  max-width: 970px;
  margin: 0 auto;
}
/* #endregion */

/* #region - ICON FLEX */
.el-icons-flex { text-align: center; }
.el-icons-flex .wrap {
  padding: 60px 0 30px;
}
.el-icons-flex hr { margin: 10px auto; }
.el-icons-flex .flexic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0;
}
.el-icons-flex .iconic .icon-bg {
  width: 90px;
  height: 90px;
  border: 3px solid #DDE8ED;
  border-radius: 100%;
  margin-bottom: 14px;
}
.el-icons-flex .iconic .icon-bg img {
  max-height: 50px;
  max-width: 50px;
}
.el-icons-flex .iconic {
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 31px;
}
.el-icons-flex .iconic .ititle {
  font-size: 18px;
}
.el-icons-flex .iconic .wex {
  margin: 0 auto;
  width: 100%;
  max-width: 170px;
}
.el-icons-flex .dtext {
  padding: 20px 0 0;
}
.el-icons-flex .dtext p {
  margin-bottom: 35px;
}

/* v2 */
.el-icons-flex.ver-2 .flexic {
  justify-content: space-between;
}
.el-icons-flex.ver-2 .iconic {
  flex: 0 0 20%;
  max-width: 20%;
  max-width: 171px;
}

/* v3 */
.el-icons-flex .flexic {
  padding-top: 15px;
  justify-content: center;
}
.el-icons-flex.ver-3 .iconic .icon-bg { 
  width: 125px;
  height: 125px;
  border: 5px solid #DDE8ED;
  margin-bottom: 25px;
}
.el-icons-flex.ver-3 .iconic .icon-bg img {
  max-height: 67px;
  max-width: 67px;
}
.el-icons-flex.ver-3 .iconic {
  flex: none;
  max-width: unset;
  margin: 0 36px 31px;
}
.el-icons-flex.ver-3 .wrap {
  padding: 74px 0 45px;
}

/* #endregion */

/* #region - PROJECT SHOWCASE */
.el-project .container-xl {
  position: relative;
}
.el-project .overlay.color {
  background-color: rgba(16, 73, 158, 1);
  max-width: calc(100% - 30px);
  left: 15px;    
}
.el-project .overlay.bg-img {
  opacity: 0.5;
}
.el-project .p-info {
  padding: 45px 0px;
}
.el-project .wrap {
  padding: 0 0 75px 0;
}
.el-project .proj.bg-img {
  height: 100%;
  margin-left: auto;
  max-width: 340px;
}
.el-project .row {
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.el-project .proj-info {
  padding: 6px 0 0 0;
  color: white;
}
.proj-info h6 {
  font-size: 15px;
  color: white;    
  font-weight: normal;
  margin-bottom: 5px;
}
.proj-info .meta {
  font-weight: 500;
  font-size: 21px;
  line-height: 31px;
  max-width: 89%;
}
.proj-info .dtext {
  padding-top: 32px;
  padding-right: 30px;
}
.proj-info .dtext.hl {
  padding-top: 22px;
  line-height: 146%;
  margin-bottom: 56px;
}
.proj-info .dtext.hl h6 {
  margin-bottom: 6px;
}
.proj-info .dtext.hl h4 {
  margin-bottom: 5px;
  position: relative;
  font-size: 21px;
  padding-left: 30px;    
}
.proj-info .dtext.hl h4::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: var(--color2);
  top: 11px;
  left: 0;    
}

/* alt */
.el-project.alt .wrap {
  padding: 0;
}
.el-project.alt .proj-info {
  display: flex;
  padding: 0;
}
.el-project.alt .proj-info .meta {
  padding: 1px 20px 0px 0;
  flex: 0 0 270px;
  max-width: 270px;
}
.el-project.alt .proj-info .meta-1 {
  margin-bottom: 41px;
}
.el-project.alt .proj-info h6 {
  margin-bottom: 1px;
}
.el-project.alt .proj-info .dtext { 
  padding-top: 0;
  padding-right: 60px;
  margin-bottom: 48px;
}
/* #endregion */

/* #region - TEAM */
.el-team .wrap {
  padding: 25px 0 85px;
}
.el-team .btn-group {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 5px solid var(--color4);
}
.el-team .btn-group .btn.active,
.el-team .btn-group .btn:hover { color: var(--color4); }
.el-team .btn-group input {
  display: none;
}

.el-team .portfolio-gallery {
  margin-top: 20px;
}
.el-team .member .bg-img {
  width: 220px;
  height: 220px;
  display: inline-block;
  filter: drop-shadow(0px 1px 4px rgba(0, 22, 63, 0.5));
  border: 3px solid #FFFFFF;
  border-radius: 100%;
  position: relative;
  margin-bottom: 17px;
}

.el-team a.dmodal {
  display: block;
  text-align: center;
  margin-top: 55px;
}
.el-team .member {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.el-team .member .name {
  font-size: 21px;
  color: var(--color4);
  margin-bottom: 2px;
}
.el-team .member .posn {
  font-size: 18px;
  font-weight: normal;
  color: var(--color5);
  margin-bottom: 7px;
}
.el-team .member .btn.btn-d {
  font-size: 15px;
  min-width: unset;
  background-color: var(--color3a);
  border: 1px solid var(--color3a);
}
.el-team .member .btn.btn-d:hover span {
  color: var(--color3a);
}

/* #endregion */

/* #region - POP FORM */
.form-modal .modal-content {
  position: relative;
  border-radius: 4px;
  border: none;
  overflow: hidden;
}
.form-modal .modal-content .close {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px;
  background-color: white;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.form-modal .modal-content .close {
  width: 30px;
  height: 30px;
  padding: 8px;
  background-color: var(--color2);
}
.form-modal .modal-content .close img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}
.form-modal .modal-dialog {
  max-width: 630px;
}
.form-modal .gform {
  position: relative;
  z-index: 2;
  font-family: "Nunito Sans";
  padding: 30px 80px;
  text-align: center;    
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.form-modal .gform .mtitle { 
  font-size: 40px;
  margin-bottom: 40px;
  color: white;
}
.form-modal.job .gform .mtitle {  
  margin-bottom: 5px;
}
.form-modal.job .gform .af {
  margin-bottom: 30px;
  display: block;
  color: var(--color3);
}
.form-modal .gform .gfield {
  text-align: left;
}
.form-modal #field_4_7,
.form-modal .gform .gfield ::placeholder {
  color: #666;
}
.form-modal .gform .gfield label {
  font-size: 15px;
  margin-bottom: 10px;
  color: white;
}
.form-modal .gform .ginput_container {
  margin-bottom: 5px;
}
.form-modal .gform .ginput_container_fileupload input {
  height: auto;
  padding: 8px;
}

.form-modal .gform .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 20px;
}
.form-modal .gform .gform_footer .btn {
  font-size: 21px;
  letter-spacing: 0;
  min-width: 188px;
  background-color: var(--color2);
  border: 1px solid var(--color2);
}
.form-modal .gform .gform_footer .btn:hover {
  color: var(--color2);
  background-color: white;
}

/* #endregion */


/* #region - CAREER */
.el-career .wrap {
  padding: 91px 0 30px;
}
.el-career .job {
  border: 1px solid rgba(0, 45, 115, 0.15);
  border-top: 5px solid var(--bg1);
  margin-bottom: 60px;
  background-color: white;
}
.el-career .job .dinfo {
  min-height: 300px;
  padding: 37px 45px;
}
.el-career .title-f {
  position: relative;
  padding: 20px 0;
  margin-bottom: 20px;
}
.el-career .title-f .mtitle {
  margin: 0;
  z-index: 2;
  display: inline-block;
  padding-right: 30px;
  background-color: white;
}
.el-career .mtitle {
  position: relative;
  margin-bottom: 32px;
}
.el-career .title-f hr {
  width: 100%;
  max-width: unset;
  position: absolute;
  top: calc(50% - 10px);
}
.el-career .dlabel {
  font-size: 18px;
  margin-bottom: 13px;
}
.el-career .meta-1 {
  margin-bottom: 44px;
}
.el-career .meta-right {
  margin-bottom: 32px;
}
.el-career a .dlabel { 
  background-image: url(images/icons/col-up.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: var(--color5);
  padding-left: 22px;
}

.el-career a[aria-expanded="true"] .dlabel {
  background-image: url(images/icons/col-down.svg);
}
.el-career .dtext {
  font-size: 15px;
  line-height: 180%;
}
.el-career .meta ul {
  font-size: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.el-career .meta ul li {
  position: relative;
  padding-left: 25px;
  line-height: 150%;
  margin-bottom: 10px;
}
.el-career .meta ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: var(--color2);
  top: 8px;
  left: 0;
}

.el-career .meta ul li ul {
  margin-top: 15px;
}
.el-career .meta ul li ul li {
  margin-bottom: 4px;
}

.el-career .meta-button {
  padding: 30px 0;
}

/* #endregion */


/* #region - EXTRA */
.scroll-up a {
  background-color: rgba(0, 144, 209, 0.5);
}
.scroll-up a:hover {
  background-color: rgba(0, 144, 209, 1);
  color: white;
}

.post-pagination ul { padding: 0; }

#toplevel_page_options-framework a,
#menu-posts-members div.wp-menu-image::before,
#menu-posts-members a,
#menu-posts-members div.wp-menu-image::before,
#menu-posts-manufacturer a,
#menu-posts-manufacturer div.wp-menu-image::before,
#menu-posts-project a,
#menu-posts-project div.wp-menu-image::before,
#menu-posts-quotes a, 
#menu-posts-quotes div.wp-menu-image::before {
  color: var(--color3);
}


.gform .gform_wrapper.gravity-theme .gfield input, 
.gform .gform_wrapper.gravity-theme .gfield select,
.gform .gform_wrapper.gravity-theme .gfield textarea {
  padding-left: 15px;
}

.custom-select-wrapper { 
  position: relative; user-select: none; width: 100%;  
}
.dcustom-select {
  position: relative; display: flex; flex-direction: column; border: 1px solid #394a6d;
}
.custom-select__trigger {
  position: relative; display: flex; align-items: center; justify-content: space-between;
  padding: 0 22px; font-size: 15px; font-weight: 300; color: #3b3b3b; height: 60px;
  line-height: 60px; background: #ffffff; cursor: pointer;
  border: 1px solid #394a6d;
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 2px solid #394a6d;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.dcustom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 15px;
  font-weight: 300;
  color: #3b3b3b;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.custom-option.selected {
  color: #ffffff;
  background-color: rgba(0,0,0,0.2);
}


.gform .gform_drop_area, 
.gform .ginput_container_fileupload input {
  display: block;
}
.gform .gform_drop_area {
  color: white;
  padding: 15px;
}
.gform button.gform_button_select_files {
  border: 0;
  color: white;
  background-color: var(--color3a);
  padding: 5px 10px;
  border-radius: 4px;
}
.form-modal .gform .gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0;
}
/* #endregion */

@media only screen and (max-width : 1200px) {
  #navbar-float .menu-extension .tel,
  #navbar-home .menu-extension .tel { display: none; }
  #navbar-float .menu-extension .btn,
  #navbar-home .menu-extension .btn { margin-left: 0; }
  #navbar-float .btn.btn-d,
  #navbar-home .btn.btn-d { min-width: auto; height: auto; display: inline-flex; align-items: center; }
  #navbar-float .btn.btn-d span,
  #navbar-home .btn.btn-d span { font-size: 17px; }

  .el-cta .flex-text { flex-wrap: wrap; }
  .el-cta-img.v1 .marleft { margin-left: 0px; }
}

@media only screen and (max-width : 1024px) { 
  .no-br br { display: none; }
  header .navbar-brand { max-width: 150px; }
  header #navbar-home { min-height: auto; padding: 10px 0; }

  section.element .wrap { padding: 30px 0; }
  section.element .dtext p:last-child { margin-bottom: 0; }

  .el-banner .wrap { height: auto; }
  .el-banner .mtitle { font-size: 7vw; }
  .el-banner .atitle { font-size: 3vw; height: auto; }

  .el-banner.inner .wrap { height: auto; min-height: 300px; padding: 50px 0; }
  .el-banner.inner .overlay-bg1 { background: none; background-color: rgba(0, 0, 0, 1); opacity: 0.5; height: 100%; }
  .el-banner.inner .overlay-bg2 { display: none; }
  .el-banner.inner .mtitle { margin-bottom: 0; font-size: 40px; filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.7)); }
  .el-banner.inner .mtitle {  }

  .el-banner.sub .wrap { align-items: center; }

  .el-banner.about .dtext { font-size: 30px; line-height: 140%; }
  .el-banner.inner.no-thumb .wrap { min-height: inherit; }

  section.el-icons .wrap { padding: 20px 0 0; }
  .el-icons .iconic { margin-bottom: 20px; }
  .el-icons .col-lg-3:last-child .iconic { margin-bottom: 0; }
  .el-icons .iconic .icon-bg { width: 66px; flex: 0 0 66px; }
  .el-icons .iconic .icon-bg img { max-width: 58px; }

  .el-title.v1 .wrap { padding: 30px 0; }
  .el-title.v1 .mtitle { font-size: 35px; }
  .el-title.v1 .dtext { margin-bottom: 25px; }
  .el-title.v1 .mtitle br { display: none; }

  .el-slider .mtitle { font-size: 40px; }
  .el-slider .dtop { margin-bottom: 30px; }
  .el-slider .dbutton { padding-top: 0; justify-content: center; }
  .el-slider .dslider .proj .ititle,
  .el-slider .dslider .proj .meta { text-align: center; }    
  .el-slider .dbutton hr { display: none; }
  .el-slider .dslider .proj .ititle { font-size: 23px; }
  .proj .ititle { margin-bottom: 6px; }
  .proj .loc { margin-bottom: 3px; }

  .el-quotes .btitle { margin-bottom: 20px; }
  .el-quotes .slide p { font-weight: 400; font-size: 17px; }
  .el-quotes .slide .text { margin-bottom: 20px; }
  .prev_next { display: none; }

  .newsletter { margin-top: 20px; text-align: center; }
  .newsletter.gform .ginput_container { margin-bottom: 20px; }
  .newsletter form { display: block; }

  .el-cta .flex-text .text { font-size: 3vw; text-align: center; }
  footer .navbar-brand { max-width: 250px; }
  footer .inner.wrap { padding: 30px 0; }
  footer { text-align: center; }
  footer .social,
  footer .address { padding-top: 30px; }
  footer .address br { display: none; }
  footer .social { justify-content: center; margin-bottom: 30px; }
  footer .social a { margin: 0 10px; }
  footer .logos { justify-content: center; }
  footer .logos .logo { padding: 0 10px; }
  footer .logos img { max-height: 50px; }
  footer .copy { flex-direction: column; }
  footer .copy .rt { margin-bottom: 20px; }
  footer .menu { padding: 0; margin-bottom: 30px; }
  footer .menu ul li { margin-bottom: 5px; }

  #menu-oc-right .closer { text-align: right; }
  #menu-oc-right .menu-extension { text-align: center; }
  #menu-oc-right .menu-extension .btn { margin: 30px auto; }
  #menu-oc-right .menu-extension .tel { margin: 0 auto; }

  .ent .mtitle { margin-top: 0; }
  .element .dtext { line-height: 140%; }
  /* .el-content.v1 .row { flex-direction: column-reverse; } */
  .el-content .row { align-items: flex-start; }
  .el-content .d-image { max-width: 400px; margin-top: 10px; }

  .el-cta-img .dinfo { padding: 30px; max-width: 450px; }
  .el-cta-img .dinfo .overlay { left: 0; width: 100%; }
  .el-cta-img .dinfo .pos-rel { width: 100%; }

  .el-content.v2 .wrap { padding: 30px 0; }
  .el-content .extra-text { font-size: 18px; border: 6px solid #e0e0e0; padding: 8px; }

  .el-content .extra-text img { max-height: 100px; }
  .el-content .extra-text.logo { height: auto; padding: 0; min-width: auto; }

  .el-contact-info .info .mtitle,
  .el-form .mtitle,
  .ent .mtitle,
  section.el-content .mtitle { font-size: 30px; }

  .el-logos .logo-slider .slide,
  .el-logos .logo-slider a { height: 100%; }
  .el-logos .logo-slider a img { height: auto; }

  .el-title.v2 .wrap { padding: 30px 0 0px; }

  .el-content.dv3 .wrap { padding: 30px 0; }

  /* tabs history */
  .el-tabs .dtabs .overlay.liner, .el-tabs .dtabs .overlay.line { display: none; }
  .el-tabs .etabs .tab-pane .year { margin-left: 0; }
  .el-tabs .etabs .dtext { padding: 0; }
  .el-tabs .etabs .tab-pane { padding: 20px; }
  .el-tabs .dtabs .overlay.liner { display: none; }
  .el-tabs .etabs .dimage { max-width: 100%; margin-left: 0; }
  .el-tabs .dtabs { justify-content: center; }
  .el-tabs .dtabs .dtab {  margin: 5px 8px; width: 110px; height: 110px; }
  .el-tabs .dtabs .dtab.active::after { display: none; }
  .el-tabs .etabs.tab-content { padding-top: 20px; }


  .el-blog .posts .post { margin-bottom: 0; }
  .el-blog .wrap { padding: 30px 0; }
  .el-blog .meta { margin-bottom: 20px; }

  .el-blog .posts .post:nth-child(even) { background-color: #f5f5f5 !important; }
  .el-blog .posts .post:hover { background-color: transparent; }

  aside.cta-2 { padding: 25px 20px 10px; }
  aside.cta .mtitle { font-size: 30px; }
  aside.cta { margin-bottom: 30px; padding: 30px; }
  aside.cta p { font-size: 14px; }

  .el-blog .posts .post { padding: 20px; }

  .posts .post .feat-img { flex: 0 0 200px; max-width: 200px; width: 100%; height: 140px; margin-right: 17px; }
  .posts .post .post-excerpt { line-height: 140%; }
  .page-archive .post-pagination ul li a, .el-blog .post-pagination ul li a { padding: 5px 13px; }

  .page-archive .wrap { padding: 30px 0; }
  .page-archive .post .feat-img { margin-bottom: 20px; }
  .page-archive .dhr { margin-top: 0; }

  .el-logos .btitle { margin-bottom: 20px; }

  /* our work */
  .el-banner.dark.wtext .wrap { min-height: unset; }
  .el-banner.dark .dtext { margin-bottom: 10px; }

  .el-cta-img .dinfo { max-width: 100%; }
  .el-cta-img.v4 .dinfo { padding: 30px 20px; }
  .el-cta-img.v4 .dtext { padding-top: 0; }
  .el-cta-img.v4.ver-2 .dinfo,
  .el-cta-img.v4.ver-4 .dinfo,
  .el-cta-img.v4.ver-1 .dinfo{ padding: 20px; }
  .el-content.dv3.nohr .dtext { padding-top: 0; }
  .el-cta-img.v4.ver-1 .dlist .flexic { margin-bottom: 10px; }


  section.el-banner.inner .wrap { padding: 30px 0; }

  /* applications */
  .el-content.rep .overlay.bg-img { display: none; }
  .el-content.rep .dbuttons { padding-top: 20px; }
  section.el-content.rep .wrap { padding: 30px 0; }
  .el-content.rep a .dtext { padding-top: 10px; }

  .el-icons-flex .iconic .wex { max-width: 100%; }
  section.el-icons-flex .wrap { padding-bottom: 0; }

  .el-cta-img.v4.ver-3 .wrap { padding-top: 30px; }
  .el-cta-img.v4.ver-3 .dinfo { padding: 30px; }
  .el-cta-img.v4.ver-3 .dlist { max-width: 100%; margin-top: 30px; }

  .el-project .container-xl { background-color: var(--color4); }
  button.btn.btn-d { height: auto; padding: 5px 15px; min-height: 44px; }
  .el-project.alt .proj-info .dtext { padding-right: 0; margin-bottom: 25px; }
  .el-content.dv3 .dtext.lists { padding-top: 25px; }
  .el-cta-img.v4.ver-4 .dinfo { padding-top: 20px; }
  .el-cta-img.v4.ver-4 .wrap { padding-top: 30px; }
  .el-cta-img.v4.ver-2 .bg-img, .el-cta-img.v4.ver-1 .bg-img,
  .el-cta-img.v4.ver-4 .bg-img, .el-cta-img.v4.ver-3 .bg-img { max-height: unset; }

  .el-grid .cats { margin-bottom: 30px; }
  .el-grid .proj .bg-img { min-height: 180px;  }
  .el-grid .proj .proj-img { margin-bottom: 20px; }
  .el-grid .proj { margin-bottom: 40px; }
  .el-grid .dbuttons.hnr { margin-bottom: 0; }

  .project-details .wrap { padding: 30px 0 0; }
  .project-details aside { padding: 20px; }
  .project-details aside .info { margin-bottom: 20px; }
  .project-details { min-height: unset; }

  .single-project .el-slider .wrap { padding: 30px 0 0; }
  .single-project .el-slider .dslider { padding: 0 15px; }
  .el-slider .dslider .slide { height: auto !important; }
  .single-project .el-slider .img-slider.lightSlider { height: 180px !important; }
  .single-project .el-slider .proj .bg-img,
  .single-project .el-slider .proj .bbg { height: 180px; min-height: unset; }

  .proj-info .dtext.hl { margin-bottom: 25px; }
  .proj-info .dtext.hl h4 { font-size: 19px; }
  .proj-info .meta { max-width: 100%; }

  .el-form .dtext { font-size: 15px; }
  .el-form .dtop { margin-bottom: 30px; }

  .gform .gform_wrapper.gravity-theme .gform_footer { margin-top: 0; padding-bottom: 0; }

  /* career */
  section.el-icons-flex.ver-3 .wrap { padding: 30px 0; }
  .el-icons-flex.ver-3 .iconic { margin: 0 15px; }
  .el-career .job .dinfo { padding: 0 25px 25px; }
  .el-career .job { margin-bottom: 30px; }
  section.el-career .wrap { padding-bottom: 0; }
  .el-career .meta-button { padding: 0; }
  .el-career .title-f .mtitle { font-size: 30px; }

  .form-modal .gform .mtitle { font-size: 30px; margin-bottom: 20px; }
  .form-modal .gform .ginput_container { margin-bottom: 0; }

}

@media only screen and (max-width : 768px) { 

  .col-md-2,
  .col-md-4,
  .col-md-8,
  .col-md-6 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }    

  .el-banner .mtitle { font-size: 50px; }
  .el-banner .etitle, .el-banner .atitle { font-size: 25px; }
  .el-banner .atitle { margin-bottom: 0; }
  .el-banner.about .dtext { font-size: 22px; margin-bottom: 30px; }

  .el-slider .mtitle { font-size: 40px; }

  .el-cta .flex-text .text {  margin-right: 0; margin-bottom: 20px; }    

  .el-content.v2 .row,
  .el-content.v1 .row { flex-direction: column-reverse; }
  .el-content .img-extra,
  .el-content .d-image { max-width: 300px; margin: 0 auto; }
  .el-content .d-image { margin-left: 0; margin-bottom: 30px; }
  .el-content.v2 .extra-text,
  .el-content .extra-text { left: 80%; right: unset; }
  .el-content .dtext { text-align: center; }

  .ent .mtitle { text-align: center; }
  .ent hr { margin: 0px auto; }   

  .el-logos .logo-slider a img { max-height: 40px; }
  .el-logos .btitle { margin-bottom: 30px; }

  .el-tabs .etabs .tab-pane .year { text-align: center; margin: 0px auto 20px; }
  .el-tabs .etabs .dtext { margin-bottom: 30px; text-align: center; }
  .el-tabs .etabs .dimage { max-width: 350px; margin: 0px auto;  }
  .el-tabs .dtabs .dtab { width: 110px; height: 110px; }

  aside.cta input[type="email"] { max-width: 300px; }
  aside.cats ul { display: flex; flex-wrap: wrap; }
  aside.cats ul li { width: 50%; }

  .el-cta .flex-text { flex-direction: column; }
  .el-grid .proj { padding: 20px; }
  .el-grid .proj .bg-img { min-height: 220px; }
  .el-grid .proj { margin-bottom: 0; }
  .el-grid .col-md-4:nth-child(odd) { background-color: #f0f0f0; }
  .el-grid .dbuttons.hnr { margin-top: 30px; }
  .el-grid .wrap { padding-bottom: 0; }

  .project-details .dtext { margin-bottom: 30px; }

  .single-project .el-slider .wrap { padding-top: 0; }
  .single-project .el-slider .dslider { margin-bottom: 0; }

  section.el-contact-info .wrap { padding: 0; }
  .el-contact-info .info { margin-bottom: 30px; }
  .el-contact-info .info .dtext p { margin-bottom: 10px; }

  .el-title .dtext a { margin-top: 20px; }
  .el-title.v1 .mtitle { margin-bottom: 8px; }

  .el-tabs .etabs .dimage,
  .el-content .img-extra, .el-content .d-image { max-width: 600px; }
  .el-tabs .etabs .dimage,    
  .el-content .d-image,
  .el-content.v2 .d-image { height: 300px; }

  .el-tabs .etabs .dimage img,
  .el-content .d-image img,
  .el-content.v2 .d-image img { object-fit: cover; height: 100%; width: 100%; }
  .el-cta-img.v2 .dinfo .dtext { padding-right: 0; }
  .el-cta-img.v2 .wrap { min-height: unset; }
  .el-content.v2 .extra-text, .el-content .extra-text { left: -30px; }
  .gform .gform_wrapper.gravity-theme .gform_fields { grid-column-gap: 16px; }
  .el-content .dtext.reader { text-align: left; }
  .el-banner.inner .mtitle { max-width: 600px; }
  .el-content.rep a { margin-bottom: 30px; }
  .el-icons-flex.ver-2 .iconic,
  .el-icons-flex .iconic { flex: 0 0 27%; max-width: 27%; margin-bottom: 20px; }
  .el-project .proj.bg-img { height: 300px; max-width: unset; margin-bottom: 30px; }
  .el-project .p-info { padding: 30px 0 0; }
  .el-content.dv3 .dbuttons { margin-top: 25px; margin-bottom: 25px; }
  .el-content.dv3.list li { padding: 0; }
  .el-content.dv3.list li::before { display: none; }
  .el-icons-flex.ver-2 .flexic { padding-top: 25px; }
  .proj-info .dtext { padding-top: 10px; }
  .el-project .row { margin-bottom: 30px; }
  .el-project .proj.bg-img { border: 3px solid white; }
  .el-team .btn-group { flex-wrap: wrap; justify-content: flex-start; }
  .el-team .btn-group .btn { margin-right: 20px; }

  .el-team .col-md-6, .el-team .col-lg-4 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
  .el-team a.dmodal { margin: 15px 0; }
  .el-icons-flex.ver-3 .iconic { flex: 0 0 31%; max-width: 31%; margin-bottom: 20px; }
  .el-icons-flex .flexic { padding-top: 30px; }
  .el-career .title-f hr { top: 50%; }
  .el-career .title-f { margin-bottom: 0; }
  .el-career .meta-1 { margin-bottom: 30px; }
  .el-career .meta-right, .el-career .meta-2 { margin-bottom: 20px; }
  .el-career .title-f .mtitle { padding-right: 0;  }
  .el-career .title-f hr { display: none; }
  .element .gform .gchoice { padding-top: 20px; }
  .form-modal .gform { padding: 30px 15px; }
  .form-modal .gform .gfield { margin-bottom: 15px; }
  .form-modal .gform .gform_wrapper.gravity-theme .gform_footer { margin-top: 0; }

}

@media only screen and (max-width : 540px) {

  .mobile-menu .dropdown-item { font-size: 18px; }

  .el-banner .etitle, .el-banner .atitle { font-size: 20px; }
  .el-banner .mtitle { font-size: 45px; }
  .el-cta .flex-text .text { font-size: 22px; }
  .el-title.v1 .mtitle { font-size: 30px; }
  .el-title.v1 hr { margin: 15px 0 20px; }
  .el-content .img-extra { max-width: 100%; }
  .el-content .d-image { max-width: 100%; }

  .el-content .extra-text { font-size: 18px; border: 3px solid white; padding:10px 5px; }
  .el-content .extra-text.text { left: 0px; width: 100%; height: auto; bottom: 0px; top: unset;  }
  .el-content .extra-text span.meta { margin-top: 0; }
  .el-content .dtext { text-align: left; }
  .el-content .dtext p:last-child { margin-bottom: 0; }
  .ent .mtitle { text-align: left; }
  .ent hr { margin: 0; }

  .el-cta-img .dinfo { padding: 20px 20px 10px; }
  .el-cta-img.v2 .wrap { min-height: auto; }

  .el-content .extra-text.logo { width: auto; left: 0; border: 5px solid white; }

  .prev_next { display: block; }
  .el-logos .dslider .l_prev { left: -5px; }
  .el-logos .dslider .l_next { right: -5px; }

  .el-blog .posts .post:nth-child(odd) { background-color: #f0f0f0 !important; }
  .el-blog .posts .post:nth-child(2n) { background-color: transparent !important; }
  section.el-blog .wrap { padding: 0; }

  .posts .post .post-info { flex-wrap: wrap; }
  .posts .post .feat-img { flex: 0 0 100%; max-width: 100%; }
  aside.cats .mtitle { margin-bottom: 25px; }
  aside.cats ul li { width: 100%; }
  .post-content h3, .post-content h4 { margin-bottom: 20px; }
  article aside:last-child { margin-bottom: 0; }

  .el-grid .proj { padding: 30px 0; }
  .gform .p20,
  .gform .by-2 { width: 100%; padding: 0; }
  .gform .ginput_container { margin-bottom: 15px; }
  .single-project .proj-side { margin-bottom: 30px; }

  .single-project .el-slider .mtitle { font-size: 30px; }
  .single-project .dslider .go_prev { left: -5px; }
  .single-project .dslider .go_next { right: -5px; }

  .el-team .col-md-6, .el-team .col-lg-4 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }

  section.el-icons .wrap { padding-bottom: 20px; }
  .el-quotes .slide p { line-height: 150%; font-size: 15px; }
  footer .social a { margin: 0 5px; }
  footer .menu ul a { font-size: 25px; }
  .el-content .extra-text img { max-width: 150px; }
  .el-tabs .dtabs .dtab { width: 50px; height: 50px; border: 1px solid #DDE8ED; }
  .el-banner.inner .wrap { min-height: 250px; }
  .el-tabs .dtabs .dtab:hover, .el-tabs .dtabs .dtab.active { border: 1px solid white; }
  .el-tabs .etabs .dimage, .el-content .d-image, .el-content.v2 .d-image { height: 225px; }
  .el-tabs .etabs .dtext { text-align: left; }
  .el-banner.inner .mtitle { font-size: 30px; }
  .el-banner.dark .icons { flex-wrap: wrap; }
  .el-banner.dark .icons .iconic,
  .el-banner.dark.wtext .icons .iconic { display: flex; align-items: center; }
  .el-banner.dark .icons .iconic { margin-bottom: 20px; }
  .el-banner.dark .icons .iconic .ititle { text-align: left; margin: 0 0 0 20px; }
  .el-banner.dark .icons .iconic .icon-bg { flex: 0 0 90px; width: 90px; height: 90px; margin-bottom: 0;  }
  .el-banner.dark .icons .iconic img { max-width: 40px; max-height: 40px; }
  .el-banner.dark.wtext .icons { padding-bottom: 0; }
  .el-cta-img.v4 .dtext.reader { padding-top: 20px; line-height: 150%; font-size: 17px; }
  .el-cta-img.v4 .mtitle { text-align: center; }
  .gform .gform_wrapper.gravity-theme .gform_fields { grid-row-gap: 0px; }
  .gform_wrapper.gravity-theme .gform_fields label { display: none; }
  .el-cta-img.v4 .dlist .flexic { flex: 0 0 100%; max-width: 100%; }
  .el-cta-img.v4.ver-1 .dlist .flexic { padding-left: 0; }
  .el-content.dv3.half-list .dtext ul { float: none; margin-bottom: 20px; width: 100%; }
  .el-title.v2 .mtitle,
  .el-content.rep .mtitle { text-align: center; }
  .el-icons-flex.ver-3 .iconic,
  .el-icons-flex.ver-2 .iconic, 
  .el-icons-flex .iconic { flex: 0 0 100%; max-width: 100%; }
  .el-icons-flex.ver-3 .iconic .wex,
  .el-icons-flex.ver-2 .iconic .wex, 
  .el-icons-flex .iconic .wex { display: flex; align-items: center; }
  .el-icons-flex.ver-3 .iconic .icon-bg,
  .el-icons-flex .iconic .icon-bg { flex: 0 0 60px; max-width: 60px; width: unset; height: 60px; margin-right: 20px; margin-bottom: 0; }
  .el-icons-flex.ver-3 .iconic .icon-bg img,
  .el-icons-flex .iconic .icon-bg img { max-height: 35px; max-width: 35px;  }
  .el-icons-flex .iconic .ititle { margin-bottom: 0; }
  .el-icons-flex.ver-2 .iconic, .el-icons-flex .iconic { margin-bottom: 10px; }
  section.el-icons-flex .wrap { padding-bottom: 20px; }
  .el-cta-img.v4.ver-3 .dlogo { flex: 0 0 100%; max-width: 100%; }
  .el-cta-img.v4.ver-3 .v3-rend { display: block; }
  .el-cta-img.v4.ver-3 .dinfo { padding: 30px 15px; }
  .el-cta-img.v4.ver-3 .dtext { margin: 0; }
  .el-cta-img.v4.ver-3 .dlist .flexic,
  .el-cta-img.v4 .dlist .flexic { padding: 0; }
  .el-project.alt .proj-info { flex-wrap: wrap; }
  .el-project.alt .proj-info .meta { flex: 0 0 100%; max-width: 100%; }
  .el-project.alt .proj-info .meta-1 { margin-bottom: 15px; }
  .el-project .proj-info,
  .el-project.alt .proj-info { padding-bottom: 30px; }
  .el-project .row { margin-bottom: 0; }
  .el-content.dv3 .wex { float: none; width: 100%; margin-bottom: 15px; }
  .el-content.dv3 .wex:nth-child(2n) { padding-left: 0; }
  .el-icons-flex .iconic .ititle { text-align: left; }
  .el-project .proj.bg-img { height: 225px; }
  .el-career .job .dinfo { padding: 0 15px 25px; }
  .el-career a .dlabel { padding-left: 20px; }

  .dslider .go_next,
  .el-quotes .q_next { right: 0; }

  .dslider .go_prev, .el-quotes .q_prev { left: 0; }
  footer .copy img { max-width: 100px; }
  footer .bg-img { background-position: 20% center; }

  section.el-tabs .wrap { padding-top: 0; }
  .el-grid .dbuttons.hnr { margin-bottom: 30px; }
  .posts .post .feat-img { margin-bottom: 25px; }
  .posts .post .post-excerpt .more { margin-top: 10px; }
  .element .gform .gchoice { align-items: flex-start; }
  .element .gform .gchoice input { margin-top: 5px; }
  .el-content.dv3.half-list .dtext ul { margin-bottom: 0; }
  .el-content.dv3 .dtext ul li {  
    margin-bottom: 15px;
  }
  .el-content.dv3 .dtext ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    background-color: var(--color2);
    top: 9px;
    left: 0;
  }
  .el-cta-img.v4.ver-3 .dlist .text-list,
  .el-content.dv3 .dtext ul li {
    padding-left: 20px;
  }
  section.el-banner .wrap { padding: 60px 0; }
  .el-banner .atitle { padding: 0 0 3px 10px; }
  .el-team .btn-group { justify-content: center; }
  .el-team .btn-group .btn { margin: 0;  }
  .el-team .btn-group { padding-bottom: 20px; }
  .el-grid .cats { display: none; }
}