@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  cursor: default;
  color: #04080f;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Dosis", sans-serif;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  border: none;
}

a {
  text-decoration: none;
  outline: none !important;
  color: #ed1c24;
}

a:hover {
  text-decoration: none;
  color: #494949;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  margin-top: 0;
  font-family: "Dosis", sans-serif;
}

h1,
.h1 {
  color: #0f5fab;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 58px;
  color: #04080f;
  text-transform: capitalize;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 58px;
  color: #04080f;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #04080f;
  font-family: "Dosis", sans-serif;
}

.form-control {
  border-radius: 0;
  height: 45px !important;
  box-shadow: none;
  font-weight: 300;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #000 !important;
  font-size: 16px;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background-image: url(../images/down-arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  height: 45px !important;
  width: 100%;
  top: 0;
  position: relative;
  color: #858585;
  padding: 0px 10px;
}

.form-group {
  margin-bottom: 20px;
}

textarea.form-control {
  border-radius: 0;
  height: 88px !important;
}

.req {
  color: #ed1c24;
}

label {
  font-weight: 600;
}

.btn {
  border-radius: 15px;
  border-width: 2px;
  padding: 8px 20px;
  margin: 0px auto;
  font-size: 17px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
}

.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 16px;
  padding: 10px 20px;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 12px;
  padding: 1px 5px;
}

.btn-minwidth {
  min-width: 145px;
}

button[disabled].btn {
  background-color: #b5b5b5 !important;
  border-color: #b5b5b5 !important;
  color: #fff !important;
  opacity: 1;
}

.btn-primary {
  border-color: #ff682d;
  background-color: #ff682d;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.focus,
.btn-primary:focus {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
}

.btn-green {
  border-color: #7baf21;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 4px 14px;
  font-size: 14px;
  display: inline-block;
  background-color: #7baf21;
  color: #fff;
}

.btn-green:hover,
.btn-green:active,
.btn-green:active:hover,
.btn-green.focus,
.btn-green:focus {
  border-color: #009ffa;
  background-color: #009ffa;
  color: #fff;
}

.btn-danger {
  border-color: #ed1c24;
  background-color: #ed1c24;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger.focus,
.btn-danger:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.btn-default {
  border-color: #0f5fab;
  background: none;
  color: #0f5fab;
}

.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.focus,
.btn-default:focus {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.btn-default-blue {
  border-color: #213a74;
  background: none;
  color: #213a74;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 3px;
}

.btn-default-blue:hover,
.btn-default-blue:active,
.btn-default-blue:active:hover,
.btn-default-blue.focus,
.btn-default-blue:focus {
  border-color: #213a74;
  background-color: #213a74;
  color: #fff;
}

.btn-group2 {
  margin-left: -5px;
  margin-right: -5px;
}

.btn-group2 .btn {
  margin: 5px;
}

.full-width {
  width: 100%;
}

.modal-content {
  border-radius: 0;
}

.form-control::-moz-placeholder {
  color: #afafaf;
  font-weight: 300;
  text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
  color: #afafaf;
  font-weight: 300;
  text-transform: capitalize;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
  font-weight: 300;
  text-transform: capitalize;
}

.popup textarea.form-control {
  height: 90px;
  resize: none;
}

.form-check-label {
  font-weight: normal;
  cursor: pointer;
}

.main_area {
  padding: 70px 0px;
}

h4.h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #343434;
}

/*Main CSS
--------------------------------------------------------------------------------------------------*/

.header_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

.header_area.innerheader {
  position: relative;
}

.header_area.innerheader .header_top {
  background-color: #100798;
}

.header_area .header_top {
  min-height: 44px;
  background: rgb(58 130 215 / 70%);
  border-bottom: 1px solid #fff;
}

.header_top .header_top_left {
  float: left;
}

.header_top .header_top_right {
  float: right;
}

.header_top .header_top_left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_top .header_top_left ul li {
  float: left;
  line-height: 44px;
}

.header_top .header_top_left ul li a {
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.header_top .header_top_left ul li:first-child a {
  border-left: 1px solid #fff;
}

.header_top .header_top_left ul li a:hover {
  background: #3a82d7;
  color: #fff;
  display: block;
}

.header_top .header_top_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header_top .header_top_right ul li {
  float: right;
  border-left: 1px solid #fff;
  padding: 0 15px;
  line-height: 44px;
}

.header_top .header_top_right ul li a {
  color: #fff;
}

.header_top .header_top_right ul li a i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 300;
}

.header_top .header_top_right ul li a:hover {
  color: #cccccc;
}

.form-group.has-search {
  margin-bottom: 0;
}

.has-search .form-control {
  padding-left: 24px;
  height: 44px !important;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  width: 280px;
  font-weight: 300;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
  color: #fff;
  font-size: 14px;
}

.header_bottom {
  box-sizing: border-box;
  padding: 15px 0;
}

.header_bottom .container {
  position: relative;
}

.header_bottom .logo {
  max-width: 160px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 9;
}

.header_area.innerheader .header_bottom .logo img.two {
  display: block;
}

.header_area.innerheader .header_bottom .logo img.one {
  display: none;
}

.header_bottom .logo img.two {
  display: none;
}

.header_bottom .booking_box {
  float: right;
  position: relative;
  z-index: 9;
}

.header_bottom .booking_box .btn-primary {
  font-weight: 500;
}

.home-slider {
  position: relative;
  overflow: hidden;
}

.home-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 56%);
  /*z-index: 9;*/
}

.home-slideshow {
  width: 100%;
  z-index: 8;
}

.home-slideshow .slide {
  width: 100%;
  position: relative;
  background-position: center;
  min-height: 650px;
  background-size: cover;
}

.home-slideshow .slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  text-align: left;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 50px;
}

.home-slider .container {
  position: relative;
}

.home-pager {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 9;
  font-size: 0;
}

.home-pager span {
  display: inline-block;
  text-indent: -9999px;
  border: solid 1px #fff;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  margin: 0 3px;
  cursor: pointer;
}

