/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 45px;
  text-align: center;
  font-size: 13px;
  padding: 0 15px;
  background-color: #1c449b;
  color: #fff;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 575px) {
  .link {
    font-size: 12px;
    line-height: 40px;
    padding: 0 15px;
    letter-spacing: 0.7px;
  }
}
.link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 0% 50%);
  background-color: #71bf44;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.link span {
  position: relative;
  z-index: 999;
}
.link:hover {
  color: #fff;
}
.link:hover::before {
  clip-path: circle(140% at 100% 50%);
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #71bf44;
  color: #fff;
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 0% 50%);
  background-color: #1c449b;
  -webkit-transition: 0.3s all linear;
  -moz-transition: 0.3s all linear;
  -ms-transition: 0.3s all linear;
  -o-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.icon i, .icon::before {
  z-index: 999;
  position: relative;
}
.icon:hover {
  color: #fff;
}
.icon:hover::after {
  clip-path: circle(140% at 100% 50%);
}
.icon:hover i, .icon:hover::before {
  color: #fff;
}

.list {
  margin: 0;
}
.list li {
  display: block;
  line-height: 25px;
  margin-top: 15px;
  padding: 0 0 5px;
  padding-inline-start: 25px;
  font-size: 16px;
  color: #212121;
  position: relative;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #71bf44;
}
@media (max-width: 575px) {
  .list {
    font-size: 13px;
  }
}

.flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #1c449b !important;
  color: #fff !important;
}

