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

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

p {
  margin: 0;
}

a,
button,
input,
textarea {
  outline: 0;
  transition: all 0.5s ease;
}

a {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-size: auto;
  background-size: 100% auto;
  counter-reset: my-awesome-counter;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.divider,
header,
.heroBanner,
.section,
.h2,
.para,
.flexbox,
footer {
  width: 100%;
  float: left;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 800;
  color: var(--red-dark);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 15px;
}

.heroBanner .container {
  /*display: flex;*/
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 15px 0 15px;
  text-align: center;
  color: #fff;
}

h1 {
  font-size: 32px;
  font-weight: 800;
  margin: 5px 0 10px;
}

.heroBanner p {
  font-size: 17px;
  line-height: 24px;
  margin: 0 0 20px;
  text-align: left !important;
}

.section {
  padding: 0 0 20px 0;
  position: relative;
}

.section .container {
  position: relative;
  z-index: 2;
}

.h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  text-align: center;
}

.para {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
  text-align: left !important;
}

.para:last-child {
  margin: 0;
}

.flexbox {
  display: flex;
  align-items: center;
  margin: 0;
}

.flexbox:last-child {
  margin: 0;
}

.flexbox > p,
.flexbody {
  flex: 1;
}

.flexbox > p:first-child,
.flexbody:first-child {
  padding: 0 30px 0 0;
}

.flexbox > p:last-child,
.flexbody:last-child {
  padding: 0 0 0 30px;
}

.flexbox > img {
  width: 100%;
  max-width: 20%;
}

.tablesection h2 {
  color: #fff;
}

.img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #b1b1b1;
  border: 2px solid #fff;
  margin-right: 10px;
}

.img img {
  width: 100% !important;
}

.img-box .para {
  margin-right: 20px;
}

