/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap");
/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #ddc144 !important;
  color: #373536 !important;
}

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

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

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

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

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

/* 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;
}

.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
  font-size: 13px;
  padding: 0 15px;
  letter-spacing: 1px;
  background-color: #ddc144;
  color: #373536;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s color linear;
  -moz-transition: 0.3s color linear;
  -ms-transition: 0.3s color linear;
  -o-transition: 0.3s color linear;
  transition: 0.3s color linear;
}
.link::before,
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #373536;
  bottom: -7px;
  left: 0;
}
.link::after {
  width: 0;
  background-color: #ddc144;
  -webkit-transition: 0.3s width linear;
  -moz-transition: 0.3s width linear;
  -ms-transition: 0.3s width linear;
  -o-transition: 0.3s width linear;
  transition: 0.3s width linear;
}
.link i {
  line-height: 15px;
  color: inherit !important;
  vertical-align: middle !important;
  margin: 0 3px;
}
.link:hover {
  background-color: #373536;
  color: #fff;
}
.link:hover::after {
  width: 100%;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding: 0;
  border: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #ddc144;
  color: #373536;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: inherit;
}
.icon:hover {
  background-color: #373536;
  color: #fff;
}

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

.list {
  margin: 0;
}
.list li {
  display: block;
  position: relative;
  line-height: 25px;
  margin-bottom: 15px;
  padding-inline-start: 25px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0;
  top: 0;
  color: #ddc144;
  font-size: 16px;
  font-weight: 900;
}

/* Page Setting
=====================*/
section {
  position: relative;
  padding: 70px 0;
  z-index: 99;
}
@media (max-width: 767.9px) {
  section {
    padding: 35px 0 !important;
  }
}
section.colored {
  background-color: #f6f6f6;
}

.section_title {
  margin-bottom: 35px;
}
.section_title h3 {
  color: #373536;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.section_title p {
  color: #ddc144;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 0;
}
@media (max-width: 767.9px) {
  .section_title {
    margin-bottom: 25px;
  }
  .section_title h3 {
    font-size: 24px;
  }
  .section_title p {
    font-size: 16px;
  }
}
@media (max-width: 575.9px) {
  .section_title {
    margin-bottom: 25px;
  }
  .section_title h3 {
    font-size: 22px;
  }
  .section_title p {
    font-size: 14px;
  }
}

.section_img {
  background: url(../images/section_img.jpg) center no-repeat fixed;
  background-size: cover;
  overflow: hidden;
}
.section_img::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* Page Head
=======================*/
.page_head {
  background: url(../images/section_img.jpg) center no-repeat fixed;
  background-size: cover;
  text-align: center;
  font-weight: 700;
  padding: 90px 0;
  margin-top: 80px;
}
@media (max-width: 991.9px) {
  .page_head {
    margin-top: 70px;
    padding: 50px 0;
  }
}
.page_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.page_head h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page_head ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page_head ul li a {
  font-size: 16px;
  display: block;
  color: #ddc144;
  padding: 0 15px;
  margin-inline-end: 5px;
  position: relative;
}
.page_head ul li a::after {
  content: " / ";
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 575.9px) {
  .page_head h3 {
    font-size: 24px;
  }
  .page_head ul li a {
    padding: 0 5px;
    margin-inline-end: 3px;
    font-size: 12px;
  }
}

.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: 991.9px) {
  .mouse-cursor {
    display: none !important;
  }
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #ddc144;
  -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: #ddc144;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #ddc144;
  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;
}

.banner-dot-shape-1 {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateY(-20%) translateX(-50%);
  transform: translateY(-20%) translateX(-50%);
  -webkit-animation: animationFramesOne 25s infinite linear;
  animation: animationFramesOne 25s infinite linear;
  z-index: -1;
}

.banner-dot-shape-2 {
  position: absolute;
  top: 15%;
  left: 5%;
  -webkit-transform: translateY(-15%) translateX(-5%);
  transform: translateY(-15%) translateX(-5%);
  -webkit-animation: animationFramesOne 10s infinite linear;
  animation: animationFramesOne 10s infinite linear;
  z-index: -1;
}

.banner-dot-shape-3 {
  position: absolute;
  bottom: 10%;
  left: 35%;
  -webkit-transform: translateY(-10%) translateX(-35%);
  transform: translateY(-10%) translateX(-35%);
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
  z-index: -1;
}