.home-pager span.cycle-pager-active {
  background-color: #fff;
  border-color: #fff;
}

.home-slideshow .slide .con {
  /* max-width: 100%; */
  margin: auto;
  max-width: 538px;
  /* float: left; */
  padding-right: 0;
  text-align: center;
  box-sizing: border-box;
  padding: 40px;
}

.home-slideshow .slide .con p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0;
  letter-spacing: 0px;
  padding: 0 20px;
}

.home-slideshow .slide .con h1 {
  font-weight: 900;
  font-size: 114px;
  color: #ffffff;
  padding-bottom: 0;
  margin: 0;
  line-height: 58px;
  text-align: center;
  font-size: 48px;
  margin-bottom: 10px;
}

.home-slideshow .slide .con h1 span {
  text-align: right;
  text-transform: uppercase;
  color: #eb4960;
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
}

.home-slideshow .slide .con a.banner_button {
  text-align: center;
  border: 4px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
  padding: 10px 29px;
  font-size: 15px;
}

.home-slideshow .slide .con a.banner_button:hover {
  background: #a82243;
  border-color: #a82243;
}

.home-slider-nav {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.home-slider-nav a {
  width: 34px;
  height: 63px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
}

#HomePrev {
  background-image: url(../images/next.png);
  float: left;
  /* left: -27px; */
  margin-left: -60px;
  display: none;
}

#HomePrev:hover {
  background-position: left bottom;
}

#HomeNext {
  background-image: url(../images/prev.png);
  float: right;
  margin-right: -60px;
  display: none;
}

#HomeNext:hover {
  background-position: left bottom;
}

.home-slideshow .slide .con {
  z-index: 5;
  position: relative;
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.4s ease, transform 0.5s ease-out;
  transition: opacity 0.4s ease, transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}

.home-slideshow .slide.cycle-slide-active .con {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.4s ease, -webkit-transform 0.5s ease-out;
  transition: opacity 0.4s ease, transform 0.5s ease-out;
  transition: opacity 0.4s ease, transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}

.home-slideshow .slide.cycle-slide-active .con > * {
  -webkit-animation: fade-down 1.5s ease both;
  animation: fade-down 1.5s ease both;
}

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-down {
  0% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.box_leftshow {
  width: 0;
  height: 0;
  border-top: 504px solid rgb(58 130 215 / 70%);
  border-right: 80px solid transparent;
  position: absolute;
  left: -2px;
  top: 44px;
  z-index: 99;
}

.box_rightshow {
  width: 0;
  height: 0;
  border-bottom: 504px solid rgb(58 130 215 / 70%);
  border-left: 80px solid transparent;
  position: absolute;
  right: -2px;
  top: auto;
  z-index: 99;
  bottom: 0;
}

.boxshowone {
  max-width: 538px;
  width: 100%;
  background: rgb(58 130 215 / 70%);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  top: 44px;
  -ms-transform: skew(-10deg);
  /* IE 9 */
  -webkit-transform: skew(-10deg);
  /* Safari prior 9.0 */
  transform: skew(-10deg);
  /* Standard syntax */
}

.boxshowone span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxshowone:after {
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 170px;
  background: rgb(58 130 215 / 70%);
  content: "";
  z-index: 9;
}

.boxshowone span:after {
  position: absolute;
  left: -30px;
  bottom: 44px;
  width: 1px;
  height: 170px;
  background: rgba(255, 255, 255, 0.63);
  content: "";
  z-index: 9;
}

.boxshowone:before {
  position: absolute;
  right: -30px;
  top: 0;
  width: 1px;
  height: 170px;
  background: rgba(255, 255, 255, 0.63);
  content: "";
  z-index: 9;
}

.boxshowone span:before {
  position: absolute;
  right: -30px;
  bottom: 44px;
  width: 1px;
  height: 170px;
  background: rgb(58 130 215 / 70%);
  content: "";
  z-index: 9;
}

.menubox {
  float: right;
}

.btn-topmenu {
  color: #283891;
  font-size: 24px;
}

.btn-topmenu:hover {
  color: #bf1e2d;
}

.header_area.innerheader .top-menu ul li a {
  color: #100798;
}

.header_area.innerheader .top-menu ul ul li a:hover,
.header_area.innerheader .top-menu ul ul li:hover > a,
.header_area.innerheader .top-menu ul ul li.current-menu-item > a {
  color: #ffffff;
  background: #100798;
}

@media screen and (min-width: 992px) {
  .top-menu {
    padding: 0;
  }

  .top-menu ul {
    padding: 0;
    margin: 0 -14px;
    list-style: none;
  }

  .top-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }

  .top-menu ul li a {
    color: #343434;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    display: block;
    border: 2px solid transparent;
    padding: 5px 20px;
    border-radius: 15px;
    text-transform: uppercase;
    transition: 0.5s;
  }

  .top-menu.top-menu-inner ul li a {
    color: #3a82d7;
  }

  .header_bottom.fix .top-menu ul li a {
    color: #343434;
  }

  .header_bottom.fix .top-menu {
    padding: 12px 0;
  }

  .header_bottom.fix .booking_box {
    margin-top: 15px;
  }

  /*.top-menu ul li a:after{ content:""; position:absolute; top:0; right:0; width:0; height:1px; background:#fff; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s;}
.top-menu ul li a:before{ content:""; position:absolute; bottom:0; left:0; width:0; height:1px; background:#fff; transition: all ease-in-out 0.5s; -moz-transition: all ease-in-out 0.5s; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; -ms-transition: all ease-in-out 0.5s; -khtml-transition: all ease-in-out 0.5s;}
*/

  /*.top-menu ul ul li a:after, .top-menu ul ul li a:brfore{ display:none;}
.top-menu ul li a:hover:after, .top-menu ul li a:hover:before,
.top-menu ul li:hover > a:after, .top-menu ul li:hover > a:before,
.top-menu ul li.current-menu-item > a:after, .top-menu ul li.current-menu-item > a:before{ width:50%;}
*/

  .top-menu ul li a:hover,
  .top-menu ul li:hover > a,
  .top-menu ul li.current-menu-item > a {
    color: #ff682d !important;
    border-color: #ff682d;
  }

  .top-menu ul ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    border-top: solid 3px #0a035b;
  }

  .top-menu ul ul li {
    float: none;
    border-top: solid 1px #9b9b9b4d;
    margin-right: 0;
    display: block;
  }

  .top-menu ul ul li a {
    color: #100798;
    padding: 8px 10px;
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
  }

  .top-menu ul ul li a:hover,
  .top-menu ul ul li:hover > a,
  .top-menu ul ul li.current-menu-item > a {
    color: #ffffff;
    background: #100798;
  }

  .top-menu ul ul ul {
    left: 100%;
    top: 0;
  }

  .top-menu ul li:hover > ul {
    display: block;
    z-index: 999;
  }

  .top-menu ul ul {
    opacity: 0;
    z-index: 990;
    top: -9999em;
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);

    -webkit-transform: scale(0.9);
    transform: scale(0.9);

    -webkit-transform-origin: center top;
    transform-origin: center top;

    -webkit-transition-property: -webkit-transform, opacity, top;
    transition-property: transform, opacity, top;

    -webkit-transition-duration: 0.3s, 0.3s, 0s;
    transition-duration: 0.3s, 0.3s, 0s;

    -webkit-transition-delay: 0s, 0s, 0.3s;
    transition-delay: 0s, 0s, 0.3s;
  }

  .top-menu ul li:hover > ul {
    top: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
  }

  .top-menu ul ul li:hover > ul {
    top: -10px;
    left: 100%;
  }
}

