body {
  background: #fff;
  color: #000;
  font-family: "Playfair Display", serif;
  overflow-x: hidden;
}
b {
  font-weight: 900;
}
a {
  color: #196dc7;
  transition: 0.5s;
  text-decoration: none;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

ul,
p {
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

section {
  display: block;
  float: left;
  width: 100%;
}
.topmost_area {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
.topmost_area .logo_area {
  width: 90%;
  height: 75px;
  transition: 0.3s;
  padding: 5px;
}
.topmost_area .logo_area:hover {
  padding: 0px;
  transition: 0.3s;
}
.topmost_area .icon_content {
  height: auto;
  padding: 5px;
}
.topmost_area .icon_content div {
  width: auto;
  max-width: 300px;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
.topmost_area .icon_content i {
  margin-right: 5px;
  color: #167525;
}
.topmost_area .btn_area {
  padding: 11px 11px;
  background-color: #f05228;
  text-align: center;
}
.topmost_area .btn_area:hover {
  background-color: #167525;
}
.topmost_area .btn_area a {
  color: #fff;
}
.menu_area {
  background-color: #121a24;
}
.navbar_menu {
  width: auto;
  height: auto;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar_menu a {
  width: 100%;
  color: #fff;
}
.navbar_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.active {
  background-color: #f05228;
}
.navbar_menu ul li {
  display: inline-block;
  position: relative;
  padding: 7px 7px;
  margin-right: 2px;
}
.navbar_menu ul li ul {
  display: none;
  position: absolute;
  width: 200px;
  margin: 7px 0px 0px -9px;
  background-color: #121a24;
  z-index: 5;
}
.navbar_menu ul li ul li {
  display: block;
  padding: 7px 7px;
  line-height: 17px;
  font-weight: lighter;
}
.navbar_menu ul li:hover,
.navbar_menu ul li ul li:hover {
  background-color: #f05228;
}
.navbar_menu ul li:hover ul {
  display: block;
}

.navbar_menu i {
  float: right;
  margin-top: -29px;
  color: #000;
  display: none;
}

.onsldider_text {
  background-color: rgba(26, 91, 227, 0.8);
  font-size: 29px;
  padding: 19px;
  margin-top: -90px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 870px) {
  .auto_margin {
    margin-top: 51px;
  }
  .menu_area {
    background-color: rgba(0, 0, 0, 0);
    margin-top: -51px;
    position: relative;
  }
  .navbar_menu {
    right: 15px;
    max-width: 50%;
    min-width: 190px;
    position: absolute;
    background-color: #121a24;
    color: #fff;
    height: auto;
    z-index: 999;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navbar_menu i {
    display: inline-block;
  }
  .navbar_menu a {
    width: 100%;
  }
  #menulist {
    display: none;
  }
  .navbar_menu ul li {
    display: block;
    position: static;
    padding: 7px 7px;
    margin-right: 2px;
  }
  .navbar_menu ul li ul {
    display: none;
    position: static;
    width: 190px;
    margin: 0px;
    background-color: #121a24;
    z-index: 5;
  }
  .navbar_menu ul li ul li {
    display: block;
    padding: 7px 7px;
    line-height: 17px;
    font-weight: lighter;
  }
  .navbar_menu ul li:hover,
  .navbar_menu ul li ul li:hover {
    background-color: #f05228;
  }
  .navbar_menu ul li:hover ul {
    display: block;
  }
  .onsldider_text {
    background-color: rgba(26, 91, 227, 0.8);
    font-size: 29px;
    padding: 19px;
    margin-top: 0px;
    font-weight: bold;
    color: #fff;
  }
}

.welcome_area {
  background-color: #fff7e6;
  padding-bottom: 110px;
}
.welcome_area h4,
h5,
h6 {
  color: #f05228;
}
.welcome_area h2 {
  font-size: 45px;
  font-weight: 300;
}
.welcome_area p {
  font-size: 17px;
  font-weight: 300;
}
.welcome_area a {
  color: #fff;
}
.welcome_area li {
  font-size: 17px;
}
.welcome_area ul li {
  list-style-type: square;
}
.welcome_area .inner_area {
  padding: 45px 0px;
}
.btn1 {
  padding: 11px 17px;
  background-color: #f05228;
  text-align: center;
}
.btn1:hover {
  background-color: #167525;
}
.activity_div {
  width: 100%;
  background-color: #fff;
  padding: 15px;
}
.activity_div h2 {
  border-bottom: 5px solid #f05228;
}
.activity_div a {
  color: #000;
}
.activity_div a:hover {
  color: #f05228;
}
.activity_div li {
  list-style: none;
  font-weight: bold;
  margin-top: 7px;
  vertical-align: top;
}
.activity_div li:before {
  content: url(../images/list_style_type1.png);
  margin-right: 10px;
}
.video_section {
  background-color: #f05228;
}
.video_section img {
  width: 100%;
  height: auto;
  margin-top: -110px;
}
.video_area {
  width: 51%;
  margin-top: -55.9%;
  margin-bottom: 55px;
  height: 229px;
  margin-left: 25%;
}
.video_area_btn {
  margin-left: 40.5%;
  padding: 11px 17px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.video_area_btn:hover {
  background-color: #167525;
  color: #fff;
}
.right_area {
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}
.right_area .div1 {
  padding: 21px;
  width: 100%;
  display: block;
  margin-top: 30px;
  margin-bottom: 15px;
  color: black;
  background-color: #ffcf41;
}
.right_area .div2 {
  padding: 21px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  background-color: #167525;
}
.right_area .div3 {
  padding: 21px;
  width: 100%;
  display: block;
  margin-bottom: 59px;
  color: #fff;
  background-color: #018ff7;
}
.right_area .div1:hover,
.right_area .div2:hover,
.right_area .div3:hover {
  color: #000;
  background-color: #fff;
}
.gallery_area {
  width: 100%;
  padding: 0px;
}
.gallery_area .col-md-3 {
  padding: 0px;
  margin: 0px;
}
.news_area {
  background-color: #f2f5f7;
  padding-top: 21px;
  padding-bottom: 21px;
}
.news_area h2 {
  font-size: 45px;
}

/*Latest news carousel code*/
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}

@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}

@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  100% {
    scroll-snap-align: center;
  }
}
.news_area ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news_area .carousel {
  position: relative;
  padding-top: 0;
  width: 100%;
  height: 321px;
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}

.news_area .carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.news_area .carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #fff;
  counter-increment: item;
}

.news_area .carousel__slide:hover {
  background-color: #e4fdc4;
}

/*.news_area .carousel__slide:nth-child(even) {
  background-color: #fff;
}*/

.news_area .carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 70px);
  color: #fff;
  font-size: 2em;
}

