@import url('https://fonts.googleapis.com/css2?family=Anton&family=Overpass:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Anton", sans-serif;
}
a {
  cursor: pointer;
}
header {
  font-family: "Overpass", sans-serif;
  position: sticky;
  z-index: 99;
  top: 0;
  background: #fff;
}
body, p, h1, h2, h3, h4, h5, h6, span, ul, li, a { padding: 0; margin: 0;}
.logo {
  background: #dd2f31;
  padding: 20px 0px;
  position: relative;
}
.logo::before {
  background: #dd2f31;
  content: "";
  position: absolute;
  right: 213px;
  width: 213px;
  height: 100%;
  top: 0;
}
.logo::after {
  background: #dd2f31;
  content: "";
  position: absolute;
  left: 213px;
  width: 87px;
  height: 100%;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 25% 100%, 0 100%);
}
.logo img {
  width: 213px;
}
.ph_em ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style-type: none;
}
.ph_em ul li a {
  font-size: 15px;
  color: #0f2a45;
  text-decoration: none;
  font-weight: 400;
}
.ph_em ul li a img {
  max-width: 16px;
  position: relative;
  top: -2px;
}
.right_hdr  {
  padding-left: 6rem;
  width: 85%;
}
.right_hdr ul {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style-type: none;
}
.right_hdr ul li a {
  font-size: 15px;
  color: #0f2a45;
  text-decoration: none;
  font-weight: 400;
}
.right_hdr ul li a.dpl_btn {
  background: #0f2a45;
  padding: 10px 18px;
  color: #fff;
  border-radius: 75px;
}
.menu ul {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style-type: none;
}
.banner_1 {
  background: url(../images/banner_1.png) no-repeat left top / cover;
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.cont_1 h1 img {
  max-width: 400px;
  margin-bottom: 1.5rem;
}
.cont_1 h2 {
  text-transform: uppercase;
  font-size: 66px;
  color: #fff;
  font-style: italic;
  text-shadow: 1px 0 #464646, -1px 0 #464646, 0 1px #464646, 0 -1px #464646,
               1px 1px #464646, -1px -1px #464646, 1px -1px #464646, -1px 1px #464646;
}
.cont_1 h2 span {
  color: #ff3131;
}
.btn_1 {
  background: #f9ef23;
  padding: 10px 37px;
  display: block;
  max-width: fit-content;
  margin: 20px auto;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  border-radius: 7px;
  font-family: "Overpass", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 38px;
}
.disclaimer_txt {
  font-size: 14px;;
  font-family: "Overpass", sans-serif;
}
.banner_2 {
  background: url(../images/banner_2.png) no-repeat left top / cover;
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.cont_2 h2 {
  font-size: 54px;
  color: #f9ef23;
  text-transform: uppercase;
  text-align: left;
}
.cont_2 h3 {
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #fff;
  font-style: italic;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 30px 0;
}
.cont_2 h3 img {
  max-width: 210px;
  margin-left: 14px;
}
.cont_2 p {
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  color: #fff;
  text-align: justify;
  font-weight: 500;
}
.banner_3 {
  background: url(../images/banner_3.png) no-repeat left top / cover;
  min-height: 95vh;
  display: flex;
  align-items: center;
}
.cont_3 h2 {
  display: flex;
  align-items: center;
  font-size: 54px;
  text-transform: uppercase;
}
.cont_3 h2 img {
  max-width: 297px;
  margin-left: 14px;
}
.cont_3 h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-style: italic;
  color: #004aad;
  margin: 20px 0 25px;
}
.cont_3 p {
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  color: #000;
  text-align: justify;
  margin-bottom: 14px;
  font-weight: 500;
}
.banner_4 {
  background: url(../images/banner_4.png) no-repeat left top / cover;
  min-height: 95vh;
  padding: 5rem 0;
}
.title_img img {
  max-width: 352px
}
.title_prod_sec h2 {
  font-size: 54px;
  text-transform: uppercase;
  margin: 24px 0;
}
.title_prod_sec h3 {
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 2px;
  font-size: 30px;
}
.title_prod_sec {
  width: 400px;
  text-align: center;
  margin-bottom: 105px;
  margin-top: 50px;
}
.prod_grid {
  background: #fff;
  border-radius: 14px;
  padding: 30px 34px;
  margin-bottom: 20px;
  position: relative;
  transition: all .3s ease-in-out !important;
  top: 0;
}
.prod_grid h3 {
  font-size: 26px;
  text-align: center;
  font-style: italic;
  margin-bottom: 14px;
}
.prod_grid p {
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  color: #000;
  text-align: justify;
  margin-bottom: 14px;
  font-weight: 500;
  min-height: 91px;
}
.prod_grid h4 {
  text-align: center;
  color: #ff4917;
  font-size: 22px;
  font-style: italic;
  margin: 20px 0 16px;
}
.prod_grid ul li {
  font-size: 15px;
  font-family: "Overpass", sans-serif;
  color: #000;
  text-align: justify;
  font-weight: 500;
  margin-bottom: 2px;
  list-style-type: none;
  display: flex;
}
.prod_grid ul li i {
  color: #a8a8a8;
  margin-right: 14px;
}
.banner_5 {
  background: url(../images/banner_5.png) no-repeat left top / cover;
  min-height: 95vh;
  padding: 5rem 0 3rem;
}
.cont_form_container {
  width: 500px;
  background: #fff;
  border-radius: 14px;
  padding: 20px 60px;
  margin-top: 4rem;
}
.cont_logo {
  width: 350px;
  margin: -12px auto;
  position: relative;
  top: -40px;
}
.cont_logo img {
  max-width: 100%;
}
.banner_5 h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}
.form_group input {
  background: #f1f1f1;
  border: 1px solid #cecece;
  width: 100%;
  font-family: "Overpass", sans-serif;
  padding: 14px 14px;
  font-size: 14px;
  border-radius: 7px;
}
.form_group textarea {
  background: #f1f1f1;
  min-height: 150px;
  border: 1px solid #cecece;
  width: 100%;
  font-family: "Overpass", sans-serif;
  padding: 14px 14px;
  font-size: 14px;
  border-radius: 7px;
}
.form_group {
  margin-bottom:8px;
}
.form_group button {
  font-family: "Overpass", sans-serif;
  background: #ff4917;
  border: none;
  font-size: 15px;
  font-weight: 550;
  margin: 12px auto 0;
  display: block;
  padding: 12px 40px;
  border-radius: 5px;
  color: #fff;
}
footer {
  background: #f9ef23;
  font-family: "Overpass", sans-serif;
  padding: 0 0 20px 0;
}
.ftr_mnu {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: center;
  list-style-type: none;
}
.ftr_mnu li a {
  color: #0f2a45;
  text-decoration: none;
  font-size: 15px;
}
.social_hdr {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  justify-content: center;
  list-style-type: none;
  margin: 24px 0;
}
.social_hdr li a {
  color: #0f2a45;
  text-decoration: none;
  font-size: 15px;
}
.cpy_rit {
  color: #0f2a45;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
/**hover**/
.btn_hover i {
	position: absolute;
	width: 1.1em;
	right: 0px;
	right: 1rem;
	opacity: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-out;
	will-change: right, opacity;
  }
  .btn_hover span {
	display: inline-block;
	position: relative;
	transition: all 300ms ease-out;
	will-change: transform;
	margin: 0;
  }
  .btn_hover:hover i {
	opacity: 1;
  right: -1.5rem;
  }
  .btn_hover:hover span {
	transform: translate3d(-0.6rem, 0, 0);
  }
/**hover button**/

.menu li a:hover, .ftr_mnu li a:hover {
  color: #dd2f31;
}
.prod_grid:hover {
  position: relative;
  top: -10px;
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.5);
}

