@charset "UTF-8";
@font-face {
  font-family: myFirstFont;
  src: url(fonts/AVANTN.ttf);
}
@font-face {
  font-family: mySecondFont;
  src: url(fonts/AVANTN.ttf);
}

.home-nav {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)) !important;
  position: absolute;
  width: 100%;
  z-index: 999; /* keeps it on top */
}

.home-nav,
.home-nav a,
.home-nav .info,
.home-nav .top-bar li a {
  color: #fff !important;
  text-decoration: none;
}

.inner-nav {
  background: #ffff !important;
  position: fixed;
}

.elementor-heading-title {
	font-family: myFirstFont !important;
}

.elementor-paragraph, .elementor-button-text {
	font-family: mySecondFont !important;
}

.footer .innercon .content:nth-child(2) {
    position: relative;
    margin-top: -25px;
}
.div4 .innercon .holdtop .bottom {
    font-weight: 600;
    color: #f11d25;
    font-size: 20px;
}
.div4 .innercon .holdtop .bottom span {
    color: black;
    font-size: 16px;
    display: block;
}
.menunav {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  background-color: transparent;
  padding: 20px 0 0px;
}
.menunav .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-gap: 0;
  font-family: mySecondFont;
}
.menunav .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menunav .innercon .content:nth-child(1) .logo {
  position: relative;
  width: 100%;
}
.menunav .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menunav .innercon .content:nth-child(2) ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menunav .innercon .content:nth-child(2) ul li {
  font-family: mySecondFont;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  padding: 0 10px;
  display: inline-block;
}
.menunav .innercon .content:nth-child(2) ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 20px 5px;
  transition: 0.3s;
}
.menunav .innercon .content:nth-child(2) ul li a:hover {
  color: #f11d25 !important;
}
.menunav .innercon .content:nth-child(2) ul li.contact {
  background-color: #ffc000;
}
.menunav .innercon .content:nth-child(2) ul li.contact a {
  padding: 10px 40px;
}
.menunav .innercon .content:nth-child(2) ul li.contact a:hover {
  color: #f11d25;
}
.menunav .innercon .content:nth-child(3) {
  position: relative;
  margin-top: 20px;
}
.menunav .innercon .content:nth-child(3) .hold {
  position: relative;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 0;
  border: 1px solid #ffc000;
  border-radius: 50px;
  padding: 10px 5px 5px;
}
.menunav .innercon .content:nth-child(3) .hold .hcont {
  position: relative;
  text-align: center;
}
.menunav .innercon .content:nth-child(3) .hold .hcont .icon {
  width: 40px;
  margin-top: 5px;
}
.menunav .innercon .content:nth-child(3) .hold .hcont .info {
  color: white;
  text-align: left;
  font-size: 14px;
  margin-left: 5px;
  font-weight: 400;
  margin-bottom: 0;
}
.menunav .innercon .content:nth-child(3) .hold .hcont .info a {
  color: white;
  text-decoration: none;
}
.menunav .innercon .content:nth-child(3) .hold .hcont .info a *:hover {
  color: #f11d25;
}
.menunav .innercon .content:nth-child(3) .hold .hcont .info .numb {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.div1 {
  position: relative;
  padding: 200px 0 350px;
  background: url(images/bg.png) no-repeat center;
  background-size: cover;
  z-index: 10;
}
.div1 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  font-family: mySecondFont;
}
.div1 .innercon .content:nth-child(1) {
  position: relative;
  margin-top: 50px;
}
.div1 .innercon .content:nth-child(1) .best {
  width: 300px;
}
.div1 .innercon .content:nth-child(1) .top {
  color: #f11d25;
  font-size: 30px;
  font-family: myFirstFont;
  text-transform: capitalize;
	margin: 0;
}
.div1 .innercon .content:nth-child(1) .title {
  color: white;
  font-size: 55px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Niconne", cursive;
  margin-bottom: 20px;
  position: relative;
  margin-top: 20px;
}
.div1 .innercon .content:nth-child(1) .free {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
  padding: 10px 50px;
}
.div1 .innercon .content:nth-child(1) .free:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}
.div1 .innercon .content:nth-child(2) {
  position: relative;
}
.div1 .innercon .content:nth-child(2) .form {
  padding: 50px 50px 20px;
  background: #0927528c;
  margin-left: 0px;
  border: 1px solid rgba(255, 255, 255, 0.281);
}
.div1 .innercon .content:nth-child(2) .form .title {
  font-family: myFirstFont;
  font-weight: 400;
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.div1 .innercon .content:nth-child(2) .form .inputs {
  position: relative;
  margin: 0 0 10px;
  font-family: myFirstFont;
}
.div1 .innercon .content:nth-child(2) .form .inputs input, .div1 .innercon .content:nth-child(2) .form .inputs textarea {
  width: 100%;
  outline: none;
  padding: 10px 15px;
  font-family: mySecondFont;
  font-size: 15px;
  border: 0px solid #ffc000;
  font-weight: 400;
}
.div1 .innercon .content:nth-child(2) .form .inputs input::placeholder, .div1 .innercon .content:nth-child(2) .form .inputs textarea::placeholder {
  font-size: 14px;
}
.div1 .innercon .content:nth-child(2) .form .inputs textarea {
  height: 100px;
}
.div1 .innercon .content:nth-child(2) .form .inputs .send {
  border-radius: 0px;
  background-color: #ffc000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: white;
  transition: 0.3s;
}
.div1 .innercon .content:nth-child(2) .form .inputs .send:hover {
  background: #f11d25;
  color: white;
}

.div2 {
  position: relative;
  padding: 120px 0 120px;
  background-color: #f5edde;
  margin-top: -10px;
  z-index: 0;
}
.div2::after {
  position: absolute;
  content: "";
  background: url(images/after8.png) no-repeat top;
  background-size: cover;
  height: 110px;
  width: 84px;
  bottom: -40px;
  right: 100px;
  z-index: -1;
}
.div2 .innercon1 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: myFirstFont;
  position: relative;
}
.div2 .innercon1::after {
  position: absolute;
  content: "";
  background: url(images/after6.png) no-repeat top;
  background-size: cover;
  height: 59px;
  width: 100px;
  bottom: -50px;
  right: -70px;
  z-index: -1;
}
.div2 .innercon1 .holdgrid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.div2 .innercon1 .holdgrid .content {
  position: relative;
  padding: 30px;
  border-radius: 25px;
}
.div2 .innercon1 .holdgrid .content .best {
  font-family: "Niconne", cursive;
  font-size: 20px;
  color: #ffc000;
  margin-bottom: 0px;
}
.div2 .innercon1 .holdgrid .content .title {
  font-family: myFirstFont;
  font-size: 35px;
  color: white;
  text-transform: uppercase;
  margin: 0 0 20px;
}