.news_area .carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}

@media (hover: hover) {
  .news_area .carousel__snapper {
    animation-name: tonext, snap;
    animation-timing-function: ease;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }

  .news_area .carousel__slide:last-child .carousel__snapper {
    animation-name: tostart, snap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news_area .carousel__snapper {
    animation-name: none;
  }
}

.news_area .carousel:hover .carousel__snapper,
.news_area .carousel:focus-within .carousel__snapper {
  animation-name: none;
}

.news_area .carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

.news_area .carousel__navigation-list,
.news_area .carousel__navigation-item {
  display: inline-block;
}

.news_area .carousel__navigation-button {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #333;
  background-clip: content-box;
  border: 0.25rem solid transparent;
  border-radius: 50%;
  font-size: 0;
  transition: transform 0.1s;
}

.news_area .carousel::before,
.news_area .carousel::after,
.news_area .carousel__prev,
.news_area .carousel__next {
  position: absolute;
  top: 0;
  margin-top: 21.5%;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 0;
  outline: 0;
}
@media screen and (max-width: 991px) {
  .news_area .carousel::before,
  .news_area .carousel::after,
  .news_area .carousel__prev,
  .news_area .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 31.5%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
  }
}

.news_area .carousel::before,
.news_area .carousel__prev {
  left: 0.2rem;
}

