.yellow {
  background-color: #fecc00 !important;
}

.red {
  background-color: #ff595a !important;
}

.blue {
  background-color: #3f0098 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #b3dad1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff595a;
}

@font-face {
  font-family: GradRegular;
  src: url(../Fonts/Grad-Regular.otf);
}

@font-face {
  font-family: GradBold;
  src: url(../Fonts/Grad-Bold.otf);
}

@font-face {
  font-family: ApercuBold;
  src: url(../Fonts/Apercu-Pro-Bold.otf);
}

@font-face {
  font-family: ApercuRegular;
  src: url(../Fonts/apercu-regular-pro.otf);
}

@font-face {
  font-family: ApercuMedium;
  src: url(../Fonts/apercu-medium-pro.otf);
}

@font-face {
  font-family: ApercuLight;
  src: url(../Fonts/apercu-light-pro.otf);
}

img {
  max-width: 100%;
}

body {
  background: #f7f8f8;
  overflow-x: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  p {
    font-size: 14px !important;
  }
}

.container {
  width: 85%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

.mobilenav {
  display: none;
}

@media screen and (max-width: 860px) {
  .mobilenav {
    display: block;
    width: 100%;
    height: 12vh;
    background-color: #fff;
    position: fixed;
    z-index: 999999;
    bottom: 0;
  }
}

@media screen and (max-width: 860px) {
  .mobilenav li i {
    color: #ff595a;
  }
}

@media screen and (max-width: 860px) {
  .mobilenav li {
    padding-top: 12px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .mobilenav li:first-child::after {
    content: "";
    width: 1px;
    display: block;
    position: absolute;
    height: 8vh;
    right: 0px;
    top: 2vh;
    background-color: #ff595a;
  }
}

@media screen and (max-width: 375px) {
  .mobilenav li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobilenav li a {
    font-size: 25px;
  }
}

@media screen and (max-width: 860px) {
  .mobilenav a.active {
    text-align: center;
    border: none !important;
    font-family: "ApercuRegular";
  }
}

nav {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

nav ul a {
  padding: 0 8px;
  color: #ff595a;
  font-family: "ApercuRegular";
  display: unset;
}

nav ul a:hover {
  background-color: transparent;
  color: #ff595a;
}

nav ul a img {
  margin-bottom: -4px;
  margin-right: 5px;
}

nav ul a.active {
  background-color: transparent;
  color: #3f0098;
  border: 1px solid #ff595a !important;
  padding: 14px 6px;
  font-family: GradRegular;
}

@media screen and (max-width: 860px) {
  nav ul a.active {
    text-align: center;
    padding: 0px 6px;
    margin: 20px;
  }
}

nav ul a.btn {
  font-weight: 600;
  background: #fecc00;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  text-transform: capitalize;
  padding: 25px;
  line-height: 0px;
}

nav ul a.btn:hover {
  background-color: #fecc00;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidenav footer ul {
  position: absolute;
  bottom: 90px;
  color: #ff595a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: center;
}

.sidenav footer ul li {
  margin-right: 15px;
  margin: 0 40px;
}

section.slider {
  height: 100%;
}

section.slider div.carousel {
  min-height: 97vh;
}

@media screen and (max-width: 860px) {
  section.slider div.carousel {
    min-height: 84vh;
  }
}

@media only screen and (min-width: 380px) and (max-width: 420px) {
  section.slider div.carousel {
    min-height: 75vh !important;
  }
}

@media only screen and (min-width: 360px) and (max-width: 375px) {
  section.slider div.carousel {
    min-height: 70vh !important;
  }
}

@media only screen and (min-width: 312px) and (max-width: 360px) {
  section.slider div.carousel {
    min-height: 85vh !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  section.slider div.carousel {
    min-height: 36vh;
  }
}

section.slider div.carousel .carousel-item .imgDesk {
  display: block;
}

@media screen and (max-width: 860px) {
  section.slider div.carousel .carousel-item .imgDesk {
    display: none;
  }
}

section.slider div.carousel .carousel-item .imgMobile {
  display: none;
}

@media screen and (max-width: 860px) {
  section.slider div.carousel .carousel-item .imgMobile {
    display: block;
  }
}

section.slider div.carousel .next {
  background: #fecc00;
  color: #000;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 4vw;
  bottom: 33vh;
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  section.slider div.carousel .next {
    bottom: 14vh;
  }
}

section.slider div.carousel .prev {
  background: #fecc00;
  color: #000;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  left: 4vw;
  bottom: 33vh;
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
  section.slider div.carousel .prev {
    bottom: 14vh;
  }
}

section.slider div.carousel .indicators .indicator-item:first-child {
  background-position: center;
  background-image: url("../images/Ellipse-yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:first-child.active {
  background-position: center;
  background-image: url("../images/Ellipse-red.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(2) {
  background-position: center;
  background-image: url("../images/Rectangle-yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(2).active {
  background-position: center;
  background-image: url("../images/Rectangle-red.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(3) {
  background-position: center;
  background-image: url("../images/hex-yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(3).active {
  background-position: center;
  background-image: url("../images/hex-red.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(4) {
  background-position: center;
  background-image: url("../images/Polygon-yellow.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.slider div.carousel .indicators .indicator-item:nth-child(4).active {
  background-position: center;
  background-image: url("../images/Polygon-red.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.projectsLogos .row {
  width: 70%;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row {
    width: 100%;
  }
}

.projectsLogos .row p {
  font-family: GradBold;
  color: #000;
  margin-right: 60px;
  font-size: 24px;
  margin: 39px 39px;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row p {
    margin: 0;
  }
}

.projectsLogos .row .mountainImg {
  width: 15vw;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row .mountainImg {
    width: 38vw;
  }
}

.projectsLogos .row .dhImg {
  width: 5vw;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row .dhImg {
    width: 10vw;
  }
}

.projectsLogos .row .projectsLogosBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.projectsLogos .row .projectsLogosBox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row .projectsLogosBox p {
    margin: 7px;
  }
}

.projectsLogos .row .projectsLogosBox:first-child::after {
  content: "";
  width: 2px;
  height: 25px;
  right: 0;
  position: absolute;
  display: block;
  background-color: #ff595a;
}

@media screen and (max-width: 860px) {
  .projectsLogos .row .projectsLogosBox:first-child::after {
    content: none;
  }
}

section.aboutus {
  margin: 12vh 0;
  position: relative;
  background: #f7f8f8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #fecb00), color-stop(100%, #fecb00));
  background: -webkit-gradient(linear, left top, right top, from(#f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #fecb00), to(#fecb00));
  background: linear-gradient(to right, #f7f8f8 0%, #f7f8f8 52%, #fecb00 54%, #fecb00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#fecb00', GradientType=1);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus {
    background: unset;
    margin: unset;
    text-align: center;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1024px) {
  section.aboutus {
    margin: 8vh 0;
  }
}

section.aboutus .desc {
  background-image: url("../images/bluebackground.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus .desc {
    height: unset;
    padding-bottom: 40px;
    border-bottom: 52px solid #fecc00;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  section.aboutus .desc {
    padding-bottom: 40px;
    border-bottom: 52px solid #fecc00;
  }
}

section.aboutus .heartsside {
  position: absolute;
  left: 2.5vw;
  top: 0;
}

section.aboutus .desccontxt {
  padding: 60px;
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus .desccontxt {
    padding: 20px;
  }
}

section.aboutus .desccontxt h6 {
  text-align: left;
  font-family: ApercuRegular;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus .desccontxt h6 {
    text-align: unset;
  }
}

section.aboutus .desccontxt h6::before {
  position: absolute;
  content: " ";
  width: 60px;
  height: 1px;
  background-color: #fecc00;
  top: 11px;
  left: 90px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus .desccontxt h6::before {
    display: none;
  }
}

section.aboutus .desccontxt h3 {
  font-family: GradBold;
}

section.aboutus .desccontxt p {
  font-family: ApercuRegular;
  font-size: 12px;
  color: #d2c6e4;
  padding-top: 6vh;
  line-height: 26px;
}

section.aboutus .imgpaddingdiv {
  padding: 0 !important;
  height: 70vh;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.aboutus .imgpaddingdiv {
    height: 51vh;
  }
}

section.aboutus .imgpaddingdiv .imgconncol {
  background-position: center;
  background-size: contain;
  min-height: 100%;
  background-image: url("../images/wizheart.png");
  background-repeat: no-repeat;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.aboutus .imgpaddingdiv .imgconncol {
    content: url("../images/aboutsec.png");
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
}

section.videosec {
  margin: 12vh 0 30vh;
  position: relative;
  text-align: center;
  background: #f7f8f8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #b3dad1), color-stop(100%, #b3dad1));
  background: -webkit-gradient(linear, right top, left top, from(#f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #b3dad1), to(#b3dad1));
  background: linear-gradient(to left, #f7f8f8 0%, #f7f8f8 52%, #b3dad1 54%, #b3dad1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f8', endColorstr='#fecb00', GradientType=1);
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.videosec {
    margin: unset;
    background: unset;
    margin-bottom: 12vh;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1024px) {
  section.videosec {
    margin-bottom: 20vh;
  }
}

section.videosec .heartsside {
  position: absolute;
  right: 2.5vw;
  top: 0;
}

section.videosec .desccontxt {
  padding: 0px;
  color: #000;
  position: relative;
  top: 7vh;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.videosec .desccontxt {
    padding: 20px;
    top: 2vh;
  }
}

section.videosec .desccontxt h6 {
  font-family: ApercuRegular;
  position: relative;
  text-transform: capitalize;
}

section.videosec .desccontxt h6::before {
  position: absolute;
  content: " ";
  width: 25px;
  height: 1px;
  background-color: #fecc00;
  top: -20px;
  margin-left: 17px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

section.videosec .desccontxt h3 {
  font-family: GradBold;
}

section.videosec .desccontxt p {
  font-family: ApercuRegular;
  font-size: 12px;
  color: #292f2c;
  padding-top: 4vh;
  line-height: 20px;
  text-align: center;
  padding: 0 8%;
}

section.videosec .videopopup img {
  position: relative;
  top: 12vh;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  section.videosec .videopopup img {
    content: url("../images/videoimgmob.png");
    top: 4vh;
    width: 90%;
  }
}

html {
  scroll-behavior: smooth;
}

.signUp {
  position: relative;
  margin-bottom: 25vh;
  background: #f7f8f8;
  background: -webkit-gradient(left top, right top, color-stop(0%, #f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #ff595a), color-stop(100%, #ff595a));
  background: -webkit-gradient(linear, left top, right top, from(#f7f8f8), color-stop(52%, #f7f8f8), color-stop(54%, #ff595a), to(#ff595a));
  background: linear-gradient(to right, #f7f8f8 0%, #f7f8f8 52%, #ff595a 54%, #ff595a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8f8', endColorstr='#fecb00', GradientType=1 );
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .signUp {
    background: unset;
    margin-bottom: 5vh;
  }
}

@media only screen and (min-width: 860px) and (max-width: 1024px) {
  .signUp {
    margin-bottom: 12vh;
  }
}

.signUp .consignuoimg {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  min-height: 100%;
}

@media only screen and (min-width: 860px) and (max-width: 1024px) {
  .signUp .consignuoimg {
    overflow: hidden;
    width: 32.5vw;
  }
}

.signUp .heartsside {
  position: absolute;
  left: 2.5vw;
  top: 0;
}

.signUp .signuprow {
  background: #3f0098;
  max-height: 90vh;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .signUp .signuprow {
    max-height: unset;
  }
}

.signUp .signuprow span {
  color: #fff;
}

.signUp .reg-form {
  padding: 3% 12%;
}

.signUp .reg-form h6 {
  font-family: ApercuRegular;
  position: relative;
  color: #f7f8f8;
}

.signUp .reg-form h6::before {
  position: absolute;
  content: " ";
  width: 60px;
  height: 1px;
  background-color: #fecc00;
  top: 11px;
  left: 90px;
}

.signUp .reg-form .checkbox {
  padding: 3% 0;
  position: relative;
}

.signUp .reg-form .checkbox [type="checkbox"] + span:not(.lever):before,
.signUp .reg-form .checkbox [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  color: #fecc00;
  border-right: 2px solid #fecc00;
  border-bottom: 2px solid #fecc00;
}

.signUp .reg-form .signUpcol {
  padding: 0 !important;
}

.signUp .reg-form h2 {
  color: #f7f8f8;
  font-family: "GradBold";
  font-size: 32px;
}

.signUp .reg-form p {
  color: #fff;
  font-family: "ApercuRegular";
  font-size: 14px;
}

.signUp .reg-form input {
  height: 40px;
  margin-top: 0;
  border: solid 2px #fecc00;
  width: 100%;
  padding-left: 20;
  background-color: #f7f8f8;
  outline: none;
  padding: 0 20px;
  font-family: ApercuRegular;
  font-size: 12px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .signUp .reg-form input {
    width: 85%;
  }
}

.signUp .reg-form button {
  width: 100%;
  border-radius: 0px;
  height: 50px;
  margin: 0;
  margin-top: 10px;
  background-color: #fecc00;
  border: solid 1px #fecc00;
  position: relative;
  font-family: ApercuBold;
  font-size: 14px;
  cursor: pointer;
}

.signUp .reg-form button span {
  color: #000;
}

.signUp .reg-form button i {
  color: #ff595a;
  font-size: 25px;
  margin-left: 14px;
  position: absolute;
  top: 11px;
}

.signUp .reg-form p {
  font-family: ApercuRegular;
  font-size: 12px;
  color: #d2c6e4;
}

.signUp .reg-form p span {
  font-family: ApercuRegular;
  font-size: 12px;
  color: #d2c6e4;
}

.signUp .reg-form p a {
  color: #ff595a;
  text-decoration: underline;
}

.signUp .bg-reg {
  background-color: #ff595a;
  height: 89vh;
  width: 15vw;
}

.signUp img {
  width: 100%;
}

footer.web-footer {
  padding: 20% 2%;
  background-color: #006b68;
}

footer.web-footer .row {
  margin-bottom: 0;
}

footer.web-footer img {
  width: 15%;
}

footer.web-footer p {
  color: #fff;
  font-family: ApercuLight;
}

footer.web-footer .social ul {
  cursor: pointer;
}

footer.web-footer .social ul li {
  color: #fff;
  font-size: 20px;
}

.scroll {
  position: absolute;
  right: -62px;
  bottom: 9px;
  display: inline-block;
  cursor: pointer;
}

.scroll p {
  font-family: GradRegular !important;
  position: relative;
  padding-right: 0px !important;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.scroll p::before {
  position: absolute;
  content: " ";
  width: 40px;
  height: 1px;
  background-color: #f7f8f8;
  top: 15px;
  left: 62px;
}

.scroll img {
  width: 15px !important;
  position: absolute;
  top: -100px;
  left: 17px;
}

.footer-copyright {
  text-align: center;
  width: 100%;
}

.footer-copyright p {
  margin: 0;
  padding-right: 0;
  margin: 50px 0px;
}

footer.web-footer {
  padding: 4% 12%;
  padding-bottom: 3%;
  background-color: #006b68;
}

footer.web-footer .row {
  margin-bottom: 0;
  padding-bottom: 6%;
  border-bottom: 1px solid rgba(254, 204, 0, 0.3);
  position: relative;
}

footer.web-footer img {
  width: 12%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer.web-footer img {
    width: 25%;
  }
}

footer.web-footer p {
  color: #f7f8f8;
  margin: 10% 0;
  padding-right: 42%;
  line-height: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer.web-footer p {
    padding-right: 5% !important;
  }
}

footer.web-footer .fastLinks .links li {
  padding-bottom: 10px;
  font-family: ApercuRegular;
  font-size: 12px;
}

footer.web-footer .fastLinks .links li i {
  color: #fecc00;
  margin-right: 10%;
}

footer.web-footer .fastLinks .links li a {
  color: #f7f8f8;
  text-decoration: underline;
  cursor: pointer;
}

footer.web-footer .newsletter .subscribe {
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

footer.web-footer .fastLinks h3 {
  padding-bottom: 30%;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer.web-footer .fastLinks h3 {
    padding-bottom: 10%;
  }
}

footer.web-footer h3 {
  color: #fff;
  font-family: "GradBold";
  font-size: 25px;
}

footer.web-footer .newsletter p {
  margin: 0;
  padding-right: 0;
  font-family: ApercuLight;
  font-size: 12px;
  padding-top: 6vh;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer.web-footer .newsletter p {
    padding-top: 0;
  }
}

footer.web-footer .newsletter .subscribe button,
footer.web-footer .newsletter .subscribe input {
  display: inline-block;
}

footer.web-footer .newsletter .subscribe input {
  height: 46px;
  margin-top: 10px;
  border: solid 2px #fecc00;
  width: 160px;
  padding-left: 20;
  background-color: #f7f8f8;
  outline: none;
  padding: 0 20px;
  font-family: ApercuBold;
  font-size: 14px;
}

footer.web-footer .newsletter .subscribe button,
footer.web-footer .newsletter .subscribe input {
  display: inline-block;
}

footer.web-footer .newsletter .subscribe button i {
  font-size: 25px;
  color: #ff595a;
}

footer.web-footer .newsletter .subscribe button {
  width: 50px;
  border-radius: 0px;
  height: 50px;
  margin: 0;
  margin-top: 10px;
  background-color: #fecc00;
  border: solid 1px #fecc00;
}

footer.web-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fecc00;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.web-footer .social li {
  margin-right: 2%;
  font-size: 15px;
}

footer.web-footer .social li a i {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fecc00;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  footer.web-footer .social li {
    padding: 1px 30px;
  }
}

footer.web-footer .footer-copyright {
  text-align: center;
  width: 100%;
}

footer.web-footer .footer-copyright p {
  margin: 0;
  padding-right: 0;
  margin: 15px 0px;
  font-family: ApercuLight;
  font-size: 12px;
}

footer.web-footer p {
  color: #f7f8f8;
  margin: 10% 0;
  padding-right: 42%;
  line-height: 28px;
  font-size: 12px;
}

[type="checkbox"] + span:not(.lever) {
  font-family: ApercuLight;
  font-size: 13px;
}

section.breadcrumbb {
  background: #b3dad1;
  padding: 60px 50px;
  position: relative;
}

section.breadcrumbb .heartsside {
  right: 130px;
  top: 80px;
  position: absolute;
}

section.breadcrumbb .breadlinkscon {
  text-align: center;
}

section.breadcrumbb .breadlinkscon h1 {
  font-family: ApercuRegular;
  font-size: 14px;
  display: inline;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 860px) {
  section.breadcrumbb .breadlinkscon h1 {
    font-size: 12px;
    padding: 0px;
  }
}

@media screen and (max-width: 320px) {
  section.breadcrumbb .breadlinkscon h1 {
    font-size: 10px;
  }
}

section.breadcrumbb .breadlinkscon h6 {
  display: inline;
  padding: 10px;
}

section.breadcrumbb .breadlinkscon h6 a {
  font-family: ApercuRegular;
  color: black;
  text-decoration: underline;
}

section.breadcrumbb .breadlinkscon h4 {
  font-family: GradBold;
  font-weight: bold;
  padding: 10px;
  font-size: 34px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.breadcrumbb .breadlinkscon h4 {
    font-size: 20px;
  }
}

section.blogssec {
  padding: 50px 20px;
}

section.blogssec .featured:first-child::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/star.png);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  float: right;
  margin-left: 64px;
  margin-top: 55px;
}

section.blogssec hr {
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin-bottom: 3%;
  border-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.6;
  overflow: hidden;
}

section.blogssec .col {
  margin-bottom: 40px;
}

section.blogssec .blogitem h6 {
  height: 45px !important;
}

section.blogssec .blogitem.yellow {
  padding: 30px;
}

section.blogssec .blogitem.yellow h6 {
  font-family: ApercuBold;
  color: #3f0098;
  max-width: 100%;
}

section.blogssec .blogitem.yellow p {
  font-family: ApercuRegular;
  font-size: 12px;
  opacity: 0.8;
  color: #000;
}

section.blogssec .blogitem.yellow h5 {
  font-family: ApercuBold;
  color: #3f0098;
  font-size: 15px;
  min-height: 2.5em;
}

section.blogssec .blogitem.red {
  padding: 30px;
}

section.blogssec .blogitem.red h6 {
  font-family: ApercuBold;
  color: #fff;
  max-width: 100%;
}

section.blogssec .blogitem.red p {
  font-family: ApercuRegular;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
}

section.blogssec .blogitem.red h5 {
  font-family: ApercuBold;
  color: #fff;
  font-size: 15px;
}

section.blogssec .blogitem.blue {
  padding: 30px;
}

section.blogssec .blogitem.blue h6 {
  font-family: ApercuBold;
  color: #fecc00;
  max-width: 100%;
}

section.blogssec .blogitem.blue p {
  font-family: ApercuRegular;
  font-size: 12px;
  opacity: 0.8;
  color: #fff;
}

section.blogssec .blogitem.blue h5 {
  font-family: ApercuBold;
  color: #fecc00;
  font-size: 15px;
}

section.paginitionn {
  padding-bottom: 5%;
}

section.paginitionn ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

section.paginitionn ul li {
  padding: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.paginitionn ul li {
    padding: 20px 10px;
  }
}

section.paginitionn ul li a {
  background: #b3dad1;
  padding: 10px 16px;
  color: black;
  font-family: ApercuBold;
}

section.paginitionn ul li a:hover {
  background: #fecc00;
}

section.paginitionn ul li a.active {
  background: #fecc00;
}

section.breadcrumbbblogdetails {
  background: #fecc00;
  padding: 60px 50px;
  padding-bottom: 270px;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.breadcrumbbblogdetails {
    padding-bottom: 120px;
  }
}

section.breadcrumbbblogdetails .heartsside {
  right: 130px;
  top: 80px;
  position: absolute;
}

section.breadcrumbbblogdetails .breadlinkscon {
  text-align: center;
}

section.breadcrumbbblogdetails .breadlinkscon h1 {
  font-family: ApercuRegular;
  font-size: 14px;
  display: inline;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 860px) {
  section.breadcrumbbblogdetails .breadlinkscon h1 {
    font-size: 12px;
    padding: 0px;
  }
}

@media screen and (max-width: 320px) {
  section.breadcrumbbblogdetails .breadlinkscon h1 {
    font-size: 10px;
  }
}

section.breadcrumbbblogdetails .breadlinkscon h6 {
  display: inline;
  padding: 10px;
}

section.breadcrumbbblogdetails .breadlinkscon h6 a {
  font-family: ApercuRegular;
  color: black;
  text-decoration: underline;
}

section.breadcrumbbblogdetails .breadlinkscon h4 {
  font-family: GradBold;
  font-weight: bold;
  padding: 10px;
  font-size: 34px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.breadcrumbbblogdetails .breadlinkscon h4 {
    font-size: 20px;
  }
}

section.blogcondetails {
  position: relative;
  margin-top: -240px;
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  section.blogcondetails {
    margin-top: -125px;
  }
}

@media only screen and (max-width: 320px) {
  section.blogcondetails {
    top: -130px;
  }
}

section.blogcondetails h5.titleblog {
  font-family: ApercuBold;
  font-size: 24px;
}

@media screen and (max-width: 860px) {
  section.blogcondetails h5.titleblog {
    font-size: 18px;
  }
}

section.blogcondetails p.dateblog {
  font-family: ApercuBold;
  color: #ff595a;
  font-size: 18px;
}

@media screen and (max-width: 860px) {
  section.blogcondetails img {
    margin-top: 40px;
  }
}

section.blogcondetails .contentblog {
  font-family: ApercuLight;
  line-height: 25px;
  font-size: 14px;
  padding: 0px 10%;
}

section.blogcondetails .contentblog p {
  font-size: 18px;
}

section.blogcondetails p.relatedtitleblog {
  font-family: ApercuRegular;
  font-size: 24px;
}

@media screen and (max-width: 860px) {
  section.blogcondetails p.relatedtitleblog {
    padding: 34px 42px 0;
    font-size: 18px;
  }
}

section.blogcondetails .blogitem {
  margin-bottom: 40px;
  padding: 30px;
  background: #fff;
}

section.blogcondetails .blogitem h6 {
  font-family: ApercuBold;
  color: #3f0098;
}

section.blogcondetails .blogitem p {
  font-family: ApercuRegular;
  font-size: 12px;
  opacity: 0.8;
}

section.blogcondetails .blogitem a {
  font-family: ApercuBold;
  color: #3f0098;
}

section.blogcondetails .blogHead {
  position: relative;
}

section.blogcondetails .socialSharingBottom {
  float: right;
  width: 100%;
  padding-bottom: 20;
  border-bottom: 1px solid #eee;
}

section.blogcondetails .socialSharingBottom ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.blogcondetails .socialSharingBottom li {
  margin: 0 10px;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharingBottom li {
    margin: 0 5px;
  }
}

section.blogcondetails .socialSharingBottom .fa-facebook-f {
  content: "\f099";
  border: 1px solid #2d609b;
  padding: 15px 20px;
  background-color: #2d609b;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharingBottom .fa-facebook-f {
    padding: 10px 15px;
  }
}

section.blogcondetails .socialSharingBottom .fa-twitter {
  content: "\f099";
  border: 1px solid #00aeef;
  padding: 15px;
  background-color: #00aeef;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharingBottom .fa-twitter {
    padding: 10px;
  }
}

section.blogcondetails .socialSharingBottom i {
  color: #fff;
}

section.blogcondetails .socialSharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 4px;
  right: 119px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharing {
    position: unset;
  }
}

section.blogcondetails .socialSharing li {
  margin: 0 10px;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharing li {
    margin: 0 5px;
  }
}

section.blogcondetails .socialSharing .fa-facebook-f {
  content: "\f099";
  border: 1px solid #2d609b;
  padding: 15px 20px;
  background-color: #2d609b;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharing .fa-facebook-f {
    padding: 10px 15px;
  }
}

section.blogcondetails .socialSharing .fa-twitter {
  content: "\f099";
  border: 1px solid #00aeef;
  padding: 15px;
  background-color: #00aeef;
}

@media screen and (max-width: 860px) {
  section.blogcondetails .socialSharing .fa-twitter {
    padding: 10px;
  }
}

section.blogcondetails .socialSharing i {
  color: #fff;
}

.yellow h1 {
  color: #3f0098;
}

.yellow h4 {
  color: #3f0098;
}

.red h1 {
  color: #f7f8f8;
}

.red h4 {
  color: #f7f8f8;
}

.blue h1 {
  color: #fecc00;
}

.blue h4 {
  color: #fecc00;
}
/*# sourceMappingURL=style.css.map */

.fb-share-button span {
  vertical-align: unset !important;
}