body {
  background: #fff;
  color: #000;
  font-family: "Poppins-Regular";
  overflow-x: hidden;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("../fonts/Poppins-Italic.woff2") format("woff2"),
    url("../fonts/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RobotoSlab-Bold";
  src: url("../fonts/RobotoSlab-Bold.woff2") format("woff2"),
    url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RobotoSlab-Regular";
  src: url("../fonts/RobotoSlab-Regular.woff2") format("woff2"),
    url("../fonts/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a {
  color: #196dc7;
  transition: 0.5s;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

ul,
p {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RobotoSlab-Bold";
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section {
  display: block;
  float: left;
  width: 100%;
}

.header_area {
  display: block;
  float: left;
  width: 100%;
}

.header_top_pannel {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
  background: #e8a534;
  position: relative;
  z-index: 2;
}
.header_top_pannel_main_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.header_top_pannel_logo_area {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.header_top_pannel_logo_area:hover {
  transform: scale(1.1);
}
.header_top_pannel_logo_area img {
  float: left;
  width: 100%;
}
.header_top_pannel_nav_and_cart_area {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 335px);
}

.nav_main_area {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align: left;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon {
  font-size: 16px;
  margin-right: 5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

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

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
}

@media (max-width: 992px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 0px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  outline: none;
  position: relative;
  font-family: "Poppins-Medium";
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #e4fb41;
}

.nav-menu > li {
  margin-left: 5px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  background: #1f1a17;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.26);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 7px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #e4fb41;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 7px 0 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times {
  color: #fff;
}
.fa-bars {
  color: #fff !important;
}

@media (max-width: 992px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #da251d;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #da251d;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#intro {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #000;
}
#intro .carousel {
  position: relative;
  float: left;
  width: 100%;
}
#intro .slider_contanear {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  background: #000;
}
#intro .img_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}
#intro .img_area img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}

#intro .slider_main_area {
  display: block;
  float: left;
  width: 96%;
  max-width: 1140px;
  margin: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  text-align: center;
}
#intro .text_area {
  display: inline-block;
  width: 100%;
  max-width: 1150px;
  text-align: center;
}
#intro .text_area h2 {
  color: #fff;
  font-size: 40px;
  font-family: "RobotoSlab-Bold";
  display: inline-block;
  width: 100%;
  margin-top: 104px;
}
#intro .text_area p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  margin-top: 12px;
}
#intro .donate_but {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  text-align: center;
  line-height: 50px;
  margin-top: 20px;
  color: #000;
  background: #fff;
}
#intro .donate_but:hover {
  background: #0c69ca;
  color: #fff;
}
#intro .carousel-indicators {
  bottom: 30px;
}

#intro .carousel-control-prev-icon {
  background: url(../images/left_arrow.png) no-repeat;
  width: 41px;
  height: 79px;
}
#intro .carousel-control-next-icon {
  background: url(../images/right_arrow.png) no-repeat;
  width: 41px;
  height: 79px;
}
#intro .carousel-control-next,
.carousel-control-prev {
  width: auto;
  opacity: 1;
}
#intro .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #21254a;
  cursor: pointer;
}
#intro .carousel-indicators .active {
  background-color: #00adef;
}
.section2 {
  padding: 60px 0;
  text-align: center;
  background: #934703;
}
.about_text_area {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}
.about_text_area h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.about_text_area p {
  font-size: 16px;
  margin-top: 18px;
}
.read_but {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  color: #000;
  background: #fff;
}
.read_but:hover {
  background: #0c69ca;
  color: #fff;
}
.section3 {
  padding: 60px 0;
  background: #7942dd;
}
.mission_box1 {
  display: block;
  float: left;
  width: 100%;
  transition: 0.5s;
}
.mission_box1:hover {
  transform: scale(1.1);
}
.mission_box_img_area {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
.mission_box_img_area img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}
.mission_box_text_area {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 245px);
  padding-left: 15px;
  color: #fff;
}
.mission_box_text_area h2 {
  font-size: 24px;
}
.mission_box_text_area p {
  font-size: 15px;
  margin-top: 8px;
}
.section4 {
  padding: 60px 0;
  background: #e8a534;
}
.sector_heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: "RobotoSlab-Bold";
  color: #fff;
  text-transform: uppercase;
}
.sector_slider_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.sector_slider_area .owl-nav {
  display: none;
}
.sector_slider_area .owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 15px;
}
.sector_slider_area .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  display: block;
  background: #fff;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  outline: none;
}
.sector_slider_area .owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  outline-style: none;
  border: none;
}

