@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
/* Default Style */
body {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  overflow-x: hidden;
  background: #fff;
  color: #414114;
  scrollbar-width: thin;
  scrollbar-color: #FF001B #D7C47B;
}
body::-webkit-scrollbar {
  width: 11px;
}
body::-webkit-scrollbar-track {
  background: #D7C47B;
}
body::-webkit-scrollbar-thumb {
  background-color: #FF001B;
  border-radius: 6px;
  border: 3px solid #D7C47B;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background: #FF001B;
  color: #fff;
}

::selection {
  background: #FF001B;
  color: #fff;
}

.SearchBar {
  width: 100%;
  position: relative;
  background: #734002;
  padding: 3px 0px;
}

.SearchBox {
  display: none;
  width: 300px;
  padding: 5px 0px;
  position: absolute;
  top: calc(100% + 25px);
  right: 0px;
  margin: 0px 0px 0px 0px;
  z-index: 3;
}
.SearchBox .SearchText {
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  background: #fbfbfb;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 40px;
  z-index: 3;
}
.SearchBox .SearchText:focus {
  outline: none;
  border: 1px solid #D1101A;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  background: #fff;
}
.SearchBox .SearchButton {
  width: 60px;
  height: 45px;
  position: absolute;
  top: 5px;
  right: -2px;
  text-align: center;
  border-left: 1px solid #333;
  z-index: 4;
  font-size: 18px;
  color: #fff;
  background: #333;
  border-radius: 0px 50px 50px 0px;
}
.SearchBox .SearchButton:hover {
  color: #ed1c24;
}
.SearchBox .SearchButton i {
  line-height: 45px;
}