.news_area .carousel::after,
.news_area .carousel__next {
  right: 0.2rem;
}

.news_area .carousel::before,
.news_area .carousel::after {
  content: "";
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 2.5rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
}

.news_area .carousel::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");
}

.news_area .carousel::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");
}

.news_area .inner_div {
  padding: 5%;
}
.news_area .inner_div h2 {
  font-size: 19px;
  font-weight: bold;
  color: #0587e4;
}
.news_area .inner_div .img_div {
  width: 35%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}
.news_area .inner_div .text_div {
  width: 64%;
  height: auto;
  font-size: 17px;
  line-height: 19px;
  display: inline-block;
}
.sponsors_div {
  width: 100%;
  height: auto;
}
.sponsors_div .sponsor_img {
  width: calc(100% / 3.5);
  padding: 5px;
  transition: 0.5s;
  height: auto;
  vertical-align: top;
  display: inline-block;
}
.sponsors_div .sponsor_img:hover {
  padding: 0px;
  transition: 0.5s;
}
/*Latest news carousel code ends*/
@media screen and (max-width: 600px) {
  .gallery_div {
    width: 100%;
  }
  .news_area .carousel {
    position: relative;
    padding-top: 0;
    width: 100%;
    min-height: 650px;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
  }

  .news_area .carousel__viewport {
    overflow-y: scroll;
  }
  .news_area .carousel::before,
  .news_area .carousel::after,
  .news_area .carousel__prev,
  .news_area .carousel__next {
    position: absolute;
    top: 0;
    margin-top: 45.5%;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
  }
  .news_area .inner_div .img_div {
    width: 100%;
  }
  .news_area .inner_div .text_div {
    width: 100%;
  }
}

.media_report {
  background-image: url(../images/report-bg.jpg);
  padding: 49px;
}
.media_report .media_div {
  width: 100%;
  height: auto;
  padding: 15px 27px;
}
.media_report .report_div {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.media_report .media_div img,
.media_report .report_div img {
  width: 100%;
  transition: 0.5s;
  height: auto;
}
.media_report .report_div .over_text {
  position: absolute;
  width: 100%;
  top: 67%;
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.media_report .media_div:hover img {
  transform: rotate(-5deg);
}

.media_report .report_div:hover {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.media_report .report_div:hover .over_text {
  bottom: 109px;
}
.media_report .report_div .over_text span {
  font-size: 17px;
  line-height: 19px;
}

@media screen and (max-width: 991px) {
  .media_report .report_div .over_text {
    font-size: 15px;
    line-height: 17px;
  }
  .media_report .report_div .over_text span {
    font-size: 13px;
    line-height: 15px;
  }
}

.footer_area {
  width: auto;
  height: auto;
  color: #fff;
  background-color: #333333;
  padding-top: 35px;
  padding-bottom: 15px;
}

.footer_area h2 {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.footer_area a {
  color: #fff;
}

.footer_area a:hover {
  color: #018ff7;
}

.footer_area li {
  list-style-type: square;
}

.footer_area p {
  font-size: 17px;
}

.footer_area i {
  font-size: 25px;
  margin-right: 10px;
}

.footer_area input {
  width: 100%;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}
.footer_area textarea {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.footer_area input[type="submit"] {
  width: auto;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  outline: none;
  margin-bottom: 9px;
  background-color: #018ff7;
}
.footer_area input[type="submit"]:hover {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  outline: none;
  margin-bottom: 9px;
  background-color: #f05228;
}

.footer_bottom {
  background-color: black;
  color: #fff;
  font-size: 19px;
  padding: 15px 5px;
}

.footer_logo_area {
  width: auto;
}
.footer_logo_area img {
  width: 165px;
  height: auto;
}