.social_hdr li a:hover i, .right_hdr ul li a:hover img {
  transform: rotate(360deg);
}
.social_hdr li a i, .right_hdr ul li a img {
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.prod_grid ul li {
  text-align: left;
}
.mob_bnr {
  max-width: 225px;
  display: block;
  margin: 40px auto;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
}
.mob_bnr02 {
  max-width: 225px;
  display: block;
  margin: 40px auto;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
}
.mob_bnr03 {
  max-width: 100%;
  display: block;
  padding: 0 0;
  border: 5px solid #fff;
  border-radius: 5px;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.4);
}
.mob_bnr04 {
  max-width: 100%;
  display: block;
  padding: 0 0;
}
.wats a {
  text-decoration: none;
}
.wats {
  position: fixed;
  bottom: 50px;
  left: 24px;
  width: 62px;
  height: 65px;
  z-index: 9999;
  font-size: 63px;
  color: #2dbe8e;
  cursor: pointer;
  text-align: center;
  -webkit-animation: box-rotate infinite;
  animation: box-rotate infinite;
    animation-duration: 0s;
    animation-timing-function: ease;
    animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: ease;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.wats img {
  width: 50px;
  z-index: 99;
  position: relative;
  }
  @keyframes box-rotate {
    0%, 10%   { transform: rotate(12deg);}
    10%, 20% { transform: rotate(-15deg);}
    20%, 30% { transform: rotate(12deg);}
    30%, 40% { transform: rotate(0deg);}
    40%, 50% { transform: rotate(12deg);}
    50%, 60% { transform: rotate(12deg);}
    60%, 70% { transform: rotate(12deg);}
    70%, 100% { transform: rotate(12deg);}
  }
  .chat_txt {
  font-size: 14px;
  color: #ebebeb;
  position: relative;
  top: -13px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-family: "Overpass", sans-serif;
  }
.text-danger {
  font-size: 12px;
  font-family: "Overpass", sans-serif;
}
#cap {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
}
.w-125 {
  width: 125px;
}
.w-125 img {
  max-width: 100%;
}
/**Responsive Start**/
@media screen and (min-width:1199px) and (max-width: 1400px) {
  .menu ul {
    gap: 12px;
  }
  .right_hdr ul {
    gap: 12px;
  }
  .cont_2 h3 {
    font-size: 32px;
  }
  .prod_grid ul {
    min-height: 117px;
  }
}