@media screen and (min-width: 992px) {
  .header_area.innerheader .header_bottom.fix {
    background: #ffffff;
  }

  .header_bottom.fix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 991;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    box-shadow: 1px 1px 7px rgba(165, 165, 165, 0.31);
    padding: 10px 0;
  }

  .header_bottom.fix .logo {
    max-width: 200px;
    width: 100%;
    margin: 5px 0;
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }

    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  .header_area.innerheader .header_bottom.fix .top-menu ul li a:hover,
  .header_area.innerheader .header_bottom.fix .top-menu ul li:hover > a,
  .header_area.innerheader
    .header_bottom.fix
    .top-menu
    ul
    li.current-menu-item
    > a {
    color: #000b19;
  }
}

/*------------- footer area css start -------------*/
.footer_area {
}

.footer_area .copyright_area {
  padding: 20px 0px;
  background: #333333;
}

.footer_area .copyright_area p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0 0;
  padding: 6px 0;
}

.footer_area .copyright_area ul.social_link {
  float: right;
  margin: 0 0;
  padding: 0 0;
}

.footer_area .copyright_area ul.social_link li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
}

.footer_area .copyright_area ul.social_link li:last-child {
  margin-right: 0px;
}

.footer_area .copyright_area ul.social_link li a {
  color: #fff;
  width: 38px;
  height: 38px;
  padding: 10px 10px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s;
}

.footer_area .copyright_area ul.social_link li a:hover {
  background: #fff;
  color: #333333;
}

/*------------- footer area css start -------------*/

/*--------- partner area css start --------*/
.partner_area {
}

.partner_area .partner_form {
}

.partner_area .partner_form h4 {
  margin-bottom: 30px;
}

