@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", serif;
}

header ul li a {
  font-size: 18px;
  line-height: 28px;
  color: #fff !important;
  font-weight: 400;
  display: inline-block;
  transition: 0.4s all ease-in-out;
  position: relative;
  text-transform: uppercase;
}

header ul .headerbtn-call a {
  background: #fff;
  color: #000;
  font-size: 15px;
  border-radius: 9px;
  padding: 11px 23px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

header ul .headerbtn-call a::before {
  display: none;
}

header ul .headerbtn-call a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3e88c1;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.4s ease-in-out;
}

header ul .headerbtn-call a:hover:after {
  transform: translateX(0);
}

header ul .headerbtn-call a:hover {
  color: #fff;
}

.scrollHidden {
  overflow: hidden;
}

.menu-footer-menu-container a,
.menu-bottom-menu-container a {
  font-size: 20px;
  color: #fff;
  transition: 0.4s all ease-in-out;
  text-transform: uppercase;
}

.menu-footer-menu-container ul {
  display: flex;
  grid-gap: 50px;
  align-items: center;
  justify-content: start;
  margin: 40px 0 0 0;
  flex-wrap: wrap;
}

.menu-footer-menu-container a:hover,
.menu-bottom-menu-container a:hover {
  color: #3e88c1;
  border-color: #3e88c1;
}

.menu-footer-menu-container li:last-of-type a,
.menu-bottom-menu-container li:last-of-type a {
  border-bottom: 0px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

header ul li a:hover::before {
  width: 100%;
  opacity: 1;
}

header ul li a::before {
  bottom: -4px;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #fff;
  opacity: 0;
  position: absolute;
  transition: all 0.35s ease;
  color: #178b77;
}

header .menu-item-has-children a::before {
  display: none;
}

header ul {
  grid-gap: 50px;
}

header ul.sub-menu a::before {
  display: none;
}

header ul.sub-menu {
  position: absolute;
  background: #fff;
  text-align: left;
  padding: 10px 0 10px 5px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  border-radius: 6px;
}

header .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header ul i#caret-id {
  margin: 0 0 0 5px;
}

header ul .sub-menu a {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  padding: 10px 10px;
  min-width: 180px;
  max-width: 300px;
  transition: 0.4s all ease-in-out;
}

header ul .sub-menu a:hover {
  background: #f0f0f0;
}

.menu-item-has-children i {
  margin: 0 0 0 5px;
}

.shinewrap {
  overflow: hidden;
  position: relative;
}

.current-menu-item a::before {
  width: 100%;
  opacity: 1;
}

.shinewrap::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.shinewrap:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

div#g-recaptcha-response {
  margin: 0 0 10px 0;
}

.loader-small {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.loader-small span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #000;
  margin: 30px 15px 0px 15px;
  opacity: 0;
}

.carrers-form .loader-small span {
  background: #fff;
}

.blogwrapper .swiper-pagination span {
  background: #999999;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  transition: 0.4s all ease-in-out;
  position: relative;
}

.swiper-pagination2 span {
  background: #999999;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  transition: 0.4s all ease-in-out;
  position: relative;
}

.swiper-pagination2 span.swiper-pagination-bullet-active {
  background: #000;
}

.blogwrapper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000;
  border: 1px solid #000;
  width: 13px;
  height: 13px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogwrapper .swiper-pagination span::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}

.blogwrapper .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}

.programs-include .innercontent p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.programs-include .innercontent ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 0 0 15px;
}

.programs-include .innercontent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #3f87c0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.zigzag-wrapper .blocks:nth-child(even) .innercontent-wrap {
  order: 2;
}

.zigzag-wrapper .blocks .innercontent-wrap h4 {
  font-size: 25px;
  color: #000;
  line-height: 35px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.zigzag-wrapper .blocks .innercontent-wrap p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}

.zigzag-wrapper .videowrap .imagewrap::before,
.zigzag-wrapper .videowrap .imagewrap::after {
  width: 100%;
}

.videowrap .shinewrap::before {
  display: none;
}

.videowrap .shinewrap {
  position: unset;
  overflow: inherit;
}

.videowrap .imagewrap {
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}