.TopBg {
  display: none;
  width: 100%;
  position: relative;
  background: #F2F2F2;
  border-bottom: 1px solid #eaeaea;
  z-index: 10;
}
.TopBg:before {
  color: #fff;
  content: " ";
  font-size: 18px;
  align-items: center;
  padding-bottom: 12px;
  display: block;
  margin: auto;
  background: linear-gradient(30deg, transparent 40px, #565655 40px), linear-gradient(-45deg, transparent 40px, #565655 40px), linear-gradient(45deg, transparent 34px, #565655 34px), linear-gradient(-45deg, transparent 34px, #565655 34px);
  background-size: 7px calc(100% + 34px);
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -12px;
}

.mobilButton {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #D7C47B;
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 10;
}
.mobilButton svg {
  height: 50px;
}

.headerArea {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 0px 0px;
  margin: 0px;
  background: #ffffff;
  z-index: 10;
}
.headerArea::before {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0px;
  top: calc(100% - 40px);
  background: url(../images/milk-bg.svg) repeat-x center 0 transparent;
  background-size: auto 100%;
  filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.headerArea::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 579px) {
  .headerArea:before {
    height: 50px;
    top: 100%;
  }
}

.Logo {
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 9;
}
.Logo a {
  display: inline-block;
}
.Logo img {
  height: 80px;
  position: relative;
}

.LogoMobil {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px 0px 0px;
  z-index: 9;
}
.LogoMobil a {
  display: inline-block;
}
.LogoMobil img {
  max-width: 100%;
  height: 60px;
  position: relative;
}

.mobilShow {
  display: none;
}

@media (max-width: 1024px) {
  .LogoBg {
    position: relative;
  }

  .Logo {
    display: none;
  }

  .LogoMobil {
    display: flex;
  }

  .mobilHide {
    display: none;
  }

  .mobilShow {
    display: inline-block;
  }

  .mobilButton {
    display: block;
  }
}
.TBasket {
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.TBasket:hover {
  background: #fafafa;
}
.TBasket:after {
  content: "";
  display: table;
  clear: both;
}
.TBasket .Image {
  width: 60px;
  height: 60px;
  position: relative;
  float: left;
  overflow: hidden;
  border: 2px solid #FF001B;
}
.TBasket .Image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.TBasket .Info {
  width: calc(100% - 60px);
  position: relative;
  float: right;
  padding: 5px 30px 5px 5px;
}
.TBasket .Info h4 {
  width: 100%;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #D7C47B;
}
.TBasket .Info h4 a {
  color: #D7C47B;
}
.TBasket .Info p {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #5b5b5b;
  margin: 0px;
  padding: 0px;
}
.TBasket .Info .PDelete {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  color: #c30707;
  text-align: center;
}
.TBasket .Info .PDelete:hover {
  color: #FF3333;
  transform: scale(1.1);
}
.TBasket .Info .PDelete i {
  line-height: 25px;
}

.Basket {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin: 7.5px 0px;
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
.Basket:hover {
  background: #f6f6f6;
}
.Basket .Image {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border: 2px solid #ddd;
  background: #fff;
}
.Basket .Image img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.Basket .Info {
  width: calc(100% - 100px);
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 30px 5px 20px;
}
.Basket .Info h4 {
  flex: 4;
  position: relative;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 300;
  color: #000;
}
.Basket .Info h4 a {
  color: #D7C47B;
}
.Basket .Info p {
  flex: 1;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #D7C47B;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}
.Basket .Info p:after {
  content: "";
  display: table;
  clear: both;
}
.Basket .Info .BasketControl {
  position: relative;
}
.Basket .Info .Price {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-left: 10px;
}
.Basket .Info .Price small {
  font-size: 13px;
}
.Basket .PDelete {
  width: 40px;
  height: 40px;
  background: #c30707;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  right: 15px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.Basket .PDelete:hover {
  background: #FF3333;
  transform: scale(1.1);
}
.Basket .PDelete i {
  line-height: 40px;
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form-group .form-label {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #FF001B;
}
.form-group .form-label input[type=checkbox] {
  margin-right: 10px;
}
.form-group .form-label a {
  text-decoration: underline;
}
.form-group .form-label a:hover {
  color: #FF001B;
}
.form-group .controls {
  width: 100%;
  position: relative;
}
.form-group .controls .form-control {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.form-group .controls .form-control:disabled {
  background: #f1f1f1;
}
.form-group .controls .form-control:focus {
  outline: none;
}
.form-group .controls select.form-control {
  height: auto;
}
.form-group .controls.icon .form-control {
  padding-right: 30px;
}
.form-group .controls.icon i {
  line-height: 46px;
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 0px;
}

.form-group2 {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.form-group2 .form-label {
  font-size: 14px;
  line-height: 1;
  color: #D7C47B;
  position: absolute;
  display: inline-block;
  padding: 0px 10px;
  background: #f1f1f1;
  z-index: 2;
  top: 0px;
  left: 20px;
  font-size: 15px;
  font-weight: 700;
}
.form-group2 .form-label input[type=checkbox] {
  margin-right: 10px;
}
.form-group2 .form-label a {
  text-decoration: underline;
}
.form-group2 .form-label a:hover {
  color: #ff8700;
}
.form-group2 .controls {
  width: 100%;
  position: relative;
}
.form-group2 .controls .form-control {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 10px 20px;
  background: #f1f1f1;
  border: 2px solid #FF001B;
  color: #D7C47B;
  border-radius: 5px;
  margin-top: 4px;
}
.form-group2 .controls .form-controlselect {
  height: auto;
}
.form-group2 .controls.icon .form-control {
  padding-right: 30px;
}
.form-group2 .controls.icon .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group2 .controls.icon i {
  line-height: 46px;
  font-size: 18px;
  color: #666;
  position: absolute;
  right: 10px;
  top: 0px;
}
.form-group2.CCV .controls .form-control {
  width: 100px;
}

.FormButton {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background: #06A212;
  border-radius: 0px;
  cursor: pointer;
  color: #fff;
  transition: all 0.1s ease-in-out 0s;
  border: none;
}
.FormButton.F2 {
  padding: 6px 12px;
}
.FormButton.FW {
  width: 100%;
  text-align: center;
}
.FormButton.Red {
  background: #ed1b24;
  color: #fff;
}
.FormButton.Red:hover {
  background: #734002;
  color: #fff;
}
.FormButton:hover {
  background: #08D818;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease-in-out 0s;
}
.FormButton i {
  margin-right: 10px;
}

.MenuRight {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: right;
  margin: 0px;
  padding: 0px;
}
.MenuRight li {
  list-style: none;
  position: relative;
}
.MenuRight li .TopButon {
  color: #D7C47B;
  font-size: 13px;
  padding: 15px 14px;
  margin: 0px;
  transition: all 0.2s ease-in-out;
}
.MenuRight li .TopButon:hover {
  background: #fafafa;
  color: #D7C47B;
  text-decoration: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.151);
  transition: all 0.2s ease-in-out;
}

.TopButon {
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  margin: 5px 20px 5px 0px;
  color: #D7C47B;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.TopButon:focus {
  outline: none;
  color: #f9b000;
}
.TopButon:hover {
  text-decoration: none;
  color: #f9b000;
}
.TopButon:after {
  display: none;
}

.MenuBg {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 8;
}
.MenuBg .MenuHideButton {
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
  top: 0px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  z-index: 5;
}
.MenuBg .MenuHideButton i {
  line-height: 40px;
}

.topItems {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 20px 0px 20px 0px;
}
.topItems .socialMedia a {
  font-size: 14px;
  width: 30px;
  height: 30px;
}
.topItems .socialMedia a svg {
  height: 30px;
}

.topMenu {
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: flex;
}
.topMenu li {
  list-style: none;
  margin-left: 10px;
}
.topMenu li a {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 20px;
  line-height: 1;
  border: 2px solid #fff;
}
.topMenu li a:hover {
  background: #D7C47B;
  border-color: #a29454;
}

.newNav {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  padding: 0px 0px;
}
.newNav .items {
  display: flex;
  margin: 0px;
  padding: 0px;
}
.newNav .items .item {
  list-style: none;
  position: relative;
  padding: 0px 0px;
}
.newNav .items .item .link {
  display: inline-block;
  position: relative;
  font-family: "Baloo 2", cursive;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 15px;
  text-decoration: none;
  color: #2F28C3;
  transition: all 0.1s;
  line-height: 1;
}
.newNav .items .item .link.navButton {
  color: #000;
}
.newNav .items .item .link.navButton svg {
  height: 12px;
  margin-top: 5px;
  margin-left: 0px;
}
.newNav .items .item .link svg {
  margin-left: 10px;
}
.newNav .items .item:hover .link, .newNav .items .item.active .link {
  color: #FF001B;
  transition: all 0.1s;
}
.newNav .items .item:hover:before, .newNav .items .item.active:before {
  content: "";
  width: calc(100% - 60px);
  position: absolute;
  bottom: 0px;
  left: 30px;
  border-top: 1px solid #2F28C3;
}
.newNav .items .item.dropdown:hover .dropdownMenu {
  display: block;
}
.newNav .items .item.dropdown .dropdownMenu {
  display: none;
  width: 200px;
  position: absolute;
  right: 0px;
  top: 95%;
  margin: 0px;
  padding: 15px;
  background: #2F28C3;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.newNav .items .item.dropdown .dropdownMenu:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: -8px;
  right: 30px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #2F28C3;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem {
  list-style: none;
  border-bottom: 1px solid #1d17a8;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem:last-child {
  border: none;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink {
  display: block;
  position: relative;
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  color: #fff;
  transition: all 0.1s;
}
.newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink:hover, .newNav .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink.active {
  background: #1d17a8;
}

@media (max-width: 1024px) {
  .newNav {
    display: none;
  }
}
.contactButton {
  display: flex;
  color: #000;
  font-family: "Baloo 2", cursive;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
  margin-left: 0px;
  padding-left: 30px;
}
.contactButton:before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: -45px;
  transform: skew(-40deg);
  background: #fff;
  z-index: -1;
}
.contactButton:after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 10px;
  transform: skew(-40deg);
  background: #fff;
  z-index: -1;
}
.contactButton .icon {
  width: 60px;
  text-align: center;
  font-size: 40px;
}
.contactButton .icon svg {
  height: 100px;
}
.contactButton .text {
  text-align: right;
  padding: 25px 15px 0px 0px;
}
.contactButton .text small {
  font-size: 25px;
  font-weight: 300;
  display: block;
}
.contactButton:hover {
  color: #fff;
  text-decoration: none;
}
.contactButton:hover:before {
  background: #71a10d;
}
.contactButton:hover:after {
  background: #71a10d;
}

.navBgMobil {
  visibility: hidden;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9;
}

.newNavMobil {
  visibility: hidden;
  width: 300px;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: -300px;
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
}
.newNavMobil.newNavMobilActive {
  visibility: inherit;
  left: 0px;
  transition: all 0.4s ease-in-out 0s;
}
.newNavMobil .mobilTop {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 2px solid #eaeaea;
  justify-content: center;
  align-items: center;
}
.newNavMobil .mobilTop .menuTitle {
  background: #D7C47B;
  color: #fff;
  font-family: "Baloo 2", cursive;
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}
.newNavMobil .mobilTop .mobilUserButton {
  background: #fff;
  text-align: center;
  color: #000;
  font-size: 30px;
}
.newNavMobil .mobilTop .mobilUserButton svg {
  height: 30px;
}
.newNavMobil .navCloseButton {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: -50px;
  font-size: 25px;
  color: #000;
  text-align: center;
  border-left: 2px solid #eaeaea;
}
.newNavMobil .navCloseButton svg {
  height: 50px;
}
.newNavMobil .items {
  margin: 0px;
  padding: 0px;
}
.newNavMobil .items .item {
  width: 100%;
  list-style: none;
  position: relative;
  padding: 3px 0px;
}
.newNavMobil .items .item .link {
  display: block;
  position: relative;
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 0px;
  border-bottom: 3px solid transparent;
  color: #000;
  transition: all 0.1s;
}
.newNavMobil .items .item:hover .link, .newNavMobil .items .item.active .link {
  border-color: fafafa;
  color: #000;
  font-weight: 600;
  background: #f6f6f6;
  transition: all 0.1s;
}
.newNavMobil .items .item.dropdown:hover .dropdownMenu {
  display: block;
}
.newNavMobil .items .item.dropdown .dropdownMenu {
  display: none;
  width: 100%;
  position: relative;
  right: 0px;
  top: 100%;
  margin: 0px;
  padding: 10px;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem {
  list-style: none;
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink {
  display: block;
  position: relative;
  font-family: "Baloo 2", cursive;
  font-size: 14px;
  font-weight: 400;
  padding: 7px 15px;
  text-decoration: none;
  color: #000;
  transition: all 0.1s;
}
.newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink:hover, .newNavMobil .items .item.dropdown .dropdownMenu .dropdownItem .dropDownLink.active {
  background: #eaeaea;
}

.pageTitleArea {
  width: 100%;
  position: relative;
  padding: 150px 0px 40px 0px;
  background: #2f28c3;
  background-size: cover;
}
.pageTitleArea .breadcrumb {
  display: flex;
  position: relative;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
  gap: 5px;
}
.pageTitleArea .breadcrumb li {
  list-style: none;
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.pageTitleArea .breadcrumb li.active {
  font-weight: 500;
  color: #fff;
}
.pageTitleArea .breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.pageTitleArea .pageTitle {
  position: relative;
}
.pageTitleArea .pageTitle h1 {
  font-family: "Baloo 2", cursive;
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  padding: 5px 0px 10px 0px;
  text-align: center;
}
@media (max-width: 1000px) {
  .pageTitleArea {
    padding: 100px 0px 60px 0px;
  }
}
@media (max-width: 579px) {
  .pageTitleArea {
    padding: 80px 0px 10px 0px;
  }
  .pageTitleArea .pageTitle h1 {
    font-size: 30px;
  }
}

.Content {
  width: 100%;
  position: relative;
}
.Content .pageImg {
  width: 100%;
  margin-bottom: 30px;
}
.Content h2 {
  font-family: "Baloo 2", cursive;
  font-size: 35px;
  font-weight: 900;
  color: #000;
}

.footer {
  width: 100%;
  position: relative;
  padding: 180px 0px 70px 0px;
  background: url("../images/footer-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(168, 0, 21, 0.7);
  z-index: 0;
}
.footer::after {
  content: "";
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0px;
  top: -5px;
  background: url(../images/milk-bg.svg) repeat-x 0 0 transparent;
  background-size: auto 100%;
  filter: drop-shadow(5px 20px 10px rgba(0, 0, 0, 0.1));
  z-index: 0;
}
.footer .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 579px) {
  .footer {
    padding-top: 50px;
  }
  .footer:after {
    height: 50px;
  }
}

.footerInfo {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.footerInfo:before {
  content: "";
  width: 195px;
  height: 2px;
  background: #D7C47B;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.footerInfo img {
  max-width: 100%;
  height: 25px;
}
.footerInfo p {
  font-family: "Baloo 2", cursive;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  padding: 20px 0px;
  margin: 0px;
}
.footerInfo .contact {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0px;
  padding: 20px 0px;
}
.footerInfo .contact li {
  list-style: none;
  padding: 0px 10px;
  font-size: 15px;
}
.footerInfo .contact li i {
  margin-right: 5px;
}

.socialMedia {
  display: flex;
  gap: 10px;
  position: relative;
  margin: 20px 0 0px 0;
}
.socialMedia a {
  width: 45px;
  height: 45px;
  position: relative;
  color: #000;
  font-size: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out 0s;
}
.socialMedia a svg {
  height: 45px;
}
.socialMedia a:hover {
  background: #FF001B;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out 0s;
}
.socialMedia a.facebook:hover {
  background: #4867aa;
}
.socialMedia a.twitter:hover {
  background: #64b4f1;
}
.socialMedia a.instagram:hover {
  background: #c72e9a;
}
.socialMedia.header {
  width: auto;
  z-index: 2;
  margin: 0px;
}
.socialMedia.header a {
  width: 30px;
  height: 30px;
  position: relative;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background: #FF001B;
  border-radius: 50%;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out 0s;
}
.socialMedia.header a svg {
  height: 30px;
}
@media (max-width: 579px) {
  .socialMedia.header {
    display: none;
  }
}

.footerTitle {
  width: 100%;
  position: relative;
  padding: 0px 0px 10px 0px;
}
.footerTitle h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.4;
}
.footerTitle h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1.4;
  text-align: center;
}

.linkList {
  width: 100%;
  position: relative;
  margin: 20px 0px 0px 0px;
  padding: 0px;
}
.linkList li {
  list-style: none;
  width: 100%;
}
.linkList li a {
  display: block;
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding: 8px 0px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}
.linkList li a svg {
  color: #FF001B;
  margin-right: 5px;
}
.linkList li:hover a {
  background: #fafafa;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.copyright {
  width: 100%;
  position: relative;
  padding: 20px 0px;
  background: #a90c1c;
  text-align: center;
  font-family: "Baloo 2", cursive;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}

.detailArea {
  width: 100%;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  padding: 80px 0px 80px 0px;
}

.LeftArea {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #fff;
  border-radius: 0px;
}

.LeftTitle {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 15px;
}
.LeftTitle h3 {
  font-family: "Baloo 2", cursive;
  font-size: 25px;
  font-weight: 900;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 10px 0px;
  color: #000;
  position: relative;
}
.LeftTitle h3:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.LeftTitle h3:after {
  right: 10px;
  left: auto;
}
.LeftTitle h3 span {
  font-weight: 300;
}
.LeftTitle h3 .TitleButton {
  display: inline-block;
  padding: 5px 5px 5px 15px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  border-left: 2px solid #D7C47B;
  color: #FF001B;
}
.LeftTitle h3 .Desc {
  font-size: 13px;
  color: #D7C47B;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}
.LeftTitle.T2 h3 {
  font-size: 30px;
}
.LeftTitle.T2 .Desc i {
  color: #339933;
  margin-right: 10px;
  font-size: 17px;
}
.LeftTitle.Right h3 {
  text-align: right;
}
.LeftTitle .DropIcon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
}

.LeftList {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.LeftList li {
  border-bottom: 1px solid #eaeaea;
  list-style: none;
}
.LeftList li:last-child {
  border: none;
}
.LeftList li a {
  display: block;
  padding: 10px 15px;
  font-family: "Baloo 2", cursive;
  font-size: 17px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.LeftList li a svg {
  margin-right: 8px;
}
.LeftList li.LevelDown {
  padding-left: 15px;
  background: #fff;
}
.LeftList li.LevelDown.L2 {
  background: #E4E4E4;
}
.LeftList li.LevelDown.L2:hover a {
  padding-left: 10px;
}
.LeftList li.LevelDown2 {
  padding-left: 30px;
  background: #fafafa;
}
.LeftList li.LevelUp a {
  background: #fafafa;
}
.LeftList li.LevelUp:hover a {
  padding-left: 15px;
}
.LeftList li.active a {
  color: #FF001B;
  font-weight: 500;
}
.LeftList li:hover {
  background: #fafafa;
  border-right: 3px solid #000;
}
.LeftList li:hover a {
  padding-left: 20px;
  transition: all 0.2s ease-in-out 0s;
}
.LeftList li i {
  margin-right: 5px;
  color: #A16222;
}

@media screen and (max-width: 1000px) and (min-width: 505px) {
  .LeftTitle h3 {
    font-size: 17px;
  }
  .LeftTitle .DropIcon {
    right: -15px;
  }

  .LeftList li a {
    font-size: 14px;
  }
  .LeftList li a svg {
    display: none;
  }
}
@media (max-width: 500px) {
  .LeftList {
    display: none;
  }
}
.social_share {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.social_share li {
  list-style: none;
}
.social_share li a {
  font-size: 15px;
}

.contactInfo {
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.contactInfo li {
  list-style: none;
  font-size: 18px;
}
.contactInfo li i {
  color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
}
.contactInfo.f li {
  margin-bottom: 10px;
}
@media (max-width: 579px) {
  .contactInfo {
    margin-top: 30px;
  }
}

.row-agha {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}
.row-agha .logo-area {
  grid-column: 1/span 4;
}
.row-agha .menu-area {
  grid-column: 5/span 12;
}

/*Page Style */
.MainSlider {
  width: 100%;
  position: relative;
  z-index: 2;
}

.slideText1 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 80px;
  color: #FF001B;
}

.slideText2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #2F28C3;
}

.slideText3 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #fff;
}

.slideButtonArea {
  width: 650px;
  text-align: center;
}

.slideButton {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #FF001B;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
}
.slideButton:hover {
  color: #fff;
  background: #a90c1c;
  transition: all 0.4s ease-in-out 0s;
}

@media (max-width: 500px) {
  .SlideText1 {
    width: auto;
  }

  .SlideText4 {
    width: auto;
  }

  .SlideButton {
    display: none;
  }
}
.siteButton {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #FF001B;
  padding: 15px 30px;
  border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
}
.siteButton:hover {
  color: #fff;
  background: #a90c1c;
  transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 579px) {
  .siteButton {
    font-size: 17px;
    padding: 10px 30px;
  }
}

.homeArea {
  width: 100%;
  position: relative;
  padding: 60px 0px;
  background: #f9f9f9;
}

.homeTitle {
  width: 100%;
  position: relative;
  background: #333;
  border-radius: 5px;
  margin-bottom: 20px;
}
.homeTitle h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
}

.blogListTwo {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
}
.blogListTwo .blogTwoImg {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 10px 10px 10px 10px;
  z-index: 1;
  overflow: hidden;
}
.blogListTwo .blogTwoImg img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.blogListTwo .blogTwoImg:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.blogListTwo .blogTwoInfo {
  padding: 25px 25px 20px 25px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}
.blogListTwo .blogTwoInfo h3 {
  font-family: "Baloo 2", cursive;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.blogListTwo .blogTwoInfo p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #FF001B;
  padding: 0px 0px 0px 35px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.blogListTwo .blogTwoInfo p:before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 10px;
  background: #FF001B;
  position: absolute;
  top: calc(50% - 0px);
  left: 0px;
}

.blogList {
  width: 100%;
  position: relative;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.02);
  margin-bottom: 30px;
}
.blogList .blogImg {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 10px 10px 10px 10px;
  z-index: 1;
  overflow: hidden;
}
.blogList .blogImg img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.blogList h3 {
  font-family: "Baloo 2", cursive;
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
.blogList .blogInfo {
  padding: 25px 0px 20px 0px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.blogList .blogInfo .date {
  font-family: "Open Sans", sans-serif;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #a29454;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}
.blogList .blogInfo .date:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #D7C47B;
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0px;
}
.blogList .blogInfo p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #888;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  position: relative;
}

.owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 20px;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  border-color: #D7C47B;
}

.mainImg {
  width: 100%;
  border-radius: 10px;
}

.mainAbout {
  width: 100%;
  position: relative;
  text-align: center;
}
.mainAbout h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #FF001B;
}
.mainAbout p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  color: #2F28C3;
}
@media (max-width: 579px) {
  .mainAbout h1 {
    font-size: 40px;
    margin-top: 10px;
  }
  .mainAbout p {
    font-size: 17px;
  }
}

.pageArea {
  width: 100%;
  position: relative;
  padding: 60px 0px;
  background: #fff;
}

.service {
  width: 100%;
  position: relative;
  text-align: center;
}
.service i {
  font-size: 60px;
  margin-bottom: 30px;
}
.service.one i {
  color: #ffcc00;
}
.service.two i {
  color: #8124e4;
}
.service.three i {
  color: #dd9934;
}
.service h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 15px;
}
.service p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgb(100, 100, 100);
  margin-bottom: 25px;
}

.pageButton {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  background: #0bb696;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  border-bottom: 2px solid #08977d;
  transition: all 0.4s ease-in-out 0s;
}
.pageButton:hover {
  color: #fff;
  background: #08977d;
  border-color: #0bb696;
  transition: all 0.2s ease-in-out 0s;
}

.contactFooter {
  width: 100%;
  position: relative;
  text-align: center;
}
.contactFooter strong {
  font-family: "Baloo 2", cursive;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.contactFooter p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.contactFooter a {
  margin-bottom: 30px;
}

#mapLightbox {
  display: none;
}

.loadingNews {
  display: none;
  width: 70px;
  height: 70px;
  position: relative;
  margin: 20px auto;
  background: url(../images/loading.gif) no-repeat center center transparent;
}

.blocks-gallery-grid {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0px;
  padding: 0px;
}
.blocks-gallery-grid .blocks-gallery-item {
  list-style: none;
  padding: 10px;
}
.blocks-gallery-grid .blocks-gallery-item figure {
  width: 100%;
  position: relative;
}
.blocks-gallery-grid .blocks-gallery-item figure img {
  width: 100%;
  height: auto;
}

.productTwoArea {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
.productTwoArea::before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0px;
  background: #2F28C3;
  z-index: -1;
}

.productTwo {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 30px;
}
.productTwo::before {
  content: "";
  width: 810px;
  height: 810px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 405px);
  background: url(../files/light.png) no-repeat center center transparent;
}
.productTwo .p {
  max-width: 100%;
  position: relative;
  margin: 0px auto;
  left: 0px !important;
}
.productTwo .p1 {
  position: absolute;
  top: 160px !important;
  left: 50px !important;
}
.productTwo .p2 {
  position: absolute;
  top: 500px !important;
  left: 0px !important;
}
.productTwo .p3 {
  position: absolute;
  top: 710px !important;
  left: 140px !important;
}
.productTwo .p4 {
  position: absolute;
  top: 300px !important;
  left: 430px !important;
}
.productTwo .p5 {
  position: absolute;
  top: 520px !important;
  left: 520px !important;
}
.productTwo .p6 {
  position: absolute;
  top: 650px !important;
  left: 390px !important;
}
.productTwo .p7 {
  position: absolute;
  top: 150px !important;
  left: 500px !important;
}
@media (max-width: 579px) {
  .productTwo {
    padding-top: 40px;
  }
  .productTwo::before {
    display: none;
  }
  .productTwo .p {
    width: 200px;
  }
  .productTwo .p1 {
    top: 10px !important;
    left: 20px !important;
    width: 60px;
  }
  .productTwo .p2 {
    top: 240px !important;
    left: 0px !important;
    width: 90px;
  }
  .productTwo .p3 {
    top: 400px !important;
    left: 70px !important;
    width: 70px;
  }
  .productTwo .p4 {
    top: 100px !important;
    left: 250px !important;
    width: 90px;
  }
  .productTwo .p5 {
    top: 250px !important;
    left: 280px !important;
    width: 60px;
  }
  .productTwo .p6 {
    top: 380px !important;
    left: 220px !important;
    width: 40px;
  }
  .productTwo .p7 {
    top: -30px !important;
    left: 250px !important;
    height: 100px;
  }
  .productTwo .p8 {
    top: 150px !important;
    left: 500px !important;
  }
}

.productTwo2 {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
}
.productTwo2::before {
  content: "";
  width: 810px;
  height: 810px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 405px);
  background: url(../files/light.png) no-repeat center center transparent;
}
.productTwo2 .p {
  max-width: 100%;
  position: relative;
  margin: 0px auto;
  left: 0px !important;
}
.productTwo2 .p1 {
  position: absolute;
  top: 30px !important;
  left: 50px !important;
}
.productTwo2 .p2 {
  position: absolute;
  top: 370px !important;
  left: 0px !important;
}
.productTwo2 .p3 {
  position: absolute;
  top: 580px !important;
  left: 140px !important;
}
.productTwo2 .p4 {
  position: absolute;
  top: 170px !important;
  left: 430px !important;
}
.productTwo2 .p5 {
  position: absolute;
  top: 390px !important;
  left: 520px !important;
}
.productTwo2 .p6 {
  position: absolute;
  top: 530px !important;
  left: 390px !important;
}
.productTwo2 .p7 {
  position: absolute;
  top: 20px !important;
  left: 500px !important;
}
@media (max-width: 579px) {
  .productTwo2 {
    padding-top: 40px;
  }
  .productTwo2::before {
    display: none;
  }
  .productTwo2 .p {
    width: 200px;
  }
  .productTwo2 .p1 {
    top: 10px !important;
    left: 20px !important;
    width: 60px;
  }
  .productTwo2 .p2 {
    top: 240px !important;
    left: 0px !important;
    width: 90px;
  }
  .productTwo2 .p3 {
    top: 400px !important;
    left: 70px !important;
    width: 70px;
  }
  .productTwo2 .p4 {
    top: 100px !important;
    left: 250px !important;
    width: 90px;
  }
  .productTwo2 .p5 {
    top: 250px !important;
    left: 280px !important;
    width: 60px;
  }
  .productTwo2 .p6 {
    top: 380px !important;
    left: 220px !important;
    width: 40px;
  }
  .productTwo2 .p7 {
    top: -30px !important;
    left: 250px !important;
    height: 100px;
  }
  .productTwo2 .p8 {
    top: 150px !important;
    left: 500px !important;
  }
}

