  /*
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
 :root {
  --primary-color: #c01d1c;
  --secondary-color: #0c6aa9;
  --footer-color: #b4b8c0;
  --text-color: #002d4c;
  --fade-right: linear-gradient(90deg, transparent, #022d4c 100%), linear-gradient(139.34deg, rgb(255 184 0 / 15%) 9.71%, rgba(0, 112, 243, 0.15) 90.27%);
  --fade-left: linear-gradient(90deg, #002d4c, transparent 100%), linear-gradient(139.34deg, rgb(0 0 0 / 0%) 90.71%, rgb(192 29 28) 90.27%);
  --fade-down: linear-gradient(180deg, transparent, #000), linear-gradient(139.34deg, rgb(0 0 0 / 90%) 9.71%, rgb(0 118 255 / 30%) 90.27%);
  }
body {
  line-height: 1.6;
  color: var(--text-color);
  font-weight: 400;
  font-size: 1.3rem; 
  
}

::-moz-selection {
  background: #000;
  color: #fff; 
}

::selection {
  background: #000;
  color: #fff; 
}

a {
  color: var(--primary-color);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
  opacity: 0.8;
}
b, strong{
  font-weight: 900
}
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000;
  font-weight: 900;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
.table-responsive>.table-bordered {
    border: 0;
    background: #ffffff;
}
.table-dark, .table-dark>td, .table-dark>th {
    background-color: #c6c8ca;
}
.table thead th{
  background: var(--primary-color);
  color: #fff;
  vertical-align: middle;  
  border-bottom: 0;
}
.table td, .table th {
  padding: 0.25rem;
  font-size: 0.7vw;
  color: #000;
  vertical-align: middle;
  text-align: center;  
  font-weight: 600;
  border-color: #32383e;
  border-width: 2px;
}
.table td a {
  color: #000
}
.table td.table-dark a {
  color: #000!important
}
.table-info, .table-info>td, .table-info>th,
.table-secondary, .table-secondary>td, .table-secondary>th,
.table-primary, .table-primary>td, .table-primary>th {
  color: #000!important;
}
.modal-body .body-content h6 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600; 
}
.border-2 {
  border-width: 2px; }
.text-black {
  color: #000 !important; 
}
.bg-black {
  background: #000 !important; 
}
.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); 
}
.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); 
}
.site-wrap:before {
  display: none;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; 
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2; 
}
.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}
.btn {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0!important;   
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}
.btn.btn-primary {
  border-width: 0px;
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #fff; 
}
.btn.btn-primary:hover {
  color: var(--primary-color);
  background-color: #fff;
  border-color: var(--primary-color);
  border-width: 0px; 
  opacity: 1;
}
.btn.btn-secondary {
  border-width: 2px;
  border-color: var(--secondary-color);
  background: var(--secondary-color);
  color: #fff; 
}
.btn.btn-secondary:hover {
  color: var(--secondary-color);
  background-color: #fff;
  border-color: var(--secondary-color);
  border-width: 2px; 
  opacity: 1;
}
.btn.btn-black.btn-outline-yellow {
  color: #000;
  background-color: transparent; 
}
.btn.btn-black.btn-outline-yellow:hover {
  border-color: #fff;
  background: #fff;
  color: #fff; 
}
.btn.btn-white {
  border-width: 2px;
  border-color: #fff;
  background: #fff;
  color: var(--primary-color); 
}
.btn.btn-white:hover {
  color: #fff;
  background-color: transparent; 
}
.btn.btn-white.btn-outline-white {
  color: #fff;
  background-color: transparent; 
}
.btn.btn-white.btn-outline-white:hover {
  border-color: #fff;
  background: #fff;
  color: #000; 
}

.btn.btn-outline {
  border-width: 2px;
  color: var(--primary-color);
  border-color: var(--primary-color);
  background-color: transparent; 
}
.btn.btn-outline:hover {
  border-width: 2px;
  border-color: var(--secondary-color);
  background: var(--secondary-color);
  color: #fff; 
  opacity: 1;
}

.border-primary {
  border-color: var(--primary-color)!important;
}

.bg-black {
  background: #000; 
}

.form-control {
  height: 51px;
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}
.form-control:active, .form-control:focus {
  border-color: var(--primary-color); 
}
.form-control:hover, .form-control:active, .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; 
}

.ul-check {
  margin-bottom: 50px;
  padding-left: 25px; 
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
  list-style: none;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: 0rem;
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  font-weight: 900;
  position: absolute; 
}
.ul-check.white li:before {
  color: #fff; 
}
.ul-check.success li:before {
  color: #8bc34a; 
}
.ul-check.primary li:before {
  color: var(--primary-color); 
}


.site-section {
  padding: 2.5em 0; 
  margin: 0 3vw;
}

.site-section.site-section-sm {
  padding: 4em 0; 
}
.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; 
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; 
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); 
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); 
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; 
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important; 
  }
}
.hover-bg-enlarge > div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out; 
}
.hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); 
}
@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important; 
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}
.bg-image.overlay {
  position: relative; 
}
.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7); 
}
.bg-image > .container {
  position: relative;
  z-index: 1; 
}
 
/* 
---------------------------------------------
topbar
--------------------------------------------- 
*/
.topbar {
  background: #002d4c;
  padding: 10px 3vw;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.topbar  .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
}
.topbar .contact-info {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.topbar .contact-info a {
  color: #fff;
  font-size: 17px;
  margin-right: 15px;
  white-space: nowrap;
}
.topbar .contact-info a.phonenumber {
    cursor: default;
  color: #fff;
  font-size: 15px;
  margin-right: 15px;
  white-space: nowrap;
}
.topbar .contact-info a i {
  font-size: 32px;
  top: -3px;
  position: absolute;
}
.topbar .contact-info .mailus {
  color: #fff;
}

.cta-quote a {
  text-decoration: underline;
}
/* 
---------------------------------------------
navbar / header
--------------------------------------------- 
*/
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.5rem; 
}
.site-logo a {
  color: var(--primary-color); 
}
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; 
}
.site-navbar .container-fluid {
  padding-left: 5%;
  padding-right: 5%; 
}
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important; 
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; 
}
.site-navbar .site-navigation .site-menu .active {
  color: var(--secondary-color);
  display: inline-block;
  /*padding: 5px 20px;*/ 
  opacity: 1;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; 
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block; 
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 0px 7px;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: normal;
  opacity: 1;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: var(--secondary-color); 
  opacity: 1;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative; 
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid var(--primary-color);
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: var(--primary-color) !important; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f4f5f9;
  color: #25262a; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0; 
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f4f5f9;
  color: #25262a; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: var(--primary-color); 
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; 
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; 
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: #000; 
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); 
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; 
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; 
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; 
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: var(--primary-color); 
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; 
}
.site-mobile-menu .site-nav-wrap li .active {
  color: var(--primary-color); 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; 
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; 
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; 
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
   width: 100%; 
/*  margin: 0 3vw;
*/  left: 0;
  right: 0;
}
.sticky-wrapper.is-sticky {
  margin: 0 0;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px; 
}