.div2 .innercon1 .holdgrid .content .order {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid white;
  color: white;
  font-size: 16px;
}
.div2 .innercon1 .holdgrid .content .order:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}
.div2 .innercon1 .holdgrid .content:nth-child(1) {
  background: url(images/p1.png) no-repeat center;
  background-size: cover;
  position: relative;
	text-align: center;
}
.div2 .innercon1 .holdgrid .content:nth-child(2) {
  background: url(images/p2.png) no-repeat center;
  background-size: cover;
  position: relative;
	text-align: center;
}
.div2 .innercon1 .holdgrid .content:nth-child(3) {
  background: url(images/p3.png) no-repeat center;
  background-size: cover;
  position: relative;
	text-align: center;
}
.div2 .innercon2 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: myFirstFont;
  margin-top: 150px;
  position: relative;
}
.div2 .innercon2::after {
  position: absolute;
  content: "";
  background: url(images/after1.png) no-repeat top;
  background-size: cover;
  height: 109px;
  width: 100px;
  top: -130px;
  left: 100px;
}
.div2 .innercon2::before {
  position: absolute;
  content: "";
  background: url(images/after2.png) no-repeat top;
  background-size: cover;
  height: 96px;
  width: 83px;
  bottom: -100px;
  left: 250px;
}
.div2 .innercon2 .holdgrid {
  position: relative;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-gap: 0;
}
.div2 .innercon2 .holdgrid .content:nth-child(1) {
  position: relative;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
.div2 .innercon2 .holdgrid .content:nth-child(1) .left {
  width: 90%;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) {
  position: relative;
  margin-top: 50px;
  text-align: center;
}
.div2 .innercon2 .holdgrid .content:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(images/after3.png) no-repeat top;
  background-size: cover;
  height: 80px;
  width: 80px;
  top: 100px;
  right: -50px;
}
.div2 .innercon2 .holdgrid .content:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(images/after7.png) no-repeat top;
  background-size: cover;
  height: 44px;
  width: 40px;
  bottom: -20px;
  right: 150px;
  z-index: -1;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .cherry {
  width: 150px;
  margin: 0 0 20px;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .title {
  font-size: 40px;
  font-family: myFirstFont;
  color: #3a2117;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .top {
  color: #f11d25;
  font-size: 30px;
  font-family: "Niconne", cursive;
  text-transform: capitalize;
	margin: 0;
}

.div2 .innercon2 .holdgrid .content:nth-child(2) .desc {
  font-family: mySecondFont;
  color: #3a2117;
  margin: 0 70px;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .view {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 30px;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .view:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  text-align: left;
  padding-top: 30px;
  max-width: 400px;
  margin: auto;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop {
  position: relative;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 0;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont {
  position: relative;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont .icons {
  width: 100%;
  margin-top: 5px;
}
.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont .info {
  color: #3a2117;
  font-size: 18px;
  font-family: myFirstFont;
  margin-left: 10px;
  margin-top: 10px;
}
.div2 .innercon3 {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: myFirstFont;
  margin-top: 150px;
  position: relative;
}
.div2 .innercon3::before {
  position: absolute;
  content: "";
  background: url(images/after4.png) no-repeat top;
  background-size: cover;
  height: 296px;
  width: 269px;
  bottom: -70px;
  left: -180px;
}
.div2 .innercon3::after {
  position: absolute;
  content: "";
  background: url(images/after5.png) no-repeat top;
  background-size: cover;
  height: 76px;
  width: 70px;
  top: -100px;
  left: -100px;
	
}
.div2 .innercon3 .content {
  position: relative;
  text-align: center;
  background-color: white;
  padding: 50px;
  border-radius: 50px;
  z-index: 5;
}
.div2 .innercon3 .content::after {
  position: absolute;
  content: "";
  background: url(images/rtop.png) no-repeat top;
  background-size: cover;
  height: 150px;
  width: 150px;
  top: -80px;
  left: calc(50% - 75px);
	display: none;
  z-index: -1;
}
.div2 .innercon3 .content .quote {
  width: 50px;
  z-index: 10;
}
.div2 .innercon3 .content .star {
  width: 100px;
  margin: 20px 0 0;
}
.div2 .innercon3 .content .title {
  font-weight: 700;
  color: #3a2117;
  margin: 0 0 10px;
  font-size: 30px;
  font-family: mySecondFont;
}
.div2 .innercon3 .holdtesttitle {
  padding: 0 50px;
  font-size: 20px;
  font-family: mySecondFont;
  color: #3a2117;
}
.div2 .innercon3 .testimon {
  font-family: mySecondFont;
  margin: 30px 60px 50px 60px;
}
.div2 .innercon3 .testimon .swiper-button-next, .div2 .innercon3 .testimon .swiper-button-prev {
  color: #3a2117;
  top: 50%;
  padding: 25px;
  border-radius: 50px;
  border: 2px solid #3a2117;
  background-color: white;
}
.div2 .innercon3 .testimon .swiper-button-next::after, .div2 .innercon3 .testimon .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
}
.div2 .innercon3 .testimon .swiper-button-next .swiper-button-next, .div2 .innercon3 .testimon .swiper-button-prev .swiper-button-next {
  margin-left: -50px;
}
.div2 .innercon3 .testimon p.testimtitle {
  font-family: mySecondFont;
  color: #3a2117;
  font-weight: 600;
  font-size: 20px;
  margin-top: 30px;
}

.div4 {
  position: relative;
  padding: 100px 0 100px;
  background: url(images/bg2.png) no-repeat top;
  background-size: cover;
  margin-top: -10px;
}
.div4 .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: myFirstFont;
}
.div4 .innercon .holdtop {
  position: relative;
  text-align: center;
}
.div4 .innercon .holdtop .top {
  color: #ffc000;
  font-size: 30px;
  font-family: "Niconne", cursive;
  text-transform: capitalize;
}
.div4 .innercon .holdtop .title {
  color: white;
  font-size: 40px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: myFirstFont;
  margin-bottom: 20px;
  position: relative;
}
.div4 .innercon .holdgrids {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  margin-top: 50px;
}
.div4 .innercon .holdgrids .content {
  position: relative;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 0;
}
.div4 .innercon .holdgrids .content {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    display: block;
    grid-template-columns: 20% 80%;
    grid-gap: 0;
}
.div4 .innercon .holdgrids .content .hold {
  position: relative;
}
.div4 .innercon .holdgrids .content .hold .pizza {
  width: 100%;
  margin-top: 5px;
}
.div4 .innercon .holdgrids .content .hold .title {
  font-size: 18px;
  font-family: myFirstFont;
  text-transform: uppercase;
  color: #3a2117;
  margin-left: 20px;
  margin-bottom: 0;
}
.div4 .innercon .holdgrids .content .hold .desc {
  color: #3a2117;
  font-family: mySecondFont;
  margin-left: 20px;
  line-height: 1;
  margin-top: 0;
}

.footer {
  z-index: 1;
  padding: 100px 0 100px;
  background-color: #f11d25;
  margin-top: -10px;
  background: url(images/bg-footer.png) no-repeat top;
  background-size: cover;
  position: relative;
  font-family: mySecondFont;
}
.footer .tophold {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 25% 50% 25%;
  grid-gap: 0;
  margin-bottom: 50px;
}
.footer .tophold .content:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .tophold .content:nth-child(1) .logo {
  width: 250px;
}
.footer .tophold .content:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .tophold .content:nth-child(2) .get {
  font-family: mySecondFont;
  font-size: 40px;
  font-weight: 600;
}

.footer .tophold .content:nth-child(2) .hold {
    position: relative;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-gap: 0;
    border: aliceblue;
    border-radius: 50px;
    padding: 10px 25px 5px;
    background-color: black;
    border: 5px solid white;
    outline: 2px solid black;
    width: 90%;
}

.footer .tophold .content:nth-child(2) .hold .hcont {
  position: relative;
  text-align: center;
}
.footer .tophold .content:nth-child(2) .hold .hcont .icon {
  width: 40px;
  margin-top: 5px;
}
.footer .tophold .content:nth-child(2) .hold .hcont .info {
    color: white;
    text-align: left;
    font-size: 30px;
    margin-left: 5px;
    font-weight: 400;
    margin-bottom: 0;
}
.footer .tophold .content:nth-child(2) .hold .hcont .info a {
  color: white;
  text-decoration: none;
}
.footer .tophold .content:nth-child(2) .hold .hcont .info a:hover {
  color: #f11d25;
}
.footer .tophold .content:nth-child(2) .hold .hcont .info .numb {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}


.footer .tophold .content:nth-child(2) .hold .hcont .info {
    color: white;
    text-align: left;
    font-size: 30px;
    margin-left: 5px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer .tophold .content:nth-child(2).hold .hcont .info a {
    color: white;
    text-decoration: none;
}


.footer .tophold .content:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .tophold .content:nth-child(3) .info {
  position: relative;
  color: #f11d25;
  font-weight: 600;
  font-size: 30px;
  font-family: mySecondFont;
}
.footer .tophold .content:nth-child(3) .info .fa {
  margin-right: 7px;
  color: #f11d25;
  font-size: 30px;
  background-color: #ffea00;
  padding: 10px 15px;
  border-radius: 25px;
}
.footer .tophold .content:nth-child(3) .info a {
  color: #f11d25;
  text-decoration: none;
}
.footer .tophold .content:nth-child(3) .info a:hover {
  color: #3a2117;
}
.footer .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding-bottom: 30px;
}
.footer .innercon .content:nth-child(1) {
  position: relative;
}
.footer .innercon .content:nth-child(1) .title {
  color: #3a2117;
  font-weight: 400;
  margin: 0 0px 20px 0px;
  position: relative;
  font-size: 20px;
  font-family: myFirstFont;
  text-transform: capitalize;
}
.footer .innercon .content:nth-child(1) ul {
  list-style: none;
  font-size: 16px;
  margin-left: -60px;
}
.footer .innercon .content:nth-child(1) ul a {
  color: #3a2117;
  text-decoration: none;
}
.footer .innercon .content:nth-child(1) ul a:hover {
  color: #ffc000;
}
.footer .innercon .content:nth-child(1) ul li {
  line-height: 2;
  position: relative;
  margin-left: 20px;
  font-weight: 300;
}
.footer .innercon .content:nth-child(2) {
  position: relative;
}
.footer .innercon .content:nth-child(2) .title {
  color: #3a2117;
  font-weight: 400;
  margin: 0 0px 20px 0px;
  position: relative;
  font-size: 20px;
  font-family: myFirstFont;
  text-transform: capitalize;
}
.footer .innercon .content:nth-child(2) .info {
  position: relative;
  color: #3a2117;
  font-weight: 400;
}
.footer .innercon .content:nth-child(2) .info span {
  color: #f11d25;
}
.footer .innercon .content:nth-child(3) {
  position: relative;
}
.footer .innercon .content:nth-child(3) .title {
  color: #3a2117;
  font-weight: 400;
  margin: 0 0px 20px 0px;
  position: relative;
  font-size: 20px;
  font-family: myFirstFont;
  text-transform: capitalize;
}
.footer .innercon .content:nth-child(3) .info {
  position: relative;
  color: #3a2117;
  font-weight: 400;
}
.footer .innercon .content:nth-child(3) .info span{
	display: block;
	margin-left: 28px;
}
.footer .innercon .content:nth-child(3) .info .fa {
  margin-right: 7px;
  color: #f11d25;
  font-size: 16px;
  background-color: #ffea00;
  padding: 5px;
  border-radius: 25px;
}
.footer .innercon .content:nth-child(3) .info a {
  color: #3a2117;
  text-decoration: none;
}
.footer .innercon .content:nth-child(3) .info a:hover {
  color: #ffc000;
}

.copy {
  padding: 20px 0;
  position: relative;
  margin-top: -120px;
  z-index: 5;
  font-family: mySecondFont;
}
.copy .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  border-top: 1px dashed black;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
}
.copy .innercon .content:nth-child(1) {
  position: relative;
  font-family: mySecondFont;
  font-weight: 400;
  color: #3a2117;
  font-size: 16px;
}
.copy .innercon .content:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy .innercon .content:nth-child(3) .info {
  font-family: mySecondFont;
  font-weight: 400;
  color: #3a2117;
  font-size: 16px;
  text-transform: uppercase;
}
.copy .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10px;
}
.copy .innercon .content:nth-child(2) .holdsoc {
  display: flex;
}
.copy .innercon .content:nth-child(2) .holdsoc .fa {
  color: #f11d25;
  font-size: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ffc000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.copy .innercon .content:nth-child(3) .info a {
    color: #3a2117;
    text-decoration: none;
}

.holdpage {
  padding: 200px 0 100px ;
  position: relative;
  background: #ffc000;
}
.holdpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.holdpage .innercon .content {
  position: relative;
}
.holdpage .innercon .content .pagetitle {
  font-family: myFirstFont;
  text-align: left;
  color: white;
  font-size: 55px;
  margin: 0;
}

.pagecontent {
  padding: 70px 0;
  background: #f5f5f5;
  position: relative;
}
.pagecontent .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-areas: "left right";
}
.pagecontent .innercon .content:nth-child(1) {
  grid-area: right;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content {
  font-family: mySecondFont;
  position: relative;
  font-size: 17px;
  line-height: 33px;
  color: #373737;
  text-align: justify;
  background: white;
  border: 1px solid #d8d8d8;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg {
  position: relative;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #0b3efb73, #00000052);
  z-index: 9;
}
.pagecontent .innercon .content:nth-child(1) .hold-all-content .hold-pages-featuredimg .pages-featuredimg:After {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 2px solid #ffffff;
  left: 20px;
  top: 20px;
  z-index: 99;
}
.pagecontent .innercon .content:nth-child(1) .pagetitle {
  font-family: myFirstFont;
  font-size: 40px;
  text-align: left;
  color: #ffc000;
  margin: 0 0 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog {
  position: relative;
  padding: 50px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg {
  position: relative;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .thedate {
  position: absolute;
  right: 20px;
  top: 20px;
  font-family: mySecondFont;
  font-weight: 500;
  color: white;
  background: #f11d25;
  width: 100px;
  padding: 10px 0;
  font-size: 40px;
  text-align: center;
  line-height: 40px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .holdimg .featuredimg {
  width: 100%;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle {
  margin: 0 0 10px 0;
  font-family: mySecondFont;
  font-size: 25px;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .blogcontitle a {
  color: #ffc000;
  text-decoration: none;
}
.pagecontent .innercon .content:nth-child(1) .holdblog .blogcon .excerpt {
  font-family: mySecondFont;
  font-size: 17px;
  color: #3a3a3a;
  font-weight: 400;
  margin: 0 0 20px;
}
.pagecontent .innercon .content:nth-child(2) {
  flex-basis: 30%;
  margin-right: 30px;
  position: sticky;
  grid-area: left;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(odd) {
  background: #ffc000;
}
.pagecontent .innercon .content:nth-child(2) .sidebar:nth-child(even) {
  background: #f11d25;
}
.pagecontent .innercon .content:nth-child(2) .sidebar {
  background: white;
  border: 1px solid #d8d8d8;
  padding: 30px;
  position: relative;
  margin: 0 0 30px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title {
  color: white;
  font-family: myFirstFont;
  font-size: 25px;
  margin: 0 0 20px;
  font-weight: 400;
  padding-bottom: 10px;
  letter-spacing: 2px;
  position: relative;
  padding: 0 0 10px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .title:after {
  position: absolute;
  content: "";
  width: 50px;
  border-top: 2px solid white;
  bottom: 0;
  left: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li {
  font-family: mySecondFont;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 25px;
  padding-left: 20px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  content: "❯";
  color: white;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a {
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.pagecontent .innercon .content:nth-child(2) .sidebar ul li a:hover {
  color: #101010;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .lasts {
  margin: 0 !important;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs {
  margin-bottom: 10px;
  position: relative;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: white;
  border: 1px solid #d8d8d8;
  outline: none;
  font-family: mySecondFont;
  font-size: 15px;
  text-indent: 15px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs input::placeholder,
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
  text-transform: uppercase;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs textarea {
  height: 100px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
  background-color: #f11d25;
  width: 100%;
  padding: 10px 5px;
  font-size: 14px;
}
.pagecontent .innercon .content:nth-child(2) .sidebar .inputs .send:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}

.blog-page {
  position: relative;
  padding: 100px 0;
}
.blog-page .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
.blog-page .innercon .content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
.blog-page .innercon .content .blogcon {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg {
  position: relative;
}
.blog-page .innercon .content .blogcon .holdimg .featuredimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.blog-page .innercon .content .blogcon .holdinfo {
  padding: 20px 0;
  position: relative;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle {
  font-size: 20px;
  text-align: left;
  color: #f11d25;
  margin: 0 0 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .blogcontitle a {
  color: #f11d25;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date {
  color: #f11d25;
  font-family: mySecondFont;
  text-align: left;
  margin: 0 0 10px;
  font-size: 15px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date span {
  margin-right: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .posted-date .fa {
  margin-right: 5px;
}
.blog-page .innercon .content .blogcon .holdinfo .excerpt {
  font-family: mySecondFont;
  font-size: 15px;
  line-height: 2;
  color: #3a2117;
}
.blog-page .innercon .content .blogcon .holdinfo .reading {
  width: 100%;
  padding: 10px 0;
  transition: 0.3s;
  background: #f11d25;
  color: white;
  text-transform: uppercase;
  font-family: mySecondFont;
  font-size: 15px;
  outline: none;
  border: 0;
}
.blog-page .innercon .content .blogcon .holdinfo .reading:hover {
  background: #101010;
}
.blog-page .innercon .content .blogcon .holdinfo .reading .fa {
  margin-left: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .share {
  font-family: mySecondFont;
  font-size: 20px;
  margin: 20px 0;
  color: #ffc000;
}
.blog-page .innercon .content .blogcon .holdinfo .fafa {
  font-size: 12px;
  font-family: mySecondFont;
  padding: 2px 10px;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .blogcon .holdinfo .fb {
  background: #536da6;
}
.blog-page .innercon .content .blogcon .holdinfo .twit {
  background: #54acee;
}
.blog-page .innercon .content .blogcon .holdinfo .link {
  background: #1581c2;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.blog-page .innercon .content .blogcon .holdinfo .soc-med .fa {
  font-size: 15px;
  color: white;
  margin-right: 5px;
}
.blog-page .innercon .content .nextbutton {
  position: relative;
  font-family: mySecondFont;
  margin-top: 20px;
  padding-left: 20px;
}
.blog-page .innercon .content .nextbutton a {
  padding: 0 10px;
  font-size: 14px;
  background: #f11d25;
  color: white;
  text-decoration: none;
}
.blog-page .innercon .content .nextbutton span {
  padding: 0 10px;
  font-size: 14px;
  background: #ffc000;
  color: white;
  text-decoration: none;
}

.notfound {
  position: relative;
  padding: 50px 0;
}
.notfound .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0;
}
.notfound .innercon .content:nth-child(1) {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound .innercon .content:nth-child(1) .all {
  text-align: center;
}
.notfound .innercon .content:nth-child(1) .all .title {
  color: #ffc000;
  font-family: mySecondFont;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0;
}
.notfound .innercon .content:nth-child(1) .all .under {
  color: #ffc000;
  font-size: 13px;
}
.notfound .innercon .content:nth-child(2) {
  position: relative;
  text-align: center;
  padding: 0 0 0 50px;
}
.notfound .innercon .content:nth-child(2) .ops {
  color: #f8d065;
  text-shadow: 1px 1px #231b0e;
  font-size: 45px;
  font-family: mySecondFont;
  font-weight: 700;
  margin: 0;
}
.notfound .innercon .content:nth-child(2) .notserver {
  color: #3a2117;
  font-family: mySecondFont;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.notfound .innercon .content:nth-child(2) .desc {
  font-family: mySecondFont;
  line-height: 30px;
  font-size: 15px;
  margin: 0 0 20px;
}
.notfound .innercon .content:nth-child(2) .goto {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}
.notfound .innercon .content:nth-child(2) .goto:hover {
  background: #3a2117;
}

.contactpage {
  position: relative;
  padding: 70px 0;
  background: #f5f5f5;
}
.contactpage .innercon {
  position: relative;
  max-width: 1200px;
  margin: auto;
  font-family: mySecondFont;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.contactpage .innercon .content:nth-child(1) {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(1) .under {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 30px;
  color: #575757;
}
.contactpage .innercon .content:nth-child(1) .coninfos {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: grid;
  grid-template-columns: 10% 90%;
  grid-gap: 0;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft {
  position: relative;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa {
  font-size: 50px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conleft .fa-envelope {
  font-size: 40px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright {
  position: relative;
  padding-left: 20px;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfo {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder {
  color: #014c70;
  font-size: 15px;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: 500;
}
.contactpage .innercon .content:nth-child(1) .coninfos .conright .phoneinfounder a {
  text-decoration: none;
  color: #f11d25;
  text-transform: initial;
}
.contactpage .innercon .content:nth-child(2) {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contactpage .innercon .content:nth-child(2) .forms {
  position: relative;
  box-shadow: 0 0 10px #dddddd;
  background: white;
  padding: 40px;
  width: 80%;
}
.contactpage .innercon .content:nth-child(2) .forms .title {
  font-size: 30px;
}
.contactpage .innercon .content:nth-child(2) .forms .lasts {
  margin: 0 !important;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs {
  margin-bottom: 10px;
  position: relative;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #d1d1d1;
  background: white;
  outline: none;
  font-family: mySecondFont;
  font-size: 15px;
  text-indent: 15px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs input::placeholder,
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea::placeholder {
  color: #9b9b9b;
  font-size: 12px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs textarea {
  height: 100px;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send {
  border-radius: 25px;
  background-color: #f11d25;
  border: 2px solid #f11d25;
  font-family: mySecondFont;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s;
  padding: 10px 30px;
  text-transform: uppercase;
  text-indent: 0;
  width: 100%;
  color: white;
  font-weight: 600;
  background: #f11d25;
  border: 0;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #3a2117;
  border: 2px solid #3a2117;
  color: white;
}
.contactpage .innercon .content:nth-child(2) .forms .inputs .send:hover {
  background: #3a2117;
  color: white;
}


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

@media only screen and (max-width : 1024px){
	.footer {
    z-index: 1;
    padding: 100px 20px 100px !important;
    background-color: white;
    margin-top: -10px;
    background: none;
    background-size: cover;
    position: relative;
    font-family: mySecondFont;
}
	.div1 {
    position: relative;
    padding: 100px 20px !important;
    background: white;
    background-size: cover;
    z-index: 10;
}
	.div2 {
    position: relative;
    padding: 50px 20px 50px !important;
    background-color: white;
    margin-top: -10px;
    z-index: 0;
}
	.holdpage {
    padding: 200px 20px 100px;
    position: relative;
   
}
	.menunav {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 20;
    background-color: transparent;
    padding: 20px 20px 0px;
}
	.div1 {
    position: relative;
    padding: 200px 20px 350px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
    z-index: 10;
}
	.div2 {
    position: relative;
    padding: 120px 20px 120px;
    background-color: #f5edde;
    margin-top: -10px;
    z-index: 0;
}
	.div2 .innercon2::after {
    position: absolute;
    content: "";
    background: url(images/after1.png) no-repeat top;
    background-size: cover;
    height: 109px;
    width: 100px;
    top: -130px;
    left: 100px;
	display: none;
}
	.div2 .innercon1::after {
    position: absolute;
    content: "";
    background: url(images/after6.png) no-repeat top;
    background-size: cover;
    height: 59px;
    width: 100px;
    bottom: -50px;
    right: -70px;
    z-index: -1;
		display: none;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(images/after3.png) no-repeat top;
    background-size: cover;
    height: 80px;
    width: 80px;
    top: 100px;
    right: -50px;
		display: none;
}
	.div2 .innercon2::before {
    position: absolute;
    content: "";
    background: url(images/after2.png) no-repeat top;
    background-size: cover;
    height: 96px;
    width: 83px;
    bottom: -100px;
    left: 250px;
		display: none;
}
	.div2 .innercon3::after {
    position: absolute;
    content: "";
    background: url(images/after5.png) no-repeat top;
    background-size: cover;
    height: 76px;
    width: 70px;
    top: -100px;
    left: -100px;
		display: none;
}
	
	
	.div4 {
    position: relative;
    padding: 100px 20px 100px;
    background: url(images/bg2.png) no-repeat top;
    background-size: cover;
    margin-top: -10px;
}
	.footer {
    z-index: 1;
    padding: 100px 20px 100px;
    background-color: #f11d25;
    margin-top: -10px;
    background: url(images/bg-footer.png) no-repeat center;
    background-size: cover;
    position: relative;
    font-family: mySecondFont;
}
	.copy {
    padding: 20px 20px;
    position: relative;
    margin-top: -120px;
    z-index: 5;
    font-family: mySecondFont;
}
	.contactpage {
    position: relative;
    padding: 70px 20px;
    background: #f5f5f5;
}
}

@media only screen and (max-width : 900px){
	.div1 {
    position: relative;
    padding: 200px 20px 250px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
    z-index: 10;
}
	.div2 .innercon2 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: myFirstFont;
    margin-top: 50px;
    position: relative;
}
	.div2 .innercon3 {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: myFirstFont;
    margin-top: 100px;
    position: relative;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    text-align: left;
    padding-top: 30px;
    max-width: 100%;
    margin: auto;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont .info {
    color: #3a2117;
    font-size: 20px;
    font-family: myFirstFont;
    margin-left: 10px;
    margin-top: 5px;
}
}

@media only screen and (max-width : 768px){
	.contactpage .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-family: mySecondFont;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 50px;
}
	.contactpage .innercon .content:nth-child(2) .forms {
    position: relative;
    box-shadow: 0 0 10px #dddddd;
    background: white;
    padding: 40px;
    width: 100%;
}
	
	.holdpage {
    padding: 100px 20px 100px;
    position: relative;
   
}
	.menunav {
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    z-index: 20;
    background-color: transparent;
    padding: 20px 20px 0px;
}
	.div1 {
    position: relative;
    padding: 50px 20px 200px;
    background: url(images/bg.png) no-repeat center;
    background-size: cover;
    z-index: 1;
}
	.div2 .innercon2 .holdgrid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
}
	.div2 .innercon2 .holdgrid .content:nth-child(1) .left {
    width: 100%;
}

	.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont .info {
    color: #3a2117;
    font-size: 20px;
    font-family: myFirstFont;
    margin-left: 10px;
    margin-top: 20px;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2) {
    position: relative;
    margin-top: 50px;
    text-align: left;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2) .desc {
    font-family: mySecondFont;
    color: #3a2117;
    margin: 0 0px;
}
	.div4 .innercon .holdgrids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 50px;
}
	
	.footer .tophold {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
    margin-bottom: 50px;
}
	.footer .tophold .content:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
	.footer .tophold .content:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
}
@media only screen and (max-width : 600px){
	.div2 .innercon1 .holdgrid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
}
	.div2 .innercon2 .holdgrid .content:nth-child(1) .left {
    width: 100%;
    margin-top: 30px;
}
	.div2 .innercon3 .testimon {
    font-family: mySecondFont;
    margin: 30px 20px 50px 20px;
}
	.div2 .innercon3 .holdtesttitle {
    padding: 0 0px;
    font-size: 20px;
    font-family: mySecondFont;
    color: #3a2117;
}
	.copy .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding-top: 40px;
    border-top: 1px dashed black;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
	.copy {
    padding: 20px 20px;
    position: relative;
    margin-top: -200px;
    z-index: 5;
    font-family: mySecondFont;
}
	.copy .innercon .content:nth-child(1) {
    position: relative;
    font-family: mySecondFont;
    font-weight: 400;
    color: #3a2117;
    text-align: center;
    font-size: 16px;
}
}

@media only screen and (max-width : 480px){
	.div2 .innercon2 .holdgrid .content:nth-child(2) .desc {
    font-family: mySecondFont;
    color: #3a2117;
    margin: 0 0px;
    font-weight: 600;
}
	.div2 .innercon3 .holdtesttitle {
    padding: 0 0px;
    font-size: 20px;
    font-family: mySecondFont;
    color: #3a2117;
    font-weight: 600;
}
	.div1 {
    position: relative;
    padding: 20px 20px 50px 20px !important;
    background: white;
    background-size: cover;
    z-index: 10;
}
	.holdpage {
    padding: 100px 0 100px !important;
    position: relative;
    background: none !important;
}
	.div4 .innercon .holdgrids {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    margin-top: 50px;
}
	.footer .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    padding-bottom: 30px;
}
	.footer {
    z-index: 1;
    padding: 100px 20px 180px;
    background-color: #f11d25;
    margin-top: -20px;
    background: url(images/bg-footer.png) no-repeat center;
    background-size: cover;
    position: relative;
    font-family: mySecondFont;
}
	.footer .innercon .content:nth-child(2) {
    position: relative;
    border-top: 1px solid #a52a2a63;
    padding-top: 30px;
    border-bottom: 1px solid #a52a2a63;
    padding-bottom: 30px;
}
	.footer .tophold .content:nth-child(2) .get {
    font-family: mySecondFont;
    font-size: 35px;
    font-weight: 600;
}
	.footer .tophold .content:nth-child(2) .hold {
    position: relative;
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-gap: 0;
    border: aliceblue;
    border-radius: 50px;
    padding: 10px 25px 5px;
    background-color: black;
    border: 5px solid white;
    outline: 2px solid black;
    width: 90%;
    margin-bottom: 30px;
}
	.footer .tophold .content:nth-child(2) .hold .hcont .info {
    color: white;
    text-align: left;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}
	.menunav .innercon .content:nth-child(1) {
    display: none;
    position: relative;
    display: none !important;
    align-items: center;
    justify-content: center;
}

.menunav .innercon .content:nth-child(2) {
    position: relative;
    display: none !important;
    align-items: center;
    justify-content: center;
}

.menunav {
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    z-index: 0  !important;
    background-color: transparent;
    padding: 20px 20px 0px;
}

.menunav .innercon {
    position: relative;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0;
    font-family: mySecondFont;
    z-index: 0;
}
}
@media only screen and (max-width : 420px){
	.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
    text-align: left;
    padding-top: 30px;
    max-width: 100%;
    margin: auto;
}
	.div2 .innercon2 .holdgrid .content:nth-child(2) .holdlist .holdtop .cont .info {
    color: #3a2117;
    font-size: 20px;
    font-family: myFirstFont;
    margin-left: 10px;
    margin-top: 30px;
}
	.div1 {
    position: relative;
    padding: 100px 20px !important;
    background: white;
    background-size: cover;
    z-index: 10;
}

.div2 {
    position: relative;
    padding: 50px 20px 50px !important;
    background-color: white;
    margin-top: -10px;
    z-index: 0;
}

.div4 .innercon .holdgrids .content {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    display: grid;
    grid-template-columns: 100% !important;
    grid-gap: 0;
}

.footer {
    z-index: 1;
    padding: 100px 20px 100px !important;
    background-color: white;
    margin-top: -10px;
    background: none;
    background-size: cover;
    position: relative;
    font-family: mySecondFont;
}
.copy {
    padding: 20px 20px !important;
    position: relative;
    margin-top: -100px !important;
    z-index: 5;
    font-family: mySecondFont;
}
		.div2 .innercon2 .holdgrid .content:nth-child(2) .desc {
    font-family: mySecondFont;
    color: #3a2117;
    margin: 0 0px !important;
    font-weight: 600;
}
	.div2 .innercon3 .holdtesttitle {
    padding: 0 0px !important;
    font-size: 20px;
    font-family: mySecondFont;
    color: #3a2117;
    font-weight: 600;
}
	.div1 {
    position: relative;
    padding: 100px 20px 20px!important;
    background: white;
    background-size: cover;
    z-index: 10;
}
}
@media only screen and (max-width : 375px){
	.copy {
    padding: 20px 20px;
    position: relative;
    margin-top: -230px;
    z-index: 5;
    font-family: mySecondFont;
}
	.footer {
    z-index: 1;
    padding: 100px 20px 210px;
    background-color: #f11d25;
    margin-top: -20px;
    background: url(images/bg-footer.png) no-repeat center;
    background-size: cover;
    position: relative;
    font-family: mySecondFont;
}
}

@media (max-width: 1024px) {
  .homenav .menunav {
    padding-bottom:100px;
  }
}