@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cinzel:wght@400..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px,
    sans-serif;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  display: inline-block;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 100px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "";
  font-size: 55px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-size: 60px;
  color: #212121;
  font-weight: 700;
  margin: 0 0 0px;
  text-transform: uppercase;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
}

/* Header Start */

.theme-btn-1 {
  background: #72be44;
  color: #fdfbf7;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 50px;
}

.container-fluid.add-padding {
  padding: 0 5%;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 0;
  font-size: 20px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  right: 7%;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.topSec .row {
  border-bottom: 1px solid #cfcfcf;
  padding: 15px 0;
}
.header-logo a img {
  width: 240px;
  height: 69px;
  object-fit: contain;
}

.header-search-bar-box form input {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #cccccc;
  color: #575757;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 600;
}
.header-user-btn {
  font-size: 18px;
  color: #000;
  position: relative;
  padding: 10px 0;
}

.header-user-btn:before {
  content: "";
  position: absolute;
  background: #cccccc;
  width: 1px;
  height: 100%;
  right: -22px;
  top: 0;
}

.menuSection .container-fluid.add-padding {
  padding: 0 8%;
}
.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000000;
  padding: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-search-bar-box form input::placeholder {
  font-size: 14px;
  font-weight: 600;
}
.header-search-bar-box form {
  position: relative;
  display: flex;
  align-items: center;
}

.header-search-bar-btn {
  position: absolute;
  right: 10px;
}

.header-search-bar-btn {
  position: absolute;
  right: 10px;
}
.header-search-bar-btn button {
  background: #0b71bb;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}

.menuSec {
  padding: 22px 0;
}
.header-search-bar-box ul {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: end;
}
/* Header Ends */

/* Breaking News Line Start */

.breaking-news-line-sec {
  background: #212121;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 18px 0;
}

.ticker-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  color: #ff0000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}
.ticker-text label {
  background: #ff0000;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin: 0 15px;
  animation: glow 1s infinite;
}

@keyframes glow {
  0%,
  100% {
    box-shadow:
      0 0 0 6px rgba(255, 0, 0, 0.2),
      0 0 0 12px rgba(255, 0, 0, 0.1);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(255, 0, 0, 0.25),
      0 0 0 16px rgba(255, 0, 0, 0.15);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Breaking News Line Ends */

/* Main Banner Start */

.main-banner-images img {
  width: 100%;
  height: 970px;
  object-fit: cover;
}
.main-banner-silder-sec {
  margin-top: -400px;
}
.main-banner-sec {
  padding-bottom: 5%;
}

.main-banner-left-side-silder {
  background: #fff;
  padding: 5px;
}
.main-banner-left-side-silder-items-img img {
  width: 100%;
  height: 461px;
  object-fit: cover;
}
.main-banner-left-side-silder-items-img {
  position: relative;
}
.main-banner-left-side-silder-items-img-number {
  position: absolute;
  bottom: 0px;
  right: 5px;
  z-index: 9;
}
.main-banner-left-side-silder-items-text h2 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.main-banner-left-side-silder-items-text {
  margin-top: 20px;
}
.main-banner-left-side-silder-items-text p {
  color: #7f7f7f;
  margin-bottom: 0;
  font-size: 14px;
}
.main-banner-left-side-silder-items-img-number span {
  font-size: 50px;
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 35px;
}
.main-banner-left-side-silder .slick-slide {
  margin: 0px 0px;
}
.main-banner-heading {
  background: #fff;
  padding: 30px 30px;
  width: 62%;
  margin: 0 0 0 auto;
  padding-right: 5%;
}
.main-banner-heading h2 {
  font-size: 45px;
  margin-bottom: 8px;
  color: #000000;
}
.main-banner-right-side-boxs {
  position: relative;
}
.main-banner-left-side-boxs-points {
  position: absolute;
  z-index: 9;
  left: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  top: 70px;
}
.main-banner-left-side-boxs-points {
  position: absolute;
  z-index: 9;
  left: 15px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  top: 80px;
}
.main-banner-left-side-boxs-points p {
  color: #0b71bb;
  font-weight: 600;
}
.main-banner-silder-sec .container-fluid.add-padding {
  padding: 0 0% 0 5%;
}
.main-banner-heading a {
  background: #0b71bb;
  padding: 13px 30px;
  font-size: 14px;
}
.main-banner-right-side-silder-items-text h2 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.main-banner-right-side-silder .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1.2 !important;
}
.main-banner-right-side-silder {
  background: #fff;
  padding-top: 30px;
  padding-left: 70px;
  position: relative;
  padding-right: 5%;
}
.main-banner-right-side-silder:before {
  content: "";
  position: absolute;
  background: #cfcfcf;
  width: 1.5px;
  height: 80%;
  top: 60px;
  left: 65px;
}
.main-banner-right-side-silder-items-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.main-banner-silder-sec .p-l-0 {
  padding-left: 0;
}
.main-banner-silder-sec .p-r-0 {
  padding-right: 0;
}
.main-banner-right-side-silder .slick-slide {
  margin: 0px 12px;
}
.main-banner-right-side-silder-items-text {
  margin-top: 15px;
}
.main-banner-right-side-silder-items-text h2 {
  margin-bottom: 10px;
}
.main-banner-right-side-silder-items-text a {
  color: #0b71bb;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}
.main-banner-right-side-silder-items span {
  font-size: 30px;
  color: #0f0f0f;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.main-banner-right-side-silder-items span:before {
  content: "";
  position: absolute;
  background: #cfcfcf;
  width: 82%;
  height: 1.5px;
  right: 0;
}
/* Main Banner Ends */

/* Local Weather Forecast Tag line Start */

.breaking-news-line-sec.wealther {
  background: #212121;
  padding: 25px 0;
}
.breaking-news-line-sec.wealther .ticker-text {
  color: #efefef;
  font-size: 28px;
  font-weight: 500;
}
.breaking-news-line-sec.wealther .ticker-text label {
  width: 18px;
  height: 18px;
  margin: 0 25px;
  background: #efefef;
}
@keyframes glows {
  0%,
  100% {
    box-shadow:
      0 0 0 6px rgba(239, 239, 239, 0.2),
      0 0 0 12px rgba(239, 239, 239, 0.1);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(239, 239, 239, 0.3),
      0 0 0 16px rgba(239, 239, 239, 0.15);
  }
}

.breaking-news-line-sec.wealther .ticker-text label {
  animation: glows 1s infinite !important;
}

/* Local Weather Forecast Tag Line Ends */

/* Local Weather Forecast  Start */
.local-weather-forecast-sec iframe {
  width: 100%;
  height: 645px;
  object-fit: cover;
}
.local-weather-forecast-sec {
  position: relative;
}
.local-weather-forecast-iframe {
  width: 100%;
  z-index: -1;
}
.local-weather-forecast-box {
  position: absolute;
  top: 0;
  right: 5%;
  width: 28%;
}
.wealther-heading {
  margin-top: 15px;
}
.wealther-tabs-button {
  margin-top: 28px;
}
.wealther-row {
  margin-top: 40px;
}

.local-weather-forecast-sec .row {
  justify-content: end;
}
.local-weather-forecast-text {
  background: #0b71bb;
  padding: 55px 30px;
}
.local-weather-forecast-images img {
  width: 100%;
  height: 368px;
  object-fit: cover;
}
.local-weather-forecast-text h2 {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.1;
}
.local-weather-forecast-text a {
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: underline;
}
.local-weather-forecast-text h2 span {
  display: block;
}
/* Local Weather Forecast Ends */

/* Wealther Start */

.wealther-silder-items {
  cursor: pointer;
  transition: 0.3s;
}

.wealther-silder-items.active {
  background-color: #f8f9fa;
  color: #fff;
}

.wealther-heading p {
  color: #7c7c7c;
  margin-bottom: 0;
}
.wealther-heading h2 {
  font-size: 30px;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.wealther-heading p span {
  display: block;
}
.wealther-heading p {
  line-height: 25px;
}
.wealther-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: none;
}
.wealther-sec .nav-tabs {
  border-bottom: none;
}
.wealther-tabs-button ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 35px;
}
.wealther-sec .nav-link:hover,
.nav-link:focus {
  color: #0b71bb;
  border: none !important;
}

.wealther-sec .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: inherit;
  border: none !important;
}
.wealther-sec .nav-link {
  color: #000000;
  font-weight: 600;
  padding: 0;
}
.wealther-sec .nav-tabs .nav-link {
  border: none !important;
}
.wealther-sec .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: none;
  color: #0b71bb;
  text-decoration: underline;
}
.wealther-silder-items img {
  width: 63px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto;
}
.wealther-silder-items {
  text-align: center;
  padding: 25px 0;
  border-radius: 8px;
}
.wealther-silder-items span {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.wealther-silder-items ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wealther-sec li.number-one {
  font-size: 35px;
  color: #000;
  font-weight: 600;
}
.wealther-sec li.number-two {
  font-size: 35px;
  color: #a7a7a7;
  font-weight: 600;
}
.wealther-sec .slick-slide {
  margin: 0px 5px;
}

.wealther-sec {
  margin-bottom: 10px;
}
.wealther-sec .slick-active {
  opacity: 1.5;
}

.wealther-sec .slick-prev:before {
  content: "\f060";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.wealther-sec .slick-next:before {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.wealther-sec .slick-prev {
  left: inherit;
  right: -25px;
}
.wealther-sec .slick-prev {
  top: 35%;
}

.wealther-sec .slick-next {
  top: 53%;
}
.wealther-sec .slick-prev:hover:before {
  background: #72be44;
  transition: 0.5s;
}
.wealther-sec .slick-next:hover:before {
  background: #72be44;
  transition: 0.5s;
}

/* Wealther Ends */

/* Weekly Newspaper Editions Start */

.weekly-newspaper-editions-heading {
  border-bottom: 2px solid #727272;
  padding-bottom: 15px;
}

.weekly-newspaper-editions-silder-text h2 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  line-height: 25px;
}

.weekly-newspaper-editions-silder-items {
  margin-top: 55px;
}
.weekly-newspaper-editions-silder .slick-active {
  opacity: 1.5;
}

.weekly-newspaper-editions-silder .slick-slide {
  margin: 0px 15px;
}
.weekly-newspaper-editions-silder-images img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
.weekly-newspaper-editions-silder-text span {
  display: block;
  margin: 25px 0 10px;
  color: #7c7c7c;
  font-weight: 600;
}
.weekly-newspaper-editions-silder-text a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b71bb;
  height: 55px;
}
.weekly-newspaper-editions-silder-text p {
  margin-bottom: 20px;
}
.weekly-newspaper-editions-silder .slick-prev {
  top: -20px;
  z-index: 999;
}

.weekly-newspaper-editions-silder .slick-prev:hover:before {
  background: #72be44;
  transition: 0.5s;
}
.weekly-newspaper-editions-silder .slick-next:hover:before {
  background: #72be44;
  transition: 0.5s;
}

.weekly-newspaper-editions-silder .slick-next {
  top: -20px;
  z-index: 999;
}
.weekly-newspaper-editions-silder .slick-next {
  right: 5px;
}
.weekly-newspaper-editions-silder .slick-prev {
  left: inherit;
  right: 60px;
}

.weekly-newspaper-editions-silder .slick-prev:before {
  content: "\f060";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}

.weekly-newspaper-editions-silder .slick-next:before {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
}

/* Weekly Newspaper Editions Ends */

/* Featured Stories Start  */

.featured-stories-heading {
  text-align: center;
}
.featured-stories-sec {
  background: #f7f7f7;
  margin-top: 20px;
}
.featured-stories-box {
  margin-top: 30px;
}
.featured-stories-images img {
  width: 100%;
  height: 315px;
  object-fit: cover;
}
.featured-stories-text h2 {
  font-size: 30px;
  font-weight: 700;
}
.featured-stories-text span {
  margin: 25px 0 8px;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: #7c7c7c;
  font-weight: 500;
}
.featured-stories-text p {
  color: #636363;
  margin-top: 10px;
  width: 90%;
}

/* Featured Stories Ends  */

/* Join Our Mailing List Start */

.join-our-mailing-list-sec {
  background: #72be44;
  padding: 80px 0;
  text-align: center;
}
.join-our-mailing-list-heading h2 {
  color: #fff;
  margin-bottom: 10px;
}

.join-our-mailing-list-heading p {
  color: #ffffff;
  font-size: 18px;
  width: 50%;
  margin: 0 auto;
}
.join-our-mailing-list-heading form input {
  width: 100%;
}

.join-our-mailing-list-heading p {
  color: #ffffff;
  font-size: 22px;
  width: 100%;
  margin: 0 auto;
}

.join-our-mailing-list-heading form input {
  width: 100%;
  background: #f7f7f7;
  height: 60px;
  border-radius: 50px;
  padding: 0 30px;
  color: #8c8c8c;
  font-weight: 500;
  border: none;
}
.join-our-mailing-list-heading form input {
  width: 100%;
  background: #f7f7f7;
  height: 58px;
  border-radius: 50px;
  padding: 0 30px;
  color: #8c8c8c;
  font-weight: 500;
  border: none;
}
.join-our-mailing-list-heading form {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.join-our-mailing-list-form-btn {
  position: absolute;
  right: 0;
}
.join-our-mailing-list-heading form input::placeholder {
  color: #8c8c8c;
  font-weight: 500;
  border: none;
}
.join-our-mailing-list-heading form button {
  height: 58px;
  width: 250px;
  border-radius: 50px;
  background: #0b71bb;
  color: #fff;
  border: none;
  font-size: 18px;
}

/* Join Our Mailing List Ends */

/* Latest News Start */

.latest-news-images img {
  width: 440px;
  height: 390px;
  object-fit: cover;
}
.latest-news-text h2 {
  font-size: 20px;
  text-transform: math-auto;
  font-weight: 600;
  color: #000000;
}
.latest-news-text {
  background: #ffffff;
  padding: 35px 28px;
  position: absolute;
  box-shadow: 0 0 10px 0 #00000017;
  width: 60%;
  right: 0;
}
.latest-news-text h2 {
  margin-bottom: 15px;
}
.latest-news-text p {
  color: #666666;
}
.latest-news-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.latest-news-text ul li a {
  border: 1.8px solid #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #1778be;
  font-size: 18px;
}
.latest-news-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.latest-news-text ul li {
  color: #666666;
  font-weight: 500;
}
.latest-news-boxs {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
}

/* Latest News Ends */

.footer-sec {
  background: #000000;
  padding-top: 5%;
}
.footer-logo {
  text-align: center;
}
.footer-logo p {
  color: #8c8c8c;
}
.footer-logo a img {
  width: 372px;
  height: 81px;
  object-fit: contain;
  margin-bottom: 18px;
}
.footer-links ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.footer-stay-connected p {
  text-transform: uppercase;
  color: #606060;
}
.footer-links ul li a {
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s;
}
.footer-links ul li a:hover {
  color: #72be44;
  transition: 0.5s;
}
.footer-stay-connected {
  margin-top: 35px;
  text-align: center;
}
.footer-stay-connected h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-stay-connected ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.footer-stay-connected ul li a:hover {
  background: #72be44;
  color: #fff;
  transition: 0.5s;
}
.footer-stay-connected ul li a {
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #717171;
  transition: 0.5s;
}
.copy-right-row {
  padding: 20px 0;
  border-top: 1px solid #333333;
  text-align: center;
  margin-top: 50px;
}
.copy-right-row p {
  color: #ffffff;
  margin-bottom: 0;
}