body {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  text-align: start;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .container {
    max-width: 640px;
  }
}
.mt-25 {
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

/* Scroll Bar
======================*/
/* width */
::-webkit-scrollbar {
  background-color: #fff;
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #1c449b;
}

/* Loading
=========================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Mouse Cursor
=========================*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
@media (max-width: 991px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #1c449b;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #1c449b;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #1c449b;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 80ms ease-out;
  -moz-transition: all 80ms ease-out;
  -ms-transition: all 80ms ease-out;
  -o-transition: all 80ms ease-out;
  transition: all 80ms ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

/* Lists  
======================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 98;
}
section.colored {
  background-color: #f9f9f9;
}
section .secid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  top: -70px;
}
@media (max-width: 991px) {
  section {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 25px 0;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.section_title {
  text-align: center;
  margin: 0 auto 35px;
}
.section_title img {
  height: 25px;
  margin-bottom: 5px;
}
.section_title h3 {
  text-transform: uppercase;
  color: #1c449b;
  font-size: 28px;
  font-weight: 800;
}
.section_title p {
  font-size: 14px;
  color: #212121;
  letter-spacing: 1px;
  margin: 10px auto 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .section_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.form-group {
  margin: 0 0 10px;
}

label {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
  letter-spacing: 1px;
}

.form-control {
  padding: 0 15px;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: #212121;
  border: 1px solid #efefef;
  letter-spacing: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form-control:hover, .form-control:focus {
  border: 1px solid #efefef;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 90px;
  padding: 10px 15px;
  list-style: 22px;
}

.join_form {
  background-color: #0003;
  padding: 25px 25px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 25px auto 0;
  max-width: 640px;
}
.join_form label {
  color: #fff;
}

.contact_form {
  background-color: #0003;
  padding: 25px 25px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contact_form .form_title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 17px;
}
.contact_form .form-control {
  margin-bottom: 15px;
  border: 0 !important;
}
@media (max-width: 575px) {
  .contact_form {
    padding: 15px;
  }
  .contact_form .form_title {
    letter-spacing: 0.5px;
    font-size: 13px;
  }
}

/*  Header
=============================*/
header {
  position: fixed;
  top: 30px;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9997;
  padding: 5px 0;
  min-height: 80px;
  -webkit-transition: 0.4s linear all;
  -moz-transition: 0.4s linear all;
  -ms-transition: 0.4s linear all;
  -o-transition: 0.4s linear all;
  transition: 0.4s linear all;
}
header.move {
  top: 0;
  background-color: #212121;
}
header .container {
  position: relative;
  min-height: 80px;
}
header .col-12.flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .navbar-brand {
  margin: -5px 0 5px;
  padding: 5px 0;
  height: 80px;
  width: auto;
  z-index: 9999;
}
header .navbar-brand img {
  height: 100%;
}
header .menu-btn {
  margin: auto;
  z-index: 9999;
  display: none;
}
header .link {
  margin: 0;
  line-height: 40px;
}

.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -80px;
}
.navbar .container {
  min-height: auto;
}
.navbar ul.nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-inline-end: 160px;
}
.navbar ul.nav li {
  display: inline-block;
}
.navbar ul.nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin-inline-start: 30px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  line-height: 45px;
  letter-spacing: 1px;
  overflow: hidden;
}
.navbar ul.nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #71bf44;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar ul.nav li a:hover {
  color: #71bf44;
}
.navbar ul.nav li a:hover::after {
  width: 100%;
}
.navbar ul.nav li a.active {
  color: #fff;
}
.navbar ul.nav li a.active::after {
  width: 100%;
}
.navbar ul.nav li a.custom {
  background-color: #1c449b;
  color: #fff;
  padding: 0 15px;
  font-size: 12px;
  line-height: 35px;
  margin-inline-end: 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.navbar ul.nav li:last-child .custom {
  background-color: #71bf44;
}

@media (max-width: 991px) {
  header {
    top: 0;
    background-color: #212121;
  }
  header .menu-btn {
    display: inline-block;
    margin: 0;
  }

  .navbar {
    margin-top: 0;
    z-index: 9999;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #1c449b;
    -webkit-transition: 0.3s linear left;
    -moz-transition: 0.3s linear left;
    -ms-transition: 0.3s linear left;
    -o-transition: 0.3s linear left;
    transition: 0.3s linear left;
  }
  .navbar ul.nav {
    display: block;
    text-align: start;
    padding: 5px 25px;
  }
  .navbar ul.nav li {
    display: block;
  }
  .navbar ul.nav li a {
    text-align: start;
    color: #fff;
    margin: 10px 0;
    line-height: 30px;
  }
  .navbar ul.nav li a:hover {
    color: #71bf44;
  }
}
@media (max-width: 575px) {
  header {
    padding: 0;
    min-height: 70px;
  }
  header .container {
    min-height: 70px;
  }
  header .btns {
    padding: 5px 0;
  }
  header .navbar-brand {
    height: 50px;
    padding: 0;
    margin: 10px 0;
  }
}
/* Main Section
=============================*/
.main_section {
  width: 100%;
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: url(../images/bc1.jpg) center fixed no-repeat;
  background-size: cover;
  text-align: center;
}
.main_section::before {
  background-color: rgba(33, 33, 33, 0.85);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_section .caption {
  text-align: center;
  max-width: 768px;
  margin: auto;
  color: #fff;
}
.main_section img {
  max-width: 190px;
  margin: 15px auto;
}
.main_section h1 {
  font-weight: 800;
  font-size: 68px;
  line-height: 60px;
  letter-spacing: 22px;
  margin: 0;
  text-transform: uppercase;
}
.main_section h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 5px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.main_section p {
  margin: 0 auto 25px;
  font-size: 26px;
  letter-spacing: 2px;
  font-style: italic;
}
.main_section .scroll {
  position: absolute;
  width: 154px;
  height: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.main_section .scroll .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  left: 0;
  right: 0;
  margin: auto;
}
.main_section .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}
.main_section .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.main_section .chevron:before,
.main_section .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.main_section .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.main_section .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.main_section .scroll .text {
  display: block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
  margin: 65px auto 0;
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .main_section {
    margin-top: 90px;
    min-height: auto;
    padding: 20px 0 120;
  }
  .main_section img {
    max-width: 120px;
  }
  .main_section h1 {
    font-size: 48px;
    letter-spacing: 12px;
  }
  .main_section h3 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 3px;
    margin: 0 0 15px;
  }
  .main_section p {
    margin: 0 auto 15px;
    font-size: 18px;
    letter-spacing: 1px;
  }
}
@media (max-width: 575px) {
  .main_section {
    margin-top: 70px;
  }
  .main_section h1 {
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 35px;
  }
  .main_section h3 {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  .main_section p {
    font-size: 16px;
  }
}

/* service
=============================*/
.service_item {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 25px;
  margin: 25px auto;
  text-align: center;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s linear transform;
  -moz-transition: 0.4s linear transform;
  -ms-transition: 0.4s linear transform;
  -o-transition: 0.4s linear transform;
  transition: 0.4s linear transform;
}
.service_item img {
  width: 100px;
  margin: 0 auto 15px;
}
.service_item h3 {
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
  font-size: 15px;
  line-height: 20px;
  color: #212121;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-break: break-word;
}
.service_item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
@media (max-width: 991px) {
  .service_item {
    margin: 15px auto;
    min-height: auto;
  }
  .service_item h3 {
    font-size: 14px;
    letter-spacing: 0px;
  }
}

/* Order
=============================*/
.order .cust {
  background-color: #f9f9f9;
  padding: 25px;
  margin: 0;
}
@media (max-width: 575px) {
  .order .cust {
    padding: 25px 0;
  }
}
.order .side_txt {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.order .side_txt h3 {
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 5px;
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #1c449b;
}
.order .side_txt p {
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .order .side_txt h3 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .order .side_txt p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
  }
}
.order form {
  padding: 25px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .order form {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .order form {
    padding: 15px;
  }
}

/* Gallery Item
===========================*/
.gallery_item {
  display: block;
  height: 270px;
  border: 5px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.gallery_item::before {
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.65);
  color: #fff;
  line-height: 270px;
  font-size: 48px;
  z-index: 999;
  text-align: center;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery_item:hover::before {
  opacity: 1;
}

/* Contact
==============================*/
iframe {
  margin: 0 0 -8px;
}

.contact_info {
  padding: 50px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .contact_info {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .contact_info {
    padding: 0;
  }
}
.contact_info img {
  margin-bottom: 50px;
  width: 270px;
}
.contact_info ul li {
  margin-bottom: 25px;
  padding: 0;
  color: #fff;
  letter-spacing: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact_info ul li i {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #1c449b;
  text-align: center;
  border-radius: 50%;
  margin-inline-end: 15px;
  color: #fff;
}
.contact_info ul li a,
.contact_info ul li p {
  color: #212121;
  display: block;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.contact_info ul li p {
  line-height: 22px;
  margin: 0;
}

/* Footer
=====================*/
footer {
  padding: 50px 0 15px;
  position: relative;
  z-index: 9997;
  background-color: #1c449b;
}
footer .up_btn {
  position: absolute;
  right: 0;
  left: 0;
  top: -15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
}
footer .copyrights {
  text-align: center;
  color: #fff8;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.chat_btns {
  position: fixed;
  left: 15px;
  bottom: 15px;
  margin: auto;
  font-size: 16px;
  z-index: 9998;
  width: 45px;
  height: 100px;
}
.chat_btns a {
  display: block;
  margin: 5px auto 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-size: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.chat_btns a.whats {
  background-color: #25d366;
}
.chat_btns a.mes {
  background-color: #0099ff;
}

/*# sourceMappingURL=style.css.map */
