.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.cbg-primary {
  background-color: #c20f2f !important;
}

.cbg-light-primary {
  background-color: rgba(194, 15, 47, 0.7) !important;
}

.cbg-secondary {
  background-color: #2f3343 !important;
}

.cbg-third {
  background-color: #c20f2f !important;
}

.cbg-light-grey {
  background-color: #eeeeee !important;
}

.btn-bg-secondary {
  background-color: #2f3343 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.btn-bg-secondary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-primary {
  background-color: #c20f2f;
}
.btn-bg-primary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-three {
  background-color: #c20f2f;
}
.btn-bg-three:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-white {
  color: #c20f2f !important;
  background-color: #ffffff;
}
.btn-bg-white:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-grey {
  color: #ffffff !important;
  background-color: #6d6e71;
}
.btn-bg-grey:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}
.btn-brd-white:hover {
  color: #c20f2f;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-black {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  background-color: transparent !important;
}
.btn-brd-black:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.btn-angle-gradient {
  background: rgb(80, 198, 190);
  background: linear-gradient(180deg, rgb(80, 198, 190) 0%, rgb(25, 95, 111) 100%);
}
.btn-angle-gradient:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.angle-gradient {
  background: rgb(80, 198, 190);
  background: linear-gradient(180deg, rgb(80, 198, 190) 0%, rgb(25, 95, 111) 100%);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: DMSans-Bold;
  src: url(../fonts/DMSans-Bold.ttf);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes tb-Topbottom-40 {
  0% {
    transform: translate3d(0, 20px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 20px, 0);
  }
}
@keyframes bt-bottomTop-80 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 40px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn1 {
  font-size: 19px;
  font-family: DMSans-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 50px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 4px;
  width: 90px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline {
    width: 80px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

.fixeds {
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.5s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.205);
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100% !important;
}

header {
  padding: 10px 0px;
}
header .cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399.98px) {
  header .cheader .logo {
    width: 212px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .logo {
    width: 160px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .logo {
    width: 170px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(47, 51, 67, 0.9);
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
  }
}
header .cheader .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Dropdown Button */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul {
    flex-direction: column;
  }
}
header .cheader .navigation ul .dropdown:hover a svg {
  color: #c20f2f !important;
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown:hover {
  border-bottom: none !important;
}
header .cheader .navigation ul .dropdown svg {
  transform: scale(0.8);
}
header .cheader .navigation ul .dropdown .dropdown-content {
  margin-top: 17px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a {
  color: #6d6e71;
  text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content a {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a:hover {
  background-color: white;
}
header .cheader .navigation ul .dropdown .show {
  display: block;
}
header .cheader .navigation ul .dropbtn {
  background-color: transparent;
  border: none;
  font-size: 19px;
  font-family: Poppins-Regular;
  color: rgba(109, 110, 113, 0.7);
  text-transform: capitalize;
}
header .cheader .navigation ul .dropbtn i {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 14px;
    text-align: center;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn {
    color: white;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn:hover {
    color: #2f3343;
    border-bottom: 0px solid #2f3343;
  }
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
  padding: 13px 20px 13px 0px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    width: 100%;
    padding: 10px 0px;
    margin-right: 0 !important;
  }
}
header .cheader .navigation ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 7px;
  margin-top: -2px !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content {
    top: 17px;
    border-top: 0px solid #c20f2f;
    background-color: transparent;
    min-width: 100%;
    box-shadow: unset;
  }
}
header .cheader .navigation ul .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 19px;
  font-family: Poppins-Regular;
  color: rgba(109, 110, 113, 0.7);
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 14px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 14px;
    font-family: Poppins-Regular;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
header .cheader .navigation ul .dropdown-content a:hover {
  background-color: rgba(194, 15, 47, 0.2);
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a:hover {
    color: #c20f2f;
    background-color: rgba(194, 15, 47, 0);
  }
}
header .cheader .navigation ul .dropdown:hover .dropdown-content {
  display: block;
}
header .cheader .navigation ul li {
  list-style: none;
  margin: 0px 30px;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li {
    margin: 0px 20px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul li:last-child a,
header .cheader .navigation ul li:last-child i {
  font-family: DMSans-Bold;
  color: #c20f2f;
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li:last-child a,
  header .cheader .navigation ul li:last-child i {
    color: #ffffff;
  }
}
header .cheader .navigation ul li:last-child {
  font-family: DMSans-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 13px 30px;
  border-radius: 50px;
  border: 2px solid #6d6e71;
  transition: 0.5s all;
  background-color: #6d6e71;
}
header .cheader .navigation ul li:last-child a,
header .cheader .navigation ul li:last-child i {
  color: #ffffff !important;
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li:last-child a,
  header .cheader .navigation ul li:last-child i {
    color: #ffffff !important;
  }
}
header .cheader .navigation ul li:last-child:hover {
  background-color: #6d6e71;
  border: 2px solid #6d6e71;
}
header .cheader .navigation ul li:last-child:hover a,
header .cheader .navigation ul li:last-child:hover i {
  color: #c20f2f !important;
  border: transparent !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li:last-child {
    padding: 7px 25px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li:last-child {
    border: transparent;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul li:last-child {
    font-size: 15px;
    padding: 9px 25px;
    background-color: transparent;
  }
  header .cheader .navigation ul li:last-child:hover {
    background-color: transparent;
    border: 2px solid transparent;
  }
  header .cheader .navigation ul li:last-child:hover a {
    color: #c20f2f !important;
  }
}
header .cheader .navigation ul li a {
  text-decoration: none;
  font-size: 19px;
  font-family: Poppins-Regular;
  color: rgba(109, 110, 113, 0.7);
  text-transform: capitalize;
  transition: background-color 1s linear;
  padding-bottom: 10px;
}
header .cheader .navigation ul li a:hover {
  color: #c20f2f;
  border-bottom: 2px solid #c20f2f;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li a {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }
  header .cheader .navigation ul li a:hover {
    border-bottom: 2px solid transparent;
    color: #c20f2f;
  }
}
header .cheader .active {
  left: 0%;
}
header .cheader .hamburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
@media (max-width: 992.98px) {
  header .cheader .hamburger {
    position: relative;
    z-index: 99999999999 !important;
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .hamburger {
    width: 10px;
    transform: scale(0.7);
  }
}
header .cheader .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #c20f2f;
}
header .cheader .hamburger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #c20f2f;
  content: "";
  top: -10px;
}
header .cheader .hamburger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #c20f2f;
  content: "";
  top: 10px;
}
header .cheader .hamburger.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .cheader .hamburger.open .icon:before {
  background-color: #c20f2f !important;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
header .cheader .hamburger.open .icon:after {
  background-color: #c20f2f !important;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
header .cheader .hamburger:hover {
  cursor: pointer;
}

.active {
  left: 0% !important;
}

footer {
  min-height: 527px;
  padding-top: 80px;
  position: relative;
}
@media (max-width: 992.98px) {
  footer {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
footer .logo {
  margin-bottom: 20px;
}
footer .secondlogo {
  width: 250px;
}
footer .thirdlogo {
  width: 180px;
  margin-top: 30px;
}
footer .cbg-grey {
  background-color: #6d6e71;
}
footer p {
  font-size: 15px;
  font-family: Poppins-Regular;
  color: #6d6e71;
  margin-bottom: 2px;
}
footer h5 {
  font-size: 25px;
  font-family: DMSans-Bold;
  color: #6d6e71;
  text-transform: uppercase;
}
@media (max-width: 992.98px) {
  footer h5 {
    margin-top: 30px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
footer ul li {
  line-height: 1.8;
}
footer ul li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #6d6e71;
}
footer ul li a:hover {
  color: #c20f2f;
}
footer .d-flex {
  margin-top: 20px;
}
footer .d-flex a i {
  margin-right: 10px;
  font-size: 30px;
  font-family: DMSans-Bold;
  color: #6d6e71;
  transition: all 1s linear;
}
footer .d-flex a i:hover {
  color: #c20f2f;
}
footer .d-flex .location img {
  padding-right: 10px;
}
footer .d-flex .detail h6 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: black;
}
footer .d-flex .detail a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #6d6e71;
}
footer .d-flex .detail a:hover {
  color: #c20f2f;
}
footer .copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(109, 110, 113, 0.8);
}
footer .copy p {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 18px;
  font-family: Poppins-Regular;
  color: #6d6e71;
}

.top #return-to-top {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #c20f2f;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .top #return-to-top {
    right: 0px;
    transform: scale(0.7);
  }
}
.top #return-to-top i {
  position: relative;
  left: 3px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -5px;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.top #return-to-top:hover i {
  color: #ffffff;
  top: 10px;
}

#mySidenav a {
  position: absolute;
  position: fixed;
  left: -35px;
  transition: 0.3s;
  padding: 15px;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0px 10px 10px 0px;
  z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 340px;
  background-color: #c20f2f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#twt {
  top: 400px;
  background-color: #2f3343;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ins {
  top: 460px;
  background-color: #c20f2f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#in {
  top: 520px;
  background-color: #2f3343;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#email {
  top: 580px;
  background-color: #c20f2f;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#popup {
  top: 640px;
  background-color: #2f3343;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.swiper-button-next,
.swiper-button-prev {
  background: -webkit-linear-gradient(#5c4188, #240b4c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  font-size: 37px;
  font-family: DMSans-Bold;
  color: #c20f2f;
  text-transform: capitalize;
  text-transform: uppercase;
}
.heading span {
  color: #2f3343;
}
@media (max-width: 575.98px) {
  .heading {
    font-size: 23px;
  }
}

.b-heading {
  font-size: 50px;
  font-family: Poppins-Regular;
  color: #c20f2f;
  text-transform: capitalize;
}
.b-heading span {
  color: #2f3343;
}
@media (max-width: 575.98px) {
  .b-heading {
    font-size: 23px;
  }
}

.sb-heading {
  font-size: 22px;
  font-family: Poppins-Regular;
  color: #2f3343;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .sb-heading {
    font-size: 18px;
  }
}

.para {
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #6d6e71;
}
@media (max-width: 575.98px) {
  .para {
    font-size: 17px;
  }
}

.banner {
  min-height: 818px;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (min-width: 1540px) {
  .banner {
    min-height: 850px;
  }
}
@media (max-width: 992.98px) {
  .banner {
    padding: 50px 0px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 550px;
    background-image: url(../images/mbanner.jpg) !important;
  }
}
.banner .content {
  margin-top: -80px;
}
@media (max-width: 575.98px) {
  .banner .content {
    margin-top: -250px;
  }
}
.banner .content h1 {
  margin-bottom: 20px;
  font-size: 56px;
  font-family: DMSans-Bold;
  color: #c20f2f;
  text-transform: capitalize;
}
.banner .content h1 span {
  color: #2f3343;
}
@media (max-width: 575.98px) {
  .banner .content h1 span {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .banner .content h1 {
    font-size: 23px;
  }
}
.banner .content p {
  font-size: 29px;
  font-family: Inter-Regular;
  color: #6d6e71;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner .content p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .banner .content img {
    width: 100px;
  }
}
@media (max-width: 992.98px) {
  .banner .content button {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .banner .content button {
    font-size: 8px;
  }
}

.banner-bottom .box {
  min-height: 200px;
  padding: 40px 40px;
  margin: 50px 0px;
  text-align: center;
  border: 1.8px solid #6d6e71;
  border-radius: 40px 0px;
}
.banner-bottom .box:hover {
  background-color: #c20f2f;
}
.banner-bottom .box:hover h5,
.banner-bottom .box:hover p {
  color: #ffffff !important;
}
.banner-bottom .box:hover button {
  border-color: #ffffff !important;
}
@media (max-width: 992.98px) {
  .banner-bottom .box {
    padding: 50px 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .banner-bottom .box {
    padding: 30px 20px;
    min-height: unset;
    margin-bottom: 10px;
  }
}
.banner-bottom .box img {
  margin-top: -110px;
  width: 100px;
}
@media (max-width: 575.98px) {
  .banner-bottom .box img {
    width: 70px;
    margin-top: -80px;
  }
}
.banner-bottom .box h5 {
  font-size: 21px;
  font-family: DMSans-Bold;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .banner-bottom .box h5 {
    font-size: 18px;
  }
}
.banner-bottom .box p {
  margin-bottom: 2px;
  font-size: 13px;
  font-family: Poppins-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .banner-bottom .box p {
    font-size: 13px;
  }
}
.banner-bottom .box button {
  transform: scale(0.8);
}

.lakeprinting {
  min-height: 930px;
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (min-width: 1540px) {
  .lakeprinting {
    min-height: 850px;
  }
}
@media (max-width: 992.98px) {
  .lakeprinting {
    padding: 50px 0px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .lakeprinting {
    padding: 70px 0px;
    background-position: left center;
  }
}
@media (max-width: 575.98px) {
  .lakeprinting .content {
    margin-top: 20px;
  }
}
.lakeprinting .content img {
  height: 60px;
}
@media (max-width: 575.98px) {
  .lakeprinting .content img {
    height: 30px;
  }
}
.lakeprinting .content h1 {
  margin-bottom: 20px;
  font-size: 56px;
  font-family: DMSans-Bold;
  color: #c20f2f;
  text-transform: capitalize;
}
.lakeprinting .content h1 span {
  color: #2f3343;
}
@media (max-width: 575.98px) {
  .lakeprinting .content h1 span {
    font-size: 25px;
  }
}
@media (max-width: 575.98px) {
  .lakeprinting .content h1 {
    font-size: 23px;
  }
}
@media (max-width: 992.98px) {
  .lakeprinting .content button {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .lakeprinting .content button {
    font-size: 8px;
    float: left;
  }
}

.strips {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.strips .content {
  background-color: #ffffff;
  border: 1.8px solid #6d6e71;
  border-radius: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0px;
}
@media (max-width: 1199.98px) {
  .strips .content {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .strips .content {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .strips .content img {
    width: 120px;
  }
}
.strips .content h3 {
  font-size: 31px;
  font-family: Poppins-SemiBold;
  color: #c20f2f;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .strips .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.special-offers {
  padding: 80px 0px;
}
@media (max-width: 992.98px) {
  .special-offers {
    padding: 50px 0px;
  }
}
.special-offers .one {
  background-color: #c20f2f;
  border-radius: 50px 0px 0px 0px;
}
.special-offers .two {
  background-color: #2f3343;
}
.special-offers .three {
  background-color: #6d6e71;
  border-radius: 0px 0px 50px 0px;
}
.special-offers .special {
  text-align: center;
  padding: 40px 0px;
}
.special-offers .special:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 575.98px) {
  .special-offers .special img {
    width: 80px !important;
  }
}
.special-offers .special .box {
  padding: 25px 30px;
}
@media (max-width: 575.98px) {
  .special-offers .special .box {
    padding: 5px 10px;
  }
}
.special-offers .special .box h6 {
  font-size: 25px;
  font-family: DMSans-Bold;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .special-offers .special .box h6 {
    font-size: 22px;
  }
}
.special-offers .special .box p {
  margin-bottom: 20px;
  font-size: 15px;
  font-family: Poppins-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .special-offers .special .box p {
    font-size: 13px;
  }
}
.special-offers .special .box a {
  text-decoration: none;
}
.special-offers .special .box .bline {
  background-color: #ffffff;
  width: 40px;
  height: 1px;
  margin-bottom: 10px;
}
.special-offers .special .box span {
  font-size: 12px;
  font-family: DMSans-Bold;
  color: #ffffff;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.special-offers .special .box span:hover {
  background-color: #ffffff;
  color: #c20f2f;
}

.our-location {
  display: flex;
  align-items: center;
  padding: 80px 0px;
  min-height: 700px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 992.98px) {
  .our-location {
    padding: 50px 0px;
  }
}
.our-location .form {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  .our-location .form {
    width: 100%;
  }
}
.our-location .form form label {
  font-size: 17px;
  font-family: Poppins-Regular;
  color: #000000;
  text-transform: capitalize;
  margin-top: 20px;
}
.our-location .form form input,
.our-location .form form textarea {
  width: 100%;
  min-height: 55px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Poppins-Regular;
  border: none;
  border: 1px solid rgba(109, 110, 113, 0.5);
  background-color: white;
  color: #6d6e71;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .our-location .form form input,
  .our-location .form form textarea {
    min-height: 45px;
    margin: 3px 0px !important;
  }
}
.our-location .form form input:focus,
.our-location .form form textarea:focus {
  outline: none;
}
.our-location .form form textarea {
  min-height: 120px;
  padding-top: 5px;
}

.inner-banner {
  min-height: 230px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .inner-banner {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 200px;
    background-position: center center;
  }
}
.inner-banner h1 {
  margin-top: 0px;
  font-size: 35px;
  font-family: Poppins-SemiBold;
  color: #c20f2f;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .inner-banner h1 {
    font-size: 23px;
  }
}
.inner-banner h5 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .inner-banner h5 {
    font-size: 18px;
  }
}
.inner-banner p {
  font-size: 20px;
  font-family: Poppins-Regular;
  color: #2f3343;
}
@media (max-width: 575.98px) {
  .inner-banner p {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */