/*-----------------------------------------------------------------------------------

    Alba | Design & Developed by Boxon Brand Visionaries
    Version: 1.0

-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/EurostileRegular.eot');
  src: url('../fonts/EurostileRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/EurostileRegular.woff2') format('woff2'), url('../fonts/EurostileRegular.woff') format('woff'), url('../fonts/EurostileRegular.ttf') format('truetype'), url('../fonts/EurostileRegular.svg#EurostileRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eurostile';
  src: url('../fonts/EurostileBold.eot');
  src: url('../fonts/EurostileBold.eot?#iefix') format('embedded-opentype'), url('../fonts/EurostileBold.woff2') format('woff2'), url('../fonts/EurostileBold.woff') format('woff'), url('../fonts/EurostileBold.ttf') format('truetype'), url('../fonts/EurostileBold.svg#EurostileBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*  
    CSS INDEX
    =========================================
*/
* {
  box-sizing: border-box;
}
*, *::after, *::before {
  box-sizing: border-box;
}
@media (min-width:1600px) {
  .container {
    max-width: 1410px !important;
  }
}
html, body {
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: 1s opacity;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #575756;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Eurostile';
  font-weight: bold;
  color: #004fa3;
  letter-spacing: 0.5px;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h1 {
  font-size: 3.75rem;
  text-transform: uppercase;
}
h2 {
  font-size: 2.625rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h3 {
  font-size: 1.625rem;
  text-transform: uppercase;
      margin-bottom: 1rem;
}
h4 {
  font-size: 1.625rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin: 0 0 1.42857143em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}
h2 span {
  display: block;
  color: #575756;
  font-size: 1.125rem;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.text-white {
  color: #fff !important;
}
.off-white {
  color: #d5cfbd !important;
}
p.lead {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
p.lead.off-white {
  color: #d5cfbd;
}
section {
  padding: 80px 0;
}
@media only screen and (max-width: 1399px) {
  h1, .h1 {
    font-size: 3.375rem;
  }
  h2, .h2 {
    font-size: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.25rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h2 span {
    font-size: 1.063rem;
  }
  section {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 1rem;
  }
  h1, .h1 {
    font-size: 2.625rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h2 span {
    font-size: 1rem;
  }
  p.lead {
    font-size: 1.125rem;
  }
  section {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.375rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  h2 span {
    font-size: 0.875rem;
  }
  section {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 1.75rem;
  }
  h2, .h2 {
    font-size: 1.625rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
  section {
    padding: 30px 0;
  }
}
p:last-child {
  margin-bottom: 0;
}
a, button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}
a, button, img, input, span {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:focus {
  box-shadow: none;
}
*:focus {
  outline: none !important;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button, input[type=submit] {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
figure {
  padding: 0;
  margin: 0;
}
/*________________Preloader_______________ */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  background-color: #eee;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.gif);
  background-size: 100px 100px;
}
/*-- 
    - Common Classes
-----------------------------------------*/
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
}
@keyframes grow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.1;
  }
}
/*@keyframes grow {
  0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
  50% { -webkit-transform: scale(1.5, 1.5); transform: scale(1.5, 1.5); opacity: 0; }
  100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 1; }
}*/
@-moz-keyframes grow2 {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
@-webkit-keyframes grow2 {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
@keyframes grow2 {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 1;
  }
}
/*Overlay*/
.overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.overlay-homebanner {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(9, 9, 18, 0.2);
  z-index: 5;
}
/*Negative Margins*/
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
/*Normal List*/
ul.normallist {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.875rem;
}
ul.normallist li {
  position: relative;
  padding-left: 30px;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
}
ul.normallist li:before {
  content: "";
  background: #00aed6;
  height: 2px;
  width: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: -28px;
  margin-right: 15px;
}
ul.normallist.list2 li:before {
  background: rgba(255, 255, 255, 0.5);
}
.fix {
  overflow: hidden;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.theme-color {
  color: #004fa3 !important;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
/*Owl Carousel Dots*/
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  height: 3px;
  background: #00aed6;
}
/*Bootstrap Carousel Nav*/
.carousel-nav {
  position: absolute;
  bottom: 100px;
  z-index: 4;
  width: 100%;
  display: table;
  text-align: center;
}
.carousel-nav .nav-icons {
  font-size: 18px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  padding: 10px;
  color: #fff;
  opacity: 1;
}
.carousel-nav button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
  width: 60px;
  height: 42px;
}
.carousel-nav button:hover {
  color: #00aed6;
}
.carousel-nav .nav-icons:hover, .carousel-nav .nav-icons:focus {
  text-decoration: none;
  outline: 0;
  opacity: 1;
  border: solid 1px rgba(0, 79, 163, 1);
  color: #00aed6;
}
.btn.btn-link {
  font-family: 'Eurostile';
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1.5px;
  height: 48px;
  padding: 0 30px;
  background: rgba(239, 62, 51, 1);
  position: relative;
  z-index: 9;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #004fa3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-link:hover::before {
  width: 100%;
}
.btn-link:after {
  content: "\e903";
  position: relative;
  font-family: 'st-icons';
  color: #fff;
  vertical-align: bottom;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn.btn-link:hover, .btn.btn-link:hover:after {
  color: #fff;
}
.btn.btn-link.btn2 {
  background: none;
  color: #ef3e33;
  padding: 0;
  line-height: 1.1;
  overflow: auto;
  text-align: left;
  height: auto;
}
.btn.btn-link.btn2:after {
  color: #9a9a9a;
}
.btn.btn-link.btn2:before {
  display: none;
}
.btn.btn-link.btn2:hover {
  color: #004fa3;
}
.btn.btn-link.btn2:hover:after {
  color: #ef3e33;
  padding-left: 15px;
}
.btn.btn-link.btn2-2 {
  background: none;
  color: #38c5ff;
  padding: 0;
  line-height: 1.1;
  overflow: auto;
  text-align: left;
  height: auto;
}
.btn.btn-link.btn2-2:after {
  color: #80a7d1;
}
.btn.btn-link.btn2-2:before {
  display: none;
}
.btn.btn-link.btn2-2:hover {
  color: #fff;
}
.btn.btn-link.btn2-2:hover:after {
  color: #38c5ff;
  padding-left: 15px;
}
.btn.btn-link.btn3 {
  background: none;
  color: #fff;
  padding: 0;
}
.btn.btn-link.btn3:before {
  display: none;
}
.btn.btn-link.btn3:hover {
  color: #00aed6;
}
.btn.btn-link.btn3:hover:after {
  color: #fff;
  padding-left: 15px;
}
.btn.btn-link.btn4 {
  background: #fff;
  color: #1a1a1a;
  text-transform: none;
  border: solid 1px #ddd;
  padding: 0 20px;
  font-size: 1rem;
  letter-spacing: -0px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
  margin-right: 15px;
}
.btn.btn-link.btn4:before {
  display: none;
}
.btn.btn-link.btn4:hover {
  color: #00aed6;
}
.btn.btn-link.btn4:hover:after {
  color: #171c8f;
  padding-left: 15px;
}
.btn.btn-link-bk {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 54px;
  letter-spacing: 0.5px;
  height: 54px;
  padding: 0 43px;
  background: rgba(23, 28, 143, 0.8);
  position: relative;
  z-index: 9;
  color: #ffffff;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-link-bk:before {
  content: "\e903";
  position: relative;
  font-family: 'st-icons';
  color: #00aed6;
  display: inline-block;
  vertical-align: bottom;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.btn.btn-link-bk.btn2 {
  background: none;
  color: #171c8f;
  padding: 0;
}
.btn.btn-link-bk.btn2:after {
  display: none;
}
.btn.btn-link-bk.btn2:hover {
  color: #00aed6;
}
.btn.btn-link-bk.btn2:hover:before {
  color: #171c8f;
  padding-left: 15px;
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn.btn-link {
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    padding: 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .btn.btn-link {
    font-size: 15px;
    line-height: 48px;
    height: 48px;
    padding: 0 26px;
  }
}*/
@media only screen and (max-width: 575px) {
  .section_title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.text-right {
    text-align: center !important;
  }
}
.section_title.mb-67 {
  margin-bottom: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.mb-67 {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.mb-67 {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.mb-67 {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.mb-80 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.mb-80 {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.mb-80 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.mb-66 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.mb-66 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.mb-66 {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.mb-77 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.mb-77 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.mb-77 {
    margin-bottom: 35px;
  }
}
.section_title.mb-66 {
  margin-bottom: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.mb-66 {
    margin-bottom: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.mb-66 {
    margin-bottom: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.mb-66 {
    margin-bottom: 39px;
  }
}
.section_title h2 {
  font-size: 48px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 700;
  color: #00aed6;
  display: inline-block;
  margin-bottom: 0;
}
.section_title h2 span {
  font-weight: 300;
  color: #000000;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .section_title h2 {
    font-size: 42px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title h2 {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title h2 {
    font-size: 33px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .section_title h2 {
    font-size: 23px;
    line-height: 37px;
  }
}
/*--
  -  Fonts color
------------------------------*/
.text-black {
  color: #000000;
}
/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  background-color: #f8f8f8;
}
.bluewood-bg {
  background: #354b65;
}
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #00aed6 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.section-pdding-top {
  padding-top: 147px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pdding-top {
    padding-top: 117px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pdding-top {
    padding-top: 97px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pdding-top {
    padding-top: 77px;
  }
}
.section-pdding-bottom {
  padding-bottom: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pdding-bottom {
    padding-bottom: 95px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pdding-bottom {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pdding-bottom {
    padding-bottom: 55px;
  }
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 5px;
}
.pr-2 {
  padding-right: 10px;
}
.pr-3 {
  padding-right: 15px;
}
.pr-4 {
  padding-right: 20px;
}
/*margin css here*/
.mb-222 {
  margin-bottom: 222px;
}
.mb-142 {
  margin-bottom: 142px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-132 {
  margin-bottom: 132px;
}
.mb-137 {
  margin-bottom: 137px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mb-137 {
    margin-bottom: 107px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb-137 {
    margin-bottom: 87px;
  }
}
@media only screen and (max-width: 767px) {
  .mb-137 {
    margin-bottom: 67px;
  }
}
.mb-126 {
  margin-bottom: 126px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-114 {
  margin-bottom: 114px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-96 {
  margin-bottom: 96px;
}
.mb-86 {
  margin-bottom: 86px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-77 {
  margin-bottom: 77px;
}
.mb-66 {
  margin-bottom: 66px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-25 {
  margin-bottom: 25px;
}
/*padding css here*/
.pb-100 {
  padding-bottom: 100px;
}
/* small mobile  */
@media only screen and (max-width: 767px) {
  .mb-lm-30px {
    margin-bottom: 30px;
  }
  .pr-lm-0 {
    padding-right: 0 !important;
  }
  .pr-lm-1 {
    padding-right: 5px !important;
  }
  .pr-lm-2 {
    padding-right: 10px !important;
  }
  .pr-lm-3 {
    padding-right: 15px !important;
  }
  .pr-lm-4 {
    padding-right: 20px !important;
  }
  .pl-lm-1 {
    padding-left: 5px !important;
  }
  .pl-lm-2 {
    padding-left: 10px !important;
  }
  .pl-lm-3 {
    padding-left: 15px !important;
  }
  .pl-lm-4 {
    padding-left: 20px !important;
  }
}
/* small mobile  */
@media only screen and (max-width: 575px) {
  .sm-d-none {
    display: none;
  }
  .mb-sm-30px {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .mb-xs-30px {
    margin-bottom: 30px;
  }
}
/* 01. header css here */
.body_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: progress;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
}
.body_overlay.active {
  opacity: 0.3;
  visibility: visible;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #000000;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}
.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 100vh;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 55px 15px 30px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_contact_info {
  display: block;
}
.offcanvas_menu_wrapper .header_social {
  display: flex !important;
}
.offcanvas_menu_wrapper .language_currency {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.offcanvas_main_menu li span.menu-expand:hover {
  color: #00aed6;
}
.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #ededed;
}
.offcanvas_main_menu li a:hover {
  color: #00aed6;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.canvas_close {
  position: absolute;
  top: 15px;
  right: 25px;
}
.canvas_close a {
  font-size: 30px;
  transition: 0.7s;
  display: inline-block;
  transform: scale(1) rotate(0deg);
}
.canvas_close a:hover {
  color: #ffb83c;
  transform: scale(1.3) rotate(180deg);
}
.canvas_close a:hover {
  color: #00aed6;
}
.canvas_open {
  display: none;
  margin-left: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    display: block;
  }
}
.canvas_open a {
  font-size: 38px;
  display: block;
  line-height: 16px;
  color: #ffffff;
}
.canvas_open a:hover {
  color: #00aed6;
}
.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  animation-name: fadeInDown;
  animation-duration: 900ms;
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  transition: 0.4s;
}
.sticky-header.sticky.blog-page {
  background: rgba(255, 255, 255, 0.9);
}
.sticky-header.sticky.blog-page:hover {
  background: white;
}
.sticky-header.sticky:hover {
  background: black;
}
.sticky-header.sticky .main_header {
  padding: 25px 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sticky-header.sticky .main_header {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sticky-header.sticky .main_header {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky .main_header {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky .main_header {
    padding: 20px 0;
  }
}
/*header css heer*/
.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .header_logo img {
    max-width: 100px;
  }
}
.main_header {
  padding: 36px 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .main_header {
    padding: 38px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_header {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_header {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main_header {
    padding: 20px 0;
  }
}
.main_menu nav > ul > li {
  margin-right: 48px;
  position: relative;
  line-height: 50px;
}
.main_menu nav > ul > li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li {
    margin-right: 33px;
  }
}
.main_menu nav > ul > li:hover ul.sub_menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main_menu nav > ul > li:hover > a::before {
  width: 100%;
}
.main_menu nav > ul > li > a {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
}
.main_menu nav > ul > li > a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.main_menu nav > ul > li > a.active::before {
  width: 100%;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 190px;
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  right: auto;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  z-index: 99;
  top: 120%;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #00aed6;
}
.navik-menu .header_account {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header_account > ul > li {
  margin-right: 15px;
  position: relative;
}
.header_account > ul > li > a {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  color: #d5cfbd !important;
}
.header_account > ul > li a:hover {
  background-color: transparent;
}
.header_account > ul > li:last-child {
  margin-right: 0;
}
.navik-menu .header_account li, .header_account li a {
  font-family: 'Eurostile' !important;
  font-weight: bold !important;
  font-size: 13px !important;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px !important;
}
.navik-menu .header_account li a:hover {
  color: #ef3e33 !important;
}

ul.top1 li.albashare a:hover{color:#d5cfbd !important; cursor: default;}


.navik-menu .header_account ul {
  justify-content: flex-end;
  margin-top: 35px;
}
.navik-header.sticky .navik-menu .header_account li, .navik-header.sticky .header_account li a {
  color: #797978 !important;
}
.navik-header.sticky .navik-menu .header_account li:hover, .navik-header.sticky .header_account li a:hover {
  color: #ef3e33 !important;
}
.navik-header.sticky .navik-menu .header_account ul.top1 {
  display: none !important;
}
.header_search {
  padding-right: 5px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.navik-menu .header_search a {
  font-size: 1.125rem !important;
  color: #fff;
}
.navik-menu .header_search a:hover, .navik-header.sticky .navik-menu .header_search a:hover {
  color: #ef3e33 !important;
}
.navik-header.sticky .navik-menu .header_search {
  bottom: inherit;
  top: 95px;
}
.navik-header.sticky .navik-menu .header_search a {
  color: #004fa3 !important;
}
.navik-header .navik-menu .searchicon {
  width: auto;
  display: block;
  float: right;
}
.header_account .red-menu a {
  color: #ef3e33 !important;
}
.header_account .red-menu a:hover {
  color: #fff !important;
}
.header_account .albashare {
  margin-top: -2px;
}


span.value.down {
  color: #ef3e33;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}
span.value.up {
  color: #1db972;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  font-weight: 600;
}
.header_account ul.top2 > li:after, .header_account li.albashare:after {
  content: "\007C";
  color: rgba(255, 255, 255, 0.2);
  position: relative;
  font-weight: 100;
  margin-top: -5px;
  margin-left: 15px;
}
.header_account ul.top2 > li:last-child:after {
  content: "";
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .header_account {
    top: 2px !important;
    right: 110px !important;
  }
  .header_account ul li a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header_account ul li.icon-link a {
    font-size: 18px;
  }
  .header_account ul.top2, .header_account li.albashare {
    display: none !important;
  }
  .header_account > ul > li > a {
    color: #797978 !important;
  }
  .header_account > ul > li {
    margin-right: 10px;
  }
  .header_account > ul.top1:after {
    content: "\007C";
    color: #ddd;
    position: relative;
    margin-top: -5px;
    margin-left: 15px;
  }
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account > ul > li {
    margin-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li {
    margin-right: 18px;
  }
}*/
@media only screen and (max-width: 767px) {
  .header_account > ul > li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header_account {
    top: -15px !important;
    right: 0px !important;
  }
  .header_account > ul > li {
    margin-right: 6px;
  }
  .header_account > ul.top1:after {
    display: none;
  }
  .burger-menu {
    top: 55px;
  }
  .navik-menu .header_search {
    top: 55px;
  }
}
/*.navik-header.header-transparent .header_account > ul > li.d-xl-block > a {
	color: #888;
}
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a {
	color: #c5cada;
}
.navik-header.header-transparent .header_account > ul > li.d-xl-block > a:hover, .navik-header.header-transparent.header-transparent-on .header_account > ul > li.d-xl-block > a:hover {
	color: #00aed6;
}

.header_account > ul > li > a:hover {
  color: #00aed6;
}
.header_account > ul > li.icon-link a {
	color: #00aed6;
}
.header_account > ul > li.icon-link a:hover {
	color: #fff;
}
.navik-header.header-transparent .header_account > ul > li.icon-link a:hover {color: #171c8f; }
.navik-header.header-transparent.header-transparent-on .header_account > ul > li.icon-link a:hover { color: #fff; }*/
.mega-menu-thumbnail {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mega-menu-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 79, 163, 0.4);
  z-index: 2;
}
.mega-menu-thumbnail h4 {
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
  width: 100%;
  padding: 15px 30px 0;
  color: #fff;
  letter-spacing: 1px;
}
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_account > ul > li > a {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li > a {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account > ul > li > a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header_account > ul > li > a {
    font-size: 17px;
  }
}*/
.header_account > ul > li span.item_count {
  font-size: 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #00aed6;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 19px;
  position: absolute;
  right: -8px;
  bottom: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account > ul > li span.item_count {
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header_account > ul > li span.item_count {
    font-size: 10px;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
}
.page_search_box {
  position: fixed;
  width: 100%;
  height: 0;
  background: rgba(0, 79, 163, 0.98);
  z-index: 9999999;
  left: 0;
  top: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.page_search_box.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.page_search_box .searchinput {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page_search_box .searchinput {
    width: 90%;
  }
}
.page_search_box .searchinput input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
}
.page_search_box .searchinput input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
}
.page_search_box .searchinput input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
}
.page_search_box .searchinput input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
}
.page_search_box .searchinput input {
  width: 100%;
  background: none;
  height: 50px;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  padding: 0 35px 0 0px;
}
@media only screen and (max-width: 767px) {
  .page_search_box .searchinput input {
    width: 90%;
    font-size: 16px;
  }
}
.page_search_box .searchinput button {
  position: absolute;
  bottom: 11px;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.page_search_box .searchinput button:hover {
  color: #ef3e33;
}
@media only screen and (max-width: 767px) {
  .page_search_box .searchinput button {
    font-size: 18px;
  }
}
.page_search_box .searchinput p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.search_close {
  position: absolute;
  top: 50px;
  right: 100px;
  padding: 5px;
  font-size: 24px;
  cursor: pointer;
}
.search_close:hover span {
  color: #ef3e33;
}
@media only screen and (max-width: 767px) {
  .search_close {
    top: 22px;
    right: 30px;
  }
}
.search_close span {
  font-size: 24px;
  cursor: pointer;
  transform: scale(1) rotate(0deg);
  display: inline-block;
  transition: 0.5s;
  color: rgba(255, 255, 255, 0.5);
}
.search_close span:hover {
  color: #ef3e33;
  transform: scale(1.1) rotate(180deg);
}
.menu_stye2 nav > ul > li > a {
  color: #000000;
}
.menu_stye2 nav > ul > li > a::before {
  background: #000000;
}
.header_account2 > ul > li > a {
  color: #000000;
}
.header_account2 > ul > li > a:hover {
  color: #00aed6;
}
.canvas_style2 a {
  color: #000000;
}
.bottom-line-shape {
  position: relative;
}
.bottom-line-shape::after {
  position: absolute;
  top: auto;
  bottom: -36px;
  left: 0;
  right: 0;
  width: auto;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.251);
  margin-right: 1rem;
  margin-left: 1rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bottom-line-shape::after {
    bottom: -38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bottom-line-shape::after {
    bottom: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-line-shape::after {
    bottom: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-line-shape::after {
    bottom: -20px;
  }
}
.sticky .bottom-line-shape::after {
  background: transparent;
}
/* 06. footer css here */
.footer_widgets {
  position: relative;
  padding: 80px 0 30px;
  background: #454444;
  color: #fff;
}
footer h4 {
  font-weight: 400;
  color: #fff;
  padding-bottom: 1rem;
}
/*footer h4:after {
	content:"";
	background-color: rgba(255,255,255,0.2);
	display: inline-block;
	width:100%;
	height: 1px;
}*/
footer p {
  font-size: 1rem;
}
footer p.address {
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
  line-height: 1.9;
  font-weight: 500;
  color: #fff;
}
footer p.address:before {
  content: "\e911";
  position: relative;
  font-family: 'st-icons';
  font-size: 70px;
  font-weight: 300;
  line-height: 1.1;
  color: #d5cfbd;
  margin-right: 20px;
}
footer .address-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
}
footer .address-links li:first-child{display: none;}
footer .address-links li {
  padding-bottom: 0.625rem;
  color: #fff;
}
footer .address-links li span {
  color: #d5cfbd;
  padding-right: 10px;
}
footer .address-links li a:hover {
  color: #ef3e33;
}
footer .address-links li.email-link a {
  color: #fff;
}
footer .address-links li.email-link a:hover {
  color: #ef3e33;
}
.form_input_list {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .form_input_list {
    margin-bottom: 32px;
    width: 44%;
    margin-right: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .form_input_list {
    width: 100%;
    margin-right: 0;
  }
}
.form_input_list input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
.form_input_list input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.form_input_list input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
.form_input_list input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.form_input_list input {
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 5px;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  background: inherit;
  width: 305px;
}
.form_input_list input:focus {
  border-color: #000;
  color: #000;
}
.form_input_list input:focus::-webkit-input-placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .form_input_list input {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .form_input_list input {
    width: 100%;
  }
}
.footer_form {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 50px 50px 65px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .footer_form {
    padding: 28px 30px 38px;
  }
}
.footer_form textarea {
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  background: inherit;
  height: 160px;
  resize: none;
  padding-bottom: 3px;
}
.footer_form textarea:focus {
  border-color: #000;
  color: #000;
}
.footer_form textarea:focus::-webkit-input-placeholder {
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_form textarea {
    height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_form textarea {
    height: 100px;
  }
}
.contact-form .btn.btn-link {
  font-size: 14px;
  line-height: 51px;
  height: 50px;
  padding: 0 35px;
  margin-top: 22px;
}
.main_footer {
  padding: 138px 0 136px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_footer {
    padding: 108px 0 106px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_footer {
    padding: 88px 0 86px;
  }
}
@media only screen and (max-width: 767px) {
  .main_footer {
    flex-wrap: wrap;
    padding: 68px 0 66px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widget_list {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
    footer .address-links li:first-child{display: block;}
    footer .address-links li:nth-of-type(2){display: none;}
  .footer_widget_list {
    width: 100%;
  }
}
.footer_menu ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #999fb9;
}
.footer_menu ul li a:hover {
  color: #00aed6;
}
.mc-news {
  position: absolute;
  left: -5000px;
}
.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 30px 0 32px;
    flex-direction: column-reverse;
  }
}
.footer_logo {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  text-align: left;
  width: 100%;
}
.footer_logo img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .footer_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .copyright_right {
    text-align: center;
  }
}
.copyright_right p {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #ababab;
}
.copyright_right p i {
  color: #f53400;
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .copyright_right p {
    font-size: 13px;
    line-height: 22px;
  }
}
.copyright_right p a {
  white-space: nowrap;
}
.copyright_right p span {
  padding-left: 5px;
}
.copyright_right p span a:not(:last-child):after {
  content: "\007C";
  padding: 0 8px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
}
.copyright_right p a:hover {
  color: #00aed6;
}
.copyright_right p a.boxon img {
  height: 16px;
  width: auto;
  vertical-align: baseline;
}
.footer_bottom .social-title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.footer_social ul li {
  margin-right: 30px;
}
.footer_social ul li:last-child {
  margin-right: 0;
}
.footer_social ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.footer_social ul li a:hover {
  color: #ef3e33;
}
@media only screen and (max-width: 575px) {
  .footer_bottom_left {
    flex-direction: column;
    align-items: center !important;
  }
  .copyright_right p span {
    padding-left: 0;
    display: block;
  }
}
.hero_content h1 {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
}
.hero_content p.banner-desc {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  color: #d5cfbd;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
  .hero_content h1 {
    font-size: 54px;
  }
  .hero_content p.banner-desc {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero_content h1 {
    font-size: 48px;
  }
  .hero_content p.banner-desc {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .hero_content h1 {
    font-size: 42px;
  }
  .hero_content p.banner-desc {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_content h1 {
    font-size: 38px;
  }
  .hero_content p.banner-desc {
    font-size: 20px;
  }
  .hero_content p.banner-desc br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .hero_content h1 {
    font-size: 28px;
  }
  .hero_content p.banner-desc {
    font-size: 18px;
  }
}
/*@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
}
@media only screen and (max-width: 767px) {
  
}
@media only screen and (max-width: 575px) {
 
}*/
.hero_banner_inner {
  /* margin-top: 50px;*/
  position: relative;
  z-index: 5;
}
/*@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero_banner_inner {
    margin-top: 126px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_inner {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_inner {
    margin-top: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner_inner {
    margin-top: 78px;
  }
}*/
/*template manner css*/
@media (min-width: 1600px) {
  .feature-area .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .feature-area .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-area .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-area .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (max-width: 575px) {
  .feature-area .row-cols-md-3 > * {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .feature-area .row-cols-md-3 > * {
    width: 100%;
  }
}
.manner_text_list h3 {
  font-size: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  margin-bottom: 24px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .manner_text_list h3 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .manner_text_list h3 {
    font-size: 23px;
    line-height: 27px;
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .manner_text_list h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    margin-bottom: 16px;
  }
}
.manner_text_list p {
  font-size: 14px;
  line-height: 30px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .manner_text_list p {
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .manner_text_list p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .manner_text_list p {
    font-size: 14px;
    line-height: 29px;
  }
}
/*pricing table css here*/
.business_section {
  padding: 140px 0 145px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .business_section {
    padding: 110px 0 115px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .business_section {
    padding: 90px 0 95px;
  }
}
@media only screen and (max-width: 767px) {
  .business_section {
    padding: 70px 0 75px;
  }
}
.business_section_inner {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_table {
    margin-bottom: 60px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_table {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.pricing_box {
  flex-direction: column;
  margin-right: 30px;
  padding: 35px 35px 50px;
  background: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}
.pricing_box:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_box {
    padding: 30px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box {
    margin-right: 26px;
    padding: 25px 17px 30px;
    border-radius: 5px;
    width: 48%;
    margin-bottom: 30px;
  }
  .pricing_box:nth-child(2) {
    margin-right: 0;
  }
  .pricing_box:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_box {
    margin-right: 28px;
    padding: 25px 20px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .pricing_box:nth-child(2) {
    margin-right: 0;
  }
  .pricing_box:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .pricing_box {
    margin-right: 0;
    width: 100%;
  }
}
.pricing_box:hover {
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.75);
}
.pricing_box_header {
  border-bottom: 1px dashed #999;
  padding-bottom: 28px;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_box_header {
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_header {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_box_header {
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
}
.pricing_box_header > span {
  font-size: 14px;
  line-height: 20px;
  color: #00aed6;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_header > span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_box_header > span {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.pricing_box_header h3 {
  font-size: 40px;
  line-height: 50px;
  color: #669900;
  margin-bottom: 8px;
}
.pricing_box_header h3 span {
  font-size: 20px;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_box_header h3 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_header h3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_box_header h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 6px;
  }
}
.pricing_box_header p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_header p {
    font-size: 14px;
    line-height: 22px;
  }
}
.pricing_box_menu {
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_box_menu {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_menu {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing_box_menu {
    margin-bottom: 20px;
  }
}
.pricing_box_menu ul li {
  font-size: 14px;
  line-height: 36px;
}
.pricing_box_menu ul li i {
  font-size: 15px;
  color: #669900;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_box_menu ul li {
    line-height: 32px;
  }
}
.pricing_box_bottom {
  flex-direction: column;
  flex-grow: 1;
}
.pricing_btn .btn.btn-link {
  border: 1px solid #00aed6;
  background: #fff;
  color: #00aed6;
  font-size: 14px;
  line-height: 48px;
  height: 50px;
  padding: 0 45px;
}
.pricing_btn .btn.btn-link:hover {
  color: #ffffff;
}
.pricing_btn .btn.btn-link::before {
  background: #00aed6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing_btn .btn.btn-link {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing_btn .btn.btn-link {
    font-size: 13px;
    line-height: 38px;
    height: 40px;
    padding: 0 14px;
  }
}
/*counterup css here*/
@media only screen and (max-width: 767px) {
  .counterup_aera {
    flex-wrap: wrap;
  }
}
.counterup_text {
  text-align: center;
  /*width: 25%;*/
  width: 100%;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counterup_text {
    padding-right: 13px;
    margin-right: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .counterup_text {
    /*width: 50%;*/
    padding-right: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .counterup_text {
    /*width: 50%;*/
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.counterup_text:last-child {
  margin-right: 0;
  padding-right: 0;
}
.counterup_text:last-child::before {
  display: none;
}
.counterup_text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 66px;
  background: rgba(154, 160, 164, 0.7);
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (max-width: 767px) {
  .counterup_text::before {
    display: none;
  }
}
.counterup_text h3 {
  color: #ffffff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counterup_text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .counterup_text h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.creative_section {
  padding: 103px 0 165px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .creative_section {
    padding: 77px 0 74px;
  }
}
@media only screen and (max-width: 767px) {
  .creative_section {
    padding: 58px 0 13px;
  }
}
.creative_section .manner_text_list h3 {
  color: #00aed6;
}
.creative_section .manner_text_list p {
  color: #666666;
}
.creative_section .template_manner_text {
  padding-bottom: 0;
}
.team_bg_section {
  background: #f8f4f0;
  padding: 135px 0 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team_bg_section {
    padding: 72px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team_bg_section {
    padding: 50px 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner2 {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner2 {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner2 {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_banner2 {
    height: 420px;
  }
}
.footer_about {
  padding-top: 0;
}
.footer_about::before {
  display: none;
}
.portfolio_section {
  padding: 139px 0 141px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio_section {
    padding: 109px 0 111px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_section {
    padding: 89px 0 91px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_section {
    padding: 71px 0 71px;
  }
}
.hero_banner3 {
  height: 700px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero_banner3 {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner3 {
    height: 530px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner3 {
    height: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner3 {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_banner3 {
    height: 355px;
  }
}
.breadcrumb_content.breadcrumb_portfolio ul li {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content.breadcrumb_portfolio ul li {
    font-size: 16px;
  }
}
.breadcrumb_content.breadcrumb_portfolio ul li a {
  color: #cccccc;
}
.portfolio_messonry_button {
  margin-bottom: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio_messonry_button {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_messonry_button {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_messonry_button {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.portfolio_messonry_button button {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  text-transform: capitalize;
  margin-right: 46px;
  padding: 0;
  background: inherit;
  border: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .portfolio_messonry_button button {
    font-size: 15px;
    margin-right: 27px;
    line-height: 30px;
  }
}
.portfolio_messonry_button button:last-child {
  margin-right: 0;
}
.portfolio_messonry_button button.active {
  color: #00aed6;
}
.portfolio_messonry_button button.active::before {
  width: 100%;
}
.portfolio_messonry_button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #00aed6;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.portfolio_thumb {
  position: relative;
  overflow: hidden;
}
.portfolio_thumb a {
  display: block;
}
.portfolio_thumb:hover::before {
  opacity: 0.7;
}
.portfolio_thumb:hover .portfolio_text {
  opacity: 1;
  top: 50%;
}
.portfolio_thumb:hover img {
  transform: scale(1.1) translateZ(0);
}
.portfolio_thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #00aed6;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  pointer-events: none;
  z-index: 9;
}
.portfolio_text {
  position: absolute;
  top: 40%;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 9;
}
.portfolio_text h3 {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_text h3 {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio_text h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio_text h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.portfolio_text span {
  font-size: 14px;
  line-height: 26px;
  color: #cccccc;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .portfolio_text span {
    font-size: 13px;
    line-height: 20px;
  }
}
.loding_bar {
  margin-top: 71px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .loding_bar {
    margin-top: 51px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .loding_bar {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 767px) {
  .loding_bar {
    margin-top: 41px;
  }
}
.loding_bar i {
  display: block;
  font-size: 24px;
  line-height: 26px;
  color: #999999;
}
.loding_bar a {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .loding_bar a {
    font-size: 13px;
  }
}
.hero_banner4 {
  height: 800px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero_banner4 {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner4 {
    height: 570px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner4 {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner4 {
    height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .hero_banner4 {
    height: 260px;
  }
}
/*services css here*/
.service_section {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-123 {
    margin-bottom: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-123 {
    margin-bottom: 51px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service_section.mb-222 {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service_section.mb-222 {
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 767px) {
  .service_section.mb-222 {
    margin-bottom: 51px;
  }
}
.single_services {
  margin-bottom: 54px;
}
.single_services:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_services {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_services {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .single_services {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_position_img {
    text-align: center;
    width: 59%;
  }
}
@media only screen and (max-width: 767px) {
  .services_position_img {
    margin: 50px 0 45px 0;
  }
}
.services_text h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 9px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text h4 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text h4 {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 6px;
  }
}
.services_text p {
  font-size: 14px;
  line-height: 26px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services_text p {
    line-height: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text p {
    font-size: 13px;
    line-height: 23px;
  }
}
.services_icon {
  width: 70px;
  height: 70px;
  background: #fbf6f0;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon {
    width: 60px;
    height: 60px;
  }
}
.services_icon i {
  font-size: 30px;
  color: #00aed6;
  line-height: 70px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_icon i {
    font-size: 25px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .services_icon i {
    font-size: 25px;
    line-height: 60px;
  }
}
.services_text {
  width: calc(100% - 70px);
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_text {
    width: calc(100% - 55px);
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .services_text {
    width: calc(100% - 60px);
  }
}
.service-page .services_text {
  width: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .services_text p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
  }
}
.service-page .services_icon {
  margin-bottom: 20px;
}
@media (min-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .service-page .row-cols-md-3 > * {
    width: 27.333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-page .row-cols-md-3 > * {
    width: 30.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
    display: block !important;
  }
}
@media only screen and (max-width: 479px) {
  .service-page .row-cols-md-3 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-page .single_services {
    margin-bottom: 40px;
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .service-page .single_services {
    width: 100%;
  }
}
.hero-overlay {
  position: relative;
  z-index: 1;
}
.hero-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  left: 0;
  top: 0;
  z-index: -1;
}
/*Banner Css Here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_section.mb-109 {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_section.mb-109 {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .banner_section.mb-109 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .single_banner.mr-30 {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single_banner.mr-30 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single_banner img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner_container.d-flex {
    flex-direction: column;
  }
}
.banner_text {
  top: 66px;
  left: 65px;
  right: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text {
    top: 45px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text {
    top: 25px;
    left: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text {
    top: 20px;
    left: 15px;
    right: 10px;
  }
}
.banner_text h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 17px;
}
.banner_text h3 span {
  font-weight: 600;
  color: #ff2f2f;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
  }
}
.banner_text p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .banner_text p {
    font-size: 13px;
    line-height: 19px;
  }
}
.banner_text a.btn-primary {
  margin-top: 198px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text a.btn-primary {
    margin-top: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text a.btn-primary {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text a.btn-primary {
    margin-top: 30px;
  }
}
.banner_text a.btn-primary:hover {
  color: #000000;
}
.banner_text a.btn-primary::before {
  background: #fff;
}
.banner_style2 {
  padding: 0 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_style2 {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_style2 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style2 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style2 {
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .banner_style2 .single_banner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style2 .single_banner img {
    height: 270px;
    object-fit: cover;
  }
}
.banner_style2 .banner_text {
  bottom: 66px;
  top: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_style2 .banner_text {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_style2 .banner_text {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style2 .banner_text {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style2 .banner_text {
    bottom: 30px;
  }
}
.banner_style2 .banner_text h3 {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_style2 .banner_text h3 {
    font-size: 32px;
    margin-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style2 .banner_text h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style2 .banner_text h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style2 .banner_text p {
    font-size: 13px;
  }
}
.banner_style2 .banner_text a.btn-primary {
  margin-top: 47px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_style2 .banner_text a.btn-primary {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_style2 .banner_text a.btn-primary {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_style2 .banner_text a.btn-primary {
    margin-top: 10px;
  }
}
.banner_tag {
  position: absolute;
  top: 60px;
  left: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_tag {
    top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_tag {
    top: 25px;
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_tag {
    top: 18px;
    left: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_tag {
    top: 25px;
    left: 15px;
  }
}
.banner_tag span {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .banner_tag span {
    font-size: 13px;
    line-height: 20px;
  }
}
/* 03. product section css here */
.tab-content > .tab-pane.active {
  display: block;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.works_slide_header .section_title {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .works_slide_header .section_title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works_slide_header .section_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .works_slide_header .section_title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .tab__button.d-flex {
    justify-content: space-between;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .tab__button.d-flex {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .tab__button ul {
    justify-content: center;
  }
}
.tab__button ul li {
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  .tab__button ul li {
    margin-right: 20px;
  }
}
.tab__button ul li:last-child {
  margin-right: 0;
}
.tab__button ul li a {
  font-size: 18px;
  line-height: 18px;
  color: #999999;
  display: inline-block;
}
.tab__button ul li a:hover {
  color: #00aed6;
}
.tab__button ul li a.active {
  color: #00aed6;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .tab__button ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .tab__button ul li a {
    font-size: 15px;
    line-height: 28px;
  }
}
.works_slide_wrapper {
  position: relative;
  padding: 80px 0px 80px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .works_slide_wrapper {
    padding: 54px 0px 70px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works_slide_wrapper {
    padding: 44px 0px 60px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .works_slide_wrapper {
    padding: 44px 0px 50px 0px;
  }
}
.works_slide_wrapper.swiper-container-horizontal .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 50;
  height: 5px;
  width: 1170px;
  margin-left: -585px;
  background: #e6e6e6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .works_slide_wrapper.swiper-container-horizontal .swiper-scrollbar {
    width: 922px;
    margin-left: -461px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .works_slide_wrapper.swiper-container-horizontal .swiper-scrollbar {
    width: 700px;
    margin-left: -350px;
  }
}
@media only screen and (max-width: 767px) {
  .works_slide_wrapper.swiper-container-horizontal .swiper-scrollbar {
    width: 350px;
    margin-left: -175px;
  }
}
.works_slide_wrapper.swiper-container-horizontal .swiper-scrollbar-drag {
  background: #00aed6;
  border-radius: 0px;
}
.work_slick_text {
  text-align: center;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  transition: 0.4s;
}
.work_slick_text .title {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work_slick_text .title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work_slick_text .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .work_slick_text .title {
    font-size: 20px;
  }
}
.work_slick_text .title .title-link {
  color: #000000;
}
.work_slick_text .title .title-link:hover {
  color: #00aed6;
}
.works_slick_list {
  position: relative;
  overflow: hidden;
}
.works_slick_list:hover .work_slick_text {
  bottom: 0;
}
.view_all_works {
  margin-top: 141px;
  margin-bottom: 148px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .view_all_works {
    margin-top: 111px;
    margin-bottom: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .view_all_works {
    margin-top: 91px;
    margin-bottom: 98px;
  }
}
@media only screen and (max-width: 767px) {
  .view_all_works {
    margin-top: 71px;
    margin-bottom: 67px;
  }
}
.view_all_works a {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  color: #00aed6;
  word-spacing: 2px;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 21px;
}
.view_all_works a::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 70px;
  background: #00aed6;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 767px) {
  .view_all_works a {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2px;
    padding-bottom: 13px;
  }
}
/*blog css here*/
.blog_section {
  background: #f8f4f0;
  padding: 137px 0 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_section {
    padding: 107px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_section {
    padding: 87px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_section {
    padding: 67px 0 80px;
  }
}
.blog_meta {
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .blog_meta {
    margin-bottom: 4px;
  }
}
.blog_meta span {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.single_blog {
  transition: 0.3s;
}
.single_blog:hover {
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.blog_thumb {
  overflow: hidden;
}
.blog_thumb:hover img {
  transform: scale(1.05);
}
.blog_thumb img {
  width: 100%;
  transition: 0.3s;
}
.blog_content {
  padding: 18px 30px 28px;
  background: #ffffff;
}
@media only screen and (max-width: 767px) {
  .blog_content {
    padding: 17px 17px 23px;
  }
}
.blog_content > h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_content > h3 {
    font-size: 17px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_content > h3 {
    font-size: 16px;
    line-height: 27px;
  }
}
.blog_content > h3 a {
  color: #000000;
}
.blog_content > h3 a:hover {
  text-decoration: underline;
}
.blog_content > a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blog_content > a {
    margin-top: 14px;
  }
}
.blog_content > a:hover {
  color: #00aed6;
}
.blog_content > a i {
  font-size: 18px;
  margin-left: 4px;
  vertical-align: middle;
}
.blog_page_bg {
  padding: 110px 0 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_page_bg {
    padding: 110px 0 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_bg {
    padding: 76px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_page_bg {
    padding: 57px 0 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_blog.mb-96 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_blog.mb-96 {
    margin-bottom: 45px;
  }
}
.breadcrumbs_blog .breadcrumb_content ul li {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_blog .breadcrumb_content ul li {
    font-size: 16px;
  }
}
.breadcrumb_content h2 {
  font-size: 80px;
  line-height: 80px;
  color: #00aed6;
  font-weight: 700;
  margin-bottom: 26px;
}
.breadcrumb_content h2 span {
  color: #000000;
  font-weight: 100;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb_content h2 {
    font-size: 67px;
    line-height: 67px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb_content h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 21px;
  }
}
.breadcrumb_content ul li {
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb_content ul li {
    line-height: 20px;
  }
}
.breadcrumb_content ul li:last-child {
  margin-right: 0;
}
.breadcrumb_content ul li a {
  color: #666666;
  text-transform: capitalize;
}
.breadcrumb_content ul li a:hover {
  color: #00aed6;
}
.breadcrumb_content ul li span {
  color: #000000;
}
.blog_messonry_button {
  margin-bottom: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_messonry_button {
    margin-bottom: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_messonry_button {
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_messonry_button {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.blog_messonry_button button {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  text-transform: capitalize;
  margin-right: 46px;
  padding: 0;
  background: inherit;
  border: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blog_messonry_button button {
    font-size: 15px;
    margin-right: 27px;
    line-height: 30px;
  }
}
.blog_messonry_button button:last-child {
  margin-right: 0;
}
.blog_messonry_button button.active {
  color: #00aed6;
}
.blog_messonry_button button.active::before {
  width: 100%;
}
.blog_messonry_button button::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #00aed6;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.blog_page_gallery {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_page_gallery {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_gallery {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog_page_gallery {
    margin-bottom: 0;
  }
}
.blog_page_gallery .single_blog {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .blog_page_gallery .single_blog {
    margin-bottom: 30px;
  }
}
/*.pagination_style ul li {
  margin-right: 24px;
}
.pagination_style ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .pagination_style ul li {
    margin-right: 18px;
  }
}
.pagination_style ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #000000;
}
.pagination_style ul li a:hover {
  color: #00aed6;
}
.pagination_style ul li a:hover i {
  color: #cccccc;
}
@media only screen and (max-width: 767px) {
  .pagination_style ul li a {
    font-size: 15px;
  }
}
.pagination_style ul li a i {
  font-size: 26px;
  vertical-align: middle;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .pagination_style ul li a i {
    font-size: 20px;
  }
}*/
/* 12. blog details css here */
.blog_details_bg {
  padding: 143px 0 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_details_bg {
    padding: 113px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details_bg {
    padding: 93px 0 100px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details_bg {
    padding: 73px 0 80px;
  }
}
.breadcrumbs_area.bread_blog_details.mb-96 {
  margin-bottom: 96px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs_area.bread_blog_details.mb-96 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs_area.bread_blog_details.mb-96 {
    margin-bottom: 50px;
  }
}
.bread_blog_details .breadcrumb_content h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bread_blog_details .breadcrumb_content h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bread_blog_details .breadcrumb_content h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .bread_blog_details .breadcrumb_content h2 {
    font-size: 30px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .bread_blog_details .breadcrumb_content h2 {
    font-size: 25px;
    line-height: 21px;
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bread_blog_details.mb-96 {
    margin-bottom: 74px;
  }
}
@media only screen and (max-width: 767px) {
  .bread_blog_details.mb-96 {
    margin-bottom: 54px;
  }
}
.post_header {
  padding-bottom: 30px;
  margin-bottom: 57px;
}
@media only screen and (max-width: 767px) {
  .post_header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .post_header {
    padding-bottom: 54px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_meta_post {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .meta_post_text {
    text-align: center;
  }
}
.meta_post_text h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meta_post_text h3 {
    font-size: 16px;
    line-height: 22px;
  }
}
.meta_post_text span {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .meta_post_text span {
    font-size: 13px;
  }
}
.meta_post_img {
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .meta_post_img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details_meta {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_meta {
    flex-direction: column;
    margin-top: 20px;
  }
}
.blog_details_meta .meta_post_text {
  margin-right: 65px;
}
.blog_details_meta .meta_post_text:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_details_meta .meta_post_text {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_details_meta .meta_post_text {
    margin-right: 42px;
  }
}
@media only screen and (max-width: 575px) {
  .blog_details_meta .meta_post_text {
    margin-right: 0;
    margin-top: 20px;
  }
  .blog_details_meta .meta_post_text:first-child {
    margin-top: 0;
  }
}
.blog_details_desc {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .blog_details_desc {
    margin-bottom: 52px;
  }
}
.blog_details_desc h4 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin: auto;
  margin-bottom: 40px;
  font-style: italic;
  max-width: 700px;
}
.blog_details_desc p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 24px;
}
.post__social.blog__post__social {
  margin: 0 0 90px;
  padding-bottom: 88px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post__social.blog__post__social {
    margin: 0 0 74px;
    padding-bottom: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .post__social.blog__post__social {
    margin: 0 0 57px;
    padding-bottom: 53px;
  }
}
.blog_container-2 {
  padding: 50px 0px;
  margin: 0 -15px;
}
.blog_container-2 .swiper-slide {
  padding: 0 15px;
}
.related_posts {
  padding-bottom: 40px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .related_posts {
    padding-bottom: 20px;
    margin-bottom: 58px;
  }
}
.related_posts .section_title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #00aed6;
}
.related_posts .section_title h2 span {
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .related_posts .section_title h2 {
    font-size: 28px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .related_posts .section_title h2 {
    font-size: 25px;
  }
}
.comments_box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .comments_box {
    margin-bottom: 30px;
  }
}
.comments_box .section_title {
  margin-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .comments_box .section_title {
    margin-bottom: 30px;
  }
}
.comments_box .section_title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #00aed6;
}
.comments_box .section_title h2 span {
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .comments_box .section_title h2 {
    font-size: 28px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .comments_box .section_title h2 {
    font-size: 25px;
  }
}
.comment_list {
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .comment_list {
    flex-direction: column;
  }
}
.comment_list:last-child {
  margin-bottom: 0;
}
.comment_list .comment_thumb {
  width: 70px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_thumb {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment_list .comment_thumb {
    margin: 0 auto 20px;
  }
}
.comment_list .comment_meta {
  margin-bottom: 11px;
}
@media only screen and (max-width: 575px) {
  .comment_list .comment_meta {
    flex-direction: column;
  }
}
.comment_list .comment_content {
  width: calc(100% - 70px);
  background: #fff;
  padding: 20px 25px 27px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .comment_list .comment_content {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 20px 17px 24px;
    text-align: center;
  }
}
.comment_list .comment_content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 16px solid #fff;
  border-bottom: 7px solid transparent;
  left: -16px;
  top: 15px;
}
@media only screen and (max-width: 575px) {
  .comment_list .comment_content::before {
    display: none;
  }
}
.comment_list .comment_content h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .comment_list .comment_content h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment_list .comment_content h5 {
    margin-bottom: 8px;
  }
}
.comment_list .comment_content h5 span {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
}
.comment_list .comment_content p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.comments_form_inner {
  background: #fff;
  padding: 43px 50px 70px;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  .comments_form_inner {
    padding: 25px 25px 33px;
  }
}
.comments_form_inner .btn.btn-link {
  font-size: 14px;
  line-height: 51px;
  height: 50px;
  padding: 0 35px;
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .comments_form_inner .btn.btn-link {
    margin-top: 30px;
  }
}
.comments_form .section_title {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .comments_form .section_title {
    margin-bottom: 30px;
  }
}
.comments_form .section_title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #00aed6;
}
.comments_form .section_title h2 span {
  font-weight: 400;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .comments_form .section_title h2 {
    font-size: 28px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .comments_form .section_title h2 {
    font-size: 25px;
  }
}
.comments_form form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.comments_form form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.comments_form form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.comments_form form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.comments_form form textarea {
  color: #999999;
  width: 100%;
  height: 190px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.comments_form form textarea:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.comments_form form textarea:focus::-webkit-input-placeholder {
  color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form form textarea {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .comments_form form textarea {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form_input {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .comments_form_input {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comments_form_input .form_input_list {
    width: 33.33%;
    margin-right: 30px;
  }
  .comments_form_input .form_input_list:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form_input .form_input_list {
    width: 100%;
  }
}
.comments_form_input .form_input_list input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.comments_form_input .form_input_list input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.comments_form_input .form_input_list input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.comments_form_input .form_input_list input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.comments_form_input .form_input_list input {
  color: #999999;
  width: 300px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 8px;
}
.comments_form_input .form_input_list input:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.comments_form_input .form_input_list input:focus::-webkit-input-placeholder {
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comments_form_input .form_input_list input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comments_form_input .form_input_list input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .comments_form_input .form_input_list input {
    width: 100%;
  }
}
/*blog details css end*/
/*testimonial css here*/
.testimonial_section {
  position: relative;
  margin-bottom: 135px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_section {
    margin-bottom: 105px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_section {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_section {
    margin-bottom: 48px;
  }
}
.testimonial_inner {
  position: relative;
  z-index: 9;
}
.testimonial_position_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.testimonial_slick {
  padding-bottom: 87px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial_slick {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_slick {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_slick {
    padding-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_slick {
    padding-bottom: 48px;
    margin-bottom: 0px;
  }
}
.testimonial_content h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_content h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_content h3 {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_content h3 {
    margin-bottom: 16px;
  }
}
.testimonial_content > p {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0;
}
.testimonial_footer {
  margin-top: 47px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_footer {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial_footer {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial_footer {
    margin-top: 25px;
  }
}
.testimonial_footer p {
  font-size: 13px;
  line-height: 24px;
  color: #999999;
  font-style: italic;
}
.testimonial_footer p a {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  font-style: normal;
}
.testimonial_footer p a:hover {
  color: #00aed6;
}
.testimonial_slick .swiper-button-next:after, .testimonial_slick .swiper-button-prev:after {
  display: none;
}
.testimonial_slick .swiper-button-next, .testimonial_slick .swiper-button-prev {
  top: auto;
  bottom: 0;
  color: #999999;
  font-size: 24px;
  transition: 0.3s;
}
.testimonial_slick .swiper-button-next:hover, .testimonial_slick .swiper-button-prev:hover {
  color: #00aed6;
}
.testimonial_slick .swiper-button-next {
  right: auto;
  left: 50px;
}
.testimonial_slick .swiper-button-prev {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_section {
    margin-bottom: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_section {
    font-size: 40px;
    line-height: 54px;
  }
}
.brand_archo_section .section_title p {
  font-size: 18px;
  line-height: 22px;
  color: #00aed6;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_section .section_title p {
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_section .section_title p {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title.text-center.mb-96 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title.text-center.mb-96 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section_title.text-center.mb-96 {
    margin-bottom: 10px;
  }
}
.hero_banner_section.hero_banner5.mb-132 {
  margin-bottom: 146px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_banner_section.hero_banner5.mb-132 {
    margin-bottom: 116px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_banner_section.hero_banner5.mb-132 {
    margin-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  .hero_banner_section.hero_banner5.mb-132 {
    margin-bottom: 76px;
  }
}
.brand_archo_section.mb-135 {
  margin-bottom: 146px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand_archo_section.mb-135 {
    margin-bottom: 113px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_section.mb-135 {
    margin-bottom: 93px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_section.mb-135 {
    margin-bottom: 73px;
  }
}
.project_desc_list.mb-115 {
  margin-bottom: 146px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_desc_list.mb-115 {
    margin-bottom: 113px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_desc_list.mb-115 {
    margin-bottom: 93px;
  }
}
@media only screen and (max-width: 767px) {
  .project_desc_list.mb-115 {
    margin-bottom: 73px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_text {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .brand_archo_text:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_text {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .brand_archo_text {
    width: 100%;
    text-align: center;
  }
}
.brand_archo_text span {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_text span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_text span {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.brand_archo_text h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_text h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_text h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_section {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_section {
    margin-bottom: 56px;
  }
}
.brand_archo_container {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand_archo_container {
    flex-wrap: wrap;
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .brand_archo_container {
    flex-wrap: wrap;
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_desc_list.mb-115 {
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .project_desc_list.mb-115 {
    margin-bottom: 58px;
  }
}
@media only screen and (max-width: 575px) {
  .project_desc_list.mb-115 {
    margin-bottom: 39px;
  }
}
.project_desc_text {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_desc_text {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .project_desc_text {
    margin-bottom: 37px;
  }
}
.project_desc_text h3 {
  font-size: 42px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_desc_text h3 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_desc_text h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .project_desc_text h3 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.project_desc_text p {
  font-size: 18px;
  line-height: 36px;
  color: #666666;
  padding: 0 148px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_desc_text p {
    font-size: 16px;
    line-height: 32px;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .project_desc_text p {
    font-size: 15px;
    line-height: 29px;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .project_desc_popou {
    flex-direction: column;
  }
}
.popou_thumb_list {
  margin-right: 20px;
}
.popou_thumb_list:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .popou_thumb_list {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.project_desc_slick {
  position: relative;
}
.project_desc_slick .swiper-pagination {
  bottom: 60px;
}
.project_desc_slick .swiper-pagination-bullet {
  margin: 0 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #999999;
  width: 15px;
  height: 15px;
  opacity: 1;
  transition: 0.3s;
}
.project_desc_slick .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.project_desc_slick.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.post__social {
  margin: 85px 0 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post__social {
    margin: 40px 0 73px;
  }
}
@media only screen and (max-width: 767px) {
  .post__social {
    margin: 22px 0 55px;
  }
}
.post__social span {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: inline-block;
  margin-right: 28px;
  font-weight: 600;
}
.post__social ul li {
  margin-right: 20px;
}
.post__social ul li:last-child {
  margin-right: 0;
}
.post__social ul li a {
  font-size: 17px;
  color: #999999;
}
.post__social ul li a:hover {
  color: #00aed6;
}
.post_navigation {
  padding: 70px 0 143px;
  border-top: 1px solid #e7e7e7;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .post_navigation {
    padding: 72px 0 113px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .post_navigation {
    padding: 72px 0 93px;
  }
}
@media only screen and (max-width: 767px) {
  .post_navigation {
    padding: 52px 0 59px;
  }
}
@media only screen and (max-width: 575px) {
  .post_navigation ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .post_navigation ul li {
    text-align: center;
    margin-bottom: 20px;
  }
  .post_navigation ul li:last-child {
    margin-bottom: 0;
  }
}
.post_navigation ul li a {
  font-size: 24px;
  line-height: 35px;
  color: #999999;
}
.post_navigation ul li a i {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .post_navigation ul li a {
    font-size: 18px;
    line-height: 32px;
  }
}
.post_navigation ul li a:hover {
  color: #00aed6;
}
.post_navigation ul li span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .post_navigation ul li span {
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
  }
}
.post_navigation ul li.next {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .post_navigation ul li.next {
    text-align: center;
  }
}
.section {
  overflow: hidden;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-size: 100% 100%;*/
  background-color: black; /* in case the video doesn't fit the whole page*/
  /*background-image:  our video */ ;
  background-position: center center;
  background-size: cover;
  object-fit: cover; /*cover video background */
  z-index: 3;
}
/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */
#section0 .layer {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#section0 .layer:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
/*solves problem with overflowing video in Mac with Chrome */
#section0 {
  overflow: hidden;
}
/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}
.light-horizontal .header-transparent-on {
  background-color: rgba(0, 16, 99, 0.85);
}
/*Section DC*/
.benefits-wrapper {}
.benefits-wrapper .benefits-img {
  position: relative;
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  background-color: #00aed6;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.benefits-wrapper .benefits-img img {
  min-height: 320px;
  width: auto;
}
.benefits-wrapper:hover .benefits-img img {
  transform: scale(1.05);
  opacity: 0.8;
}
.impacts-wrapper:hover .impacts-carousel-wrapper {}
.impacts-carousel-wrapper {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  min-height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.impacts-carousel-wrapper img { z-index: 2; position: relative; }*/
.impacts-carousel-wrapper:after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 28, 143, 0.75);
}
.impacts-carousel-container {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 4;
}
/*.impacts-carousel-container .item { height: 100%; }*/
.impacts-carousel-container .item > span, .impacts-carousel-container .item > h4 {
  display: inline-block;
  vertical-align: middle;
}
.impacts-carousel-container .item > span {
  font-size: 7.5rem;
  color: #00aed6;
  margin-right: 30px;
}
.impacts-carousel-container .item > h4 {
  text-align: left;
  font-size: 2.25rem;
  color: #fff;
}
.impacts-carousel-container .item > h4 span.desc {
  display: block;
  color: #c5cada;
  font-size: 0.5em;
  font-weight: 400;
}
.impacts-carousel-container .owl-carousel.owl-loaded {
  height: 100%;
}
.impacts-carousel-container .owl-carousel.owl-loaded .owl-stage-outer {
  height: 100%;
}
.impacts-carousel-container .owl-stage {
  height: 100%;
}
.impacts-carousel-container .owl-item .item {
  margin-top: 15%;
}
.impacts-carousel-container .owl-dots {
  bottom: 15px;
  top: inherit;
  right: 0;
  left: 0;
}
.theme-anim1 {
  position: absolute;
  z-index: 1;
  width: 373px;
  height: 409px;
  bottom: 0px;
  left: calc(50% - 80px);
  overflow: hidden;
}
.theme-anim1 img {
  -webkit-animation: grow 15s linear infinite;
  -moz-animation: grow 15s linear infinite;
  animation: grow 15s linear infinite;
}
.spin-anim {
  -webkit-animation: spin 60s linear infinite;
  -moz-animation: spin 60s linear infinite;
  animation: spin 60s linear infinite;
}
/*.navik-header.header-transparent .logo img.logo-white { display: none; }
.navik-header.header-transparent.header-transparent-on .logo img.logo-color { display: none; }
.navik-header.header-transparent.header-transparent-on .logo img.logo-white { display: inherit; }
.navik-header.header-transparent .logo img.logo-color { display: inherit; }*/
/*Section Projects*/
.slide-container-wrapper {
  position: relative;
}
.slide3 .layer {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slide3 .layer:before {
  content: "";
  background-color: rgba(12, 33, 146, 0.65);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slide3 .carousel-item {
  height: 100vh;
  padding-top: 30vmin;
}
.slide3 .slide-container {
  z-index: 3;
}
.slide3 .carousel.slide button {
  z-index: 3;
}
.slide3 .title-container {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 21.66666667vmin;
}
.projectbrief {
  position: relative;
}
.projectbrief a.btn-link.btn3 {
  position: absolute;
  top: 30px;
  right: 15px;
  text-align: right;
}
.a-projectfacts-carousel h4 {
  font-size: 4.5rem;
  letter-spacing: -2px;
}
/*.a-projectfacts-carousel h4 span { padding-left: 5px; font-size: .6em; font-weight: 300; }*/
.a-projectfacts-carousel .desc {
  color: #00aed6;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  padding-top: 0px;
  letter-spacing: 1px;
}
.slide3 .carousel.slide .carousel-item {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.innovation-blk {
  background-color: #fff;
  padding: 30px;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex-content {
  height: 100%;
}
.media-blk {
  position: relative;
  min-height: 295px;
  z-index: 1;
  overflow: hidden;
}
.media-blk .bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 295px;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.media-blk:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.8);*/
  z-index: 2;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.media-blk .media-content-wrapper {
  padding: 30px 30px 25px;
  position: absolute;
  bottom: 25px;
  width: 100%;
  color: #fff;
  z-index: 3;
}
.media-blk:hover .bg-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media only screen and (max-width: 1399px) {}
@media only screen and (max-width: 991px) {
  .slide2 .container-wrapper h3 {
    margin-top: 1.25rem;
  }
  .slide2 .container-wrapper h3 br {
    display: none;
  }
  .projectbrief a.btn-link.btn3 {
    top: 15px;
  }
  .a-projectfacts-carousel h4 {
    font-size: 3.75rem;
  }
  footer .quick-links li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-indicator {
    bottom: 70px !important;
  }
  #fp-nav ul li .fp-tooltip {
    display: none;
  }
  .projectbrief a.btn-link.btn3 {
    position: relative;
    text-align: left;
    right: inherit;
    left: 12px;
  }
  .a-projectfacts-carousel h4 {
    font-size: 3.25rem;
  }
  .a-projectfacts-carousel .desc {
    font-size: 1.25rem;
  }
  .impacts-carousel-wrapper, .benefits-wrapper .benefits-img, .benefits-wrapper .benefits-img img {
    min-height: 250px;
  }
  .impacts-carousel-container .item > span, .impacts-carousel-container .item > h4 {
    display: block;
    vertical-align: middle;
  }
  .impacts-carousel-container .item > span {
    font-size: 4rem;
    color: #00aed6;
    margin-right: 0;
  }
  .impacts-carousel-container .item > h4 {
    text-align: center;
    font-size: 1.875rem;
    color: #fff;
    margin-top: 20px;
  }
  .impacts-carousel-container .item > h4 span.desc {
    display: block;
    color: #c5cada;
    font-size: 0.5em;
    font-weight: 400;
  }
  .impacts-carousel-container .owl-item .item {
    margin-top: 14%;
  }
  .home-piling .footer_widgets {
    padding-bottom: 15vmin;
  }
  footer .footer_bottom {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  p {
    line-height: 1.5rem;
  }
  .hero_content {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3rem;
  }
  .slide3 .title-container {
    padding-top: 8rem;
  }
  .slide3 .carousel-item {
    min-height: 500px;
  }
  .slide3 .slide-container {
    padding-top: 12rem;
  }
  .a-projectfacts-carousel h4 {
    font-size: 2.625rem;
    line-height: 1;
  }
  .a-projectfacts-carousel .desc {
    font-size: 1rem;
  }
  .slide3 .project-content {
    margin-top: 1.75rem;
  }
  .projectbrief .btn3 {
    margin-top: -30px;
  }
  .projects-carousel .carousel-nav {
    bottom: 100px;
    text-align: right;
    right: 15px;
  }
  .slide3 .project-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .vision2030-blk .v2030 img {
    max-width: 100px;
  }
  footer .quick-links li {
    width: 100%;
    direction: block;
    padding-bottom: 5px;
  }
  .copyright_right p a:not(:last-child):before {
    content: "";
    display: none;
  }
  .copyright_right p a:not(:last-child):after {
    content: "\007C";
    padding: 0 8px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
  }
  .copyright_right p br {
    display: none;
  }
}
/*Homepage CSS Animation*/
.section .loadtxt1, .section .loadtxt2, .section .loadtxt3, .section .loadtxt4 {
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.section .loadtxt1 {
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  -o-transform: translateX(-5rem);
  transform: translateX(-5rem);
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  -ms-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}
.section.active .loadtxt1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}
.section .loadtxt2 {
  -webkit-transform: translateX(-5rem);
  -ms-transform: translateX(-5rem);
  -o-transform: translateX(-5rem);
  transform: translateX(-5rem);
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: .1.2s;
  transition-delay: 1.2s;
}
.section.active .loadtxt2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}
.section .loadtxt3 {
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -o-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.section.active .loadtxt3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
.section .loadtxt4 {
  -webkit-transform: translateY(5rem);
  -ms-transform: translateY(5rem);
  -o-transform: translateY(5rem);
  transform: translateY(5rem);
  -webkit-transition-delay: 1.6s;
  -moz-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.section.active .loadtxt4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0)
}
/*-------------------------------------------------------------------------------
  Subpages Styles
-------------------------------------------------------------------------------*/
.subpage-banner {
  position: relative;
  height: 600px;
  overflow: hidden;
  background: #1a1a1a no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.subpage-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0.2511379551820728) 45%, rgba(0,0,0,0.2455357142857143) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0.2511379551820728) 45%, rgba(0,0,0,0.2455357142857143) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.80015756302521) 0%, rgba(0,0,0,0.2511379551820728) 45%, rgba(0,0,0,0.2455357142857143) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
  background: rgb(0, 64, 131);
  background: linear-gradient(270deg, rgba(0, 64, 131, 0) 29%, rgba(1, 20, 40, 0.908000700280112) 100%);
  z-index: 2;
}
.subpage-banner .banner-content {
  position: relative;
  margin-top: 6rem;
  z-index: 3;
}
/*.subpage-banner > *:not(.skiing) {
  padding: 5px 100px;
}*/
.subpage-banner .banner-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  background: rgba(0,75,154, 0.5);
  padding: 0.313rem 0.938rem;
  display: inline-block;
  margin-bottom: 0.313rem;
}
.subpage-banner .banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.05rem;
  margin-bottom: 0px;
}
.subpage-banner .banner-sub-title2 {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.subpage-banner .breadcrumb {
  color: #fff;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.subpage-banner .breadcrumb li:not(:last-child):after {
  content: "\e903";
  padding: 0 10px;
  font-family: 'st-icons';
  font-weight: 300;
  font-size: 12px;
}
.subpage-banner .breadcrumb li a:hover {
  color: #00aed6;
}
.subpage-content {
  position: relative;
  z-index: 4;
  padding: 5rem 0;
  background: #f2f4fa;
}
.subpage-content p + p {
  margin-top: 1.5rem;
}
.subpage-content p a {
  color: #171c8f;
  font-weight: 500;
  display: inline-block;
  position: relative;
  background: linear-gradient(#00aed6, #00aed6) bottom/0% 1px no-repeat;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.subpage-content a:hover {
  color: #00aed6;
  background-size: 100% 1px;
}
.subpage-content hr {
  background: rgba(0, 0, 0, 0.2);
}
/*General Pagination*/
.pagination {
  text-align: center;
  /*  margin-top: 3.75rem;*/
  margin-bottom: 10px;
  display: table;
  width: 100%;
}
.pagination li {
  display: inline-table;
  margin-left: 2px;
  margin-right: 2px;
}
.pagination li a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #575756;
  border-radius: 1px;
  border: 1px solid rgba(87, 87, 86, 0);
  padding: 15px 18px 10px;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
}
.pagination li a:hover {
  border: 1px solid rgba(87, 87, 86, 0.3);
  color: #ef3e33;
  background-color: transparent;
}
.pagination .page-item.active .page-link {
  font-size: 0.8rem;
  color: #ef3e33;
  font-weight: 500;
  border-radius: 1px;
  border: 1px solid rgba(87, 87, 86, 0.3);
  padding: 15px 20px 10px;
  margin: 0;
  background-color: transparent;
}
.pagination .page-item .PagedList-skipToPrevious, .pagination .page-item .PagedList-skipToNext {
  padding: 5px 0 5px 0;
  display: inline-block;
  border-radius: 1px;
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.pagination .page-item.active {
  font-weight: 500;
}
/*Vision & Mission*/
.vision-wrapper {
  position: relative;
  background-color: #171c8f;
  overflow: hidden;
}
.vision-wrapper .vision-bg {
  position: absolute;
  opacity: 0.35;
  top: 0;
  z-index: 1;
}
.vision-wrapper .vision-content {
  position: relative;
  z-index: 2;
}
.mission-wrapper {}
.mission-bg-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-color: #171c8f;
}
.mission-bg-container .mission-bg {
  height: 600px;
  overflow: hidden;
}
.mission-bg-container .mission-bg img {
  height: 125%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}
.mission-bg-container .theme-anim1 {
  position: absolute;
  bottom: -50px;
  left: 20px;
  height: 180px;
}
.mission-wrapper ul.normallist li {
  font-size: 1.25em;
  font-weight: 400;
}
/*Contact Page Styles*/
.contact_info_list {
  padding-right: 100px;
  margin-right: 70px;
  position: relative;
}
.contact_info_list:last-child {
  margin-right: 0;
  padding-right: 0;
}
.contact_info_list:last-child::before {
  display: none;
}
.contact_info_list::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #d5d5d5;
  right: 0%;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}
.contact_info_list > span {
  font-size: 3.125rem;
  color: #888b8d;
  margin-bottom: 30px;
  display: inline-block;
}
.contact_info_list h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 500;
  margin-bottom: 4px;
}
.contact_info_list p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0;
}
.contact_info_list p span {
  font-weight: 500;
}
.contact_info_list p.email-link2 a {
  color: #00aed6;
}
.contact_info_list p.email-link2 a:hover {
  color: #171c8f;
}
.contact_info_list p + p {
  margin-top: inherit !important;
}
.contact_info_list p a:hover {
  color: #00aed6;
}
.contact_info_list ul.social-links {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.contact_info_list ul.social-links li {
  display: inline-block;
  width: 48%;
  margin-bottom: 15px;
}
.contact_info_list ul.social-links li span {
  padding-right: 10px;
  color: #888b8d;
}
.map-holder {
  position: relative;
  background: #f2f4fa;
  z-index: 1;
}
.contact_info_list ul.social-links li a:hover {
  color: #00aed6;
}
.contact_info_list ul.social-links li a:hover span {
  color: #00aed6;
}
/*Contact Google Map*/
#map {
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  background: #f2f4fa;
  border-top: solid 1px #e3e9ed;
}
.gm-style .gm-style-iw-c {
  border-radius: 0;
}
.gm-style .gm-style-iw p {
  font-size: 14px;
  font-family: 'Saira', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  position: relative;
  display: block;
  padding: 8px 25px 15px 15px;
}
.gm-style .gm-style-iw-t::after {
  top: -2px;
}
.gm-style .gm-style-iw a {
     color: #ef3e33;
    font-family: 'Eurostile';
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  white-space: nowrap;
}
.gm-style .gm-style-iw a:hover {
  color: #004fa3;
}
.gm-style .gm-style-iw p span.direction:after {
  content: "\e903";
  font-size: 16px;
  font-family: 'st-icons';
      color: #9a9a9a;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.gm-style .gm-style-iw p span:hover.direction:after {
  color: #ef3e33;
}
/*Chairman Message*/
.name-des {
  position: relative;
  color: #00aed6;
  font-size: 1.5rem;
  font-weight: 500;
}
.name-des span {
  display: block;
  color: #171c8f;
  font-size: 1.25rem;
  font-weight: 400;
}
h3.msg-head {
  position: relative;
  display: block;
}
h3.msg-head:before {
  content: "\e914";
  font-family: 'st-icons';
  font-size: 40px;
  color: #d2d3d9;
  position: absolute;
  left: -60px;
  top: -6px;
}
.people-img-container {
  position: relative;
  overflow: hidden;
}
.people-img {
  position: relative;
  background: rgb(234, 235, 241);
  background: -moz-linear-gradient(180deg, rgba(234, 235, 241, 0.7) 0%, rgba(239, 241, 247, 0.4) 25%, rgba(239, 241, 247, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(234, 235, 241, 0.7) 0%, rgba(239, 241, 247, 0.4) 25%, rgba(239, 241, 247, 0.1) 100%);
  background: linear-gradient(180deg, rgba(234, 235, 241, 0.7) 0%, rgba(239, 241, 247, 0.4) 25%, rgba(239, 241, 247, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eaebf1", endColorstr="#eff1f7", GradientType=1);
  z-index: 2;
}
.theme-anim1.theme2 {
  left: inherit;
  right: -12px;
  text-align: right;
  width: 250px;
  height: 250px;
}
.theme-anim1.theme2 img {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  width: 250px;
  height: 250px;
}
/*Careers Page*/
.jobs-list .accordion-item {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.jobs-list .accordion-button {
  border: none;
  cursor: pointer;
}
.jobs-list .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #1a1a1a;
}
.jobs-list .accordion-collapse {
  border: none;
}
.jobs-list .job-head {
  display: flex;
  flex-direction: column;
}
.jobs-list h4 {
  color: #00aed6;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.jobs-list .job-ref {
  color: #171c8f;
  font-weight: 500;
  display: flex;
}
.jobs-list .job-ref span {
  color: #888b8d;
}
.jobs-list .job-ref li:not(:last-child)::after {
  content: "\007C";
  padding: 0 8px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
}
.jobs-list .accordion-button p {
  font-size: 1.125rem;
}
.jobs-list .accordion-body {
  padding-top: 0;
}
/*BOD page*/
.bod-title {
  color: #171c8f;
}
.bod-title span {
  display: block;
  color: #00aed6;
  font-weight: 400;
  font-size: 0.7em;
  margin-top: 5px;
}
.people-img-container.img-rt {
  text-align: right;
}
.theme-anim1.theme2.theme2-lt {
  left: -12px;
  right: inherit;
  text-align: left;
  width: 250px;
  height: 250px;
}
.theme-anim1.theme2.theme2-lt img {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  width: 250px;
  height: 250px;
}
.single_member {
  margin-bottom: 50px;
}
.team_text {
  padding-top: 15px;
}
.team_text h3 {
  font-size: 1.5rem;
  margin-bottom: 3px;
  color: #171c8f;
}
.team_text span {
  font-size: 1.125rem;
  color: #00aed6;
  display: block;
}
/*News Page*/
.searchform label {
  display: inherit;
}
.searchform input, .searchform select, .searchform textarea {
  margin-bottom: 20px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid rgba(224, 224, 224, 0.6);
  outline: none;
  box-shadow: none;
  -webkit-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 0px;
  padding: 0.375rem 1rem;
}
.searchform .newsSearch {
  position: relative;
}
.searchform input {
  padding: 5px 45px 5px 15px;
  height: 50px;
  margin-bottom: 20px;
}
.searchform button {
  position: absolute;
  width: 60px;
  height: 52px;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  background: none;
  font-size: 20px;
  color: #797978;
  z-index: 3;
}
.searchform button:hover {
  color: #797978
}
/*Select Custom Style*/
select, select.dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
label.filterselect select {
  cursor: pointer;
}
select.dropdown {
  height: 50px;
}
label.wrap {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
select option:disabled {
  color: #999;
  font-weight: 300;
}
label.filterselect:after {
  content: '\e90d';
  font-family: 'st-icons';
  font-size: 20px;
  color: #797978;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 1;
  pointer-events: none;
}

label.filterselect2:after {
  content: '\e921';
  font-family: 'st-icons';
  font-size: 9px;
  color: #797978;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  pointer-events: none;
}

.resultsnumber {
/*  color: #888b8d;*/
  margin-bottom: 0;
  font-size: 1rem;
  /*font-weight: 400;*/
}
.resultsnumber strong{
    color: #ef3e33;
}
.newslist {
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newslist figure {
  margin-bottom: 0;
  max-height: 600px;
  overflow: hidden;
}
.newslist figure img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newslist:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.newslist h3, .newslist h3 a {
  color: #00aed6;
  font-size: 1.75rem;
  font-weight: 500;
}
.newslist:hover h3 a {
  color: #171c8f;
}
.newslist span.date, .newsdetails span.date, .relatednews span.date {
  color: #888b8d;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
}
.newslist span.date:before, .newsdetails span.date:before, .relatednews span.date:before {
  content: "";
  background: #00aed6;
  height: 2px;
  width: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.newslist .title-wrapper, .newslist .desc-wrapper {
  margin-top: 2px;
  border-top: solid 1px #d9d9d9;
  padding-top: 1.625rem;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.newslist .title-wrapper span {
  margin-bottom: 5px;
  display: block;
  color: #888b8d;
}
.newstitle {
  position: relative;
}
.newstitle h2 {
  text-transform: none;
}
.newstitle a.btn {
  position: absolute;
  top: 0;
  right: 15px;
}
ul.relatednews {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
ul.relatednews li {
  list-style: none;
  width: 50%;
  display: table-cell;
}
ul.relatednews li span {
  margin-bottom: 10px;
  display: block;
}
ul.relatednews li a {
  color: #00aed6;
  font-weight: 500;
  line-height: 1.3;
}
ul.relatednews li a:hover {
  color: #171c8f;
}
ul.relatednews li:nth-child(1) {
  padding-right: 60px;
}
ul.relatednews li:nth-child(2) {
  padding-left: 60px;
}
.newslist .theme2 {
  position: absolute;
  bottom: -130px;
  right: -85px;
  width: 225px;
  height: 275px;
  overflow: hidden;
}
.newslist .theme2 img {
  width: 310px;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -6%;
}
/*Projects*/
.projects-list .project-list-item {
  position: relative;
}
.projects-list .project-list-item figure:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.projects-list figcaption {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 30px 40px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
.projects-list figcaption h3 {
  font-weight: 600;
  font-size: 1.6em;
  color: #fff;
  padding-right: 40px;
}
.projects-list figcaption:after {
  content: "\e903";
  font-family: 'st-icons';
  font-size: 1.625rem;
  color: #00aed6;
  position: absolute;
  right: 40px;
  bottom: 35px;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects-list a:hover figcaption:after {
  right: 35px;
  color: #fff;
}
.projects-list figure {
  overflow: hidden;
}
.projects-list figure img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.projects-list a:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.projects-list a:hover figcaption h3 {
  color: #00aed6;
}
.newstitle.projectstitle h2 {
  text-transform: uppercase;
}
.lightbg-right {
  background: rgba(242, 244, 250, 1);
  background: -moz-linear-gradient(left, rgba(242, 244, 250, 1) 0%, rgba(242, 244, 250, 1) 50%, rgba(224, 239, 247, 1) 50%, rgba(224, 239, 247, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 244, 250, 1)), color-stop(50%, rgba(242, 244, 250, 1)), color-stop(50%, rgba(224, 239, 247, 1)), color-stop(100%, rgba(224, 239, 247, 1)));
  background: -webkit-linear-gradient(left, rgba(242, 244, 250, 1) 0%, rgba(242, 244, 250, 1) 50%, rgba(224, 239, 247, 1) 50%, rgba(224, 239, 247, 1) 100%);
  background: -o-linear-gradient(left, rgba(242, 244, 250, 1) 0%, rgba(242, 244, 250, 1) 50%, rgba(224, 239, 247, 1) 50%, rgba(224, 239, 247, 1) 100%);
  background: -ms-linear-gradient(left, rgba(242, 244, 250, 1) 0%, rgba(242, 244, 250, 1) 50%, rgba(224, 239, 247, 1) 50%, rgba(224, 239, 247, 1) 100%);
  background: linear-gradient(to right, rgba(242, 244, 250, 1) 0%, rgba(242, 244, 250, 1) 50%, rgba(224, 239, 247, 1) 50%, rgba(224, 239, 247, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f4fa', endColorstr='#e0eff7', GradientType=1);
}
ul.project-details {
  flex-wrap: wrap;
}
ul.project-details li {
  margin-bottom: 15px;
  color: #171c8f;
  font-weight: 500;
  width: 50%;
  padding-right: 60px;
}
ul.project-details li span {
  display: block;
  text-transform: uppercase;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
section.related-links {
  margin-top: 0;
  background: #f2f4fa;
}
.double-highlights {
  position: relative;
}
.double-highlights-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%
}
.double-highlights-bg-1 {
  background: #f2f4fa;
  width: 50%;
  height: 400px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.double-highlights-bg-2 {
  background: #f2f4fa;
  width: 50%;
  height: 400px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.double-highlights-bg-1:before, .double-highlights-bg-2:before {
  content: "";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.654499299719888) 0%, rgba(0, 0, 0, 0.09987745098039214) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.double-highlights .content-wrapper {
  position: relative;
  z-index: 1;
}
.double-highlights .related-links-content-wrapper {
  height: 400px;
  position: relative;
}
.double-highlights .related-links-content-wrapper a {
  position: absolute;
  width: 100%;
  bottom: 50px;
  padding-right: 75px;
}
.double-highlights .link1 {
  padding-right: 60px;
}
.double-highlights .link2 {
  padding-left: 60px;
  padding-right: 60px;
}
.double-highlights .related-links-content-wrapper .pagetitle, .double-highlights .related-links-content-wrapper .pagetitle a {
  font-size: 1.125rem;
  color: #00aed6;
  margin-bottom: 10px;
}
.double-highlights .related-links-content-wrapper h2 {
  color: #fff;
  position: relative;
  width: 100%;
}
.double-highlights .related-links-content-wrapper a:after {
  content: "\e903";
  font-family: 'st-icons';
  font-size: 1.875rem;
  color: #00aed6;
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.double-highlights .related-links-content-wrapper a:hover h2 {
  color: #00aed6;
}
.double-highlights .related-links-content-wrapper a:hover:after {
  right: 25px;
}
.a-projects-carousel .owl-dots {
  bottom: 15px;
  top: inherit;
  right: 0;
  left: 0;
}
.globe-img {
  position: relative;
  z-index: 2;
}
.globe-img img {
  position: absolute;
  width: 100%;
  top: -160px;
  z-index: 2;
}
section.facts {
  padding: 0;
}
.facts-bg {
  min-height: 500px;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  z-index: 1;
}
.facts-bg:before {
  content: "";
  position: absolute;
  top: 0;
  background-color: rgba(0, 101, 208, 0.7);
  width: 100%;
  height: 100%;
}
.facts-bg .projectbrief {
  padding-top: 80px;
  padding-bottom: 20px;
}
.facts-bg hr {
  background-color: rgba(255, 255, 255, 0.6);
}
.facts-content {
  position: relative;
}
.projectfacts {}
.projectfacts .fact-item {
  position: relative;
  display: block;
  text-align: center;
}
.fact-item span.counterup {
  font-size: 2.75rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1px;
  display: inline-block;
}
.fact-item span.unit {
  display: inline-block;
  color: #fff;
  margin-left: 5px;
  font-size: 1.875rem;
  font-weight: 400;
}
.fact-item span.desc {
  text-transform: uppercase;
  display: block;
  color: #d5cfbd;
  font-size: 1rem;
  letter-spacing: 1px;
  font-family: 'Eurostile';
  font-weight: bold;
}
.safety-hrs {
  position: relative;
  display: flex;
  align-items: center;
}
.safety-hrs .hours {
  font-weight: 600;
  font-size: 8rem;
  line-height: 1;
  color: #38c5ff;
  flex-direction: row;
  margin-right: 40px;
letter-spacing: -5px;
 width: 350px;
}
.safety-hrs .hours-desc {
  flex-direction: row;
}
.safety-hrs .hours-desc p{color: #fff; margin-top: 10px; font-size: 16px;}
.safety-hrs .hours-desc .unit {
  display: block;
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
}
.safety-hrs .hours-desc .desc-1 {
  display: block;
  font-size: 1rem;
  font-family: 'Eurostile';
  font-weight: bold;
  color: #d5cfbd;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.safety-hrs .hours-desc .desc-2 {
  display: block;
  font-size: 1.125rem;
  font-family: 'Eurostile';
  font-weight: bold;
  letter-spacing: 8px;
  color: #062b57;
  padding: 7px 15px 5px;
  margin-top: 8px;
  background-color: #38c5ff;
  text-transform: uppercase;
}
/*Subsidiary Section*/
.subsidiary-container {
  position: relative;
  z-index: 2;
  margin-top: -200px;
  margin-bottom: 80px;
}
.subsidiary-section .subsidiary-carousel {
  position: relative;
}
.subsidiary-section .carousel-outer {
  position: relative;
}
.subsidiary-section .carousel-outer .thumbs-outer {
  position: relative;
  overflow: hidden;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel {
  position: static;
  max-width: 25%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-stage-outer {
  overflow: visible;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-item.active li {
  position: relative;
  color: #fff;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-item.active li:before {
  display: none;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel li {
  position: relative;
  color: #00aed6;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding: 15px 15px;
  text-align: center;
  display: inline-block;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 22px;
  color: #c4c4c4;
  font-weight: 700;
  width: 40px;
  display: inline-block;
  padding: 8px 40px 5px 15px !important;
  background-color: #171c8f;
  margin: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-nav .owl-next {
  position: absolute;
  top: 30px;
  right: 0px;
  left: auto;
  width: 40px;
  text-align: right;
  font-size: 22px;
  color: #c4c4c4;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 8px 40px 5px 15px !important;
  background-color: #171c8f;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-nav .owl-prev:hover, .subsidiary-section .subsidiary-carousel .thumbs-carousel .owl-nav .owl-next:hover {
  color: #00aed6;
}
.subsidiary-section .carousel-outer .content-slide {
  position: relative;
  padding-top: 15px;
}
.subsidiary-section .carousel-outer .content-slide .content-inner {
  position: relative;
  text-align: left;
  padding: 60px;
  background-color: #fff;
  border: solid 1px #eee;
  /*-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.25);*/
}
.subsidiary-section .carousel-outer .content-slide .content-inner:before {
  position: absolute;
  content: '';
  left: 50%;
  top: -16px;
  margin-left: -8px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
}
.subsidiary-section .carousel-outer .content-slide .content-inner h3 {
  position: relative;
  font-size: 1.7em;
  margin-bottom: 15px;
}
/*District Cooling*/
.mission-bg-container p.lead.dc {
  position: absolute;
  color: #fff;
  padding: 60px 50px;
  top: 0;
  z-index: 2;
}
.mission-bg.dc:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 143, 0.9);
  z-index: 1;
}
.dc-benefits {
  background-color: #00aed6;
  padding: 80px 0 60px;
}
.dc-benefits ul {
  flex-wrap: wrap;
  display: flex;
}
.dc-benefits ul li {
  width: 50%;
  padding-right: 60px;
}
.projects-list figcaption h3 span {
  display: block;
  font-weight: 500;
  text-transform: none;
  font-size: 1.25rem;
  color: #00aed6;
  margin-bottom: 5px;
}
.projects-impacts-carousel {
  position: relative;
}
.projects-impacts-wrapper {
  background-color: #e0eff7;
}
.a-impacts-carousel2 .item {
  text-align: center;
}
.a-impacts-carousel2 span {
  display: block;
  color: #00aed6;
  font-size: 75px;
}
.a-impacts-carousel2 h4 {
  font-size: 1.5rem;
  color: #171c8f;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}
.a-impacts-carousel2 h4 span.desc {
  display: block;
  color: #808080;
  font-size: 0.6em;
  font-weight: 400;
  margin-bottom: 5px;
}
.a-impacts-carousel2 .owl-dots {
  bottom: -40px;
  top: inherit;
  right: 0;
  left: 0;
}
/*Search Results Page*/
.searchresults li {
/*  border-bottom: solid 1px #ddd;*/
  margin-bottom: 50px;
  /*padding-bottom: 30px;*/
}

.searchresults li p{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.searchresults li div a {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.searchresults li h3, .searchresults li h3 a {}
.searchform input {
  padding-right: 60px;
}
/*Responsive Subpage Styles*/
@media only screen and (max-width: 1399px) {
  .globe-img img {
    top: -140px;
  }
  .contact_info_list {
    padding-right: 40px;
    margin-right: 40px;
  }
  ul.project-details li {
    padding-right: 30px;
  }
  .subsidiary-section .subsidiary-carousel .thumbs-carousel {
    max-width: 33.33%;
  }
    .safety-hrs .hours{font-size: 7rem;}
    .safety-hrs .hours-desc .desc-2{font-size: 1rem;}
}
@media only screen and (max-width: 1199px) {
  .globe-img img {
    position: relative;
    top: 0;
  }
  .safety-hrs .hours {
    font-weight: 600;
    font-size: 6.2rem;
    margin-right: 30px;
  }
  .safety-hrs .hours-desc .unit {
    font-size: 2.625rem;
  }
  .safety-hrs .hours-desc .desc-1 {
    font-size: 1.063rem;
    letter-spacing: 1px;
  }
  .safety-hrs .hours-desc .desc-2 {
    font-size: 1.063rem;
    letter-spacing: 5px;
    padding: 7px 15px 5px;
    margin-top: 8px;
  }
  .contact_info_list {
    padding-right: 30px;
    margin-right: 30px;
  }
  .contact_info_list p, .contact_info_list ul li {
    font-size: 1rem;
    line-height: 1.625rem;
    white-space: nowrap;
  }
  .team_text h3 {
    font-size: 1.375rem;
  }
  .newslist h3, .newslist h3 a {
    font-size: 1.5rem;
  }
  .related-links-content-wrapper h2 br {
    display: none;
  }
  .mission-bg-container p.lead.dc {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1399px) {}
@media only screen and (max-width: 991px) {
    .safety-hrs .hours-desc .desc-1{font-size: 1rem;}
  .subpage-banner {
    height: 500px;
  }
  .subpage-banner .banner-title br {
    display: none;
  }
  .subpage-content {
    padding: 4rem 0;
  }
  .mission-bg-container, .mission-wrapper .mission-bg {
    height: 320px;
    min-height: inherit;
  }
  .mission-wrapper .mission-bg img {
    width: 100%;
    height: auto;
  }
  .mission-bg-container .theme-anim1 {
    bottom: -50px;
    left: inherit;
    right: 0;
    height: 180px;
  }
  .contact_info_list {
    width: 49%;
    padding-right: 0px;
    margin-right: 0px;
    display: inline-block;
    margin-bottom: 30px;
  }
  .contact_info_list:last-child {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 0;
  }
  .contact_info_list:nth-child(2)::before {
    display: none;
  }
  .contact_info_list:before {
    margin-right: 30px;
    margin-left: 30px;
  }
  .contact_info_list:last-child::before {
    position: relative;
    content: "";
    height: 1px;
    width: 100%;
    background: #d5d5d5;
    left: 0;
    top: 0;
    display: block;
    margin: 0 0 30px 0;
  }
  .people-img-container {
    height: 320px;
    border: solid 1px #e5e5e5;
  }
  .people-img img {
    height: 350px;
    margin-top: -30px;
  }
  h3.msg-head:before {
    position: relative;
    left: inherit;
    margin-right: 20px;
    top: 0;
  }
  .jobs-list.mt100 {
    margin-top: 40px;
  }
  .jobs-list h4 {
    font-size: 1.5rem;
  }
  .team_text h3 {
    font-size: 1.25rem;
  }
  .team_text span {
    font-size: 1rem;
  }
  .newslist h3, .newslist h3 a {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .newstitle a.btn {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: -60px;
  }
  ul.relatednews li {
    display: block;
    width: 100%;
  }
  ul.relatednews li:nth-child(1) {
    padding-right: 0;
    margin-bottom: 50px;
  }
  ul.relatednews li:nth-child(2) {
    padding-left: 0;
  }
  .newslist .theme2 {
    bottom: -70px;
    right: 0px;
    left: inherit;
    width: 225px;
    height: 140px;
    overflow: hidden;
  }
  .newslist .theme2 img {
    width: 250px;
    height: 250px;
    margin-top: -25%;
  }
  .fact-item span.counterup {
    font-size: 2.625rem;
  }
  .fact-item span.unit {
    font-size: 1.5rem;
  }
  .projectfacts {
    padding-top: 40px;
  }
  .projectfacts span.desc {
    font-size: 1rem;
    color: #d5cfbd;
    font-weight: bold;
    text-transform: uppercase;
  }
  .lightbg-right {
    background: none;
  }
  .project-details-wrapper {
    background: rgba(224, 239, 247, 1);
    margin-top: 30px;
  }
  hr.p-sep.mb-80 {
    margin-bottom: 0;
  }
  .double-highlights-bg-1, .double-highlights-bg-2 {
    width: 100%;
    float: inherit;
    display: block;
    height: 300px;
  }
  .double-highlights .related-links-content-wrapper {
    height: 300px;
  }
  .double-highlights .related-links-content-wrapper a {
    bottom: 20px;
  }
  .double-highlights .link2 {
    padding-left: 0;
  }
  .subsidiary-section .subsidiary-carousel .thumbs-carousel {
    max-width: 50%;
  }
  .subsidiary-section .carousel-outer .content-slide .content-inner {
    padding: 40px;
  }
  .projects-impacts {
    background-color: #e0eff7;
  }
  .mission-bg-container.dc {
    overflow: hidden;
  }
  .mission-bg-container.dc .mission-bg img {
    width: 100%;
    height: auto;
  }
  .mission-bg-container.dc .theme-anim1 img {
    width: 250px;
    height: 250px;
  }
  .mission-bg-container.dc .theme-anim1 {
    width: 200px;
    height: 100px;
    bottom: 0px;
  }
  .a-impacts-carousel2 span {
    font-size: 60px;
  }
  .projects-impacts-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dc-benefits {
    background-color: #00aed6;
    padding: 60px 0 40px;
  }
  .dc-benefits ul {
    flex-wrap: nowrap;
    display: block;
  }
  .dc-benefits ul li {
    width: 100%;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
    .safety-hrs{display: block;}
  .safety-hrs .hours {
    font-weight: 600;
    font-size: 8.75rem;
    margin-right: 15px;
  }
  .safety-hrs .hours-desc .unit {
    font-size: 2.25rem;
  }
  .safety-hrs .hours-desc .desc-1 {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  .safety-hrs .hours-desc .desc-2 {
    font-size: 0.875rem;
    letter-spacing: 8px;
    padding: 7px 15px 5px;
    margin-top: 8px;
  }
  .subpage-banner {
    height: 500px;
  }
  .subpage-banner .breadcrumb {
    font-size: 1rem;
  }
  .subpage-content {
    padding: 3rem 0;
  }
  .mission-wrapper ul.normallist li {
    font-size: 1.125rem;
  }
  .mission-bg-container, .mission-wrapper .mission-bg {
    height: 250px;
    min-height: inherit;
  }
  .vision-wrapper .vision-bg img {
    width: auto;
    height: 350px;
  }
  .mission-bg-container .theme-anim1 {
    bottom: -50px;
    left: inherit;
    right: 0;
    height: 180px;
    top: inherit;
  }
  .contact_info_list {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    display: block;
    margin-bottom: 30px;
  }
  .contact_info_list:before {
    display: none !important;
  }
  .contact_info_list > span {
    margin-bottom: 0;
    font-size: 2.25rem;
  }
  #map {
    height: 400px;
  }
  .people-img-container {
    height: 250px;
    border: solid 1px #e5e5e5;
  }
  .people-img img {
    height: 280px;
    margin-top: -30px;
  }
  h3.msg-head:before {
    font-size: 36px;
    margin-right: 15px;
  }
  .jobs-list .accordion-button p, ul.normallist li {
    font-size: inherit;
  }
  label.wrap {
    margin-top: 15px;
  }
  .newslist .theme2 {
    width: 175px;
    ;
    height: 110px;
    left: inherit;
    right: 10px;
    bottom: -55px;
  }
  .newslist .theme2 img {
    width: 200px;
    height: 200px;
    margin-top: -25%
  }
  .fact-item span.counterup {
    font-size: 2rem;
  }
  .fact-item span.unit {
    font-size: 1.25rem;
  }
  .projectfacts {
    padding-top: 40px;
  }
  .projectfacts span.desc {
    font-size: 0.875rem;
  }
  .subsidiary-section .subsidiary-carousel .thumbs-carousel {
    max-width: 80%;
  }
  .subsidiary-section .carousel-outer .content-slide .content-inner {
    padding: 30px;
  }
  .facts-bg {
    background-attachment: inherit;
    background-position: inherit;
  }
}
@media only screen and (max-width: 575px) {
  .safety-hrs {
    align-items: flex-start;
  }
  .safety-hrs .hours {
    font-weight: 600;
    font-size: 5.625rem;
    margin-right: 15px;
    margin-top: -5px;
  }
  .safety-hrs .hours-desc .unit {
    font-size: 1.875rem;
  }
  .safety-hrs .hours-desc .desc-1 {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  .safety-hrs .hours-desc .desc-2 {
    font-size: 0.875rem;
    letter-spacing: 2px;
    padding: 7px 10px 5px;
    margin-top: 8px;
  }
  .subpage-banner {
    height: 350px;
  }
  .mission-wrapper ul.normallist li {
    font-size: 1.125rem;
  }
  .name-des {
    font-size: 1.25rem;
  }
  .name-des span {
    font-size: 1rem;
  }
  .jobs-list .job-ref {
    display: block;
  }
  .jobs-list .job-ref li:not(:last-child)::after {
    display: none;
  }
  .newslist h3, .newslist h3 a {
    margin-top: 15px;
    font-size: 1.25rem;
  }
  .projectfacts {
    padding-top: 0;
  }
  .projectfacts .d-flex {
    display: block !important;
  }
  .fact-item {
    margin-bottom: 10px;
  }
  ul.project-details li {
    width: 100%;
  }
  .double-highlights-bg-1, .double-highlights-bg-2 {
    height: 250px;
  }
  .double-highlights .related-links-content-wrapper {
    height: 250px;
  }
  .double-highlights .related-links-content-wrapper a {
    bottom: 10px;
  }
  .double-highlights .related-links-content-wrapper a:after {
    font-size: 1.5rem;
  }
  .subsidiary-section .carousel-outer .content-slide .content-inner {
    padding: 20px;
  }
}