.flex {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.flex-img {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.flex-img img {
  width: 7%;
}

/*table-1*/

.tablesectioncolumn {
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
}

.tablesectioncolumn :nth-child(1).table-cu {
  border: 4px solid #fce849;
}

.table-cu {
  width: 100%;
  padding: 5px 10px 0px 10px;
  margin: 0 0 10px 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.counter {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 27px;
  background: #079a49;
  color: #fff;
  padding: 3px 20px;
  z-index: 3;
  counter-increment: my-awesome-counter;
}
.counter::before {
  content: counter(my-awesome-counter);
}

.logo {
  width: 100%;
  float: left;
  padding: 20px;
  position: relative;
  z-index: 2;
  height: 100%;
  max-height: 100%;
  text-align: center;
}

.logo img {
  width: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.table-cu .tablerow {
  width: 100%;
  max-width: 20%;
  float: left;
}

.ratting {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 15% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ratting span {
  font-size: 34px;
  position: relative;
  z-index: 2;
  font-weight: 800;
  margin-bottom: 5px;
}

.ratting img {
  width: 0 auto;
  max-width: 100%;
}

.listing h3 {
  font-size: 22px;
  color: #079a49;
}

.table-cu .listing {
  width: 100%;
  max-width: 25% !important;
  float: left;
  display: flex;
  justify-content: flex-start;
}

.listing ul {
  list-style: none !important;
  margin-bottom: 0px;
}

.listing li {
  margin: 10px 0;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}

.listing li::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/check.png) center center;
  background-size: cover;
  position: absolute;
  left: -5px;
  top: 3px;
  display: flex;
  align-items: center;
}

.tablebtn {
  text-align: center;
  position: relative;
  width: 100%;
}

.tablebtn img {
  width: 100%;
  margin-top: 5px;
}

.btn-table-cu {
  background: #253370;
  width: 100%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.txt-table {
  width: 18%;
  text-align: center;
  float: left;
  display: flex;
  justify-content: center;
  margin-right: 25px;
}

.txt-table span {
  font-weight: 700;
  font-size: 18px;
}

.btn-table-cu::after {
  content: "";
  width: 96%;
  height: 92%;
  background: transparent;
  border: 1px solid #fff;
  position: absolute;
  left: 2%;
  top: 4%;
  display: flex;
  align-items: center;
}

.section1 {
  text-align: center;
  color: #fff;
}

.section2 {
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  background-color: rgba(7, 154, 73, 0.8);
  color: #fff;
  padding-top: 60px;
}

.flexboxe {
  width: 100%;
  float: left;
}

.flex {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}

.flex img {
  width: 100%;
  max-width: 47px;
  margin-right: 20px;
}

.flex strong {
  font-size: 20px;
}

.section3 {
  color: #fff;
}

/*slider*/

.sliderBox {
  width: 100%;
  float: left;
}

.items {
  width: 100%;
  position: relative;
}

.sliderBox .slick-track {
  display: flex;
  align-items: stretch;
}

.sliderBox .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #4870d0;
  border-radius: 20px;
}

.sliderBox .slick-dots li.slick-active button {
  background: #fff;
}

.sliderBox .slick-dots li button:before {
  display: none;
}

.sliderBox .slick-prev,
.sliderBox .slick-next {
  display: none !important;
}

.itemBox {
  height: auto !important;
  background: #ededed;
  border: solid 5px #ddd;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px;
}

.itemBox span {
  background: #fff;
  width: 100%;
  display: inline-block;
  padding: 5px 0;
}

.itemBox img {
  margin: 0 auto;
  display: block;
}

.itemBox h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 10px 0 0 0;
  width: 100%;
  text-align: center;
}

.itemBox p {
  font-size: 15px;
  line-height: 22px;
  color: #111e28;
}

.itemBox .span2 {
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
}

.span2 img {
  width: 70%;
}

.right {
  width: 100%;
  max-width: 80%;
}

.box {
  align-items: center;
  background: #fff;
  border-radius: 150px;
  padding: 10px 15px;
}

.boxtext b,
.boxtext p,
.boxtext strong {
  color: #000;
}

.boxtext p,
.boxtext strong {
  font-size: 17px;
}

.divider {
  text-align: center;
}

.divider img {
  width: 0 auto;
  max-width: 100%;
}

.itemBox2 {
  border: none;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.itemBox2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #4870d0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(5deg);
  z-index: -1;
}

.itemBox2 p {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.itemBox2 h3 {
  font-size: 27px;
  color: #fff;
  margin: 0 20px 10px 0;
}

.itemBox2 .listingCover {
  max-width: 100%;
  width: 1080px;
}

.itemBox2 ul li {
  color: #000;
  font-size: 18px;
}

.itemBox2 span {
  padding: 17px 0 0;
  width: 100%;
  max-width: 100%;
  color: #fff !important;
}

.slider1 {
  background: url(../img/slider-img1.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.slider2 {
  background: url(../img/slider-img2.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.slider3 {
  background: url(../img/slider-img3.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.slider4 {
  background: url(../img/slider-img4.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.slider5 {
  background: url(../img/slider-img5.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.slider6 {
  background: url(../img/slider-img5.jpg) no-repeat center center;
  background-color: #cccccc;
  background-size: cover;
}

.defaultPad h2 {
  text-align: left;
}

.section5 {
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  background-color: rgba(205, 207, 219, 0.8);
  padding-top: 60px;
}

.section6 {
  color: #fff;
}

.flex2 {
  align-items: center;
}

.flex2 img {
  width: 100%;
  max-width: 127px;
}

.para-1 {
  text-align: center;
}

.section7 {
  clip-path: polygon(0 0, 100% 9%, 100% 100%, 0% 100%);
  background-color: #07185d;
  padding-top: 137px;
  color: #fff;
}

.flexbody > h2 {
  text-align: left;
}

.flexgroup {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.flexgroupbox {
  width: 49%;
  position: relative;
  padding: 15px;
  background-color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin: 0 0 20px;
  color: #000;
}

.flexgroupbox img {
  width: 100%;
  max-width: 30%;
  border-radius: 20px;
}

.flexgroupbox h3 {
  font-size: 20px;
}

.thumb-1 {
  background: url(../img/formats-img1.jpg) center;
  background-size: cover;
}

.thumb-2 {
  background: url(../img/formats-img2.jpg) center;
  background-size: cover;
}

.section8 {
  color: #fff;
  text-align: center;
}

.img-right {
  width: 0 auto;
  max-width: 100%;
  position: absolute;
  top: -113px;
  left: 0;
}

.section9 {
  color: #fff;
  text-align: center;
}

.section9 .h2 {
  padding-top: 484px;
}

.section8 .para,
.section9 .para {
  text-align: left;
}

.footer {
  width: 100%;
  float: left;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #000;
}
.flex-img2 {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.text-center {
  text-align: center !important;
}
.copyright {
  text-align: center;
  width: 100%;
  float: left;
}
.showMobile {
  display: none;
}

.footimg2 {
  width: 190px;
  margin-right: 10px;
}

.footimg3 {
  width: 80px;
  margin-right: 10px;
}

.footimg {
  width: 50px;
  margin-right: 10px;
}

.footimg4 {
  width: 130px;
  margin-right: 10px;
}

.footimg5 {
  width: 90px;
  margin-right: 10px;
}

@media (max-width: 1700px) {
  .img-right {
    top: -83px;
  }
}

@media (max-width: 1564px) {
  .section9 .h2 {
    padding-top: 502px;
  }
}

@media (max-width: 1500px) {
  .img-right {
    top: -62px;
  }
}

@media (max-width: 1408px) {
  .section9 .h2 {
    padding-top: 516px;
  }
}

@media (max-width: 1384px) {
  .img-right {
    top: -35px;
  }

  .section9 .h2 {
    padding-top: 537px;
  }
}

@media (max-width: 1058px) {
  .section2 {
    padding-top: 83px;
  }

  .section5 {
    padding-top: 83px;
  }

  .section2 {
    padding-top: 94px;
  }
}

@media (max-width: 1030px) {
  .section9 .h2 {
    padding-top: 508px;
  }
}

@media (max-width: 926px) {
  .section9 .h2 {
    padding-top: 458px;
  }
}

@media (max-width: 800px) {
  .show-desktop {
    display: none;
  }

  .section7 {
    padding-top: 182px;
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0% 100%);
  }

  .showDesktop {
    display: none;
  }

  .showMobile {
    display: block;
    padding: 0;
  }

  h1 {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .h2 {
    font-size: 20px;
  }

  .para {
    font-size: 14px;
  }

  .flexbox {
    flex-direction: column;
  }

  .flexbox > img {
    max-width: 80%;
    order: 1;
    margin: 0 0 15px;
  }

  .flexbody,
  .flexbox > .para {
    padding: 0 !important;
    order: 2;
  }

  footer .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .flexgroupbox {
    width: 100%;
    margin: 20px 0;
  }

  .section9 .h2 {
    padding-top: 364px;
  }

  .tablesectioncolumn-mu {
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
  }

  .table-mu {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
  }

  .counter-mu {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    background: #079a49;
    color: #fff;
    padding: 2px 15px;
    z-index: 3;
    counter-increment: my-awesome-counter;
  }
  .counter-mu::before {
    content: counter(my-awesome-counter);
  }

  .ratting-mu {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 50% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .ratting-mu span {
    font-size: 30px;
    position: relative;
    z-index: 2;
    font-weight: 800;
  }

  .ratting img {
    width: 0 auto;
    max-width: 100%;
  }

  .logo-mu {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .logo-mu::after {
    content: "";
    width: 50%;
    height: 100%;
    /*background: #000;*/
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

  .img-mu {
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 50% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }

  .img-mu img {
    width: 0 auto;
    max-width: 100%;
  }
  .flex-img {
    display: none;
  }
  .table-mu .listing-mu {
    width: 100%;
    /*max-width: 70% !important;*/
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .listing-mu ul {
    list-style: none !important;
    margin-bottom: 0px;
  }

  .listing-mu li {
    margin: 10px 0;
    position: relative;
    padding-left: 22px;
  }

  .listing-mu li::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../img/check.png") center center;
    background-size: cover;
    position: absolute;
    left: -5px;
    top: 3px;
    display: flex;
    align-items: center;
  }

  .listing-mu h3 {
    font-size: 22px;
    color: #079a49;
  }

  .tablebtn-mu {
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 70%;
    padding: 0 0 20px 0;
  }

  .tablebtn-mu img {
    width: 60%;
    margin-top: 5px;
    display: none;
  }

  .btn-table-mu {
    background: #253370;
    width: 100%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
  }
}

@media (max-width: 700px) {
  .section9 .h2 {
    padding-top: 320px;
  }
}

@media (max-width: 550px) {
  .section9 .h2 {
    padding-top: 259px;
  }
}

@media (max-width: 480px) {
  .tablebtn-mu {
    width: 100%;
    max-width: 100%;
    padding: 0 10px 10px 10px;
  }

  .table-mu .listing-mu {
    width: 100%;
    max-width: 100% !important;
    padding: 5px;
  }
}

@media (max-width: 500px) {
  .section9 .h2 {
    padding-top: 214px;
  }

  .section2 {
    padding-top: 135px;
  }
}

@media (max-width: 410px) {
  .section9 .h2 {
    padding-top: 172px;
  }
}