.banner-dot-shape-4 {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear;
  z-index: -1;
}

.banner-dot-shape-5 {
  position: absolute;
  top: 20%;
  right: 10%;
  -webkit-transform: translateY(-20%) translateX(-10%);
  transform: translateY(-20%) translateX(-10%);
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
  z-index: -1;
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ddc146;
  opacity: 40%;
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background-color: #fff;
  -webkit-animation: run 15s 0s infinite;
  animation: run 15s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  border-radius: 50%;
}

.lines .line:nth-child(1) {
  margin-left: -50%;
}

.lines .line:nth-child(2) {
  margin-left: -25%;
}

.lines .line:nth-child(3) {
  margin-left: 0;
}

.lines .line:nth-child(4) {
  margin-left: 25%;
}

.lines .line:nth-child(5) {
  margin-left: 50%;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  padding: 15px 0;
  z-index: 9998;
  -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;
}
header.inner,
header.move {
  top: 0;
  background-color: #fff;
}
header .container {
  height: 50px;
  position: relative;
}
header .logo {
  margin: 0;
  overflow: hidden;
  z-index: 9999;
  height: 50px;
  position: relative;
  display: inline-block;
}
header .logo img {
  margin: 0;
  height: 100%;
}
header .menu_btn {
  position: absolute;
  right: 14px;
  top: 5px;
  display: none;
}
header .navbar {
  padding: 0;
  z-index: 0;
  margin-top: -50px;
}
header .navbar .container {
  justify-content: flex-end;
}
header .navbar .row {
  width: 100%;
}
header .navbar .navbar-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin: auto;
  z-index: 99;
  width: 100%;
}
header .navbar .navbar-nav li {
  display: inline-block;
}
header .navbar .navbar-nav li a {
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  padding: 0 !important;
  margin: 0;
  margin-inline-start: 25px;
  font-size: 14px;
  color: #373536;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
header .navbar .navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 2px;
  background-color: #373536;
  top: -1px;
  left: 0;
  -webkit-transition: 0.3s width linear;
  -moz-transition: 0.3s width linear;
  -ms-transition: 0.3s width linear;
  -o-transition: 0.3s width linear;
  transition: 0.3s width linear;
}
header .navbar .navbar-nav li a:hover {
  color: #ddc144;
}
header .navbar .navbar-nav li a:hover::after {
  width: 100%;
}
header .navbar .navbar-nav li .extra {
  display: none;
}
header .navbar .navbar-nav li.active > a {
  color: #ddc144;
}
header .navbar .navbar-nav li.active > a::after {
  width: 100%;
}
header .navbar .navbar-nav li.active > a:hover {
  color: #ddc144;
}
header .navbar .navbar-nav li:last-child a {
  background-color: #ddc144;
  color: #373536;
  text-align: center;
  padding: 0 15px !important;
}
header .navbar .navbar-nav li:last-child a::after {
  display: none;
}
header .navbar .navbar-nav li:last-child a:hover {
  background-color: #373536;
  color: #fff;
}

@media (min-width: 992px) {
  ul li.dropdown .dropdown-menu {
    display: block;
    left: 0;
    margin: auto;
    width: 220px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    border: 0;
    background-color: #373536;
    transform-origin: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
    -o-transition: 0.4s all linear;
    transition: 0.4s all linear;
  }
  ul li.dropdown .dropdown-menu a {
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    text-align: start;
    font-weight: 400;
    white-space: inherit;
    padding: 10px 25px !important;
    border-bottom: 1px solid #fff1;
  }
  ul li.dropdown .dropdown-menu a::after {
    display: none;
  }
  ul li.dropdown .dropdown-menu a:hover {
    color: #ddc144;
    background-color: transparent;
  }
  ul li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@media (max-width: 991.9px) {
  header {
    top: 0;
    padding: 10px 0;
  }
  header .menu_btn {
    display: inline-block;
    font-size: 29px;
  }
  header .navbar {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 65px;
    width: 100%;
    max-height: 440px;
    overflow-y: auto;
    background-color: #373536;
  }
  header .navbar .container {
    height: auto;
  }
  header .navbar .row {
    margin: auto;
  }
  header .navbar .navbar-collapse {
    position: relative;
    width: 100%;
  }
  header .navbar .navbar-nav {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: start;
  }
  header .navbar .navbar-nav li {
    display: block;
  }
  header .navbar .navbar-nav li a {
    display: inline-block;
    margin: 5px 0;
    text-align: start;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
  }
  header .navbar .navbar-nav li a.extra {
    margin: 0 0 0 10px;
    display: inline-block;
    background-color: #ddc144;
    width: 30px;
    text-align: center;
    color: #373536 !important;
  }
  header .navbar .navbar-nav li a i {
    display: none;
  }
  header .navbar .navbar-nav li a::after {
    display: none;
  }
  header .navbar .navbar-nav li a:hover {
    color: #ddc144;
  }
  header .navbar .navbar-nav li.active a {
    color: #ddc144;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu {
    position: static;
    clear: both;
    box-shadow: none;
    display: none;
    background-color: transparent;
    border: 0;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu a {
    margin: 5px 10px;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
  }
  header .navbar .navbar-nav li.dropdown .dropdown-menu a:hover {
    background-color: transparent;
  }
  header .navbar .navbar-nav li.dropdown.show .dropdown-menu {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 575.9px) {
  header {
    background: transparent;
  }
  header .container {
    padding: 0;
  }
  header .container .row {
    margin: 0;
  }
  header .container .row .col-12 {
    position: relative;
  }
}
.main_section {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 180px 0 50px;
  overflow: hidden;
}
.main_section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 380px;
  height: 100%;
  max-height: 160px;
  background: url(../images/shaps/top_shap.png) no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.2;
  transform: rotateY(180deg);
}
.main_section .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 45px;
}
.main_section .cont h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 35px;
}
.main_section .cont h1 span {
  display: block;
  font-size: 124px;
  line-height: 110px;
}
.main_section .cont p {
  font-size: 18px;
  margin: 25px auto;
}
.main_section #main_img {
  overflow: hidden;
}
.main_section #main_img .layer {
  margin: auto;
  margin-right: 0;
}
@media (max-width: 1199.9px) {
  .main_section {
    padding: 150px 0 70px !important;
  }
}
@media (max-width: 991.9px) {
  .main_section {
    padding: 90px 0 50px !important;
  }
  .main_section .cont h1 {
    font-size: 26px;
  }
  .main_section .cont h1 span {
    font-size: 76px;
    line-height: 65px;
  }
  .main_section .cont p {
    margin-top: 0;
    font-size: 14px;
  }
}
@media (max-width: 767.9px) {
  .main_section {
    padding: 100px 0 50px !important;
  }
  .main_section .cont {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 575.9px) {
  .main_section .cont h1 {
    font-size: 18px;
  }
  .main_section .cont h1 span {
    font-size: 56px;
    line-height: 45px;
  }
}

.about .container {
  margin-top: -50px;
}
@media (max-width: 767.9px) {
  .about .container {
    margin-top: 0;
  }
}
.about svg {
  margin-top: -140px;
}
.about svg path {
  fill: #f3f3f3;
}
@media (max-width: 991.9px) {
  .about svg {
    margin-top: -130px;
  }
}
@media (max-width: 767.9px) {
  .about svg {
    margin-top: -70px;
  }
}
.about .banner_img {
  margin-bottom: 40px;
}
.about .about_cover {
  position: relative;
}
.about .about_cover img {
  width: 100%;
}
.about .about_cover h4 {
  position: absolute;
  bottom: 0;
  background-color: #373536;
  padding: 25px;
  color: #fff;
  left: 0;
  right: 0;
  bottom: 25px;
  margin: auto;
  width: 90%;
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 999;
}
.about .about_cover h4 span {
  color: #ddc144;
  font-size: 64px;
  vertical-align: middle;
  border-bottom: 5px solid #fff;
  margin: auto 10px;
  line-height: 65px;
  display: inline-block;
}
@media (max-width: 1199.9px) {
  .about .about_cover h4 {
    font-size: 16px;
    padding: 25px 10px;
  }
}
@media (max-width: 575.9px) {
  .about .about_cover h4 {
    font-size: 14px;
    padding: 15px 5px;
  }
  .about .about_cover h4 span {
    font-size: 34px;
    line-height: 40px;
    margin: auto 5px 5px;
  }
}
.about .about_cont h1 {
  display: block;
  font-size: 94px;
  line-height: 110px;
  margin-bottom: 15px;
  font-weight: 700;
}
.about .about_cont h3 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 35px;
}
.about .about_cont p {
  line-height: 30px;
  font-size: 18px;
  margin: 25px auto;
}
.about .about_cont p.last {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 1199.9px) {
  .about .about_cont p {
    line-height: 25px;
    font-size: 16px;
    margin: 15px auto;
  }
  .about .about_cont p.last {
    padding: 15px;
  }
}
@media (max-width: 991.9px) {
  .about .about_cont {
    margin-top: 25px;
  }
  .about .about_cont h3 {
    font-size: 26px;
  }
  .about .about_cont h1 {
    font-size: 76px;
    line-height: 65px;
  }
}
@media (max-width: 575.9px) {
  .about .about_cont h3 {
    font-size: 18px;
  }
  .about .about_cont h1 {
    font-size: 56px;
    line-height: 45px;
  }
}