.partner_area .partner_form .form-control {
  border-radius: 15px;
  background: #f0efec;
  border: 1px solid #f0efec;
  height: 57px !important;
  padding: 10px 20px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.partner_area .partner_form textarea.form-control {
  height: 127px !important;
}

.partner_area .partner_box_body {
  width: 100%;
  /*max-width: 569px;*/
}

.partner_area .partner_box_body h4 {
  margin-bottom: 40px;
}

.partner_area .partner_box_body .partner_image {
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.partner_area .partner_box_body .partner_image:last-child {
  width: 100%;
  box-sizing: border-box;
  margin-right: 0px;
  margin-bottom: 0px;
}

.partner_area .partner_box_body .partner_image img {
  object-fit: cover;
}

/*--------- partner area css stop --------*/

/*--------- about area css start --------*/
.about_area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

h3.h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.about_area .about_area_body {
  text-align: center;
}

.about_area .about_area_body p {
  font-size: 35px;
  font-weight: 400;
  color: #ffffff;
  line-height: 48px;
  margin-bottom: 25px;
}

.about_area .about_area_body .btn {
  border-radius: 15px;
  border-width: 2px;
  padding: 23px 20px;
  margin: 0px auto;
  font-size: 17px;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  line-height: normal;
  height: 70px;
  display: inline-block;
  margin-right: 10px;
}

.about_area .about_area_body .btn:last-child {
  padding: 13px 20px;
  margin-right: 0px;
}

/*--------- about area css stop --------*/

/*------------ top school area css start ----------*/
.top_school_area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top_school_area .top_school_body {
  text-align: center;
}

h2.h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.top_school_area .top_school_body h2 {
  margin-bottom: 45px;
}

.top_school_area .top_school_body ul.listing {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0;
}

.top_school_area .top_school_body ul.listing li {
  list-style: none;
  padding: 0 100px 0 0;
  margin: 0 0 0;
  min-height: 60px;
  position: relative;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: left;
}
.top_school_area .top_school_body ul.listing li span {
  position: absolute;
  right: 0;
  top: 12px;
}
.top_school_area .top_school_body ul.listing li:last-child {
  margin-bottom: 0px;
}

.top_school_area .top_school_body ul.listing li .number_listing {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f8a41c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 60px;
}

/*------------ top school area css stop ----------*/

/*-------- video area css start --------*/
.video_area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video_area .video_body h2 {
  text-align: center;
  margin-bottom: 30px;
}

.video_area .video_body .video_box {
  width: 100%;
  max-width: 750px;
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
  background: #343434;
  position: relative;
}

.video_area .video_body .video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_area .video_body .video_box .video_link {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fccc00;
  border: 5px solid #fecb01;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.5s;
}

.video_area .video_body .video_box .video_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #fecb01 30%, #a6bf26);
  border-radius: 50%;
  animation: animate 1s linear infinite;
  display: none;
  transition: 0.5s;
}

.video_area .video_body .video_box .video_link:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fecb01;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fecb01;
  display: none;
  transition: 0.5s;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.video_area .video_body .video_box .video_link:hover:before,
.video_area .video_body .video_box .video_link:hover:after {
  display: block;
}

.video_area .video_body .video_box .video_link:hover {
  border-color: transparent;
  color: #93af06;
}

.video_area .video_body .video_box .video_link i {
  position: relative;
  z-index: 91;
  left: 5px;
}

.video-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.video-carousel button.owl-dot {
  background: #ffffff;
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.video-carousel button.owl-dot.active {
  background: #ff682d;
}

/*-------- video area css stop --------*/

/*---------- testimonial area css start ------------*/
.testimonial_area {
}

.testimonial_area .testimonial_contain {
  padding: 50px 0px;
}

.testimonial_area .testimonial_contain h3 {
  font-size: 60px;
  font-weight: 700;
  color: #343434;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  margin-bottom: 15px;
}

.testimonial_area .testimonial_contain h3 strong {
  display: block;
  font-weight: 700;
}

.testimonial_area .testimonial_contain h4 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #ffda48;
  margin: 0 0;
}

.testimonial_slider {
}

.testimonial_slider .testimonial_contain {
  min-height: 230px;
  position: relative;
  background: #f0efec;
  padding: 20px 40px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 35px;
}

.testimonial_slider .testimonial_contain:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 30px;
  height: 47px;
  overflow: hidden;
  background-image: url(../images/sape1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial_slider .testimonial_contain p {
  margin: 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #9f9f9f;
  line-height: 30px;
}

.testimonial_slider .testimonial_contain p strong {
  color: #000;
  font-size: 45px;
  margin-right: 10px;
  line-height: normal;
  position: relative;
  top: 18px;
}

.testimonial_slider .testimonial_profile {
  min-height: 80px;
  padding-left: 140px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.testimonial_slider .testimonial_profile h3 {
  line-height: normal;
  margin: 0 0;
  font-size: 20px;
  font-weight: 600;
  color: #282828;
  text-transform: capitalize;
}

.testimonial_slider .testimonial_profile h3 strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #9f9f9f;
}

.testimonial_slider .testimonial_profile .image_box {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 18px;
  background: #363636;
}

.testimonial_slider .testimonial_profile .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-carousel .owl-dots {
  text-align: right;
  width: 100%;
  top: -68px;
  right: 10px;
  position: relative;
}

.testimonial-carousel button.owl-dot {
  background: #f0efec;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.testimonial-carousel button.owl-dot.active {
  background: #ffda48;
}

/*---------- testimonial area css stop ------------*/

/*-------- best recipes area css start --------*/
.best_recipes_area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.best_recipes_area .best_recipes_contain {
  text-align: center;
  padding: 70px 0;
}

.best_recipes_area .best_recipes_contain h3 {
  font-size: 65px;
  font-weight: 700;
  text-transform: uppercase;
  color: #343434;
  line-height: 76px;
  margin-bottom: 20px;
}

.best_recipes_area .best_recipes_img {
  text-align: center;
}

.best_recipes_area .best_recipes_img .img_box {
  height: 350px;
  background: #343434;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
}

.best_recipes_area .best_recipes_img .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best_recipes_area .best_recipes_img h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.best_recipes_area .best_recipes_img h4 strong {
  display: block;
  font-weight: 400;
  font-size: 20px;
}

.best_recipes_area .best_recipes_img .img_box .mask {
  position: absolute;
  width: 150%;
  height: 500px;
  display: block;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  background-color: var(--white);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%) rotate(-45deg);
  -moz-transform: translate(100%, 100%) rotate(-45deg);
  -ms-transform: translate(100%, 100%) rotate(-45deg);
  -o-transform: translate(100%, 100%) rotate(-45deg);
  transform: translate(100%, 100%) rotate(-45deg);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.best_recipes_area .best_recipes_img .img_box:hover .mask {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-45deg);
  -moz-transform: translate(-100%, -100%) rotate(-45deg);
  -ms-transform: translate(-100%, -100%) rotate(-45deg);
  -o-transform: translate(-100%, -100%) rotate(-45deg);
  transform: translate(-100%, -100%) rotate(-45deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/*-------- best recipes area css stop --------*/

/*----- bmi area css start -----*/
.bmi_area {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bmi_area .bmi_area_body {
  /*position: relative;*/
  padding: 50px 80px;
}

.bmi_area .bmi_area_body:before {
  /*content: "";
    position: absolute;*/
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
  background-image: url(../images/sape3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  right: 0;
}

.bmi_area .bmi_area_body h2 {
  margin: 15px 0;
}

.bmi_area .bmi_area_body h3 {
  margin: 10px 0;
}

.bmi_area .bmi_area_body p {
  margin: 10px 0;
  padding: 0 50px;
  color: #fff;
  font-size: 20px;
  /*line-height: normal;
    position: relative;*/
}

.bmi_area .form-control {
  padding: 10px;
  border: 1px solid #e0e0e0;
  height: 36px !important;
  font-size: 14px;
}

/*----- bmi area css stop -----*/

/*-------- myth book area css start --------*/
.myth_book_area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.myth_book_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  background-image: url(../images/sape2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  margin: 0 auto;
}

.myth_book_area .myth_book_body {
  padding: 70px 0px;
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.myth_book_area .myth_book_body h2 {
  text-transform: capitalize;
  color: #ffcc02;
  margin-bottom: 20px;
}

.myth_book_area .myth_book_body p {
  margin: 0 0;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: normal;
}

/*-------- myth book area css stop --------*/

/*--------- campaign area css start ---------*/
.campaign_area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.campaign_area .campaign_body_area {
}

.campaign_area .campaign_body_area h2 {
  text-transform: none;
  color: #ff682d;
  text-align: center;
}

.campaign_area .campaign_body_area p {
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 500;
  color: #ff682d;
  text-align: center;
  line-height: normal;
}

.campaign_area .campaign_body_area p strong {
  display: block;
  font-weight: 500;
}

.campaign_area .campaign_body_area .campaign_slider_area {
  margin: 35px 0px;
}

.campaign_slider_box {
  height: 280px;
  overflow: hidden;
  background: #363636;
  box-sizing: border-box;
  border-radius: 15px;
}

.campaign_slider_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.campaign_slider_box:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.campaign-carousel .owl-dots {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.campaign-carousel button.owl-dot {
  background: #f0efec;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.campaign-carousel button.owl-dot.active {
  background: #ff682d;
}

.campaign_area .campaign_body_area .campaign_video_area {
  width: 100%;
  max-width: 900px;
  height: 500px;
  background: #343434;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 0 auto 0;
}

.campaign_area .campaign_body_area .campaign_video_area iframe {
  width: 100%;
  height: 100%;
}

.campaign_area .campaign_body_area .facebook_feed_area {
  margin: 40px 0 0;
}

.campaign_area .campaign_body_area .facebook_feed_area .facebook_feed_contain {
  text-align: center;
  padding: 95px 70px;
}

.campaign_area
  .campaign_body_area
  .facebook_feed_area
  .facebook_feed_contain
  p {
  margin: 0 0;
  font-size: 20px;
  font-weight: 500;
  color: #ff682d;
}

.campaign_area .campaign_body_area .facebook_feed_area .facebook_feed {
  height: 450px;
  overflow: hidden;
  padding: 30px;
  background: #5ac1ef;
  box-sizing: border-box;
  border-radius: 15px;
}

.campaign_area .campaign_body_area .facebook_feed_area .facebook_feed iframe {
  width: 100%;
  height: 100%;
}

/*--------- campaign area css stop ---------*/

/*----- join area css start -----*/
.join_area {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.join_area .join_area_body {
  position: relative;
  padding: 50px 80px;
}

.join_area .join_area_body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
  background-image: url(../images/sape3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  right: 0;
}

.join_area .join_area_body h2 {
  margin-bottom: 20px;
}

.join_area .join_area_body p {
  margin: 0 0;
  padding: 0 50px;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  position: relative;
}

/*----- join area css stop -----*/

/*------- what we want area css start -------*/
.what_we_want_area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.what_we_want_area .what_we_want_body {
  width: 100%;
  max-width: 972px;
  margin: 0 auto;
  position: relative;
  padding: 70px 0;
  text-align: center;
}

.what_we_want_area .what_we_want_body .img_box {
  content: "";
  position: absolute;
  bottom: 0;
  right: -110px;
  width: 270px;
  height: 478px;
}

h1.h1 {
  font-size: 60px;
  font-weight: 600;
}

.what_we_want_area .what_we_want_body h1 {
  color: #ff682d;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.what_we_want_area .what_we_want_body p {
  font-size: 22px;
  font-weight: 500;
  color: #010100;
  padding: 0 180px;
  line-height: 32px;
}

.what_we_want_area .what_we_want_body h3 {
  font-size: 50px;
  color: #ff682d;
  text-transform: capitalize;
  margin-bottom: 0px;
}

/*------- what we want area css stop -------*/

/*------- main banner area start -------*/
.main_banner_area {
  width: 100%;
  display: table;
  box-sizing: border-box;
  margin-top: 74px;
}

.main_banner_area .main_banner_cell {
  width: 50%;
  /* display: inline-block; */
  display: table-cell;
  vertical-align: top;
  background: #a5be25;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.main_banner_area .main_banner_cell .main_banner_contain {
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 40px;
  position: relative;
}

.main_banner_area .main_banner_cell .main_banner_contain .banner_contain {
  width: 100%;
  max-width: 420px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
}

.main_banner_area .main_banner_cell .main_banner_contain .banner_contain h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  font-size: 85px;
  font-weight: 700;
  position: relative;
}

.main_banner_area
  .main_banner_cell
  .main_banner_contain
  .banner_contain
  h3
  strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

.main_banner_area
  .main_banner_cell
  .main_banner_contain
  .banner_contain
  h3:after {
  content: "";
  position: absolute;
  top: -60px;
  right: -50px;
  width: 110px;
  height: 90px;
  box-sizing: border-box;
  background-image: url(../images/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_banner_area .main_banner_cell .main_banner_contain .banner_contain h4 {
  font-size: 25px;
  font-weight: 500;
  color: #ffda48;
  line-height: normal;
  position: relative;
  margin-bottom: 25px;
}

.main_banner_area
  .main_banner_cell
  .main_banner_contain
  .banner_contain
  h4:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -30px;
  width: 130px;
  height: 86px;
  background-image: url(../images/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main_banner_area .main_banner_cell .main_banner_contain .banner_contain p {
  font-size: 18px;
  font-weight: 600;
  color: #ffda48;
  line-height: normal;
}

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  padding: 0;
  border-radius: 0;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
}

.popup-content {
  visibility: hidden;
  text-align: left;
  position: relative;
  max-width: 480px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 34px;
  box-shadow: 0 0 4px hsl(0deg 0% 0% / 13%);
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}

.popup-content h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

.popup-content .form-group label {
  font-size: 16px;
  margin: 0 0 5px;
}

.popup-content .form-control {
  padding: 10px;
  border: 1px solid #e0e0e0;
  height: 42px !important;
  font-size: 14px;
}

.popup-content .form-group {
  margin-bottom: 6px;
}

.popup-content .form-check {
  margin-bottom: 10px;
}

.popup-content .close {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  width: 35px;
  height: 35px;
  border: 2px solid #ff682d;
  color: #ff682d;
  opacity: 1;
  border-radius: 50%;
  background: #fff;
  font-size: 15px;
  outline: none;
  text-shadow: none;
}

.popup-content .close:hover {
  color: #ff682d !important;
  border-color: #ff682d;
  opacity: 1 !important;
}

.popup-content .btn {
  transition: none;
  font-size: 14px;
  padding: 4px 15px;
  border-radius: 0;
}

.popup-content .form-check label.form-check-label {
  font-size: 15px;
}

.popup-content .form-control::placeholder {
  font-size: 15px;
}

/*-------- inner banner heading area css start -------*/
.inner_banner_heading_area {
  padding: 30px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/inner-bg.jpg);
}

.mt-74 {
  margin-top: 74px;
}

.inner_banner_heading_area h1 {
  text-transform: uppercase;
  color: #fff;
  padding: 0 0;
  margin: 0 0;
  font-size: 24px;
  font-weight: 700;
}

/*-------- inner banner heading area css stop -------*/

/*------- list area css start ------*/
.list_area {
}

.list_box {
  text-align: center;
  margin-bottom: 30px;
}

.list_box .image {
  height: 240px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 10px;
  transition: 0.5s;
  position: relative;
  margin: 0 0 15px;
}

.list_box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.list_box:hover .image img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.list_box .image .mask {
  position: absolute;
  width: 150%;
  height: 500px;
  display: block;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  background-color: var(--white);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%) rotate(-45deg);
  -moz-transform: translate(100%, 100%) rotate(-45deg);
  -ms-transform: translate(100%, 100%) rotate(-45deg);
  -o-transform: translate(100%, 100%) rotate(-45deg);
  transform: translate(100%, 100%) rotate(-45deg);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.list_box:hover .image .mask {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-45deg);
  -moz-transform: translate(-100%, -100%) rotate(-45deg);
  -ms-transform: translate(-100%, -100%) rotate(-45deg);
  -o-transform: translate(-100%, -100%) rotate(-45deg);
  transform: translate(-100%, -100%) rotate(-45deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.list_box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #ff682d;
  margin: 0 0 0;
  line-height: normal;
}

.list_box p {
  font-size: 18px;
  font-weight: 500;
  color: #ff682d;
  margin: 0 0 0;
}

/*------- list area css stop ------*/

/*--------- details area css start --------*/
.details_area {
}

.step_box {
  margin-bottom: 40px;
  padding-right: 0;
  position: relative;
}
.step_box h3 {
  margin: 0 0 15px;
  line-height: normal;
  color: #343434;
  box-sizing: border-box;
  font-size: 25px;
  font-weight: 600;
}

.step_box p {
  box-sizing: border-box;
  color: #9f9f9f;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.step_box p:last-child {
  margin: 0 0 0;
}

.step_box .image_box {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 370px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
}

.step_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.step_box:hover .image_box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.step_box .image_box .mask {
  position: absolute;
  width: 150%;
  height: 500px;
  display: block;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  background-color: var(--white);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%) rotate(-45deg);
  -moz-transform: translate(100%, 100%) rotate(-45deg);
  -ms-transform: translate(100%, 100%) rotate(-45deg);
  -o-transform: translate(100%, 100%) rotate(-45deg);
  transform: translate(100%, 100%) rotate(-45deg);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.step_box:hover .image_box .mask {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-45deg);
  -moz-transform: translate(-100%, -100%) rotate(-45deg);
  -ms-transform: translate(-100%, -100%) rotate(-45deg);
  -o-transform: translate(-100%, -100%) rotate(-45deg);
  transform: translate(-100%, -100%) rotate(-45deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.featured_recipes_area {
  box-sizing: border-box;
  border-radius: 15px;
  background: #f0efec;
  padding: 50px 50px;
}

.featured_recipes_area h3 {
  line-height: normal;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 700;
  color: #343434;
  margin: 0 0 20px;
}

.featured_box {
  margin-bottom: 25px;
}

.featured_box .image_box {
  height: 140px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
}

.featured_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.featured_box:hover .image_box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.featured_box .image_box .mask {
  position: absolute;
  width: 150%;
  height: 500px;
  display: block;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
  background-color: var(--white);
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translate(100%, 100%);
  -moz-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%) rotate(-45deg);
  -moz-transform: translate(100%, 100%) rotate(-45deg);
  -ms-transform: translate(100%, 100%) rotate(-45deg);
  -o-transform: translate(100%, 100%) rotate(-45deg);
  transform: translate(100%, 100%) rotate(-45deg);
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}

.featured_box:hover .image_box .mask {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-100%, -100%) rotate(-45deg);
  -moz-transform: translate(-100%, -100%) rotate(-45deg);
  -ms-transform: translate(-100%, -100%) rotate(-45deg);
  -o-transform: translate(-100%, -100%) rotate(-45deg);
  transform: translate(-100%, -100%) rotate(-45deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.featured_box .link {
  color: #343434;
  transition: 0.5s;
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin: 0 0 0px;
  line-height: normal;
}

.featured_box .link:hover {
  color: #ff682d;
}

.featured_box ul {
  padding: 0 0;
  margin: 0 0;
}

.featured_box ul li {
  display: inline-block;
  list-style: none;
  position: relative;
  color: #343434;
  font-size: 18px;
  font-weight: 600;
  padding-right: 5px;
  margin-right: 5px;
}

.featured_box ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -3px;
  width: 2px;
  height: 60%;
  background: #343434;
}

.featured_box ul li:last-child:after {
  display: none;
}

.featured_box ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.featured_box ul li .date {
  text-transform: uppercase;
  color: #ff682d;
}

/*--------- details area css stop --------*/

/*-------- details video area css start -------*/
.details_video_area {
}

.details_video_box {
  height: 577px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
}

.video_box {
  width: 100%;
  height: 577px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 20px;
  background: #343434;
  position: relative;
  max-width: 1026px;
}

.video_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_box .video_link {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fccc00;
  border: 5px solid #fecb01;
  border-radius: 50%;
  font-size: 40px;
  transition: 0.5s;
}

.video_box .video_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #fecb01 30%, #a6bf26);
  border-radius: 50%;
  animation: animate 1s linear infinite;
  display: none;
  transition: 0.5s;
}

.video_box .video_link:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fecb01;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #fecb01;
  display: none;
  transition: 0.5s;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.video_box .video_link:hover:before,
.video_box .video_link:hover:after {
  display: block;
}

.video_box .video_link:hover {
  border-color: transparent;
  color: #93af06;
}

.video_box .video_link i {
  position: relative;
  z-index: 91;
  left: 5px;
}

.featured_recipes_area .btn {
  width: 183px;
  height: 57px;
  font-size: 17px;
  font-weight: 700;
  line-height: 37px;
}

/*-------- details video area css stop -------*/

/*--------- covid 19 area start -----------*/
.covid19_area {
  padding: 70px 0px;
}

.covid19_area h1 {
  text-align: center;
  color: #343434;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 15px;
}

.covid19_area p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #232323;
  width: 100%;
  max-width: 685px;
  margin: 0 auto 50px;
}

.covid19_slider_area {
}

.covid19_slider_area .slider_box {
  width: 100%;
  max-width: 990px;
  height: 412px;
  margin: 0 auto;
  position: relative;
}

.covid19_slider_area .slider_box img.img {
  width: 671px;
  height: 412px;
  object-fit: cover;
}

.slider_box .contain_box_area {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider_box .contain_box_area .contain_box {
  position: relative;
  padding: 40px 0px 25px 40px;
  background: #fff;
  width: 100%;
  max-width: 545px;
  z-index: 1;
}

.slider_box .contain_box_area .contain_box h3 {
  color: #ff682d;
  font-size: 25px;
  font-weight: 500;
  text-align: left;
  line-height: normal;
}

.slider_box .contain_box_area .contain_box p {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin: 0 auto 20px;
  text-align: left;
}

.slider_box .contain_box_area .contain_box .btn-primary {
  background: #5ac1f1;
  border-color: #5ac1f1;
}

.slider_box .contain_box_area .contain_box .btn-primary:hover {
  background: #ff682d;
  border-color: #ff682d;
}

.slider_box .contain_box_area:after {
  content: "";
  position: absolute;
  width: 154px;
  height: 156px;
  background: #fecf02;
  top: -15px;
  left: -15px;
}

.covid19-carousel .owl-dots {
  text-align: center;
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.covid19-carousel button.owl-dot {
  background: #b2b2b2;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.covid19-carousel button.owl-dot.active {
  background: #5ac1f1;
}

/*--------- covid 19 area stop -----------*/

/*--------- quiz area css start --------*/
.quiz_area {
  padding: 130px 0px 0px;
  background-image: url(../images/banner-contain-bg.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.quiz_area h1 {
  text-align: center;
  color: #fff;
  font-style: 60px;
  font-weight: 500;
}

.quiz_area p {
  color: #ffffff;
  font-size: 23px;
  text-align: center;
  font-weight: 400;
}

.quiz_area .quiz_box {
  width: 100%;
  max-width: 985px;
  margin: 0 auto 0;
  position: relative;
}

.quiz_area .quiz_box h3 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

.quiz_area .quiz_box .quiz {
  width: 100%;
  max-width: 408px;
  padding-bottom: 90px;
}

.quiz_area .quiz_box .quiz label.qaa {
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
}

.quiz_area .quiz_box .quiz label.qaa input[type="radio"] {
  display: none;
}

.quiz_area .quiz_box .quiz label.qaa span {
  position: relative;
  color: #064972;
  font-size: 20px;
  background: #dfe6bd;
  padding: 12px 15px 12px 50px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}

.quiz_area .quiz_box .quiz label.qaa span .number {
  position: absolute;
  top: 14px;
  left: 12px;
  background: #cceefd;
  color: #5eb7ee;
  width: 29px;
  height: 29px;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 0 4px rgb(199 199 199);
}

.quiz_area .quiz_box .quiz label.qaa input[type="radio"]:checked ~ span {
  background: #f8a51f;
  color: #fff;
}

.quiz_area
  .quiz_box
  .quiz
  label.qaa
  input[type="radio"]:checked
  ~ span
  .number {
  background: #ffffff;
}

.quiz_area .quiz_box .quiz .quiz_btn {
  margin-top: 30px;
}

.quiz_area .quiz_box .quiz .quiz_btn .btn-next {
  background: #0b3b5b;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
}

.quiz_area .quiz_box .quiz .quiz_btn .btn-next:hover {
  background: #ff682d;
}

.quiz_area .quiz_box .quiz .quiz_btn .btn-next.btn-submit {
  background: #ff682d;
}

.quiz_area .quiz_box .quiz .quiz_btn .btn-next.btn-submit:hover {
  background: #0b3b5b;
}

.quiz_area .quiz_box .quiz_img {
  position: absolute;
  bottom: -34px;
  right: 0;
}

.quiz_area ul.tab {
  padding: 0 0;
  margin: 30px 0 20px;
  list-style: none;
  text-align: center;
}

.quiz_area ul.tab li {
  display: inline-block;
  padding: 0 15px 0 0;
  margin: 0 15px 20px 0;
  position: relative;
}

.quiz_area ul.tab li:last-child {
  padding: 0 0px 0 0;
  margin: 0 0px 20px 0;
}

.quiz_area ul.tab li:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -9px;
  width: 16px;
  height: 19px;
  background-image: url(../images/arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.quiz_area ul.tab li:last-child:after {
  display: none;
}

.quiz_area ul.tab li .btn-tab {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
}

.quiz_area ul.tab li .btn-tab:hover {
  background: #fff;
  color: #ff682d;
}

.quiz_area ul.tab li .btn-tab.active {
  background: #fff;
  color: #ff682d;
}

.quiz_area .toolkit_image_box {
  width: 100%;
  max-width: 400px;
  height: 500px;
  position: relative;
  margin: 0 auto 30px;
}

.quiz_area .toolkit_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.quiz_area .toolkit_image_box:after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: -15px;
  max-width: 510px;
  height: 310px;
  background: #ffc906;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  border-bottom-right-radius: 10px;
  width: 100%;
}

.quiz_area .button_box {
  text-align: center;
}

.quiz_area .button_box .btn-next {
  background: #f8a41c;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 10px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
}

.quiz_area .button_box .btn-next:hover {
  background: #ff682d;
}

.quiz_area .button_box .btn-next.btn-prv {
  background: #ff682d;
}

.quiz_area .button_box .btn-next.btn-prv:hover {
  background: #f8a41c;
}

.good_food_area {
  padding: 70px 0px;
  background-image: url(../images/about-bg.jpg);
}

.good_food_area .contain_box {
  margin-bottom: 30px;
}

.good_food_area .contain_box h3 {
  color: #fff;
  line-height: normal;
  font-size: 60px;
  font-weight: 600;
  margin: 0 0 0;
}

.good_food_area .contain_box p {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}

.good_food_area .contain_box p:last-child {
  margin: 0 0 0;
}

.good_food_box {
}

.good_food_box .image_box {
  height: 247px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 15px;
}

.good_food_box .image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.good_food_box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.good_food_box p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}

.good_food_box p:last-child {
  margin: 0 0 0;
}

.good_food_area .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 50px;
}

.good_food_area .nav-tabs .nav-item {
  width: 48%;
  margin-right: 15px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.good_food_area .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 11px 5px;
}

.good_food_area .nav-tabs .nav-link.active {
  color: #52afd8;
}

.good_food_area .nav-tabs .nav-item:last-child {
  width: 50%;
  margin: 0 0;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

/*--------- quiz area css stop --------*/

.toolkittotalbox .nav-tabs {
  border-bottom: none;
  margin: 30px 0 20px;
}

.toolkittotalbox h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.toolkittotalbox p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}

.toolkittotalbox .nav-tabs li {
  position: relative;
  margin: 0 15px;
}

.toolkittotalbox .nav-tabs li a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
}

.toolkittotalbox .nav-tabs li a.active {
  background: #fff;
  color: #ff682d;
}

.toolkittotalbox .nav-tabs li:after {
  content: "";
  position: absolute;
  top: 15px;
  right: -24px;
  width: 16px;
  height: 19px;
  background-image: url(../images/arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.toolkittotalbox .nav-tabs li:last-child:after {
  display: none;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#msform fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}

.form-card {
  text-align: left;
  margin-bottom: 30px;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#msform .action-button {
  background: #0b3b5b;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background-color: #311b92;
}

#msform .action-button-previous {
  background: #ff682d;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  background-color: #000000;
}

.card {
  z-index: 0;
  border: none;
  position: relative;
}

.fs-title {
  font-size: 25px;
  color: #673ab7;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #673ab7;
  font-weight: normal;
}

.steps {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: right;
  position: absolute;
  bottom: -70px;
  z-index: 9;
  line-height: 16px;
  right: 6px;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #673ab7;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #673ab7;
}

.progress {
  height: 8px;
  margin-bottom: 24px;
}

.progress-bar {
  background-color: #f8a41c;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

#pledge_msg {
  font-size: 24px !important;
}
#pledge_msg a {
  display: block;
}
.popup-content #pledge_msg .btn {
  transition: none;
  font-size: 16px;
  padding: 9px 15px;
  border-radius: 11px;
  max-width: 160px;
  margin-top: 24px;
}
.quiz_area .button_box {
  margin-top: 24px;
}
.testimonial_slider .hedingbox {
  background-color: #fff;
}

.testimonial_slider .testimonial_contain.hedingbox {
  max-width: 790px;
  width: 100%;
}

.testimonial_slider .testimonial_commentbox {
  max-width: 550px;
  width: 100%;
}

.testimonial_slider .testimonial_contain.hedingbox:after {
  display: none;
}

.main_laravel_paginate {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 24px;
  text-align: right;
}
.main_laravel_paginate .flex.justify-between.flex-1 {
  display: none !important;
}
.main_laravel_paginate p.text-sm.text-gray-700.leading-5 {
  display: none;
}
.main_laravel_paginate svg.w-5.h-5 {
  font-size: 2px;
  width: 26px;
  padding: 0;
  position: relative;
  top: -1px;
}
.main_laravel_paginate .pr-4,
.main_laravel_paginate .px-4 {
  padding: 6px !important;
  width: 42px;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  vertical-align: 0px;
}

/*................03.06.2021.....................*/

.register_area {
  margin: 96px 0 50px;
}
.register_mainbox {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 70px 50px 140px;
  margin: auto;
}
.login_mainbox {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 70px 50px 140px;
  margin: auto;
}
.register_mainbox:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/regiterbg.png);
  width: 464px;
  height: 494px;
  background-position: 1px 40px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.login_mainbox:after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 0;
  background-image: url(../images/regiterbg1.png);
  width: 464px;
  height: 494px;
  background-position: 1px 40px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.register_mainbox h3,
.login_mainbox h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 44px;
  color: #fff;
}
.register_mainbox p,
.login_mainbox p {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 34px;
}
.register_mainbox .form-control,
.login_mainbox .form-control {
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
}
.register_mainbox .register_btn,
.login_mainbox .register_btn {
  background: #ff682d;
  color: #fff;
  outline: none;
  border: none;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;
}
.login_mainbox p.tagp {
  margin-top: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.login_mainbox p.tagp a {
  color: #0b3b5b;
  font-weight: 600;
  text-decoration: underline;
}
#msform h4 {
  margin-bottom: 24px;
}
#msform h4 img {
  max-width: 100%;
  width: 100%;
  display: flex;
  margin-bottom: 0;
  height: 120px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 15px;
  margin-top: -10px;
  position: relative;
  object-fit: contain;
  overflow: hidden;
  border-radius: 6px;
}
.modalpopup {
  text-align: center;
  box-sizing: border-box;
}
.modalpopup .modal-header {
  padding: 0;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modalpopup .modal-content {
  background-color: #688f31;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  padding: 24px 60px;
}
.modalpopup .modal-header .close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 30px;
  text-shadow: none;
  opacity: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #ff682d;
  line-height: 20px;
  border-radius: 50%;
}
.modalpopup .modal-header .close span {
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  top: 36%;
}
.modalpopup .gifimg {
  max-width: 240px;
  margin: auto;
}
.modalpopup h3 {
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  text-shadow: 2px 2px 1px rgb(60 84 26 / 45%);
}
.modalpopup p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}
