/**** MEDIA QUERY *****/
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap");
@import url(../css/bootstrap.min.css);
@font-face {
  font-family: 'helvetica_neueblack';
  src: url("../fonts/helvetica95black-webfont.woff2") format("woff2"), url("../fonts/helvetica95black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica_neueregular';
  src: url("../fonts/helveticaneuebold-webfont.woff2") format("woff2"), url("../fonts/helveticaneuebold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'chunkfive_printregular';
  src: url("../fonts/chunk_five_print-webfont.woff2") format("woff2"), url("../fonts/chunk_five_print-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'chunkfiveregular';
  src: url("../fonts/chunkfive-regular-webfont.woff2") format("woff2"), url("../fonts/chunkfive-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica 45';
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'helveticaneuelight';
  src: url("../fonts/helveticaneue_light-webfont.woff2") format("woff2"), url("../fonts/helveticaneue_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
nav {
  max-width: 1800px;
  margin: 0 auto;
  padding-right: 60px !important;
  padding-left: 60px !important;
  padding-top: 55px !important;
  padding-bottom: 30px !important; }
  @media (min-width: 320px) and (max-width: 991px) {
    nav {
      padding-right: 25px !important;
      padding-left: 25px !important;
      padding-top: 25px !important;
      padding-bottom: 25px !important; } }
  @media (min-width: 320px) and (max-width: 767px) {
    nav {
      padding-right: 15px !important;
      padding-left: 15px !important;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      background-color: #ffffff; } }

.menu-item a {
  font-size: 21px;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.4s;
  font-family: 'Teko', sans-serif;
  text-decoration: none;
  letter-spacing: 0.4px;
  font-weight: 600;
  padding-right: 0px !important;
  padding-left: 0px !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .menu-item a {
      color: #000000;
      text-align: center; } }

.menu-item a:hover {
  color: #000000; }

nav a.navbar-brand img {
  max-width: 80%;
  object-fit: contain;
  width: 340px;
  height: 55px; }
  @media (min-width: 320px) and (max-width: 767px) {
    nav a.navbar-brand img {
      width: 160px;
      height: 30px; } }

.menu-item {
  padding: 0px 15px;
  list-style: none; }

.sub-menu .menu-item a:hover {
  padding-left: 12px !important;
  position: relative; }

.sub-menu .menu-item a {
  font-weight: 500;
  font-size: 19px; }

.sub-menu .menu-item a:hover:after {
  content: '\f0da';
  position: absolute;
  font-family: "fontawesome";
  left: 0;
  top: -2px; }

.dropdown-toggle::after {
  display: none; }

.sub-menu {
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    position: absolute;
    top: 76%;
    width: 200px;
    display: none;
    border-radius: 0;
    /*clip-path: polygon(0 0%, 100% 0%, 86% 100%, 0% 100%);*/
    z-index: 9999;
    border:2px solid #c4c9ce;}
  @media (min-width: 320px) and (max-width: 767px) {
    .sub-menu {
      position: static; } }

.sub-menu:after {
  content: '';
  position: absolute;
  width: 57px;
  height: 248px;
  border: 2px solid #c4c9ce;
  background-color: transparent;
  top: -2px;
  right: -23px;
  transform: skew(-10deg, 0deg);
  z-index: -999;
  border-left: 0;
  border-bottom: 0;
  display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sub-menu:after {
      display: none; } }
      
.sub-menu:before{content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0%;
    left: 0%;
    z-index: -333;
    display: block;
   /* clip-path: polygon(0 0%, 100% 0%, 86% 100%, 0% 100%);*/}

.navbg .sub-menu:after {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: #c4c9ce; }

.dropdowntoggle .sub-menu {
  opacity: 1;
  height: auto;
  display: block; }

.navbg .sub-menu {
  top: 100%;
  /*background-color: rgba(255, 255, 255, 0.5);
  border-color: #c4c9ce; */}
  
.navbg .sub-menu:before{
  background: rgba(255, 255, 255, 0.5);
  border-color: #c4c9ce;}

.dropdown-item {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: unset;
  font-family: 'Teko', sans-serif;
  letter-spacing: 0.4px;
  font-weight: 600; }

.navbar-toggler {
  position: relative;
  width: 35px;
  height: 30px; }

.navbar-toggler:focus {
  outline: none; }

.navbar-toggler-icon1 {
  width: 35px;
  height: 4px;
  display: block;
  background: #e54c37;
  left: 0;
  top: 3px;
  position: absolute; }

.navbar-toggler-icon2 {
  width: 35px;
  height: 4px;
  display: block;
  background: #e54c37;
  left: 0;
  top: 12px;
  position: absolute; }

.navbar-toggler-icon3 {
  width: 35px;
  height: 4px;
  display: block;
  background: #e54c37;
  left: 0;
  top: 22px;
  position: absolute; }

.navbg nav {
  background-color: #ffffffc2;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transition: 0.8s; }

.navbg .menu-item a {
  color: #000000; }

/*.inner_header {
  background-color: rgba(229, 76, 55, 0.6); }*/

.banner {
  height: 100vh; }

.banner img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.banner rs-module {
  height: 100vh !important; }

.banner rs-mask-wrap:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  background-image: url(../images/bannershape.png);
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 767px) {
    .banner rs-mask-wrap:after {
        left:-20px;    
    }
}

.banner rs-mask-wrap {
  overflow: visible !important; }

.sample_header .sample_header_inner h2 {
  font-size: 55px;
  margin-bottom: 45px;
  font-family: 'Helvetica 45'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header .sample_header_inner h2 {
      font-size: 35px;
      margin-bottom: 30px; } }

.sample_header .sample_header_inner p {
  margin-bottom: 60px;
  font-size: 25px;
  color: #262626;
  font-family: 'Helvetica 45';
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header .sample_header_inner p {
      font-size: 18px;
      margin-bottom: 40px; } }

.sample_header {
  padding-top: 220px;
  padding-bottom: 160px;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .sample_header {
      padding-top: 100px;
      padding-bottom: 80px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header {
      padding-top: 70px;
      padding-bottom: 70px; } }

.sample_header_inner {
  max-width: 840px;
  margin: 0 auto; }

.sample_header_inner a.btn {
  padding: 10px 30px 10px 30px;
  line-height: 1;
  transition: 0.4s;
  z-index: 2;
  border-radius: 0;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.4s;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  text-transform: lowercase; }

.sample_header_inner a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ce4431;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.sample_header_inner a.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.sample_header_inner a.btn:hover {
  color: #ffffff; }

/*.sample_header_inner a.btn:hover:after{background: #ce4431; border: 2px solid #000000; height: 110%; transition: 0.6s; border-left: 0;}
.sample_header_inner a.btn:after{content: ''; position: absolute; width: 15px; height: 110%; background: #000000; top: -2px; transition: 0.8s; right: -7px; transform: skew(-10deg, 0deg); border: 2px solid #000000;}*/
/*.sample_header_inner a.btn:before{content: ''; position: absolute; width: 0; height: 100%; opacity: 0; transition: 0.8s; background: #ce4431; left: 0; top: 0; z-index: -1;}
.sample_header_inner a.btn:hover:before{width: 100%; opacity: 1;}*/
/*.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/
.about_section div.icons_section {
  background-color: #e54c37;
  text-align: center;
  position: relative;
  transition: 0.8s;
  cursor: pointer;
  padding: 45% 20% 30% 20%;
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.4s; }
  @media (min-width: 320px) and (max-width: 767px) {
    .about_section div.icons_section {
      padding: 15% 10% 15% 10%; } }
      
.about_section div.icons_section a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:999; }

.about_section div.icons_section:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eb5843;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.about_section div.icons_section:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.about_section div.icons_section span img {
  max-width: 100%;
  margin-bottom: 30px;
  width: 100%;
  height: 90px;
  object-fit: contain;
  opacity: 0.7; }

.about_section div.icons_section h5 {
  font-size: 20px;
  /*font-family: 'Teko', sans-serif;*/
  font-family: 'Roboto Slab', serif;
  transition: 0.2s;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.7;
  color: #ffffff; }

/*.about_section div.icons_section:hover{background-color: #eb5843;}*/
.about_section div.icons_section:hover span img {
  opacity: 1; }

.about_section div.icons_section:hover h5 {
  opacity: 1; }

.about_section div.icons_section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  opacity: 0; }

.about_section div.icons_section:hover.icons_section:after {
  display: none; }

/*.about_section div.icons_section:hover h5{visibility: visible;}*/
.sampleheadertwoimg img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.sampleheadertwoimg {
  height: 290px; }

.sampleheadertwo {
  padding-top: 105px;
  padding-bottom: 55px;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sampleheadertwo {
      padding-top: 50px;
      padding-bottom: 0px; } }

.sampleheadertwo h3 {
  font-size: 45px;
  margin-bottom: 35px;
  font-family: 'Helvetica 45'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sampleheadertwo h3 {
      font-size: 30px;
      margin-bottom: 30px; } }

.sampleheadertwo p {
  margin-bottom: 60px;
  font-size: 25px;
  color: #262626;
  font-weight: 500;
  font-family: 'Helvetica 45';
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sampleheadertwo p {
      font-size: 18px;
      margin-bottom: 30px; } }

.samplecontent {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #e54c37;*/ }

.sampleheadertwocontent {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.4s;
  background-size: cover;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 1; }

.sampleheadertwocontent:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  left: 0;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.36);
  z-index: -1; }

.sampleheadertwocontent:hover:after {
  background-color: transparent; }

.samplecontent p, .samplecontent h4 {
  color: #ffffff; }

.samplecontent h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 25px; }

.sampleheadertwocontent p {
  margin-bottom: 0px; }

.sampleheadertwocontinn {
  padding: 25% 40px;
  width: 100%;
  height: 100%;
  position:relative; }
  
.sampleheadertwocontinn a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index:9999; }

.sampleheadertwocontinn:before {
  box-sizing: border-box;
  transform: translateX(100%);
  content: '';
  position: absolute;
  bottom: 2%;
  left: 2%;
  width: 96%;
  height: 2px;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent; }

.sampleheadertwocontinn:after {
  box-sizing: border-box;
  transform: translateX(-100%);
  content: '';
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent; }

.sampleheadertwocontinn:hover {
  color: inherit;
  text-decoration: none; }

.sampleheadertwocontinn:hover:before {
  transition: .1s transform linear, .1s height linear .1s;
  transform: translateX(0);
  height: 96%;
  border-color: #ffffff; }

.sampleheadertwocontinn:hover:after {
  transition: .1s transform linear .2s, .1s height linear .3s;
  transform: translateX(0);
  height: 96%;
  border-color: #ffffff; }

.isotopes_section {
  /*background-image: url(../images/isotopes.jpg);*/
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 991px) {
    .isotopes_section {
      min-height: 550px; } }

.isotopes_section a.btn {
  padding: 10px 27px;
  line-height: 1;
  border-radius: 0;
  outline: none;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  font-size: 17px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .isotopes_section a.btn {
      padding: 8px 15px;
      font-size: 13px; } }

.isotopes_section a.btn:focus {
  box-shadow: none !important; }

.navigationimg img {
  height: 800px;
  object-fit: cover;
  width: 100%; }
  @media (min-width: 320px) and (max-width: 991px) {
    .navigationimg img {
      height: 550px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .navigationimg img {
      height: 585px; } }

.navigationfor {
  position: absolute !important;
  left: 0;
  right: 0; }

.navigationslider .slick-slide {
  width: auto !important;
  margin-right: 15px; }

.navigationslider {
  margin-top: 50px; }

.navigationslider .slick-list {
  padding: 0px !important; }

.navigationslider .slick-track {
  width: auto !important;
  transform: translate3d(0px, 0px, 0px) !important; }

.navigationfeed {
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  padding: 30px;
  width: 35%; }
  @media (min-width: 320px) and (max-width: 991px) {
    .navigationfeed {
      width: 85%; } }

.News-Title, .News-Title rs-layer {
  background-color: rgba(0, 0, 0, 0.35) !important;
  color: #ffffff !important;
  padding: 30px !important;
  height: auto !important; }

.navigationsliderfeed {
  margin-top: 150px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .navigationsliderfeed {
      margin-top: 100px; } }

.navigationsliderfeed p {
  font-size: 18px;
  font-family: 'Helvetica 45'; }

.navigationsliderfeed .slick-prev, .navigationsliderfeed .slick-next, .slider_btn1, .slider_btn2 {
  font-size: 14px !important;
  top: auto;
  bottom: -50px;
  background-color: #e54c37 !important;
  width: 75px !important;
  height: 30px !important;
  color: #ffffff !important;
  padding: 0px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0px !important;
  top: 30px !important;
  position: relative; }

.slider_btn1 {
  background-color: #000000 !important;
  position: relative;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%); }

/*.slider_btn1:after{
	content: '';
    position: absolute;
    width: 15px;
    height: 106%;
    background: #000000;
    top: -1px;
    transition: 0.8s;
    right: -7px;
    transform: skew(-10deg, 0deg);
    border: 2px solid #000000;
}*/
.slider_btn2 {
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%); }

#rev_slider_13_2_wrapper .tp-tab-title {
  background: #0e0d0d !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  color: #ffffff !important;
  padding: 15px 10px !important;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.4s;
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  text-transform: lowercase; }

#rev_slider_13_2_wrapper .tp-tab-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ce4431;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

#rev_slider_13_2_wrapper .tp-tab-title:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

#rev_slider_13_2_wrapper .tp-tab-title:hover {
  color: #ffffff; }

/*.tp-tab-mask, .tp-tabs-inner-wrapper, .tp-tab{max-height: 40px !important; height: 40px !important; }*/
.navigationsliderfeed .slick-prev:before, .navigationsliderfeed .slick-next:before, #rev_slider_14_2_wrapper .hermes .tp-tab.selected .tp-tab-content-wrapper:after {
  display: none !important; }

#rev_slider_14_2_wrapper .hermes .tp-tab-bg {
  position: static !important; }

#rev_slider_14_2_wrapper .hermes .tp-tab-image {
  width: 200px !important;
  height: 50px !important;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 767px) {
    #rev_slider_14_2_wrapper .hermes .tp-tab-image {
      width: 70px !important; } }

#rev_slider_14_2_wrapper .hermes .tp-tab {
  width: 200px !important;
  height: auto !important;
  margin-bottom: 20px; }
  #rev_slider_14_2_wrapper .hermes .tp-tab include phone_wide {
    padding-left: 10px;
    width: 70px !important; }

.navigationsliderfeed .slick-prev {
  left: 0; }

.navigationsliderfeed .slick-next {
  left: 90px; }

.navigationsliderfeed .slick-prev:hover, .navigationsliderfeed .slick-prev:focus, .navigationsliderfeed .slick-next:hover, .navigationsliderfeed .slick-next:focus {
  background: #e54c37;
  color: #ffffff; }

.isotopes_section ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  margin-bottom: 0px;
  background-color: #000000;
  flex-wrap: wrap;
  padding: 10px 15px; }

.isotopes_section ul li {
  list-style: none; }

.isotopes_section ul li img {
  width: 150px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .isotopes_section ul li img {
      width: 100px; } }

.sample_header_three {
  padding-top: 150px;
  padding-bottom: 120px;
  background-color: #000000;
  text-align: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header_three {
      padding-top: 160px;
      padding-bottom: 80px; } }

.sample_header_three .sampleheaderthreehead h3 {
  font-size: 45px;
  margin-bottom: 35px;
  color: #ffffff;
  font-family: 'Helvetica 45';
  margin-bottom: 100px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header_three .sampleheaderthreehead h3 {
      font-size: 30px;
      margin-bottom: 50px; } }

.sample_header_number h4 {
  font-size: 100px;
  font-family: 'Oswald', sans-serif;
  color: #e54c37;
  font-weight: bold;
  margin-bottom: 25px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header_number h4 {
      font-size: 90px; } }

.sample_header_number h5 {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px; }

.sample_header_number p {
  color: #ffffff;
  font-family: 'Helvetica 45';
  font-family: 'helveticaneuelight';
  font-size: 18px; }

.samplerow {
  max-width: 1440px;
  margin: 0 auto; }

.sample_header_number {
  padding: 0px 13%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .sample_header_number {
      padding: 3% 8%; } }

.h1_section_head {
  padding-top: 170px;
  padding-bottom: 80px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head {
      padding-top: 80px;
      padding-bottom: 50px; } }

.h1_section_head .h1_section_inner h1 {
  font-size: 45px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h1 {
      font-size: 35px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner h2 {
  font-size: 40px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h2 {
      font-size: 30px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner h3 {
  font-size: 35px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h3 {
      font-size: 25px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner h4 {
  font-size: 30px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h4 {
      font-size: 20px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner h5 {
  font-size: 25px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h5 {
      font-size: 15px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner h6 {
  font-size: 20px;
  margin-bottom: 25px;
  font-family: 'helveticaneuelight'; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner h6 {
      font-size: 12px;
      margin-bottom: 20px; } }

.h1_section_head .h1_section_inner ul, .h1_section_head .h1_section_inner ol {
  padding-left: 20px; }

.h1_section_head .h1_section_inner ul li, .h1_section_head .h1_section_inner ol li {
  font-size: 18px; }

.h1_section_head .h1_section_inner p {
  font-size: 25px;
  font-family: 'helveticaneuelight';
  padding-bottom: 25px;
  margin-bottom: 0px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .h1_section_head .h1_section_inner p {
      font-size: 18px;
      padding-bottom: 20px; } }

.h1_section_inner blockquote {
  border: 1px solid;
  padding: 10px;
  position: relative;
  padding: 30px 30px 5px 30px; }

.h1_section_inner blockquote:after {
  content: '\f10d';
  position: absolute;
  font-family: "fontawesome";
  left: 5px;
  top: 0;
  font-size: 25px; }

.h1_section_head .h1_section_inner p a:hover {
  color: #000000;
  text-decoration: none; }
  
.h1_section_inner a{
 color:#e74c38;
 text-decoration:none;
}
.h1_section_inner a:hover{
 color:#000000;
 text-decoration:none;
}

.timeline_slider {
  background-color: #000000;
  text-align: center;
  padding-top: 105px;
  padding-bottom: 90px; }

.timeline_slider .timeline_content h3 {
  font-size: 45px;
  margin-bottom: 60px;
  font-family: 'helveticaneuelight';
  font-weight: 500;
  color: #ffffff; }
  @media (min-width: 320px) and (max-width: 767px) {
    .timeline_slider .timeline_content h3 {
      font-size: 30px;
      margin-bottom: 40px; } }

.timeline_slideinner img {
  height: 350px;
  width: 100%;
  object-fit: cover; }
  @media (min-width: 320px) and (max-width: 767px) {
    .timeline_slideinner img {
      height: 200px;
      width: 100%;
      object-fit: cover; } }

.timeline_slideinner strong {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase; }

.timelineslidecontent {
  padding: 25px; }

.timeline_slideinner p {
  font-size: 18px;
  font-family: 'helveticaneuelight';
  color: #ffffff;
  text-align: left;
  display: block; }

.redtimeline {
  background-color: #777; }

.blacktimeline {
  background-color: #333; }

.whitetimeline {
  background-color: #ffffff; }

.whitetimeline strong, .whitetimeline p {
  color: #000000; }

.timeline_slider .slick-slide {
  position: relative; }

.timeline_slider .slick-slide:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45); }

.timeline_slider .slick-slide.slick-active:after {
  display: none; }

.timeline_slider .slick-next {
  right: 15px !important;
  background-image: url(../images/arrowright.png);
  width: 40px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: contain; }

.timeline_slider .slick-prev {
  left: 15px !important;
  z-index: 99;
  background-image: url(../images/arrowleft.png);
  width: 40px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: contain; }

.timeline_slider .slick-next:before {
  display: none; }

.timeline_slider .slick-prev:before {
  display: none; }

.timeline_slider .slick-prev:hover, .timeline_slider .slick-prev:focus {
  background-image: url(../images/arrowleft.png) !important;
  background-size: contain;
  background-repeat: no-repeat; }

.timeline_slider .slick-next:hover, .timeline_slider .slick-next:focus {
  background-image: url(../images/arrowright.png) !important;
  background-size: contain;
  background-repeat: no-repeat; }

.slick-dots li button {
  background: #ffffff !important;
  border-radius: 50%;
  width: 35px !important;
  height: 35px !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slick-dots li button {
      width: 20px !important;
      height: 20px !important; } }

.slick-dots li {
  margin: 0px 40px !important;
  width: 35px !important;
  height: 35px !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slick-dots li {
      width: 20px !important;
      height: 20px !important;
      margin: 0px 10px !important; } }

.slick-dots li.slick-active button {
  background: #e54c37 !important; }

.slick-dots {
  bottom: -65px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.slick-dots li button:before {
  display: none; }

.slick-dots {
  width: 60% !important;
  left: 0;
  right: 0;
  position: relative;
  margin: 0 auto !important;
  z-index: 1; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slick-dots {
      width: 100% !important;
      display: flex !important;
      align-items: center; } }

.slick-dots:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e54c37 !important;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1; }
  @media (min-width: 320px) and (max-width: 767px) {
    .slick-dots:after {
      width: 70%;
      left: 0;
      right: 0;
      margin: 0 auto; } }

.timeline_year {
  width: 70%;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .timeline_year {
      width: auto;
      margin-top: 15px;
      padding: 0px 8px; } }

.timeline_year ul {
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.timeline_year ul li {
  list-style: none; }

.timeline_year ul li a {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-weight: 600; }
  @media (min-width: 320px) and (max-width: 767px) {
    .timeline_year ul li a {
      font-size: 15px; } }

.work_with_best {
  background-image: url(../images/parallex.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  min-height: 900px;
  padding-top: 200px;
  text-align: center;
  background-position: center center;
  /*transform: translateZ(-8px) scaleY(1.1);
  -webkit-transform: translateZ(-8px) scaleY(1.1);
  -moz-transform: translateZ(-8px) scaleY(1.1);
  -ms-transform: translateZ(-8px) scaleY(1.1);
  -o-transform: translateZ(-8px) scaleY(1.1);*/ }
  @media (min-width: 320px) and (max-width: 991px) {
    .work_with_best {
      min-height: 670px;
      background-size: cover; } }

.work_with_best h3 {
  font-size: 45px;
  margin-bottom: 35px;
  font-family: 'Helvetica 45';
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 767px) {
    .work_with_best h3 {
      font-size: 30px;
      margin-bottom: 20px; } }

.work_with_best p {
  font-size: 25px;
  font-family: 'helveticaneuelight';
  padding-bottom: 45px;
  margin-bottom: 0px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .work_with_best p {
      font-size: 18px;
      padding-bottom: 20px; } }

/*.work_with_best_content{transform: translateZ(0px) scaleY(0.9);}*/
.parallax {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed; }

.testimonial_slider {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #000000;
  border-bottom: 2px solid #e54c37; }
  @media (min-width: 320px) and (max-width: 767px) {
    .testimonial_slider {
      padding-top: 90px;
      padding-bottom: 100px; } }

.testi_content h3 {
  font-size: 50px;
  margin-bottom: 15px;
  font-family: 'Teko', sans-serif;
  color: #ffffff;
  padding-bottom: 40px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 767px) {
    .testi_content h3 {
      font-size: 35px;
      padding-bottom: 20px; } }

.testi_content p {
  font-size: 25px;
  font-family: 'helveticaneuelight';
  color: #ffffff;
  padding-top: 45px;
  padding-bottom: 50px;
  font-weight: 500;
  margin-bottom: 0px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .testi_content p {
      font-size: 18px;
      padding-bottom: 10px;
      padding-top: 20px; } }

.testi_content strong {
  color: #ffffff;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  padding-left: 50px;
  position: relative; }

.testi_content strong:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #e63a34;
  left: 0;
  top: 50%; }

.contact_form img {
  max-width: 100%; }

.contact_form_content {
  padding-top: 120px;
  text-align: center; }

.contact_form {
  padding-bottom: 0px; }

.contact_form_content h3 {
  font-size: 45px;
  margin-bottom: 15px;
  font-family: 'helveticaneuelight';
  font-weight: 500; }
  @media (min-width: 320px) and (max-width: 767px) {
    .contact_form_content h3 {
      font-size: 30px; } }

.contact_form_content p {
  font-size: 25px;
  font-family: 'helveticaneuelight';
  padding-bottom: 45px;
  margin-bottom: 0px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .contact_form_content p {
      font-size: 18px;
      padding-bottom: 25px; } }

.contact_form_bottom input[type="text"], .contact_form_bottom input[type="email"], .contact_form_bottom textarea, .contact_form_bottom input[type="tel"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  border: 0;
  padding-left: 30px;
  outline: none;
  border-bottom: 1px solid #000000; }

.contact_form_bottom textarea {
  height: 100px; }

.contact_form_bottom input[type="text"]::placeholder, .contact_form_bottom input[type="email"]::placeholder, .contact_form_bottom textarea::placeholder, .contact_form_bottom input[type="tel"]::placeholder {
  font-family: 'Teko', sans-serif;
  color: #000000;
  font-size: 17px;
  text-transform: uppercase; }

.contact_form_bottom input[type="submit"] {
  margin: 0 auto;
  background-color: #e54c37;
  border: 1px solid #e54c37;
  color: #ffffff;
  padding: 8px 25px;
  text-align: center;
  display: block; }

.contact_form_image {
  position: relative; }

.contact_form_image:after {
  content: '';
  position: absolute;
  background-image: url(../images/gradient_form.png);
  background-repeat: no-repeat;
  left: 0;
  width: 100%;
  height: 150px;
  top: auto;
  bottom: 0;
  opacity:0;}

.g-recaptcha > div {
  margin: 15px auto; }

.wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block; }

span.wpcf7-not-valid-tip {
  font-family: 'Teko', sans-serif; }

.wpcf7-response-output {
  border-color: #e54c37;
  font-family: 'Teko', sans-serif;
  color: #e54c37;
  border: 0 !important;
  margin: 0 !important;
  text-align: center;
  margin-top: -15px !important; }

footer {
  background-color: #000000;
  padding-top: 200px;
  position: relative;
  z-index: 1; }
  @media (min-width: 320px) and (max-width: 991px) {
    footer {
      padding-top: 100px; } }

footer:after {
  content: '';
  position: absolute;
  opacity: 0.4;
  opacity: 1;
  background-image: url(../images/footeroverlay.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

footer ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 180px;
  flex-wrap: wrap;
  padding-left:0px; }
  @media (min-width: 320px) and (max-width: 1024px) {
    footer ul {
      padding-left: 0px; } }
  @media (min-width: 320px) and (max-width: 991px) {
    footer ul {
      display: block;
      text-align: center;
      margin-bottom: 90px; } }

footer ul li {
  list-style: none; }
  @media (min-width: 320px) and (max-width: 991px) {
    footer ul li {
      padding-bottom: 15px; } }

footer ul li img {
  width: 150px;
  transition: 0.4s; }

footer ul li img:hover {
  transform: scale(1.05); }

footer h3 {
  font-size: 50px;
  font-family: 'Teko', sans-serif;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 60px; }

.footer_bottom {
  text-align: center;
  padding-top: 65px;
  padding-bottom: 40px;
  border-top: 1px solid #cccccc;
  position: relative; }

.footer_bottom p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'helveticaneuelight'; }

.footer_bottom p a {
  color: #ffffff;
  text-decoration: none; }

.footer_bottom p a:hover {
  color: #e64b37; }

.footer_bottom span {
  position: absolute;
  top: -35px;
  font-family: 'helveticaneuelight';
  left: 0;
  right: 0;
  width: 60px;
  cursor: pointer;
  height: 60px;
  margin: 0 auto; }

.footer_bottom span img {
  width: 100%;
  height: 100%; }
  
.contact_form_bottom .fname, .contact_form_bottom .email-39, .contact_form_bottom .tel-332, .contact_form_bottom .subject, .contact_form_bottom .message{position:relative;}
.contact_form_bottom .fname:before{content:'\f007'; position:absolute; font-family: 'fontawesome'; top: 5px;  left: 5px;}
.contact_form_bottom .email-39:before{content:'\f003'; position:absolute; font-family: 'fontawesome'; top: 5px; left: 5px;}
.contact_form_bottom .tel-332:before{content:'\f095'; position:absolute; font-family: 'fontawesome'; top: 5px; left: 5px;}
.contact_form_bottom .subject:before{content:'\f063'; position:absolute; font-family: 'fontawesome'; top: 5px; left: 5px;}
.contact_form_bottom .message:before{content:'\f044'; position:absolute; font-family: 'fontawesome'; top: 0; left: 5px;}


/* .wpgmp_map_container .gm-style-iw{display:none !important;} */

/*# sourceMappingURL=style.css.map */