.sector_slider_area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #237545;
}
.sector_box1 {
  display: block;
  float: left;
  width: 100%;
}
.sector_box_img_area {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.sector_box_img_area img {
  display: block;
  float: left;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.sector_box1 .sector_box_img_area img {
  transition: 0.5s;
}
.sector_box1:hover .sector_box_img_area img {
  transform: scale(1.1);
}
.sector_box_text_area {
  display: block;
  float: left;
  width: 100%;
  background: #0c69ca;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-family: "Poppins-SemiBold";
  font-size: 20px;
}

.section5 {
  padding: 60px 0;
  background: #f0cb84;
}
.news_heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 26px;
  font-family: "RobotoSlab-Bold";
  color: #a52a2a;
  text-transform: uppercase;
}
.news_boxes_area {
  display: block;
  float: left;
  width: 100%;
}
.news_box1 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.news_box_img_area {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.news_box_img_area img {
  display: block;
  float: left;
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
.news_box1 .news_box_img_area img {
  transition: 0.5s;
}
.news_box1:hover .news_box_img_area img {
  transform: scale(1.1);
}
.news_box_text_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.news_box_text_area h2 {
  font-size: 18px;
  color: #000;
}
.news_box_text_area h3 {
  font-size: 16px;
  font-style: italic;
  margin-top: 10px;
  color: #000;
}
.news_box_text_area h3 span {
  color: #a52a2a;
}
.news_box_text_area p {
  font-size: 16px;
  margin-top: 10px;
  color: #545454;
}
.section6 {
  padding: 60px 0;
  background: #dfffca;
}
.map_img img {
  max-width: 100%;
}
.map_text h2 {
  font-family: "RobotoSlab-Bold";
  font-size: 30px;
}
.map_text h2 strong {
  font-family: "RobotoSlab-Bold";
  font-size: 40px;
  color: #cc3333;
}
.map_text h3 {
  font-family: "RobotoSlab-Bold";
  font-size: 25px;
}
.map_text ul {
  font-family: "RobotoSlab-Bold";
  font-size: 16px;
  margin-top: 20px;
  list-style-type: none;
}
.map_text ul li {
  position: relative;
  margin-top: 12px;
  padding-left: 30px;
}
.map_text ul li::before {
  content: url(../images/tick.png);
  position: absolute;
  left: 0;
  top: 0;
}
.section7 {
  padding: 60px 0;
  background: #ec9000;
}
.social_heading {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.social_heading h2 {
  font-size: 26px;
  font-family: "RobotoSlab-Bold";
  color: #fff;
  text-transform: uppercase;
}
.social_heading p {
  font-size: 15px;
  color: #fff;
}
.social_heading i {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 56px;
  border-radius: 100%;
  margin: 25px 10px 0 10px;
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.social_heading i:hover {
  background: #fff;
  color: #000;
}
.section8 {
  padding: 60px 0;
  background: #0c69ca;
}
.section8_right_area {
  display: block;
  float: left;
  width: 100%;
}
.section8_right_area h2 {
  font-size: 22px;
  color: #fff;
}
.section8_right_area ul {
  color: #fff;
  list-style-type: none;
  font-family: "Poppins-SemiBold";
  font-style: italic;
  margin-top: 20px;
}
.section8_right_area ul li {
  margin-top: 15px;
  position: relative;
  padding-left: 30px;
}
.section8_right_area ul li::after {
  content: "\f046";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  font-family: "FontAwesome";
}
.testimonial_area {
  display: block;
  float: left;
  width: 100%;
}
.testimonial_top_text_area {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
}
.testimonial_top_text_area::after {
  position: absolute;
  content: url(../images/testimonial_bottom_img.png);
  left: 25px;
  bottom: -25px;
}
.testimonial_top_text_area p {
  color: #7e7e7e;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  font-style: italic;
  line-height: 30px;
}
.testimonial_bottomt_area {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.testimonial_bottomt_img_area {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial_bottomt_img_area img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial_bottomt_text_area {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
  padding-left: 15px;
}
.testimonial_bottomt_text_area h2 {
  font-family: "Poppins-Bold";
  font-size: 16px;
  color: #fff;
}
.testimonial_bottomt_text_area p {
  font-size: 16px;
  color: #fff;
}
.testimonial_but {
  display: inline-block;
  width: 180px;
  height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
  text-align: center;
  line-height: 50px;
  margin-top: 30px;
  color: #fff;
  background: #49c32c;
}
.testimonial_but:hover {
  background: #000;
  color: #fff;
}
.top_footer {
  background: #1c1f34;
  padding: 20px 0;
}
.top_footer_subscribe_area {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #4c4e5f;
  padding-bottom: 20px;
  text-align: center;
}
.top_footer_subscribe_area p {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  font-family: "RobotoSlab-Bold";
  font-size: 30px;
  color: #fff;
}
.Subscribe_input {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  width: 350px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  border: none;
  padding: 0 15px;
  outline-style: none;
  color: #000;
}
.Subscribe_submit {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  width: 200px;
  height: 50px;
  background: #ec9000;
  border-radius: 8px;
  border: none;
  padding: 0 15px;
  outline-style: none;
  color: #fff;
  font-size: 20px;
  font-family: "RobotoSlab-Bold";
  cursor: pointer;
}
.Subscribe_submit:hover {
  background: #0c69ca;
  transition: 0.5s;
}
.top_footer_link {
  display: block;
  float: left;
  width: 100%;
  padding: 25px 0 20px 0;
}
.top_footer_link_box1 {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.top_footer_link_box1 img {
  max-width: 100%;
}
.top_footer_link_box1 p {
  font-size: 14px;
  color: #a2abb7;
  margin-top: 15px;
}
.top_footer_link_box1 h2 {
  font-size: 14px;
  color: #a2abb7;
  margin-top: 15px;
}
.top_footer_link_box1 h2 a {
  color: #fff;
}
.top_footer_link_box2 {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.top_footer_link_box2 h2 {
  font-size: 15px;
  color: #fff;
}
.top_footer_link_box2 ul {
  font-size: 14px;
  color: #a2abb7;
  margin-top: 15px;
  list-style-type: none;
}
.top_footer_link_box2 ul li {
  margin-top: 10px;
}
.top_footer_link_box2 ul li a {
  color: #a2abb7;
}
.top_footer_link_box2 ul li a:hover {
  color: #fff;
}

.top_footer_link_box3 {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.top_footer_link_box3 p {
  font-size: 14px;
  color: #a2abb7;
  margin-top: 15px;
}
.top_footer_link_box3 h2 {
  font-size: 15px;
  color: #fff;
}
.top_footer_link_box3 ul {
  font-size: 14px;
  color: #a2abb7;
  margin-top: 15px;
  list-style-type: none;
}
.top_footer_link_box3 ul li {
  margin-top: 10px;
  position: relative;
  padding-left: 25px;
}
.top_footer_link_box3 ul li a {
  color: #a2abb7;
}
.top_footer_link_box3 ul li a:hover {
  color: #fff;
}
.top_footer_link_box3 ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}
.footer_copy {
  background: #15172a;
  padding: 15px 0;
}
.footer_copy p {
  font-size: 14px;
  color: #a2abb7;
}
.footer_copy p a {
  color: #a2abb7;
}
.footer_copy p a:hover {
  color: #fff;
}
.top_header_area {
  background: #0c69ca;
  padding: 15px 0;
}
.top_header_area p {
  color: #fff;
  font-size: 15px;
}
.top_header_area p a {
  color: #fff;
  margin: 0 10px;
  display: inline-block;
}
.top_header_area p a:hover {
  color: #e8a534;
}

.subpage_header_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background: #000;
}
.subpage_header_area img {
  float: left;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
  opacity: 0.6;
}
.subpage_body {
  padding: 55px 0;
  background: #dfffca;
}
.about_left_area {
  display: block;
  float: left;
  width: 100%;
}
.about_left_area h2 {
  color: #000;
  font-size: 28px;
  font-family: "RobotoSlab-Bold";
  position: relative;
  padding-bottom: 15px;
}
.about_left_area h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 3px;
  background: #0087bc;
}
.about_left_area p {
  font-size: 15px;
  margin-top: 16px;
  text-align: justify;
}
.about_left_area i {
  color: red;
}
.subpage_news_boxes {
  display: block;
  float: left;
  width: 100%;
  background: #39374d;
  padding: 20px;
}
.subpage_news_boxes .heading h2 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "RobotoSlab-Bold";
}
.subpage_news_boxes .news_box1 {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px;
}
.subpage_news_boxes .news_box1_img_area {
  display: block;
  float: left;
  width: 100px;
  overflow: hidden;
}
.subpage_news_boxes .news_box1 .news_box1_img_area img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.subpage_news_boxes .news_box1_img_area img {
  float: left;
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: center;
}
.subpage_news_boxes .news_box1_text_area {
  display: block;
  float: right;
  width: calc(100% - 110px);
}
.subpage_news_boxes .news_box1_text_area h2 {
  font-size: 16px;
  color: #fff;
  font-family: "Poppins-SemiBold";
}
.subpage_news_boxes .news_box1_text_area h3 {
  font-size: 14px;
  color: #e3b121;
  font-family: "Poppins-SemiBold";
  margin-top: 5px;
}
.subpage_news_boxes .news_box1_text_area p {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.news_view {
  float: left;
  width: 100%;
  margin-top: 15px;
  color: #fff;
  text-decoration: underline;
  font-size: 15px;
  text-transform: uppercase;
}
.news_slider {
  padding: 15px 0;
  background: #0c69ca;
}
.news_slider_main_area {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.news_slider_icon_area {
  display: inline-block;
  vertical-align: middle;
  width: 58px;
}
.news_slider_text_area {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 63px);
  padding-left: 10px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 50s linear infinite;
  animation: marquee 50s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  padding: 1rem 0;
  color: #fff;
}

/*preloader style*/

.loader_container {
  height: 100vh;
  width: 100vw;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}
.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}
.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}
.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}

/*bottom social area*/
.active2 a {
  color: #000 !important;
}
.navPanel {
  position: fixed;
  bottom: -1000px;
  right: -1000px;
  width: 360px;
  height: 360px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}
.active3 {
  bottom: -140px;
  right: -140px;
  transition: 0.5s;
}

.intercom {
  padding: 12px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e67817;
  color: #fff;
  z-index: 2;
  opacity: 0;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.24);
  transition: 0.5s;
  cursor: pointer;
}
.intercomCloseBtn {
  padding: 10px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #646464;
  color: #fff;
  z-index: 2;
  opacity: 0;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.24);
  transition: 0.5s;
  cursor: pointer;
}
.active4 {
  opacity: 1;
  z-index: 3;
  transition: 0.5s;
}
.navPanel .link {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
}
.navPanel .link1 {
  left: 148px;
  top: 18px;
}
.navPanel .link2 {
  left: 65px;
  top: 52px;
}
.navPanel .link3 {
  left: 20px;
  top: 132px;
}
.navPanel .link figure {
  padding: 15px;
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: block;
}
.navPanel .link figure img {
  width: 100%;
}
.navPanel .link span {
  margin-top: -10px;
  display: block;
  font-size: 10px;
  color: #fff;
}
.img-responsive {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}
.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}

.report_area {
  width: 210px;
  height: auto;
  margin: 10px;
  display: inline-block;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #00c853, #b2ff59);
}
.report-img_area {
  width: 100%;
  height: auto;
}
.report-text_area {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.report_area a {
  color: #743ad5;
}
.report_area a:hover {
  color: #d53a9d;
}
.report_area:hover {
  border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

.img_con_area {
  width: 300px;
  height: auto;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}
.images_area {
  width: 100%;
  height: auto;
}
.con_area {
  width: 100%;
  height: auto;
  padding: 0px 5px 0px 5px;
  text-align: center;
}