.blogsingle .innercontent p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.blogsingle .innercontent ul {
  margin: 0 0 20px 0;
}

.blogsingle .innercontent ul li {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px 15px;
  position: relative;
}

.blogsingle .innercontent ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: -15px;
  background: #3f87c0;
  top: 10px;
}

.blogsingle .innercontent h1 {
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #000;
}

.blogsingle .innercontent h2 {
  font-size: 42px;
  line-height: 53px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #000;
}

.blogsingle .innercontent h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #000;
}

.blogsingle .innercontent h4 {
  font-size: 35px;
  line-height: 45px;
  margin: 0 0 20px 0;
  font-weight: 500;
  color: #000;
}

.videowrap .imagewrap:hover {
  transform: translateY(-4px);
}

#powerTip p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

#powerTip h4 {
  font-size: 25px;
  line-height: 30px;
  color: #3f87c0;
  padding: 0 0 10px 0;
}

#powerTip {
  background: #fff;
  filter: drop-shadow(2.5px 4.33px 30px rgba(1, 2, 2, 0.18));
  border-radius: 15px;
  padding: 20px 30px;
  max-width: 500px;
}

#powerTip::before {
  display: none;
}

.pins_image {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.drag_element.tips {
  cursor: pointer;
}

.allblogs .blocks:first-child {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px 130px;
}

.allblogs .blocks:first-child .shinewrap {
  order: 2;
}

.allblogs .blocks:first-child .shinewrap img {
  height: 495px;
}

.allblogs .blocks:first-child h3 {
  font-size: 50px;
  display: block;
  line-height: 60px;
  overflow: visible;
  font-weight: 800;
  text-transform: uppercase;
}

.competiton-inner ul li {
  margin: 0 0 10px 20px;
  list-style: disc;
  font-size: 18px;
  line-height: 28px;
}

.competiton-inner ul li:last-child {
  margin-bottom: 0;
}

.allblogs .blocks:first-child p {
  min-height: auto;
}

.allblogs .blocks:first-child .readbtn {
  background: #3f87c0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 9px;
  min-width: 170px;
  padding: 13px 5px;
  text-align: center;
  transition: 0.4s all ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.allblogs .blocks:first-child .readbtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform: translateX(-100%);
  z-index: -1;
  transition: 0.4s ease-in-out;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  margin: 40px 0 0 0;
}

.pagination .page-numbers {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s all ease-in-out;
}

.pagination .page-numbers:hover {
  color: #3e88c1;
}

.pagination .page-numbers.current {
  border: 2px solid #3e88c1;
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.allblogs .blocks:first-child .readbtn:hover:after {
  transform: translateX(0);
}

.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after {
  background: #fff !important;
}

.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
  background: #fff !important;
}

.loader-small span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.loader-small span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.loader-small span:nth-child(3) {
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.4, 1.4);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes opacitychange {
  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@media (max-width: 1510px) {
}

@media (max-width: 1500px) {
  header ul {
    grid-gap: 30px;
  }
}

@media (max-width: 1400px) {
  header ul li a {
    font-size: 18px;
    line-height: 28px;
  }

  .allblogs .blocks:first-child h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .allblogs .blocks:first-child .shinewrap img {
    height: 435px;
  }

  .menu-footer-menu-container a,
  .menu-bottom-menu-container a {
    font-size: 18px;
  }

  .menu-footer-menu-container ul {
    grid-gap: 20px 50px;
  }

  .blogsingle .innercontent h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0px 0 15px 0;
  }

  .blogsingle .innercontent h2 {
    font-size: 37px;
    line-height: 47px;
    margin: 0px 0 15px 0;
  }

  .blogsingle .innercontent h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 0px 0 15px 0;
  }

  .blogsingle .innercontent h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0px 0 15px 0;
  }
}

@media (max-width: 1320px) {
  header ul {
    grid-gap: 20px;
  }

  .menu-item-has-children i {
    font-size: 12px;
  }

  .zigzag-wrapper .blocks .innercontent-wrap h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .blogsingle .innercontent h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .blogsingle .innercontent h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .blogsingle .innercontent h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .blogsingle .innercontent h4 {
    font-size: 26px;
    line-height: 36px;
  }

  .blogsingle .innercontent p {
    margin: 0px 0 15px 0;
  }
}

