.service-banner:after {
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7A090000), color-stop(23%, #7A090063), color-stop(54%, #7A0900D6), to(#7A0900)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7A090000 0%, #7A090063 23%, #7A0900D6 54%, #7A0900 100%) 0% 0% no-repeat padding-box;
}

.service-banner-l-p:after {
  content: "";
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#502F9000), color-stop(35%, #502F908C), color-stop(68%, #502F90CC), to(#502F90)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #502F9000 0%, #502F908C 35%, #502F90CC 68%, #502F90 100%) 0% 0% no-repeat padding-box;
}

.devider-section {
  padding-top: 20px;
}

.partner-slider-main-sec {
  position: relative;
}

@media (min-width: 1200px) {
  .partner-slider-main-sec {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.partner-slider-main {
  position: relative;
  z-index: 1000;
}

.partner-slider-main h3 {
  color: #333333;
}

@media (max-width: 767px) {
  .partner-slider-main h3 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
}

.partner-slider-main .partner-logo {
  border: 1px solid #E2E2E2;
  background: #FFF;
  height: 139px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partner-slider-main .swiper-button-next,
.partner-slider-main .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px #00000029;
          box-shadow: 0px 3px 10px #00000029;
}

.partner-slider-main .swiper-button-next:hover svg,
.partner-slider-main .swiper-button-prev:hover svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.partner-slider-main .swiper-button-next svg,
.partner-slider-main .swiper-button-prev svg {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.partner-slider-main .swiper-button-next:after, .partner-slider-main .swiper-button-prev:after {
  display: none;
}

.partner-slider-main .swiper-button-next {
  right: -25px;
}

.partner-slider-main .swiper-button-prev {
  left: -25px;
}

@media (max-width: 767px) {
  .partner-slider-main .swiper-arrow-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .partner-slider-main .swiper-arrow-1 .swiper-button-next,
  .partner-slider-main .swiper-arrow-1 .swiper-button-prev {
    right: auto;
    left: auto;
    position: relative;
    top: auto;
    margin: 0 6px;
  }
}

.scroll-down {
  position: fixed;
  top: 80%;
  left: 0px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  .scroll-down {
    display: none;
  }
}

.scroll-down svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 10px;
  -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.scroll-down span {
  font-size: 14px;
  color: #8BBCA3;
  font-weight: 400;
}

.service-content {
  padding-bottom: 250px;
  text-align: center;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#7A0900), to(#7A090000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #7A0900 0%, #7A090000 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.service-content:after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/service-content-bg.svg) no-repeat center center;
  width: 290px;
  height: 360px;
  right: 194px;
  top: 240px;
}

@media (max-width: 1000px) {
  .service-content:after {
    background: url(../images/service-content-bg-mob.svg) no-repeat center center;
    right: 0px;
    top: 300px;
  }
}

@media (min-width: 1200px) {
  .service-content {
    padding-top: 80px;
  }
}

@media (max-width: 1200px) {
  .service-content {
    padding-top: 30px;
    padding-bottom: 200px;
  }
}

.service-content.service-l-p-content {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#502F90), to(#502F9000)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #502F90 0%, #502F9000 100%) 0% 0% no-repeat padding-box;
}

.service-content p {
  font-size: 26px;
  line-height: 38px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 1000px) {
  .service-content p {
    font-size: 18px;
    line-height: 26px;
  }
}

.service-main-title {
  height: 130px;
}

.service-title {
  background: #0E5382;
  padding: 20px 50px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 10px;
  font-size: 34px;
 font-family: OPTIFuturaDemiBold;
}

@media (max-width: 1000px) {
  .service-title {
    font-size: 20px;
    line-height: 28px;
    padding: 20px;
  }
}

.sections {
  position: relative;
}

.service-main-title.active + .service-content-box {
  opacity: 1;
  padding-bottom: 90px;
  z-index: 1001;
}

@media (max-width: 1000px) {
  .service-main-title.active + .service-content-box {
    padding-bottom: 0;
  }
}

.service-list-main {
  margin-top: -200px;
}

.service-list-main .disc {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-list-main .disc h2 {
  color: #333333;
  margin-bottom: 70px;
}

@media (max-width: 1000px) {
  .service-list-main .disc h2 {
    margin-bottom: 40px;
	  padding: 20px;
  }
}

	
/* .service-content-box {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  position: absolute;
  background: #FFF;
  z-index: 999;
} */

@media (max-width: 1000px) {
  /* .service-content-box {
    top: 108px;
  } */
}

.service-content-box h3 {
  font-size: 34px;
  line-height: 46px;
  color: #0E5383;
   font-family: OPTIFuturaDemiBold;
  text-transform: none;
}

@media (max-width: 1000px) {
  .service-content-box h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
}

.service-content-box p {
  font-size: 18px;
  line-height: 30px;
  color: #4B4B4B;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .service-content-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .service-content-box .service-content-right {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .service-content-box .service-content-right {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .service-content-box .service-content-left {
    display: none;
  }
}

.service-content-box .service-content-left img {
  border-radius: 30px;
}

@media (max-width: 1000px) {
  .service-content-box .service-content-left img {
    display: none;
  }
}

@media (max-width: 1200px) {
  .news-banner-box {
    padding: 0;
  }
}

@media (max-width: 1000px) {
  .news-media-banner-sec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 767px) and (max-width: 1000px) {
  .news-banner-thumb-img {
    height: 500px;
  }
  .news-banner-thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 1000px) {
  .news-banner-thumb-img img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .news-media-banner-sec {
     
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .news-media-banner-sec .news-banner-box {
    overflow: hidden;
    height: 100vh;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
  }
  .news-media-banner-sec .news-banner-box .news-banner-thumb-img {
    height: 100vh;
  }
  .news-media-banner-sec .news-banner-box .news-banner-thumb-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .news-media-banner-sec .news-banner-box:hover {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
  }
}

.news-media-banner-sec .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1000px) {
  .news-media-banner-sec .overlay {
    padding: 50px 20px;
  }
}

.news-media-banner-sec .overlay .disc-bg {
  padding: 70px;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#00000003), to(#000000FD)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #00000003 0%, #000000FD 100%) 0% 0% no-repeat padding-box;
}

.news-media-banner-sec .overlay .disc {
  max-width: 500px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.news-media-banner-sec .overlay h4 {
  font-size: 37px;
  line-height: 44px;
  color: #FFF;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1000px) {
  .news-media-banner-sec .overlay h4 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }
}

.news-media-banner-sec .overlay p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (max-width: 1000px) {
  .news-media-banner-sec .overlay p {
    display: none;
  }
}

.news-media-banner-sec .read-more {
  color: #FFF;
}

@media (max-width: 1000px) {
  .news-media-banner-sec .read-more {
    display: none;
  }
}

.news-media-banner-sec .read-more svg path {
  stroke: #FFF;
}

.news-media-banner-sec .news-banner-right .news-banner-thumb-img img {
  -o-object-position: left !important;
     object-position: left !important;
}

@media (min-width: 1200px) {
  .news-media-banner-sec-row {

    width:100%;
  }
}

.news-list-box-link-sec {
  position: relative;
  display: block;
}

@media (min-width: 1200px) {
  .news-list-box-link-sec img {
    width: 100%;
  }
}

.news-media-content-sec {
  position: relative;
}

@media (min-width: 1000px) {
  .news-media-content-sec {
    padding-top: 90px;
  }
}

@media (max-width: 1000px) {
  .news-media-content-sec {
    padding-top: 25px;
  }
}

.news-media-content-sec::before {
  position: absolute;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0E5383), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0E5383 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  height: 430px;
  width: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
}

.back-to-news-button a {
  color: #FFF;
  font-size: 16px;
}

.back-to-news-button a img {
  margin-right: 20px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.back-to-news-button a:hover img {
  margin-right: 35px;
}

@media (max-width: 1000px) {
  .back-to-news-button a span {
    display: none;
  }
}

.news-list-section div:nth-last-child(2) {
  border-bottom: none;
}

.news-list-section .news-list-box {
  padding-top: 90px;
  padding-bottom: 130px;
  border-bottom: 1px solid #D1D1D1;
}

@media (max-width: 1000px) {
  .news-list-section .news-list-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.news-list-section .news-list-box:last-child {
  border-bottom: 0;
}

.news-list-section .news-list-box-left .date {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #0E5383;
  bottom: -50px;
  left: 35px;
  text-align: center;
}

@media (max-width: 1000px) {
  .news-list-section .news-list-box-left .date {
    width: 80px;
    height: 80px;
    left: 32px;
  }
}

.news-list-section .news-list-box-left .date h5 {
  font-size: 62px;
  line-height: 62px;
  text-align: center;
  color: #FFF;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .news-list-section .news-list-box-left .date h5 {
    font-size: 56px;
    line-height: 56px;
  }
}

.news-list-section .news-list-box-left .date span {
  color: #FFF;
  display: inline-block;
  font-size: 14px;
}

.news-list-section h4 {
  font-size: 34px;
  line-height: 46px;
  color: #333333;
   font-family: OPTIFuturaDemiBold;
  font-weight: bold;
  text-transform: none;
}

@media (max-width: 1000px) {
  .news-list-section h4 {
    font-size: 25px;
    line-height: 35px;
  }
}

.news-list-section p {
  font-weight: 400;
  color: #333333;
  margin-bottom: 15px;
}

@media (max-width: 1000px) {
  .news-list-section .news-list-box-right {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .news-list-section .news-list-box-right {
    padding-left: 45px;
  }
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 25px;
}

.tags li, .tags li a {
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .news-continue-reading {
    padding-top: 95px;
  }
}

@media (max-width: 1000px) {
  .news-continue-reading {
    padding-bottom: 40px;
  }
}

@media (max-width: 1000px) {
  .news-continue-reading .news-cont-read-col {
    margin-bottom: 40px;
  }
}

.news-continue-reading h2 {
  color: #333333;
}

@media (max-width: 1000px) {
  .news-continue-reading h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

.news-continue-reading .news-read-box {
  display: block;
  width: 100%;
}

.news-continue-reading .news-read-box:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-continue-reading .thumb {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 30px;
}

.news-continue-reading .thumb img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
/* 	height: 250px; */
}

.news-continue-reading h5 {
font-family: OPTIFuturaDemiBold; 
  color: #333333;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .news-continue-reading h5 {
    font-size: 18px;
    line-height: 30px;
  }
}

.news-detail-section {
  position: relative;
  padding-top: 240px;
  overflow: hidden;
}

.news-detail-section p {
  color: #4B4B4B;
}

@media (max-width: 1000px) {
  .news-detail-section {
    padding-top: 150px;
  }
}

.news-detail-section::before {
  position: absolute;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0E5383), to(#FFFFFF00)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0E5383 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
  height: 1277px;
  width: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
}

.news-detail-section .news-detail-banner {
  padding-bottom: 40px;
  position: relative;
}

.news-detail-section .news-detail-banner .go-down {
  position: absolute;
  right: 60px;
  bottom: 100px;
}

@media (max-width: 1000px) {
  .news-detail-section .news-detail-banner .go-down {
    display: none;
  }
}

.news-detail-section .news-detail-banner img {
  width: 100%;
  border-radius: 30px;
}

.news-detail-section h4 {
  font-size: 34px;
  line-height: 46px;
  color: #FFF;
   font-family: OPTIFuturaDemiBold;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .news-detail-section h4 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}

.explore-more {
  z-index: 10;
}

body .explore-details {
  width: 100%;
}

body .explore-details .overlay-exp + img {
  width: 100%;
}

@media (max-width: 1000px) {
  .news-det-devider {
    margin-top: 60px;
  }
}

.pagination-container .pagination-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-container .pagination-row .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.pagination-container .pagination-row .pages {
  display: none;
}

.pagination-container .pagination-row span, .pagination-container .pagination-row a {
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  margin: 0 6px;
  background: #49BC84;
  color: #FFF;
  text-align: center;
  padding: 10px;
  border: none;
}

.pagination-container .pagination-row span:hover, .pagination-container .pagination-row a:hover {
  opacity: 0.7;
}

.pagination-container .pagination-row span.current, .pagination-container .pagination-row a.current {
  background: #0E5383;
}

.privacy-policy p {
  word-break: break-all;
  color: #333333 !important;
}

.privacy-policy h1, .privacy-policy h2, .privacy-policy h3, .privacy-policy h4, .privacy-policy h5 {
  color: #333333 ;
}

.title {
  line-height: 1.1;
  padding-bottom: 0.4em;
  color: white;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.text {
  line-height: 1.4;
  overflow: hidden;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.accordions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion {
  background: linear-gradient(200deg, #1d91fc 13.57%, #5a36c0 98.38%);
  padding: 25px 30px 10px;
  border-radius: 15px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.3);
}

.accordion:nth-child(2) {
  background: linear-gradient(200deg, #f28885 13.57%, #e94f66 98.38%);
}

.accordion:nth-child(3) {
  background: linear-gradient(200deg, #65bb76 13.57%, #466fab 98.38%);
}

.accordion:nth-child(4) {
  background: linear-gradient(200deg, #c215d1 13.57%, #9813a1 98.38%);
}

@media (max-width: 480px) {
  .accordion {
    padding: 15px 20px 8px;
  }
  .title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style-e.css.map */