@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Lora:wght@400;500;600;700&family=Montserrat+Alternates:wght@200;300;400;500;600;800&family=Montserrat:wght@400;500;600;700;800&family=Open+Sans:wght@400;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;800&family=Raleway:wght@200;400;500;600;700;900&family=Roboto:wght@300;400;500;700;900&family=Titillium+Web:wght@300;400;600;700&display=swap");
/* 
font-family: 'Lato', sans-serif; - 300;400;700;900
font-family: 'Lora', serif; - 400;500;600;700
font-family: 'Montserrat', sans-serif; - 400;500;600;700;800
font-family: 'Montserrat Alternates', sans-serif; - 200;300;400;500;600;800
font-family: 'Open Sans', sans-serif; - 400;600;700;800
font-family: 'Oswald', sans-serif; - 200;300;400;500;600;700
font-family: 'Poppins', sans-serif; - 200;300;400;500;600;800
font-family: 'Raleway', sans-serif; - 300;400;500;700;900
font-family: 'Roboto', sans-serif; - 300;400;500;700;900
font-family: 'Titillium Web', sans-serif; - 300;400;600;700
*/
::-moz-selection {
  color: #fff;
  background: rgba(255, 193, 21, 0.945);
}
::selection {
  color: #fff;
  background: rgba(255, 193, 21, 0.945);
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #7ebfff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #57abff;
}

::-webkit-scrollbar-thumb:active {
  background-color: #1e90ff;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100vh;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  position: relative;
  overflow: hidden;
}

section {
  overflow: hidden !important;
}

header {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

header .top_header {
  background: #111;
}

header .top_header_row {
  width: 100%;
  padding: 1.4rem 0;
}

header .top_header_row p {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

header .top_header_row .quote_callback_btn a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  background: transparent;
  border: 1.4px solid #46b8ff;
  border-radius: 4px;
  padding: 4px 12px;
  -webkit-transition: all 0.24s;
  transition: all 0.24s;
}

header .top_header_row .quote_callback_btn a.fill {
  color: #111;
  background: #289aff;
}

header .top_header_row .quote_callback_btn a:hover {
  color: #111;
  background: #289aff;
}

header .top_header_row .quote_callback_btn a:hover.fill {
  color: #fff;
  background: transparent;
}

@media (max-width: 639px) {
  header .top_header_row p {
    margin-bottom: 1rem;
  }
  header .top_header_row .quote_callback_btn a {
    font-size: 1.3rem;
    padding: 3px 10px;
  }
}

@media (max-width: 639px) {
  header .main_header {
    padding: 1rem 2rem;
    background: rgba(0, 0, 0, 0.14);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
  }
}

header .main_header a.logo {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: 'Montserrat Alternates', sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  -webkit-transition: color 0.24s;
  transition: color 0.24s;
}

@media (max-width: 991px) {
  header .main_header a.logo {
    padding: 2rem;
  }
}

@media (max-width: 639px) {
  header .main_header a.logo {
    padding: 1.4rem 0;
  }
}

header .main_header .toggle_btn {
  color: #fff;
  display: none;
}

@media (max-width: 639px) {
  header .main_header .toggle_btn {
    display: block;
    padding: 4px;
    font-size: 3rem;
    cursor: pointer;
  }
}

header .main_header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main_header nav ul li {
  padding: 2.4rem 0;
  cursor: pointer;
  margin: 0 1rem;
  position: relative;
}

header .main_header nav ul li:hover > a {
  color: #3caeff;
}

header .main_header nav ul li:hover .dropdown {
  visibility: visible;
  opacity: 1;
  top: 99%;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

header .main_header nav ul li a {
  text-decoration: none !important;
  padding: 1rem 0;
  margin: 0 1.4rem;
  display: block;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  -webkit-transition: 0.32s;
  transition: 0.32s;
}

header .main_header nav ul li .dropdown {
  position: absolute;
  top: 80%;
  left: 0;
  background: #222;
  padding: 1rem 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  cursor: default;
  -webkit-transition: all 0.27s;
  transition: all 0.27s;
}

header .main_header nav ul li .dropdown::before {
  content: '';
  position: absolute;
  top: -0.4rem;
  left: 1.4rem;
  height: 1.2rem;
  width: 1.2rem;
  background: #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .main_header nav ul li .dropdown a {
  color: #fff;
  text-transform: capitalize;
  padding: 7px;
  display: block;
  margin: 4px 0;
  white-space: nowrap;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}

header .main_header nav ul li .dropdown a:hover {
  color: #3caeff;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

@media (max-width: 991px) {
  header .main_header nav ul li {
    padding-top: 4px;
  }
}

@media (max-width: 639px) {
  header .main_header nav {
    display: none;
  }
}

@media (max-width: 991px) {
  header .main_header .contact {
    display: none;
  }
}

header .main_header .contact span {
  font-size: 5rem;
  color: #289aff;
}

header .main_header .contact div {
  margin-left: 1rem;
}

header .main_header .contact div h4 {
  font-size: 1.7rem;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}

header .main_header .contact div h3 {
  font-weight: 800;
  font-family: 'Oswald', sans-serif;
  margin: 0;
}

.mobnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  display: none;
}

.mobnav i#close {
  color: #222;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  padding: 14px 18px;
  margin: 14px 14px 0 0;
  z-index: 99;
}

.mobnav ul {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-left: 44px;
  position: relative;
  background: #fff;
}

.mobnav ul li {
  list-style-type: none;
  display: block;
}

.mobnav ul li a,
.mobnav ul li .nav_link_mob {
  color: #222;
  padding: 6px 0;
  margin: 6px 0;
  display: block;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  position: relative;
  left: 0%;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobnav ul li a:hover,
.mobnav ul li .nav_link_mob:hover {
  text-decoration: none;
  color: #0a7ceb;
  margin-left: 10px;
}

.mobnav ul li .dropdown_mob {
  display: none;
}

.mobnav ul li .dropdown_mob a {
  font-size: 2.2rem;
  text-align: left;
  display: block;
  padding-left: 1.4rem;
  margin: 1rem 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

#preloader .loading {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../image/loading.svg") no-repeat;
  background-position: center;
}

#preloader h2 {
  display: none;
  color: #555;
  padding: 3rem 0;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
/*# sourceMappingURL=header.css.map */