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

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --red: #ec2227;
  --primary-color: #85403f;
  --primary-color-2: #6e0c0b;
  --primary: #bb0b09;
  --primary-rgb: 41, 112, 132;
  --text-dark: #333333;
  --text-light: #767268;
  --box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%),
    0 1px 5px 0 rgb(0 0 0 / 20%);
  --box-shadow-lg: 0 2px 12px 5px rgb(0 0 0 / 5%),
    0 3px 11px -2px rgb(0 0 0 / 3%), 0 1px 15px 8px rgb(0 0 0 / 5%);
  --box-shadow-xl: 0px 33px 79px 0px rgba(0, 0, 0, 0.08);
  --header-font: "Bebas Neue", sans-serif;
  --max-width: 1300px;
}

html {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}
.site {
  overflow: hidden;
  /* //padding: 0 30px; */
}
/* Links
--------------------------------------------- */

/* Navigation
--------------------------------------------- */
.text-primary {
    color: #bb0b09 !important;
}


/*** Navbar ***/
.navbar.sticky-top {
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}
.navbar  {
    width: 100%;
}
.logo-container img {
  height: 100%;
}
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


.display-4 {
    font-weight: 600;
    line-height: 1.2;
}

.bg-1000 {
    background-color: #512924 !important;
}
.py-8 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-text-copy{
  color: #ffffff;
}

.footer-img-logo{
  width: 200px;
}

.lh-sm {
    line-height: 1.25 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fs-4 {
    font-size: 2.0736rem !important;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 2.98598rem;
    }
}
.display-3 {
    font-size: calc(1.4236rem + 2.08318vw);
    font-weight: 900;
    line-height: 1;
}

.about_area {
    padding-top: 200px;
    padding-bottom: 100px;
}

.mb-20px {
    margin-bottom: 20px;
}
.section_title span {
    color: #009DFF;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}

.section_title h3 {
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    color: #1F1F1F;
}

.about_area .about_info p {
    font-size: 16px;
    line-height: 28px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 47px;
}

.about_area .about_thumb {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.about_area .about_thumb .img_2 {
    margin-top: 40px;
    margin-left: 10px;
}

.about_area .about_thumb img {
    width: 100%;
}

.about_area .about_thumb2 img {
    width: 100%;
}

.about_area .about_thumb2 .img_2 {
    margin-top: 40px;
    margin-left: 10px;
}


.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-title {
    position: relative;
    padding: 115px 0 35px 0;
    text-align: center;
}


.text-uppercase {
    text-transform: uppercase !important;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100px;
    top: 0;
    left: 50%;
    margin-left: 1px;
    background: #DA9F5B;
}

.row {
    display: flex
;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.site-main-404{
  background-color: #ffffff; 
  color: #000000;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
	    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: 100vh;
}

.site-404-button {
  font-weight: 300;
  color: #000000;
  font-size: 1.2em;
  text-decoration: none;
  border: 1px solid #000000;
  padding: .5em;
  border-radius: 3px;

  position: relative;
  transition: all .3s linear;
}

.site-404-button:hover {
  background-color: #007aff;
  color: #fff;
}

.site-404-p {
  font-size: 2em;
  text-align: center;
  font-weight: 100;
}

.site-404-h1 {
  text-align: center;
  font-size: 15em;
  font-weight: 100;

}



.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}

.form-contact .form-group {
    margin-bottom: 30px;
}
.boxed-btn {
    background: #fff;
    color: #131313;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #009DFF;
    letter-spacing: 3px;
    text-align: center;
    color: #009DFF !important;
    text-transform: uppercase;
    cursor: pointer;
}

.boxed-btn:hover {
    background: #ff0000;
    color: #fff !important;
    border: 1px solid #009DFF;
}

.section_title-a{
    color: #fff;
    font-weight: 600;
}

.section_title-a button:hover {
    background-color: #9c0b08;
}

.section_title-a:hover{
    color: #ffffff;
}


.section_title-a button {
    width: fit-content;
    padding: 0.7rem 1.5rem;
    outline: none;
    border: none;
    font-size: 1rem;
    white-space: nowrap;
    color: #fff;
    background-color: #6e0c0b;
    border-radius: 10px;
    transition: 0.3s;
    cursor: pointer;
}