.productTwoInfo {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productTwoInfo h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.productTwoInfo p {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.productTwoInfo .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productTwoInfo .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productTwoInfo .p-info {
  position: absolute;
  top: 150px;
  right: 0px;
}
@media (max-width: 579px) {
  .productTwoInfo {
    z-index: 3;
  }
  .productTwoInfo h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productTwoInfo p {
    font-size: 17px;
  }
  .productTwoInfo .p-info {
    top: 0px;
  }
  .productTwoInfo .p7 {
    display: none;
  }
  .productTwoInfo .p8 {
    display: none;
  }
}

.productTwoDetail {
  width: 100%;
  position: relative;
  background: #AD6142;
  z-index: 8;
}
@media (max-width: 579px) {
  .productTwoDetail {
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.productTwoDetail2 {
  width: 100%;
  position: relative;
  background: #703ce6;
  z-index: 7;
}
@media (max-width: 579px) {
  .productTwoDetail2 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.productTwoDetail3 {
  width: 100%;
  position: relative;
  background: #ed840e;
  z-index: 6;
}
@media (max-width: 579px) {
  .productTwoDetail3 {
    padding-top: 100px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.productTwoDetail4 {
  width: 100%;
  position: relative;
  background: #AD6142;
  z-index: 5;
}
@media (max-width: 579px) {
  .productTwoDetail4 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.productTwoDetail5 {
  width: 100%;
  position: relative;
  background: #703ce6;
  z-index: 4;
}
@media (max-width: 579px) {
  .productTwoDetail5 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.productTwoDetail6 {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 3;
}
@media (max-width: 579px) {
  .productTwoDetail6 {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
}

.mainInfoArea {
  width: 100%;
  position: relative;
  padding: 70px 0px;
}
.mainInfoArea .mainInfo {
  width: 100%;
  position: relative;
  text-align: center;
}
.mainInfoArea h2 {
  font-family: "Titan One", cursive;
  font-size: 60px;
  font-weight: 700;
  color: #2F28C3;
}
.mainInfoArea .slogan1 {
  max-width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.mainInfoArea .slogan2 {
  max-width: 100%;
  height: 70px;
  margin-bottom: 30px;
}
.mainInfoArea p {
  font-size: 20px;
  color: #2F28C3;
  font-family: "Open Sans", sans-serif;
}

.ih-50 {
  height: 50px;
}

.ih-60 {
  height: 60px;
}

.ih-70 {
  height: 70px;
}

.ih-80 {
  height: 80px;
}

.ih-90 {
  height: 90px;
}

.ih-100 {
  height: 100px;
}

.ih-110 {
  height: 110px;
}

.ih-120 {
  height: 120px;
}

.ih-130 {
  height: 130px;
}

.ih-140 {
  height: 140px;
}

.ih-150 {
  height: 150px;
}

.ih-160 {
  height: 160px;
}

.ih-170 {
  height: 170px;
}

.ih-180 {
  height: 180px;
}

@media (max-width: 579px) {
  .ih-120.mobileEdit {
    height: 60px;
  }

  .ih-90.mobileEdit {
    height: 45px;
  }

  .ih-180.mobileEdit {
    height: 90px;
  }
}
.detailP {
  padding-top: 250px;
}
@media (max-width: 579px) {
  .detailP {
    padding-top: 100px;
  }
}

.productOneDetail {
  width: 100%;
  position: relative;
  background: #ea2b26;
  z-index: 6;
}
@media (max-width: 579px) {
  .productOneDetail {
    padding-top: 100px;
    overflow: hidden;
  }
}

.productOneDetail2 {
  width: 100%;
  position: relative;
  background: #ed840d;
  z-index: 5;
}
@media (max-width: 579px) {
  .productOneDetail2 {
    padding-top: 0px;
    overflow: hidden;
  }
}

.productOneDetail3 {
  width: 100%;
  position: relative;
  background: #f6af09;
  z-index: 4;
}
@media (max-width: 579px) {
  .productOneDetail3 {
    padding-top: 100px;
    overflow: hidden;
  }
}

.productOneDetail4 {
  width: 100%;
  position: relative;
  background: #fff;
  z-index: 3;
}
@media (max-width: 579px) {
  .productOneDetail4 {
    padding-top: 0px;
    overflow: hidden;
  }
}

.productOne {
  width: 100%;
  position: relative;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 30px;
}
.productOne::before {
  content: "";
  width: 810px;
  height: 810px;
  position: absolute;
  bottom: -100px;
  left: calc(50% - 405px);
  background: url(../files/light.png) no-repeat center center transparent;
}
.productOne .p {
  max-width: 100%;
  position: relative;
  margin: 0px auto;
  left: 0px !important;
}
.productOne .p1 {
  position: absolute;
  top: 160px !important;
  left: 50px !important;
}
.productOne .p2 {
  position: absolute;
  top: 500px !important;
  left: 0px !important;
}
.productOne .p3 {
  position: absolute;
  top: 710px !important;
  left: 140px !important;
}
.productOne .p4 {
  position: absolute;
  top: 300px !important;
  left: 430px !important;
}
.productOne .p5 {
  position: absolute;
  top: 520px !important;
  left: 520px !important;
}
.productOne .p6 {
  position: absolute;
  top: 650px !important;
  left: 390px !important;
}
.productOne .p7 {
  position: absolute;
  top: 150px !important;
  left: 500px !important;
}
@media (max-width: 579px) {
  .productOne {
    padding-top: 40px;
  }
  .productOne::before {
    display: none;
  }
  .productOne .p {
    width: 200px;
  }
  .productOne .p1 {
    top: 10px !important;
    left: 20px !important;
    width: 60px;
  }
  .productOne .p2 {
    top: 240px !important;
    left: 0px !important;
    width: 90px;
  }
  .productOne .p3 {
    top: 400px !important;
    left: 70px !important;
    width: 70px;
  }
  .productOne .p4 {
    top: 100px !important;
    left: 250px !important;
    width: 90px;
  }
  .productOne .p5 {
    top: 250px !important;
    left: 280px !important;
    width: 60px;
  }
  .productOne .p6 {
    top: 380px !important;
    left: 220px !important;
    width: 40px;
  }
  .productOne .p7 {
    top: 150px !important;
    left: 500px !important;
  }
  .productOne .p8 {
    top: 150px !important;
    left: 500px !important;
  }
}

.productOneInfo {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productOneInfo h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.productOneInfo p {
  font-size: 20px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
.productOneInfo .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productOneInfo .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productOneInfo .p-info {
  position: absolute;
  top: 150px;
  right: 0px;
}
@media (max-width: 579px) {
  .productOneInfo {
    z-index: 3;
  }
  .productOneInfo h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productOneInfo p {
    font-size: 17px;
  }
  .productOneInfo .p-info {
    top: 0px;
  }
  .productOneInfo .p7 {
    display: none;
  }
  .productOneInfo .p8 {
    display: none;
  }
}

@media (max-width: 579px) {
  .vitaminIcon {
    width: 150px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.productOneInfo2 {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productOneInfo2 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
.productOneInfo2 .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productOneInfo2 .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productOneInfo2 .p-info {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media (max-width: 579px) {
  .productOneInfo2 {
    z-index: 3;
  }
  .productOneInfo2 h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productOneInfo2 p {
    font-size: 17px;
  }
  .productOneInfo2 .p-info {
    top: 0px;
  }
  .productOneInfo2 .p7 {
    display: none;
  }
  .productOneInfo2 .p8 {
    display: none;
  }
}

.productOneInfo4 {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productOneInfo4 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #fff;
}
.productOneInfo4 .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productOneInfo4 .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productOneInfo4 .p-info {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media (max-width: 579px) {
  .productOneInfo4 {
    z-index: 3;
  }
  .productOneInfo4 h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productOneInfo4 p {
    font-size: 17px;
  }
  .productOneInfo4 .p-info {
    top: 0px;
  }
  .productOneInfo4 .p7 {
    display: none;
  }
  .productOneInfo4 .p8 {
    display: none;
  }
}

.productOneInfo3 {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productOneInfo3 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 80px;
  font-weight: 700;
  color: #ed840d;
}
.productOneInfo3 .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productOneInfo3 .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productOneInfo3 .p-info {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media (max-width: 579px) {
  .productOneInfo3 {
    z-index: 3;
  }
  .productOneInfo3 h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productOneInfo3 p {
    font-size: 17px;
  }
  .productOneInfo3 .p-info {
    top: 0px;
  }
  .productOneInfo3 .p7 {
    display: none;
  }
  .productOneInfo3 .p8 {
    display: none;
  }
}

.productOneInfo5 {
  width: 100%;
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.productOneInfo5 h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 70px;
  font-weight: 700;
  color: #ed840d;
}
.productOneInfo5 .p7 {
  position: absolute;
  top: 620px;
  left: 50px;
}
.productOneInfo5 .p8 {
  position: absolute;
  top: 670px;
  left: 200px;
}
.productOneInfo5 .p-info {
  position: absolute;
  top: 30px;
  right: 0px;
}
@media (max-width: 579px) {
  .productOneInfo5 {
    z-index: 3;
  }
  .productOneInfo5 h2 {
    font-size: 40px;
    margin-top: 30px !important;
  }
  .productOneInfo5 p {
    font-size: 17px;
  }
  .productOneInfo5 .p-info {
    top: 0px;
  }
  .productOneInfo5 .p7 {
    display: none;
  }
  .productOneInfo5 .p8 {
    display: none;
  }
}

@media (max-width: 579px) {
  .vitaminIcon {
    width: 150px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
.ProjectSingle {
  width: 100%;
  position: relative;
  background: #fff;
  border: 3px solid #eaeaea;
  margin: 10px 0px;
}
.ProjectSingle.noBorder {
  border: none;
}
.ProjectSingle.noBorder:hover {
  box-shadow: none;
}
.ProjectSingle.V {
  background: #1a2d72;
  border: 3px solid #1a2d72;
}
.ProjectSingle:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
.ProjectSingle:hover .Image img {
  transform: scale(1.04);
  transition: all 0.4s ease-in-out 0s;
}
.ProjectSingle:hover .Mask {
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out 0s;
}
.ProjectSingle:hover .Mask a i {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
.ProjectSingle .Image {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ProjectSingle .Image img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  object-position: center;
  transition: all 0.2s ease-in-out 0s;
}
.ProjectSingle .Mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.ProjectSingle .Mask a {
  display: block;
  width: 100%;
  height: 100%;
}
.ProjectSingle .Mask a i {
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}

.ProjectTitle {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #FF001B;
  text-align: center;
}

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