.sticky-wrapper .site-navbar {
  background: rgba(255,255,255,1);
  /* -webkit-box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%); */
  /* box-shadow: 4px 0 20px -5px rgb(0 0 0 / 20%); */
  /* -webkit-transition: .3s all ease; */
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.sticky-wrapper .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: var(--secondary-color);
  position: relative; 
  opacity: 1;
}
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  /* height: 2px; */
  background: var(--secondary-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 5px; 
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff; 
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  padding: 0px 7px;
/*  color: #000;*/
  display: inline-block;
  text-decoration: none !important; 
  opacity: 1;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
  color: var(--secondary-color);
  opacity: 1; 
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  background: var(--secondary-color);
}
.sticky-wrapper.is-sticky .site-navbar .fa-bars {
  color: #000!important
}
.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important; 
}
.cta-button a span {
  border-color: var(--primary-color);
  padding: 10px 20px; 
border-radius: 0;letter-spacing: normal;}
.cta-button a:hover span {
  background: var(--primary-color);
  color: #fff; 
}
.cta-button a.active {
  border-bottom: none; 
}
.cta-button a.active > span {
  background-color: var(--primary-color);
  color: #fff; 
}


/* 
---------------------------------------------
intro section
--------------------------------------------- 
*/
.intro-section {
  position: relative;
  background: url(../images/intro_bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 3vh 3vw 0 3vw; 
}
.intro-section, .intro-section .container .row {
  height: 95vh;
  min-height: 800px;
margin-top: -46px;}
.intro-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: var(--fade-left);
  border-bottom-right-radius: 0px; 
}