@media (max-width: 1100px) {
  .allblogs .blocks:first-child {
    grid-column: 1 / 3;
    grid-gap: 50px 70px;
  }

  .allblogs .blocks:first-child h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 1000px) {
  .zigzag-wrapper .blocks .innercontent-wrap {
    order: 2;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  header ul {
    grid-gap: 15px;
  }

  .pagination .page-numbers.current {
    width: 30px;
    height: 30px;
  }

  #powerTip h4 {
    font-size: 20px;
    line-height: 30px;
  }

  #powerTip p {
    font-size: 16px;
    line-height: 26px;
  }

  header ul li a {
    font-size: 14px;
    line-height: 24px;
  }

  header ul .headerbtn-call a {
    font-size: 14px;
    padding: 9px 17px;
  }

  header ul i#caret-id {
    font-size: 14px;
  }

  .menu-footer-menu-container a,
  .menu-bottom-menu-container a {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 991px) {
  .allblogs .blocks:first-child .shinewrap img {
    height: 350px;
  }

  .allblogs .blocks:first-child h3 {
    font-size: 28px;
    line-height: 38px;
  }

  header ul li a {
    font-size: 16px;
    line-height: 26px;
  }

  header .menu-header-menu-container {
    position: relative;
    top: 13%;
    left: 15px;
  }

  .menu-item-has-children i {
    font-size: 14px;
  }

  header .menu-item-has-children .fa-angle-down {
    margin: 0 0 0 11px;
    position: absolute;
    right: 30px;
    top: 3px;
  }

  header .menu-item-has-children {
    position: relative;
    display: block;
    width: 100%;
  }

  header .menu-item-has-children:hover > .sub-menu {
    display: none;
  }

  header .menu-item-has-children.active ul.sub-menu {
    opacity: 1;
    visibility: inherit;
    position: relative;
    transform: none;
    display: block;
  }

  header .menu-item-has-children.active .fa-angle-down {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .allblogs .blocks:first-child .shinewrap {
    order: inherit;
  }

  .allblogs .blocks:first-child {
    grid-column: inherit;
    grid-gap: 0px;
    grid-template-columns: 1fr;
  }

  .allblogs .blocks:first-child h3 {
    overflow: hidden;
    display: -webkit-box;
  }

  .allblogs .blocks:first-child p {
    display: -webkit-box;
  }

  .ihp_popup_full div#powerTip {
    position: fixed;
    top: 0px !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto !important;
    border-radius: 0px;
  }

  .ihp_popup_full span.close_ihp svg {
    fill: #000000 !important;
  }

  div#g-recaptcha-response iframe {
    transform: scale(0.8);
    margin: 0 0 0 -30px;
  }

  .blogsingle .innercontent h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .blogsingle .innercontent h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .blogsingle .innercontent p {
    font-size: 16px;
    line-height: 26px;
  }

  .blogsingle .innercontent ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .zigzag-wrapper .blocks .innercontent-wrap p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }

  .zigzag-wrapper .blocks .innercontent-wrap h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .menu-footer-menu-container ul {
    justify-content: center;
  }

  .programs-include .innercontent p,
  .programs-include .innercontent ul li {
    font-size: 16px;
  }

  .menu-footer-menu-container a {
    border-right: 1px solid #fff;
    margin: 0 20px 0 0px;
    padding: 0 20px 0 0px;
  }

  .menu-footer-menu-container ul li:last-child a {
    margin: 0;
    padding: 0;
    border: none;
  }

  .menu-footer-menu-container ul {
    grid-gap: 20px 0px;
  }

  .competiton-inner ul li {
    margin: 0 0 10px 20px;
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) and (orientation: landscape) {
  .thankswrap .content-wraps-inner {
    height: 275px;
    overflow-y: scroll;
    min-height: auto;
    padding-top: 150px;
  }
}
.siteWrapper footer {
  padding: initial !important;
  background: #000 !important;
}

.siteWrapper footer .container {
  margin: 0 auto;
  text-align: center;
}
.siteWrapper footer .container p {
  margin-top: 10px;
  margin-bottom: 10px;
}