.order {
  color: #fff;
  text-align: center;
  padding: 100px 0;
}
.order h3 {
  display: block;
  font-size: 44px;
  line-height: 40px;
  margin: 0;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.order p {
  line-height: 30px;
  font-size: 18px;
  max-width: 768px;
  margin: 35px auto 15px;
}
.order .link {
  margin: 15px auto;
}
@media (max-width: 991.9px) {
  .order h3 {
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575.9px) {
  .order h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .order p {
    margin-top: 0;
    line-height: 24px;
    font-size: 16px;
  }
}

.clients {
  padding-bottom: 140px;
}
@media (max-width: 767.9px) {
  .clients {
    padding-bottom: 70px !important;
  }
}

.text h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 25px;
  letter-spacing: 1px;
}
.text p {
  line-height: 25px;
  font-size: 16px;
  margin: 15px auto;
}

.text_hint {
  max-width: 540px;
  margin: 40px auto 0;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.text_hint span {
  display: block;
  min-width: 170px;
}
.text_hint span:last-child {
  min-width: 280px;
}
.text_hint .text_slider {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  text-align: center;
  width: 232px;
  background-color: #ddc144;
  border-bottom: 5px solid #373536;
}
.text_hint .text_slider .item {
  display: block;
  min-width: 100%;
  text-align: center;
}
.text_hint .text_slider p {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-size: 35px;
  width: 232px;
  line-height: 45px;
  display: block;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .text_hint {
    flex-direction: column;
    margin: 0;
  }
  .text_hint .text_slider {
    margin: 15px auto;
  }
}

.service_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(320deg, #f3f3f3 20%, rgba(255, 255, 255, 0) 80%);
  margin: auto auto 25px;
  padding: 25px 10px;
  border-bottom: 5px solid transparent;
  -webkit-transition: 0.3s border linear;
  -moz-transition: 0.3s border linear;
  -ms-transition: 0.3s border linear;
  -o-transition: 0.3s border linear;
  transition: 0.3s border linear;
}
.service_item:hover {
  border-bottom-color: #ddc144;
}
.service_item img {
  margin: 0;
  width: 50px;
  margin-inline-end: 10px;
}
.service_item .cont h3 {
  color: #373536;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
}
.service_item .cont p {
  color: #373536;
  margin: 10px 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199.9px) and (min-width: 992px) {
  .service_item .cont p {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@media (max-width: 767.9px) {
  .service_item .cont p {
    text-overflow: unset;
  }
}
.service_item .cont a {
  color: #373536;
  position: relative;
  display: inline-block;
  padding-inline-start: 25px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.service_item .cont a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 1px;
  background-color: #373536;
}
@media (max-width: 1199.9px) {
  .service_item {
    padding: 20px 20px 20px 15px;
  }
  .service_item .cont h3 {
    font-size: 16px;
  }
  .service_item .cont p {
    margin: 10px 0;
    font-size: 13px;
    line-height: 20px;
  }
}

.inner_services .service_item {
  margin: 25px auto;
}

.related .service_item {
  background: #fff;
}

.service img {
  width: 100%;
  margin-bottom: 30px;
}
.service h2 {
  color: #373536;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.service h3 {
  color: #373536;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.service p {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin: 0 0 25px;
}
.service .list li {
  font-size: 13px;
}

.table {
  background-color: #fff;
  border: 0;
  margin: auto;
}
.table tr th,
.table tr td {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  border-bottom: 0;
}
.table tr th {
  border-bottom-width: 1px;
}
.table .wide {
  width: 190px;
  min-width: 190px;
  max-width: 190px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.table i {
  font-size: 18px;
}
.table i.fa-check {
  color: #ddc144;
}
.table i.fa-times {
  color: #777;
}
.table .cor {
  font-size: 18px;
  background-color: #ddc144;
}
.table .b5 {
  border-right: 4px solid #ddc144;
  border-left: 4px solid #ddc144;
  border-bottom: 1px solid #dee2e6;
}
.table .bb5 {
  border-bottom: 4px solid #ddc144;
}
@media (max-width: 991.9px) {
  .table tr th,
  .table tr td {
    font-size: 12px;
    padding: 10px;
    letter-spacing: 0px;
  }
  .table i {
    font-size: 14px;
  }
  .table .wide {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
  }
  .table .cor {
    font-size: 15px;
  }
}
@media (max-width: 767.9px) {
  .table {
    margin-bottom: 10px;
  }
  .table tr th,
  .table tr td {
    width: 270px;
    min-width: 270px;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.01);
}

.projects {
  background-color: #f8f3da;
}
.projects .row {
  position: relative;
}
.projects .row .link {
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}
@media (max-width: 767.9px) {
  .projects .row .link {
    position: relative;
    right: auto;
    top: auto;
    margin: auto;
  }
}
.projects .project_item {
  margin-bottom: 25px;
  display: block;
}
.projects .project_item img {
  width: 100%;
}
.projects .project_item h3 {
  margin: 0;
  padding: 25px;
  background-color: #fff;
  color: #373536;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact_item {
  margin: auto auto 15px;
}
.contact_item i {
  display: inline-block;
  margin-bottom: 15px;
  background-color: #ddc144;
  width: 40px;
  height: 40px;
  color: #373536;
  text-align: center;
  line-height: 40px;
}
.contact_item h3 {
  color: #373536;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 0 0 5px;
}
.contact_item a {
  font-size: 16px;
  display: inline-block;
  color: #373536;
  letter-spacing: 0.5px;
}
.contact_item span {
  font-size: 16px;
  display: block;
}

.contact {
  padding-bottom: 140px;
}
@media (max-width: 767.9px) {
  .contact {
    padding-bottom: 70px !important;
  }
}
.contact iframe {
  margin: 70px auto;
}
@media (max-width: 991.9px) {
  .contact iframe {
    margin: 30px auto;
  }
}
.contact .contact_form p {
  color: #ddc144;
  font-size: 18px;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact .contact_form h3 {
  color: #373536;
  font-size: 26px;
  font-weight: 700;
  margin: 15px auto;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contact .contact_img {
  width: 100%;
  margin-bottom: 25px;
}

.form-group {
  position: relative;
  margin: 15px auto;
  text-align: start;
}

label {
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 15px 0;
  text-align: start;
  color: #373536;
}

.form-control {
  width: 100%;
  color: #373536;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-control:hover {
  outline: 0;
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.form-control:focus {
  outline: 0;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
  min-height: 100px;
}

footer {
  background-color: #373536;
  position: relative;
  z-index: 9997;
}
footer > .container {
  margin-top: -70px;
}
@media (max-width: 767.9px) {
  footer > .container {
    margin-top: 0;
  }
}
footer svg {
  margin-top: -140px;
}
footer svg path {
  fill: #373536;
}
@media (max-width: 991.9px) {
  footer svg {
    margin-top: -130px;
  }
}
@media (max-width: 767.9px) {
  footer svg {
    margin-top: -70px;
  }
}
footer .logo {
  display: inline-block;
}
footer .logo img {
  width: 191px;
  background-color: #fff;
  padding: 10px;
  margin: 0;
}
footer p {
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0;
  color: #ddd;
}
footer h3 {
  position: relative;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #ddc144;
}
footer ul li {
  display: block;
}
footer ul li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 5px;
  text-transform: capitalize;
  -webkit-transition: 0.3s transform linear;
  -moz-transition: 0.3s transform linear;
  -ms-transition: 0.3s transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
}
footer ul li a:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  color: #ddc144;
}
footer .contact_links a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
footer .contact_links a i {
  display: inline-block;
  margin-inline-end: 10px;
  background-color: #fff1;
  width: 35px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
footer .copyrights {
  margin-top: 25px;
  border-top: 1px solid #fff1;
}
footer .copyrights .container {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.9px) {
  footer .copyrights .container {
    flex-direction: column;
    justify-content: center;
  }
}
footer .copyrights .container p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.whats_btn {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9998;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 28px;
  background-color: #25d366;
  color: #fff !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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