.intro-section h1 {
  font-size: 5rem;
  font-weight: 900;
  color: #fff; 
  text-transform: uppercase;
  margin-top: 70px;
}
.intro-section h2 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff; 
}
.intro-section p {
  color: #fff;
  font-size: 2.1rem;
  /* max-width: 400px; */
  font-weight: 700;
}
.intro-section p:nth-child(3),
.intro-section p:nth-child(4),
.intro-section p:nth-child(5),
.intro-section p:nth-child(6) {
  display: inline-block;
  
  color: #040001;
  padding: 0;
  margin-right: 0;
  font-size: 1.2rem;
}
 
/* 
---------------------------------------------
site section
--------------------------------------------- 
*/
.site-section {
  padding: 10em 0; 
}
.section-sub-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  display: block;
  margin-bottom: 0.5rem; 
}
.section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.section-title:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 7px;
    left: 0;
    background-color: var(--primary-color);
    bottom: 0;
}

.site-section.dark-bg {
  padding: 8em 0; 
  background: #191919;
}
.dark-bg .section-sub-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 1rem; 
}
.dark-bg .section-title {
  color: #fff;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.dark-bg p {
  color: #fff;
}

.bg-black .section-sub-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  margin-bottom: 1rem; 
}
.bg-black .section-title {
  color: #fff;
  margin-bottom: 1.8rem;
  font-weight: 900;
/*  max-width: 650px; */
}
.bg-black p,
.bg-black h3,
.bg-black h4 {
  color: #fff;
}

.image-absolute-box {
  position: relative; 
}
.image-absolute-box .box {
  /* position: absolute; */
  background: var(--fade-right);
  padding: 50px 50px 25px 50px;
  max-width: 100%;
  top: -20%;
  right: -20%;
  margin-bottom: 50px;
}
.image-absolute-box img {
  -webkit-box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 50px -5px rgba(0, 0, 0, 0.4);
}
.image-absolute-box .box .icon-wrap {
  color: #49afcd;
  margin-bottom: 1.5rem;
}
.image-absolute-box .box .icon-wrap span {
  font-size: 4rem;
}
.image-absolute-box .box h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}
.image-absolute-box .box p {
  color: rgb(255 255 255);
  font-size: 25px;
  font-weight: 500;
  max-width: 85%;
}

.section-1 {
  margin-top: 10rem; 
}
 
 
/* 
---------------------------------------------
scroll down
--------------------------------------------- 
*/

#scrolldown a {
  position: absolute;
  width: 120px;
  padding-top: 60px;
  font-weight: 600;
  bottom: 0px;
  /* left: 0; */
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: rgb(255 255 255);
  min-height: 100px;
  z-index: 99;
}
#scrolldown a span {
  position: absolute;
  top: 14px;
  left: 49%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #595959;
  border-bottom: 4px solid #161616;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

 
/* 
---------------------------------------------
quick-contact-form
--------------------------------------------- 
*/
.quick-contact-form {
  padding: 50px;
  border-radius: 0;
  margin-top: -200px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1); 
}
.quick-contact-form h2 {
  font-size: 14px;
  margin-bottom: 30px;
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2rem; 
}

form .form-control,
form .btn {
  height: 55px;
  border-radius: 4px; 
}

form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
  background: #efefef; 
}
form .form-control:active, form .form-control:focus {
  border-color: transparent;
  background: #efefef;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

form textarea {
  height: auto !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important; 
}

form .btn {
  border-color: transparent; 
}
.line-bottom {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}
.line-bottom:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 7px;
  left: 0;
  background-color: var(--primary-color);
  bottom: 0; 
}
.line-bottom.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}