@media screen and (min-width:992px) and (max-width: 1199px) {
  .cont_2 h2 {
    font-size: 48px;
  }
  .cont_2 h3 img {
    max-width: 178px;
  }
  .cont_2 h3 {
    font-size: 26px;
  }
  .prod_grid {
    padding: 30px 17px;
  }
  .prod_grid ul {
    min-height: 150px;
  }
  .prod_grid p {
    min-height: 115px;
  }
  .menu {
    position: relative;
  top: -4px;
  }
}

@media (min-width: 992px) {
  .hidden-tab-desk {
    display: none;
  }
  .right_hdr ul li a i {
    display: none;
  }
  .right_hdr ul li a.dpl_btn.btn_hover i.fas.fa-arrow-right {
    display: block;
  }
  .menu ul {
    width: auto !important;
  }
}

@media (max-width: 991px) {
  /*sidenav*/
  .menu_bar_2 {
    font-size: 22px;
    margin-right: 3px;
    cursor: pointer;
    color: #000;
    line-height: 15px;
  }
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);
}
.sidenav a {
  padding: 8px 8px 8px 21px;
  text-decoration: none;
  font-size: 16px !important;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #ffd701;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 26px !important;
  color: #000;
  margin-left: 50px;
}
.menu ul {
  display: block;
}
.right_hdr ul li a.dpl_btn {
  background: transparent;
  padding: 8px 8px 8px 21px;
  color: #000;
}
.prod_grid p {
  min-height: 118px;
}
.prod_grid ul {
  min-height: 142px;
}
.right_hdr ul li a img {
  max-width: 17px;
}
.ph_em {
  display: none;
}
.ph_mb {
  background: #ffddde;
}
.dpl_btn.btn_hover i {
  position: unset;
  width: auto;
  opacity: 1;
  transform: none;
  color: #000;
}
.dpl_btn.btn_hover:hover span {
  transform: none;
}
.dpl_btn.btn_hover .fas.fa-arrow-right {
  display: none;
}
.banner_2 {
  padding: 25px 0;
}
.banner_3 {
  background: #fff;
  padding: 25px 0;
}
.banner_1 {
  padding: 25px 0;
}
.right_hdr ul li a:hover i {
  transform: rotate(360deg);
}
.right_hdr ul li a i {
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.right_hdr {
  padding-left: 5.5rem;
  width: 85%;
  justify-content: flex-end !important;
}
/**mob menu**/
}

@media (max-width: 767px) {
  .cont_1 h1 img {
    max-width: 280px;
  }
  .cont_1 h2 {
    font-size: 46px;
  }
}

@media (max-width: 565px) {
  .cont_2 h2, .cont_3 h2, .cont_4 h2 {
    font-size: 36px;
}
.cont_2 h3, .cont_3 h3, .cont_4 h3 {
  font-size: 20px;
}
.cont_2 h3 img {
  max-width: 130px;
  margin-left: 10px;
}
.cont_2 p {
  font-size: 14px;
}
.cont_3 h2 img {
  max-width: 175px;
  margin-left: 10px;
}
.cont_3 h3 {
  margin: 10px 0 15px;
}
.title_prod_sec {
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
}
.title_img img {
  max-width: 200px;
}
.title_prod_sec h2 {
  font-size: 36px;
}
.title_prod_sec h3 {
  font-size: 20px;
}
.prod_grid {
  padding: 20px 14px;
}
.prod_grid p {
  min-height: auto;
}
.prod_grid ul {
  min-height: auto;
}
.cont_logo {
  width: 270px;
}
.cont_form_container {
  width: 100%;
  padding: 20px 14px;
  margin-top: 0rem;
}
.banner_5 h2 {
  font-size: 36px;
}
.ftr_mnu {
  gap: 1rem;
}
.btn_1 {
  padding: 8px 37px;
  font-size: 20px;
}
.logo img {
  width: 180px;
}
.logo::before {
  right: 179px;
}
.logo::after {
  left: 180px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 40% 100%, 0 100%);
}
}