.subpage .line-bottom:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 7px;
  left: 0;
  right: 0;
  margin:  0 auto;
  background-color: var(--primary-color);
  bottom: 0; 
}

.custom-tab {
  text-align: right;
  display: block !important; 
}
.custom-tab a {
  display: inline-block;
  padding: 10px 0px;
  margin-left: 10px;
  margin-right: 10px;
  color: #000;
  position: relative; 
}
.custom-tab a:before {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 0;
  background-color: #efefef; 
}
.custom-tab a.active:before {
  background-color: #fb7400; 
}

/* 
---------------------------------------------
 services
--------------------------------------------- 
*/
.service-2 {
  padding: 40px;
  background: #fff;
  border: 1px solid #dedede;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.service-2 .svg {
  width: 60px;
  margin-bottom: 30px; 
}
.service-2 .svg img {
  max-width: 100%; 
}
.service-2 p {
  font-size: 18px;
}
 
.service-2 h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  position: relative; 
}
.service-2 h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px; 
}
.service-2 h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #efefef;
  height: 4px; 
}
.service-2:hover {
  background-color: var(--primary-color);
  -webkit-box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1);
  box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1); 
}
.service-2:hover h3 {
  color: #fff; 
}
.service-2:hover h3 span:after {
  background-color: #ffb6b5; 
}
.service-2:hover p a {
  color: #fff;
  text-decoration: underline; 
}
.service-2:hover p {
  color: rgba(255, 255, 255, 1); 
}

/* 
---------------------------------------------
 Scroll top
--------------------------------------------- 
*/
.gototop {
  position: fixed;
  bottom: 85px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* 
---------------------------------------------
CTA
--------------------------------------------- 
*/
.cta_section {
    background-image: url(../images/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 137px 0;
    margin-top: 0;
}
.overlay {
    position: relative;
    z-index: 0;
}
.overlay::before {
    position: absolute;
    content: "";
    /* background: #091b27; */
    background: var(--fade-right);top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .9;
}
.cta_section .cta_text h3 {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 52px;
}
.cta_section .cta_btn {
    text-align: right;
}

/* 
---------------------------------------------
lang_switcher
--------------------------------------------- 
*/
.lang_switcher {
  position: relative;
  border-radius: 0;
  font-weight: 600;
  border: 0;
  border-radius: 3px;
  background: var(--primary-color);
}
.lang_switcher a,
.lang_switcher a:hover,
.lang_switcher a:active,
.lang_switcher a:focus {
  color: #fff!important;
  font-size: 16px!important;
  display: inline-block!important;
  margin-right: 0!important;
  padding: 0.25rem 0.5rem!important;
  height: 37px!important;
  line-height: 2!important;
}
.lang_switcher .dropdown-menu {
  background-color: #f8f9fa;
  padding: 7px;
  min-width: auto;
  text-align: center;
  border-radius: 3px;
  margin: 0;
}
.lang_switcher .dropdown-menu a.dropdown-item {
  color: #212529!important;
  text-align: center;
  padding: 0.25rem 0.5rem;
} 
 
.lang_switcher .dropdown-menu a:active,
.lang_switcher .dropdown-menu a:focus {
  background-color: #212529;
  color: #fff!important;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
.footer-area {
  background-color: #091b27;
  padding: 100px 0 0;
}
.footer-area .form-control {
  background-color: transparent;
}
.footer-area .form-group {
  margin-top: 25px;
}
.footer-area .footer_img a {
  width: 24%;
  margin-left: 1%;
}
.footer-area .footer_img img {
  margin-bottom: 5px;
}
.footer-area .single-footer-widget p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--footer-color);
}
.footer-area .single-footer-widget h4 {
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
}

.footer-area .single-footer-widget ul li {
  margin-bottom: 10px;
  color: #fff;
}
.footer-area .single-footer-widget ul li a {
  color: var(--footer-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 15px;
}
.footer-area .single-footer-widget ul li a:hover {
  color: var(--primary-color);
}
.footer-area .single-footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area .single-footer-widget .form-wrap {
  margin-top: 25px;
}
.footer-area .single-footer-widget input {
  height: 40px;
  border: none;
  width: 67% !important;
  font-weight: 400;
  padding-left: 20px;
  border-radius: 0;
  font-size: 13px;
  color: #999;
  border: 0 solid transparent;
  font-family: Roboto, sans-serif;
}
.footer-area .single-footer-widget input:focus {
  outline: 0;
  box-shadow: none;
}
.footer-area .single-footer-widget .click-btn {
  background-color: #ff5e13;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 20px;
  border: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  position: relative;
  left: 0;
}
.footer-area .single-footer-widget .click-btn:focus {
  outline: 0;
  box-shadow: none;
}
.footer-area .footer_1 img {
  margin-bottom: 35px;
}
.footer-area .footer_1 p {
  margin-bottom: 15px;
}
.footer-area .footer_2 .social_icon {
  margin-top: 27px;
}
.footer-area .footer_2 .social_icon a {
  color: #ccc;
  font-size: 14px;
  margin-right: 20px;
}
.footer-area .footer_3 .footer_img .single_footer_img {
  width: 30%;
  float: left;
  margin: 1%;
  position: relative;
  z-index: 2;
}

.footer-area .footer_3 .footer_img .single_footer_img:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-area .footer_3 .footer_img .single_footer_img i {
  text-align: center;
  position: absolute;
  top: 41%;
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 2;
  opacity: 0;
}
.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
  opacity: 0.5;
}
.footer-area .footer_3 .footer_img .single_footer_img:hover i {
  opacity: 1;
}
.footer-area .contact_info {
  position: relative;
  margin-bottom: 20px;
}
.footer-area .contact_info:last-child {
  margin-bottom: 0;
}
.footer-area .contact_info p {
  margin-bottom: 10px;
}
.footer-area .contact_info p a i {
  color: #fff;
}
.footer-area .contact_info p span {
  color: var(--footer-color);
  font-size: 16px;
}
.footer-area .btn {
  background-color: #ff5e13;
  color: #fff;
  width: 40px;
  border-radius: 0;
  height: 40px;
  padding: 0;
  border-radius: 2px !important;
}
.footer-area span.ti-heart {
  font-size: 12px;
  margin: 0 2px;
}
.footer-area .copyright_part_text {
  padding: 26px 0;
  margin-top: 112px;
  background-color: #06151f;
}
.footer-area .copyright_part_text p {
  font-size: 15px;
  color: #fff;
}
.footer-area .copyright_part_text a {
  color: #ff5e13;
}
.footer-area .input-group {
  border: 1px solid #dedede;
  padding: 5px;
}
.footer-area .input-group ::placeholder {
  font-size: 13px;
  color: #999;
}
.footer-area .container-fluid {
  padding-right: 0;
  padding-left: 0;
  overflow: hidden;
}
.footer-area .btn_1 {
  margin-top: 0;
}
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/*offsetting an html anchor to adjust for fixed header*/
[id].site-section::before {
  content: '';
  display: block;
  height:      145px;
  margin-top: -145px;
  visibility: hidden;
}

/*
---------------------------------------------
breadcrumb
--------------------------------------------- 
*/

.breadcrumb {
  margin-top: 100px;
  margin-bottom: 0;
}
.breadcrumb_bg {
  background-image: url("../images/intro_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.breadcrumb {
  position: relative;
  z-index: 1;
  height: 350px;
}
.breadcrumb:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--fade-left);
  content: "";
  opacity: 0.7;
  z-index: -1;
}
.breadcrumb .breadcrumb_tittle h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb_content p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.breadcrumb .breadcrumb_content span {
  margin: 0px 5px;
  font-size: 12px;
}

/*
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-info {
  margin-bottom: 25px;
}
.contact-info__icon {
  margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}
.contact-info .media-body h3 {
  font-size: 18px;
  margin-bottom: 0;
  color: #000;
}
.contact-info .media-body h3 a:hover {
  color: var(--secondary-color);
}
.contact-info .media-body p {
  color: #8a8a8a;
}

/* 2022-05-06 Tweaks */

footer a {
  color: #ff7d7d;
}

footer a:hover {
  color: #ff2322;
}