@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900);

@font-face {
  font-family: "PoppinsRegular";
  src: url("../fonts/PoppinsRegular9f1e.html?v=1.1.0");
  src: url("../fonts/PoppinsRegulard41d.html?#iefix&v=1.1.0")
      format("embedded-opentype"),
    url("../fonts/PoppinsRegular9f1e.woff2?v=1.1.0") format("woff2"),
    url("../fonts/PoppinsRegular9f1e-2.html?v=1.1.0") format("woff"),
    url("../fonts/PoppinsRegular9f1e.ttf?v=1.1.0") format("truetype"),
    url("../fonts/PoppinsRegular9f1e-3.html?v=1.1.0#PoppinsRegular") format("svg");
}

@font-face {
  font-family: "PoppinsSemiBold";
  src: url("../fonts/PoppinsSemiBold.html");
  src: url("../fonts/PoppinsSemiBold.html") format("embedded-opentype"),
    url("../fonts/PoppinsSemiBold.woff2") format("woff2"),
    url("../fonts/PoppinsSemiBold-2.html") format("woff"),
    url("../fonts/PoppinsSemiBold.ttf") format("truetype"),
    url("../fonts/PoppinsSemiBold-3.html#PoppinsSemiBold") format("svg");
}

@font-face {
  font-family: "PoppinsBold";
  src: url("../fonts/PoppinsBold.html");
  src: url("../fonts/PoppinsBold.html") format("embedded-opentype"),
    url("../fonts/PoppinsBold.woff2") format("woff2"),
    url("../fonts/PoppinsBold-2.html") format("woff"),
    url("../fonts/PoppinsBold.ttf") format("truetype"),
    url("../fonts/PoppinsBold-3.html#PoppinsBold") format("svg");
}

@font-face {
  font-family: "PoppinsLight";
  src: url("../fonts/PoppinsLight.html");
  src: url("../fonts/PoppinsLight.html") format("embedded-opentype"),
    url("../fonts/PoppinsLight-2.html") format("woff2"),
    url("../fonts/PoppinsLight-3.html") format("woff"),
    url("../fonts/PoppinsLight.ttf") format("truetype"),
    url("../fonts/PoppinsLight-4.html#PoppinsLight") format("svg");
}

@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/PoppinsMedium.html");
  src: url("../fonts/PoppinsMedium.html") format("embedded-opentype"),
    url("../fonts/PoppinsMedium-2.html") format("woff2"),
    url("../fonts/PoppinsMedium-3.html") format("woff"),
    url("../fonts/PoppinsMedium.ttf") format("truetype"),
    url("../fonts/PoppinsMedium-4.html#PoppinsMedium") format("svg");
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  scroll-behavior: auto;
  --thm-font: "PoppinsRegular", sans-serif;
  --thm-base: #265782;
}

body {
  font-family: "PoppinsRegular";
  color: var(--thm-color);
  font-size: 16px;
  line-height: 1.875;
  background-color: #dfdede;
  /* overflow-x: hidden; */
}

a {
  color: var(--thm-base);
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--thm-black);
}

@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.page-wraper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  padding-top: 11px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.d-none-1 {
  display: none;
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--thm-base);
}

.row {
  --bs-gutter-y: 0px;
}
.row > * {
  padding: 0 10px;
}
.preloader {
  position: fixed;
  background-color: #e3e3e3;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/loading.gif);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center center;
}
.preloader__imageTwo {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images4/logo.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 14px;
  padding: 8px 15px 8px 15px;
  text-decoration: none;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--thm-base);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}

.owl-dot-style-one .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-dot-style-one .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
  margin: 0;
  background-color: var(--thm-black);
  opacity: 0.1;
  transform: scale(1);
  transition: 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: var(--thm-base);
  transform: scale(1.6);
}

.owl-dot-style-one .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}

.main-menu {
  position: relative;
  z-index: 9999;
  background: #195c9f;
  border-bottom: 4px solid #ffffff;
}

.main-menu.stricky-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.main-menu__logo {
  position: absolute;
  top: 0px;
  padding: 10px 14px;
  left: 0;
  /* height: 80px; */
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .main-menu__logo {
    position: relative;
    top: auto;
    left: auto;
    height: 80px;
    width: auto;
  }
}

.main-menu__logo img {
  position: relative;
  z-index: 11;
}

@media (max-width: 1199px) {
  .main-menu__nav {
    display: none;
  }
}

.main-menu__right {
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-left: auto;
  justify-content: end;
}

@media (max-width: 1199px) {
  .main-menu__right {
    padding-top: 0px;
    padding-right: 0;
  }
}

.main-menu__toggler {
  font-size: 20px;
  color: #fff;
  margin-right: 30px;
  transition: all 500ms ease;
  display: none;
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .main-menu__toggler {
    display: flex;
  }
}

.main-menu__toggler:hover {
  color: var(--thm-base);
}

.main-menu__search {
  font-size: 24px;
  color: #fff;
  border-left: 1px solid var(--thm-border-color);
  padding-left: 30px;
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: 15px;
  margin-left: 15px;
  transition: all 500ms ease;
}

@media (max-width: 475px) {
  .main-menu__search {
    padding-right: 0;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 100% !important;
  }
}

.main-menu__search:hover {
  color: var(--thm-base);
}

.main-menu__btn {
  padding: 12px 20px;
  border-radius: 10px;
  margin: 0 4px;
  font-size: 12px;
}

@media (min-width: 1581px) {
  .main-menu__btn {
    margin-right: 30px;
  }
}

@media (max-width: 475px) {
  .main-menu__btn {
    display: none;
  }
}

.main-menu__btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.main-menu__contact {
  display: none;
  align-items: center;
}

@media (min-width: 1581px) {
  .main-menu__contact {
    display: flex;
  }
}

.main-menu__contact__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--thm-gray);
  color: var(--thm-base);
  font-size: 27px;
  border-radius: 50%;
  margin-right: 13px;
  transition: all 500ms ease;
}

.main-menu__contact__text {
  color: var(--thm-color);
  transition: all 500ms ease;
  font-size: 14px;
  line-height: 1;
}

.main-menu__contact__text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--thm-black);
  margin-bottom: 10px;
}

.main-menu__contact:hover .main-menu__contact__icon {
  background-color: var(--thm-base);
  color: #fff;
}

.main-menu__contact:hover .main-menu__contact__text {
  color: var(--thm-color);
}

[class*="main-menu__logo__shape-"] {
  position: absolute;
  width: 366px;
  height: 120px;
}

@media (max-width: 1199px) {
  [class*="main-menu__logo__shape-"] {
    height: 80px;
    display: none;
  }
}

.main-menu__logo__shape-1 {
  fill: var(--thm-base);
  left: 0;
}

.main-menu__logo__shape-2 {
  fill: #ffffff;
  left: -5px;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
    /* justify-content: space-between; */
    /* justify-content: center; */
  }
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
  margin-left: auto;
  margin-right: auto;
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: all 500ms ease;
  padding: 12px 14px;
  position: relative;
}

.main-menu .main-menu__list > li:hover a,
.main-menu .main-menu__list > li > a.active {
  background: #dadada;
  color: #195c9f;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  /* transition: 500ms ease; */
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list > li:nth-child(n + 9) ul,
.stricky-header .main-menu__list > li:nth-child(n + 9) ul {
  left: auto;
  right: 0;
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

ul.main-menu__list li.dropdown:hover ul {
  display: block;
}
.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid rgba(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 15px;
  line-height: 19px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: #162f6a;
  color: #fff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.main-menu .main-menu__list li ul .dropdown-toggle::after {
  position: absolute;
  right: 6px;
  top: 14px;
  transform: rotate(-90deg);
}

.main-menu ul.main-menu__list ul li a {
  white-space: inherit;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav__toggler {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 500ms;
}

.mobile-nav__toggler:hover {
  color: var(--thm-base);
}

@media (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}

.main-menu--two:not(.stricky-header) {
  position: relative;
  margin-bottom: -40px;
}

.main-menu--two .main-menu__logo {
  position: relative;
  top: auto;
  left: auto;
  height: 110px;
  background-color: var(--thm-black);
  width: 260px;
  top: -30px;
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .main-menu--two .main-menu__logo {
    top: auto;
    width: auto;
    padding-left: 20px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-menu--two .main-menu__logo::after {
  content: "";
  width: 15px;
  height: 30px;
  top: 0;
  left: 100%;
  background-color: var(--thm-black);
  position: absolute;
  clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.main-menu--two__inner {
  background-color: var(--thm-black);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
}

.main-menu--two .main-menu__nav {
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-menu--two .main-menu__list > li {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main-menu--two .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu--two .main-menu__right {
  padding-right: 0;
  margin: 0;
}

@media (max-width: 1199px) {
  .main-menu--two .main-menu__right {
    margin-left: auto;
  }
}

.main-menu--two .main-menu__btn {
  margin-right: 0;
}

@media (max-width: 520px) {
  .main-menu--two .main-menu__btn {
    display: none;
  }
}

.main-menu--two .main-menu__btn:hover {
  background-color: #fff;
  color: var(--thm-black);
}

.main-menu--two .main-menu__search {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 520px) {
  .main-menu--two .main-menu__search {
    padding-right: 0;
  }
}

.main-menu--two .main-menu__list > li > a {
  color: var(--thm-text-dark);
}

.main-menu--two .mobile-nav__toggler {
  color: #fff;
}

.stricky-header.main-menu--two {
  background-color: var(--thm-black);
}

.stricky-header.main-menu--two .main-menu__logo {
  top: auto;
  padding-top: 0;
  height: auto;
  width: auto;
  justify-content: flex-start;
}

.stricky-header.main-menu--two .main-menu__list > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stricky-header.main-menu--two .main-menu--two__inner {
  padding-right: 0;
}

.main-menu--three .main-menu__logo {
  width: 265px;
  height: 92px;
  background-color: var(--thm-base);
  top: 0;
}

@media (max-width: 600px) {
  .main-menu--three .main-menu__logo {
    width: auto;
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-menu--three .main-menu__list > li {
  padding-top: 31px;
  padding-bottom: 31px;
}

@media (max-width: 600px) {
  .main-menu--three .main-menu__btn {
    display: none;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    transform: translateY(10px) translateX(30px) rotate(5deg);
    transform-origin: center center;
  }

  50% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: right bottom;
  }

  80% {
    transform: translateY(10px) translateX(30px) rotate(5deg);
    transform-origin: left top;
  }

  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-20deg) translateZ(10px)
      translateY(10px) translateX(10px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotqte(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform-origin: right center;
  z-index: 99999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background: #162f6a;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transitio: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 20px;
  display: flex;
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px;
}

.mobile-nav__close {
  position: absolute;
  top: -3px;
  right: 5px;
  font-size: 18px;
  color: #222222;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  /* height: 46px; */
  align-items: center;
  transition: 500ms;
  white-space: normal;
  line-height: 17px;
}
.mobile-nav__content .main-menu__list li ul li a {
  padding: 10px 0;
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-base);
}
.mobile-nav__content .dropdown-item:focus,
.mobile-nav__content .dropdown-item:hover {
  background-color: transparent;
}
.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-base);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__language {
  display: flex;
  align-items: center;
}

.mobile-nav__language img {
  border-radius: 50%;
  margin-right: 10px;
}

.mobile-nav__language
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 70px;
}

.mobile-nav__language .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  color: var(--thm-text-dark);
  font-size: 14px;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: #fff;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 15px;
}

.mobile-nav__social a:hover {
  color: var(--thm-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-base);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__wrapper .main-menu__list .dropdown-toggle::after {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--thm-base);
  position: relative;
}

.page-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  .page-header__bg {
    background-position: left center;
  }
}

.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 480px) {
  .page-header .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.page-header .container h2 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  border-left: 3px solid #9b3e1a;
  padding: 10px 0px 10px 10px;
}

@media (max-width: 480px) {
  .page-header .container h2 {
    font-size: 40px;
  }
}

/**Top Header**/
.topHeader {
  background: #054889;
  font-size: 12px;
  border-bottom: 1px solid #e7ebef;
  /* position: relative;
    z-index: 99999; */
}

.topHeader .topHeader a {
  color: #595656;
  margin: 0 5px;
}

.topHeader i {
  vertical-align: middle;
  margin-top: -3px;
}

.topHeader .common-left ul {
  list-style: none;
}

.topHeader .common-left ul li {
  float: left;
  text-align: left;
  line-height: 15px;
  position: relative;
  padding: 0 7px 0 8px;
}

.topHeader .common-left ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: auto;
  height: 14px;
  width: 1px;
  background: #adaeae;
  overflow: hidden;
  margin-top: -7px;
}
.topHeader .common-left ul li:first-child {
  padding-left: 0;
}
.topHeader .common-left ul li:first-child:before {
  display: none;
}
.topHeader .common-left ul li a,
.topHeader a {
  color: #fff;
  font-size: 14px;
}

.topHeader .common-left ul li a:hover,
.topHeader a:hover {
  color: #fff;
}

.topHeader .common-left ul li span {
  display: block;
}

.topHeader .common-left ul li img {
  float: left;
}

.topHeader .common-middle a {
  margin: 0 10px;
  font-size: 13px;
}

.topRightHeader {
  color: #000;
}

.topRightHeader .dropdown > a {
  border-left: 1px solid #eeeeee;
  margin: 0;
  font-size: 12px;
  display: block;
  padding: 5px 9px;
  float: left;
  text-transform: uppercase;
}

.topRightHeader .dropdown > a:hover {
  background: #02a9e3;
  color: #fff !important;
}

.topRightHeader .languageBox {
  border-left: 1px solid #eeeeee;
  margin: 0;
  font-size: 12px;
  display: block;
  padding: 6px 9px;
  float: left;
  text-transform: uppercase;
}

.topRightHeader .dropdown {
  float: left;
}

.topRightHeader .dropdown > img {
  cursor: pointer;
}

.topRightHeader .dropdown-menu {
  left: auto;
  right: 0;
  border: 0;
  box-shadow: none;
}

.topRightHeader .dropdown .menuPanelDown {
  left: 1px;
  right: auto;
  top: 34px;
  padding: 0;
  min-width: 42px;
  border-radius: 0;
  text-align: center;
}

.topRightHeader .dropdown .menuPanelDown li {
  padding: 0;
}

.topRightHeader .dropdown .menuPanelDown li a {
  border-bottom: 1px solid #cecece;
  text-align: center;
  margin: 0;
  padding: 3px 0px;
  display: block;
  font-size: 14px;
  background: #02a9e3;
  color: #fff;
}

.topRightHeader .dropdown .menuPanelDown li a:hover {
  background: #333;
}

.topRightHeader .dropdown:hover .menuPanelDown {
  display: block;
  width: 100%;
  z-index: 99999;
}

.topRightHeader .dropdown .languageMenu li a {
  padding: 3px 23px;
  display: block;
}
.ms-n5 {
  margin-left: -40px !important;
}
header.header {
  padding: 5px 0;
  background: #fff;
}
header.header .headerSocial ul {
  margin: 0;
  padding: 0;
}
header.header .headerSocial ul li {
  list-style: none;
}
header.header .headerSocial ul li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 42px;
  color: #fff;
  border-radius: 50px;
}
header.header .headerSocial ul li a i {
  font-size: 18px;
}
header.header .headerSocial ul li.twitter a {
  background: #37b1e2;
}
header.header .headerSocial ul li.facebook a {
  background: #4b69b1;
}
header.header .headerSocial ul li.pinterest a {
  background: #e83f3a;
}
header.header .headerSocial ul li.instagram a {
  background: rgb(98, 99, 209);
  background: linear-gradient(
    228deg,
    rgba(98, 99, 209, 1) 0%,
    rgba(198, 47, 149, 1) 20%,
    rgba(221, 102, 87, 1) 50%,
    rgba(242, 169, 105, 1) 76%,
    rgba(247, 209, 117, 1) 100%
  );
}
header.header .headerSocial ul li.flickr a {
  background: #fe0083;
}
header.header .headerSocial ul li a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #333;
}

header.header .homeLinkArea a {
  background: #162f6a;
  padding: 5px 10px;
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
}
header.header .homeLinkArea a:hover {
  background: #08a24e;
}
header.header .searchAreaBox .form-control {
  padding: 5px 10px;
}
.bannerSection .bx-wrapper {
  padding: 0;
  margin: 0;
  border: 0;
}
.bannerSection .bannerSlider {
  width: 100%;
}
.bannerSection .bannerSlider img {
  width: 100%;
}
.bannerSection .bx-wrapper .bx-controls-direction a {
  z-index: 9;
}
.bannerSection .bx-wrapper .bx-prev {
  left: 10px;
  background: url("../images4/controls.png") no-repeat 0 -32px;
}
.bannerSection .bx-wrapper .bx-next {
  background: url("../images4/controls.png") no-repeat -43px -32px;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-stop {
  background: url("../images4/controls.png") -86px -44px no-repeat;
}

.bannerSection .bx-wrapper .bx-controls-auto {
  bottom: 10px !important;
  right: 10px !important;
  background: #162f6a;
  height: 25px;
  width: 25px;
  padding-top: 7px;
  border-radius: 5px;
  padding-left: 5px;
  line-height: 20px;
  /* display: none; */
}
.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: none;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item:last-child {
  display: block;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
  background: url("../images4/controls.png") -86px -11px no-repeat;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: block;
}

.upComungNews .newsBoxArea {
  box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  background: #fff;
  z-index: 9;
  position: relative;
  margin: 5px 5px;
}
.newsAreaHd {
  padding: 5px 0;

  font-weight: 700;

  width: 220px;

  font-size: 12px;

  text-align: center;

  position: relative;
}
.upComungNews .newsBoxArea a.btnPs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  font-size: 11px;
  right: -10px;
  background: #162f6a;
  border: 1px solid #fff;
  top: 3px; 
}
.newsBoxAreaSd {
  padding-right: 15px;
  padding-left: 15px;
  height: 25px;
  display: flex;
  align-items: center;
}
.newsBoxAreaSd marquee {
  padding-top: 8px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}
.newsBoxAreaSd marquee a {
  color: #000;
  font-size: 14px;
}

.clientSection {
  background: #eee;
  padding: 10px 9px;
  border-top: 1px solid #f2f2f2;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.clientSection img {
  aspect-ratio: 4/2;
  object-fit: cover;
  object-position: center;
  background-color: #fff;
  /* width: 120px !important; */
}
.clientSection a {
  width: 150px;
}
.clientSection a.btnPs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #323232;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  font-size: 11px;
  right: 10px;
  background: #fff;
  bottom: 10px;
  border: 1px solid #ccc;
}

.clientSection .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
}

.clientSection .owl-nav button {
  position: absolute;
  top: 40px;
  color: #757575;
  width: 30px;
  height: 26px;
  overflow: hidden;
}
.clientSection .owl-nav button.owl-prev {
  left: -40px;
}
.clientSection .owl-nav button.owl-next {
  right: -40px;
}

.clientSection .owl-nav button:before {
  font-family: "Font Awesome 5 Free";
  color: #323232;
  border: 1px solid #ccc;
  width: 24px;
  font-weight: 900;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;

  font-size: 16px;
  transition: all 0.5s ease;
}

.clientSection .owl-nav button.owl-prev:before {
  content: "\f104";
}

.clientSection .owl-nav button.owl-next:before {
  content: "\f105";
}

/* ///////////////Manish Changes ////////////// */
header.header .headerSocial ul li.youtube a {
  background: #e83f3a;
}

header.header .headerSocial ul li.twitter {
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50px;
  border: 1px solid #000;
}

header.header .headerSocial ul li.twitter:hover {
  background: #000;
}
header.header .headerSocial ul li.twitter img:hover {
  filter: brightness(10) invert(0);
}

.footer-widget__social a img.twitter {
  filter: brightness(3) invert(1);
}

header.header .headerSocial ul li.twitter img {
  margin-top: -5px;
}

.innerSection .textAreaPanel ul.pagination {
  border: 0;
  border-top: 1px solid #a3cadb;
  border-bottom: 1px solid #a3cadb;
}
.innerSection .textAreaPanel ul.pagination li {
  border: 0;
  margin: 0;
}
.innerSection .textAreaPanel ul.pagination li a {
  border: 0;
  margin: 0;
  border-right: 1px solid #a3cadb;
  border-left: 1px solid #a3cadb;
  background: transparent;
}
.innerSection .textAreaPanel ul.pagination li a:hover {
  text-decoration: none;
}

.tenderBoxArea img {
  width: 100%;
}

header.header .headerSocial ul li.twitter a {
  background: transparent !important;
}

@media all and (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

  .fancybox-thumbs .fancybox-thumbs__list {
    margin: auto;
  }
  .fancybox-container.fancybox-show-thumbs .fancybox-caption {
    display: none !important;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}

/* My changes Start form here  */

.logo a img {
  height: 95px;
}

header.header {
  background-image: url("../images/bg-img.jpg");
  background-size: cover;
  background-position: center center;
}

.bx-wrapper {
  box-shadow: none;
}
.sectionTwo.tabListArea .nav-tabs > .nav-item > .nav-link i {
  margin-right: 5px;
}
.upComungNews .newsBoxArea .d-flex {
  background: #bfe023;
  color: #333;
}

section.section_class {
  background: #dfdede;
}
.section_class .nav-tabs {
  background-color: #f8f9fa;
}

.section_class .nav-link {
  color: #495057;
  background-color: #f8f9fa;
  border: 0;
  border-radius: 0;
  padding: 1px 18px;
  border-left: 1px solid #333;
  transition: background-color 0.3s ease;
  margin-bottom: 0;
}

.section_class .nav-link.active {
  color: #fff;
  background-color: #3a8ee3;
}

.section_class .nav-link:hover {
  background-color: #e2e6ea;
}

.section_class .tab-content {
  padding: 5px 20px 20px 20px;
  background-color: #ededed;
  border: 1px solid #c9ccc9;
  border-top: 0;
  border-radius: 0;
}

section.section_class > .tab-content > h3 {
  font-size: 23px;
  font-weight: 600;
  color: #3f3e3e;
  text-transform: capitalize;
  margin: 22px 0;
}
.section_class .tab-content .headingArea h3.tittle {
  font-size: 23px;
  font-weight: 600;
  color: #3f3e3e;
  text-transform: capitalize;
  margin: 27px 0 0 0;
}

.section_class .tab-content ul {
  margin: 0;
  padding: 0;
  margin-top: 14px;
  list-style: none;
}
.section_class .tab-content ul li {
  list-style: none;
  padding-bottom: 4px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.section_class .tab-content ul li a p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s ease;
}
.section_class .tab-content ul li a p:hover {
  color: #2b502c;
}
.section_class .tab-content ul li span {
  color: #2b502c;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
}
.section_class .tab-content .tabImgs {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.section_class .tab-content .tabImgs .iimg a img {
  width: 100%;
  height: 110px;
}
.section_class .tab-content .tabImgs .iimg a img:hover {
  transform: scale(1.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.section_class .grey_bg_color {
  background: #dfdede;
  padding-top: 30px;
  padding: 30px 31px 14px;
}
.section_class .ministerArea {
  background: #ccc;
  padding: 4px 0px 4px 0px;
  margin: auto 0;
  display: block;
  text-align: center;
  border: 1px solid #bab7b7;
}
.section_class .ministerArea .text-center {
  margin: 8px 0;
}
.section_class .ministerArea .text-center h2 {
  color: #195c9f;
  font-size: 1vw;
  font-weight: 600;
}
.section_class .ministerArea .text-center h3 {
  color: #195c9f;
  font-size: 1vw;
  font-weight: 500;
}
.section_class .ministerArea a img {
  background: #fff;
  padding: 10px 10px 10px 10px;
  height: 200px;
}

.icon_effect_3a .hi_icon {
  color: #2098d1;
}
.icon_effect_3 .hi_icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.hi_icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  float: left;
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.icon_wrap.icon_effect_3a .fa {
  line-height: 1.6 !important;
  font-size: 30px;
}
.effect_1 {
  text-align: left !important;
  margin-left: 135px !important;
}
.effect_1 > a {
  font-size: 14px;
  color: #23527c;
  position: relative;
  top: 22px;
  right: 34px;
  font-weight: 600;
}
section.iconsArea {
  background: #c4e1ff;
  border-bottom: 10px solid #fff;
}
.icon_effect_3a .hi_icon:hover {
  color: #fff;
}
.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.hovereffect_padding {
  padding: 0;
  border: 3px solid #fff;
  text-align: center;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect img {
  display: block;
  position: relative;
  --webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  height: 100%;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect button {
  position: relative;
  z-index: 99;
  bottom: 105px;
}

.sec-padding {
  padding: 18px 0 !important;
}

footer.footer.sec-padding {
  padding: 28px 0 !important;
  margin-top: 28px;
}
.footer {
  background: #1a5d9f;
}

.footer-widget h3.title {
  margin-bottom: 0px !important;
}
.footer-widget h3.title {
  font-size: 20px;
  text-transform: capitalize;
  /* font-weight: 300; */
  color: #fef9f9;
  margin: 0;
  margin-bottom: 24px;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget.quick-links ul li a {
  line-height: 18px !important;
}
.footer-widget.quick-links ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease;
}
.footer-widget.quick-links ul li i {
  color: #fff;
  padding-right: 6px;
}
.footer-bottom {
  background: #1a5d9f;
  padding: 22px 0;
 
}
.footer-bottom p {
  font-size: 14px;
  text-align: center;
}
p.mymodi {
  text-align: right;
  font-size: 15px;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}
ul.footer_validator {
  margin-top: 5px !important;
  margin-bottom: 3px !important;
  padding: 0;
  text-align: center;
}
.validator_counter ul li {
  display: inline-block;
}
.footer-bottom a {
  color: #2b502c;
}

.inner-header .sec-title {
  position: relative;
  margin-bottom: 0;
}
.inner-header h1 {
  color: #222;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: underline;
}

.inner-header .breadcrumbs {
  color: #195c9f !important;
}
.inner-header #crumbs {
  color: #195c9f !important;
}
.inner-header .breadcrumbs a {
  color: #195c9f !important;
}
.inner-header .sec-title.colored span.decor {
  border-color: #00c1ea;
}

.inner-header .sec-title.colored span.decor span.inner {
  background: #00c1ea;
}

.inner-header .sec-title span.inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.inner-header .sec-title span.inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.inner-header .sec-title span.decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.inner-header .sec-title span.decor:before,
.inner-header .sec-title span.decor:after {
  background: #00c1ea;
}

.sec-title {
  margin-bottom: 63px;
}
.sec-title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #202a30;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.sec-title p {
  font-size: 16px;
  color: #747474;
  margin: 0;
  margin-bottom: 20px;
}
.sec-title span.decor {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec-title span.inner {
  width: 6px;
  height: 6px;
  background: #eaeaea;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.sec-title span.decor:before,
.sec-title span.decor:after {
  content: "";
  position: absolute;
  top: 5px;
  width: 50px;
  height: 2px;
  background: #e6e6e6;
  z-index: -1;
}
.sec-title span.decor:before {
  left: 14px;
}
.sec-title span.decor:after {
  right: 14px;
}
.sec-title.text-left span.decor {
  margin-left: 50px;
}
.sec-title.style-two span.decor {
  border-color: #f14b05;
}
.sec-title.style-two span.decor .inner {
  background: #f14b05;
}
.sec-title.style-two span.decor:after {
  right: -94px;
}
.sec-title.style-two span.decor:before,
.sec-title.style-two span.decor:after {
  background: #dcdcdc;
}

.sec-title.colored span.decor {
  border-color: #00c1ea;
}
.sec-title.colored span.decor span.inner {
  background: #00c1ea;
}
.sec-title.colored span.decor:before,
.sec-title.colored span.decor:after {
  background: #00c1ea;
}
section#post-116 {
  background-image: url(../../../../../wp-content/uploads/2017/06/environment.html);
  --webkit-background-size: cover;
  background-color: #ffffffc9;
  background-size: cover;
  background-position: center;
  background-blend-mode: color;
  padding: 40px 0;
}

.innerSection {
  background-color: #fff;
  padding: 18px 0;
}

.innerSection .rightpannel ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.innerSection .rightpannel ul li.active {
  background-color: #337ab7;
}
.innerSection .rightpannel ul li.active a {
  color: #fff;
}
.innerSection .rightpannel ul li { 
  
  border-top: 0;
  padding: 0px;
  color: #337ab7;
  
}
.innerSection .rightpannel ul li a {
  color: #337ab7;
  padding: 10px;
  border-bottom: 1px solid #337ab7;
  padding: 10px 15px;
  display: block;
  font-size:14px;
  
}
.all_page_heading {
  color: #1a650b;
}
.blog-details p {
  text-align: justify;
}
.content-box p {
  font-size: 14px;
  text-align: justify;
}
.content-box ul {
  margin-left: 25px !important;
  list-style-type: square;
  padding: 0;
}
.content-box ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.content-box ul li a {
  color: #265782;
}
.all_page_heading {
  font-size: 18px !important;
}
.main-menu .main-menu__list li.dropdown:before { 
  content: "";
  background: url("../../../../../../cdn-icons-png.flaticon.com/512/25/25629.png")
    no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 1px;
  top: 52%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  z-index: 9;
} 

.main-menu .main-menu__list li.dropdown ul {
  background-color: #fff;
}
.simple_table {
  overflow: auto !important;
}
th:first-child,
td:first-child {
  padding-left: 10px !important;
  font-size: 14px;
}

/* 2 flaticon reset styles */

.event {
  margin-bottom: 15px;
}
.event .event-thumb {
  position: relative;
}
.event .event-title {
  margin-bottom: 10px;
  margin-top: 0;
}
.event .event-title a {
  color: #000000;
  text-transform: none;
  transition: all 0.3s ease;
  font-weight: 600;
}
.event:hover .event-title a {
  color: #00c1eb;
}
.event .event-content .event-held {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.event .event-content .event-held li i {
  color: #003b80;
}
.event .event-thumb .event-date {
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.event .event-thumb .date {
  background-color: #aed610;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 15px 15px 10px;
}
.event .event-thumb .month {
  background-color: #313d15;
  color: #ddd;
  font-size: 12px;
  font-weight: 600;
  list-style: none;
  padding: 7px 15px;
  text-transform: uppercase;
}
/* bx-event-carousel style-two */
.event.style-two {
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.event.style-two .event-thumb .event-date {
  left: 0;
  padding-left: 0;
}

.event.style-two .event-thumb .date {
  font-size: 28px;
  padding: 20px 0;
}
/* event slider */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: none;
  left: 0;
}

/* .event images style */

.img-masonary {
  margin-left: -3px;
  margin-right: -3px;
}
.img-masonary .img-w1 {
  padding: 3px;
}
.img-masonary .img-w1 img {
  width: 280px;
}
.img-masonary .img-h1 img {
  height: 220px;
}

/* 11 .full-sec styles */

.full-sec {
  background: #fbfcfc;
}
.full-sec .sec-title {
  margin: 0;
  margin-bottom: 30px;
}
.full-sec .full-image {
  max-width: none;
}
.full-sec h3 {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  text-transform: capitalize;
  color: #003b80;
  font-weight: 300;
  line-height: 40px;
  margin: 0;
}
.full-sec p {
  color: #9c9c9c;
  line-height: 26px;
}
.full-sec .full-sec-content {
  padding-top: 70px;
  padding-left: 70px;
}
.full-sec .thm-btn {
  padding: 7px 21px;
  font-size: 12px;
  border-color: #d3d3d3;
  color: #202a30;
  background-color: transparent;
}
.full-sec .thm-btn:hover {
  background: #f14b05;
  border-color: #f14b05;
  color: #fff;
}

.home-sec {
  min-height: 230px;
  color: yellow;
}

.home-sec i {
  color: yellow;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}

/* 12 .single-service-home styles */

.home-serivce {
  padding-bottom: 10px;
}
.single-service-home {
  min-height: 230px;
}
.single-service-home .icon-box,
.single-service-home .content {
  display: table-cell;
  vertical-align: top;
}
.single-service-home .inner-box {
  width: 65px;
  height: 65px;
  border: 2px solid #0d4586;
  background: #0d4586;
  text-align: center;
  color: #fff;
  line-height: 63px;
  margin-right: 27px;
  position: relative;
  transition: all 0.3s ease;
}
.single-service-home:hover .inner-box {
  background: #01c1ea;
  border-color: #2b502c;
  color: #2b502c;
}
.single-service-home .inner-box:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -17px;
  right: -17px;
  background: #fff;
  transform: rotate(45deg);
}
.single-service-home .inner-box i:before {
  font-size: 35px;
}
.single-service-home .content h3 {
  font-size: 24px;
  text-transform: capitalize;
  color: #202a30;
  font-weight: 500;
  margin: 0;
  line-height: 24px;
  margin-bottom: 15px;
}
.single-service-home .content p {
  color: #9c9c9c;
  line-height: 26px;
  margin: 0;
  margin-bottom: 15px;
}
.single-service-home .content a {
  color: #2b502c;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.3s ease;
}
.single-service-home:hover .content a {
  /* color: #5E2A30; */
}

.style-two .single-service-home .inner-box {
  border-radius: 50%;
}
.style-two .single-service-home .inner-box:before {
  display: none;
}

/* 13 .faq-home styles */

.faq-home {
  padding-top: 0;
}
.faq-home hr {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  height: 6px;
  margin: 0;
  margin-bottom: 90px;
}
.faq-home .sec-title {
  margin: 0;
  margin-bottom: 22px;
}
.faq-home .accrodion {
  padding-bottom: 31px;
  position: relative;
  padding-right: 55px;
}
.faq-home .accrodion:last-child {
  padding-bottom: 0;
}
.faq-home .accrodion:last-child:before {
  display: none;
}
.faq-home .accrodion.active:last-child:before {
  display: block;
}
.faq-home .accrodion.active:before,
.faq-home .accrodion:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 6px;
  background: #f1f1f1;
}
.faq-home .accrodion .accrodion-content {
  padding-top: 21px;
}
.faq-home .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #202a30;
  font-weight: 600;
  cursor: pointer;
}
.faq-home .accrodion .accrodion-title h4 span.decor {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #f1f1f1;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
.faq-home .accrodion .accrodion-title h4 span.inner {
  width: 4px;
  height: 4px;
  background: #f1f1f1;
  border-radius: 50%;
  display: block;
  margin: auto;
  margin-top: 3px;
}
.faq-home .accrodion.active .accrodion-title h4 span.decor {
  border-color: #2b502c;
}
.faq-home .accrodion.active .accrodion-title h4 span.inner {
  background: #2b502c;
}
.faq-home .accrodion .accrodion-content {
  padding-left: 40px;
}
.faq-home .accrodion .accrodion-content p {
  margin-bottom: 21px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 26px;
}
.faq-home .accrodion .accrodion-content p:last-child {
  margin-bottom: 0;
}

.faq-home.faq-page .accrodion.active .accrodion-title h4 .text {
  color: #2b502c;
}
.faq-home.faq-page .accrodion-grp .accrodion {
  padding-right: 0 !important;
}

/* 14 .fact-counter-wrapper styles */

.fact-counter-wrapper {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
}
.fact-counter-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: #003b80;
  opacity: 0.95;
}
.fact-counter-wrapper h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 0;
  margin-bottom: 27px;
}
.fact-counter-wrapper .thm-btn.inverse:hover {
  border-color: #fff;
  color: #fff;
}
.single-fact {
  text-align: center;
  display: inline-block;
  padding: 0 35px;
}
.single-fact .icon-box {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 98px;
  margin-bottom: 14px;
  margin: 0 auto;
}
.single-fact .icon-box i:before {
  font-size: 50px;
}
.single-fact span {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.single-fact p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/* 15 .single-team-member styles */

.meet-volunteers.gray-bg {
  background: #fbfcfc;
}
.meet-volunteers.team-page {
  padding-bottom: 30px;
}
.meet-volunteers.team-page .single-team-member {
  margin-bottom: 60px;
}
.single-team-member .img-box {
  margin-bottom: 25px;
  position: relative;
}
.single-team-member .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(235, 83, 16, 0.75);
  transform: scale(0);
  transition: all 0.5s ease;
}
.single-team-member:hover .img-box .overlay {
  transform: scale(1);
}
.single-team-member .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-team-member .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-team-member .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.single-team-member .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}
.single-team-member .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #f14b05;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.single-team-member .img-box .overlay .box .content ul li a:hover {
  background: #f14b05;
  border-color: #fff;
  color: #fff;
}
.single-team-member h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
  color: #222e35;
  line-height: 25px;
  margin: 0;
  margin-bottom: 4px;
}
.single-team-member > span {
  font-size: 13px;
  color: #2b502c;
  text-transform: capitalize;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.single-team-member p {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 26px;
  margin: 0;
}
.single-team-member a.thm-btn {
  padding: 9px 24px;
  background: #fff;
  border-color: #e6e6e6;
  color: #222e35;
  margin-top: 13px;
}
.single-team-member a.thm-btn:hover {
  background: #2b502c;
  border-color: #2b502c;
  color: #fff;
}

/* 16 .testimonials-wrapper styles */

.testimonials-wrapper {
  background: url(../img/resources/testi-bg.html) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.testimonials-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}
.testimonials-wrapper .container {
  position: relative;
}

.single-testimonaials {
  text-align: center;
  background: #fff;
  padding: 0 50px;
  padding-bottom: 40px;
  margin-top: 30px;
}
.single-testimonaials .qoute-box {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #00c1ea;
  background: #fff;
  line-height: 60px;
  -webkit-box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  bottom: 30px;
  margin-bottom: -10px;
}
.single-testimonaials .qoute-box .qoute {
  font-size: 80px;
  vertical-align: bottom;
  line-height: 0;
  text-align: center;
  margin-right: 25px;
}
.single-testimonaials p {
  font-weight: 500;
  color: #383838;
  font-size: 15px;
  line-height: 28px;
}
.single-testimonaials h3 {
  font-size: 16px;
  color: #202a30;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-family: "Poppins", sans-serif;
  /* margin-top: 20px; */
  margin-bottom: 12px;
}

.why-us h4 {
  margin: 0 0 20px 0;
  font-size: 20px;
  color: #202a30;
  font-weight: 600;
  cursor: pointer;
  line-height: 32px;
}

.single-testimonaials span {
  font-size: 13px;
  color: #a4a4a4;
  text-transform: capitalize;
}
.testimonaials-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #2b502c;
  border-radius: 50%;
}
.testimonaials-carousel .owl-dots {
  margin-top: 60px;
}
.testimonaials-carousel .owl-dots .owl-dot:hover span,
.testimonaials-carousel .owl-dots .owl-dot.active span {
  background: #2b502c;
}

/* 17 .single-blog-post styles */

.single-blog-post .content-box {
  /* margin-top: 27px; */
  text-align: justify !important;
}
.single-blog-post .img-box {
  position: relative;
}
.single-blog-post .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 193, 235, 0.75);
  transform: scale(0);
  transition: all 0.5s ease;
}
.single-blog-post:hover .img-box .overlay {
  transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
  display: inline-block;
  list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background: #fff;
  color: #f14b05;
  border: 1px solid #fff;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.single-blog-post .img-box .overlay .box .content ul li a:hover {
  background: #f14b05;
  border-color: #fff;
  color: #fff;
}
.single-blog-post .content-box .date-box,
.single-blog-post .content-box .content {
  display: table-cell;
  vertical-align: top;
}
.single-blog-post .content-box .date-box {
  padding-right: 25px;
}
.single-blog-post .content-box .date-box .inner {
  width: 65px;
  text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
  background: #00c1eb;
  padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
  font-size: 20px;
  color: #202a30;
  line-height: 17px;
  font-weight: 500;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
  border-top: 0px;
}
.single-blog-post .content-box .date-box .comment i:before {
  color: #374045;
  font-size: 16px;
}
.single-blog-post .content-box .content h3 {
  font-size: 20px;
  color: #000000;
  text-transform: capitalize;
  margin: 0;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 12px;
}
.single-blog-post .content-box .content p {
  font-size: 14px;
  color: #000;
  line-height: 26px;
}
.single-blog-post .content-box .content span {
  color: #222222;
  font-size: 13px;
  margin-top: 5px;
}
.single-blog-post .content-box .content span a {
  color: #f3530f;
}
.single-blog-post .content-box .content .btn-details {
  color: #00c1eb;
  font-size: 13px;
}

.single-blog-post .share {
  margin: 0;
  padding: 0;
}
.single-blog-post .share li {
  display: inline;
  list-style: none;
}
.single-blog-post .share li a,
.single-blog-post .share li span {
  display: inline-block;
  color: #d5dadd;
  font-size: 16px;
  margin-right: 10px;
}
.single-blog-post .share li a:hover {
  color: #2b502c;
}
.single-blog-post .share li span {
  color: #222222;
  font-size: 12px;
  text-transform: capitalize;
}
.single-blog-post .bottom-box {
  margin-top: 35px;
}

.blog-page .single-blog-post,
.blog-details .admin-info,
.blog-details .comment-box {
  padding-bottom: 0;
  margin-bottom: 0;
  /*border-bottom: 1px solid #F1F1F1;*/
}

.blog-details .admin-info .img-box,
.blog-details .admin-info .content {
  display: table-cell;
  vertical-align: top;
}
.blog-details .admin-info .inner-box {
  width: 100px;
}
.blog-details .admin-info .content {
  padding-left: 45px;
}
.blog-details .admin-info .content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #222e35;
}
.blog-details .admin-info .social {
  padding: 0;
  margin: 0;
}
.blog-details .admin-info .social li {
  display: inline-block;
  list-style: none;
}
.blog-details .admin-info .social li a {
  font-size: 16px;
  margin-right: 7px;
  color: #d5dadd;
}
.blog-details .admin-info .social li a:hover {
  color: #2b502c;
}
.blog-details .comment-box .title {
  margin-bottom: 50px;
}
.blog-details .comment-box .title h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: #272727;
  font-weight: bold;
  margin: 0;
  line-height: 25px;
}
.blog-details .comment-box .single-comment-box {
  margin-bottom: 34px;
}
.blog-details .comment-box .single-comment-box:last-child {
  margin-bottom: 0;
}
.blog-details .comment-box .single-comment-box .img-box,
.blog-details .comment-box .single-comment-box .content-box {
  display: table-cell;
  vertical-align: top;
}
.blog-details .comment-box .single-comment-box .img-box .inner-box {
  width: 70px;
  margin-right: 30px;
}
.blog-details .comment-box .single-comment-box .content-box h3 {
  color: #272727;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
}
.blog-details .comment-box .single-comment-box .content-box span {
  color: #272727;
  display: inline-block;
  font-weight: 500;
}
.blog-details .comment-box .single-comment-box .content-box p {
  color: #9c9c9c;
  line-height: 26px;
}
.blog-details .comment-box .single-comment-box .content-box a.reply {
  font-size: 13px;
  font-weight: bold;
  font-family: "Raleway";
  text-transform: uppercase;
  color: #262f36;
}
.blog-details .comment-box .single-comment-box .content-box .meta-box {
  margin-bottom: 15px;
  margin-top: 8px;
}

/* 18 .footer-call-to-action styles */

.footer-call-to-action {
  background: #003b80;
  padding: 55px 0;
}
.footer-call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  line-height: 23px;
  margin-bottom: 16px;
}
.footer-call-to-action p {
  font-size: 16px;
  color: #d5e0ee;
  margin: 0;
  line-height: 25px;
}
.footer-call-to-action a.thm-btn {
  padding: 14px 24px;
  color: #202a30;
  margin: 7px 0;
}
.footer-call-to-action a.thm-btn.inverse:hover {
  color: #fff;
  border-color: #fff;
}

/* 19 .footer styles */

.footer {
  background: #1a5d9f;
}

.footer-widget ul {
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget .contact {
  margin-top: 21px;
}
.footer-widget .contact li {
  font-size: 13px;
  color: #fff;
  margin-bottom: 18px;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
  display: table-cell;
  vertical-align: middle;
}

.footer-widget .contact li i {
  font-size: 16px;
  color: #ffffff;
  width: 18px;
  text-align: center;
  padding-right: 18px;
}
.footer-widget.about-widget img {
  margin-bottom: 20px;
}
.footer-widget.about-widget p {
  color: #fff;
  font-size: 13px;
  line-height: 27px;
  margin: 0;
}

.footer-widget .social {
  margin-top: 30px;
}
.footer-widget .social li {
  display: inline-block;
}
.footer-widget .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #cacfd3;
  border: 1px solid #cacfd3;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.footer-widget .social li a:hover {
  background: #2b502c;
  border-color: #2b502c;
}
.footer-widget h3.title {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 500; 
  color: #fef9f9;
  margin: 0;
  margin-bottom: 24px;
  
}

.footer-widget.quick-links ul li a {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  transition: all 0.3s ease;
}
.footer-widget.quick-links ul li a:hover {
  color: yellow;
}
.footer-widget.latest-post ul {
  margin-top: 42px;
}
.footer-widget.latest-post ul li {
  margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
  display: table-cell;
  vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
  content: " ";
  width: 10px;
  height: 2px;
  background: #ffffff;
  display: block;
}
.footer-widget.latest-post ul li .content {
  padding-left: 18px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -8px;
}
.footer-widget.latest-post ul li a {
  display: block;
  color: #c9c9c9;
  font-size: 13px;
  line-height: 25px;
  transition: all 0.3s ease;
}
.footer-widget.latest-post ul li a:hover {
  color: #2b502c;
}
.footer-widget.latest-post ul li span {
  color: #576673;
  font-size: 13px;
  display: block;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 50px;
  background: #fff;
  color: #000;
  font-size: 13px;
  margin-bottom: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-weight: 400;
}
.footer-widget.contact-widget textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 5px;
}
.footer-widget.contact-widget button {
  width: 100%;
  height: 50px;
  background: #466747;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  outline: none;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.footer-widget.contact-widget button:hover {
  background: #fff;
  color: #f14b05;
}

/* 20 .footer-bottom styles */

.footer-bottom {
  background: #063058;
  padding: 2px 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.footer-bottom a {
    color: #ddd;
    font-size: 14px;
    padding-left: 2px;
}

/* 21 contact form validation styles */

.contact-form label.error {
  display: none !important;
}
.contact-form input.error,
.contact-form textarea.error {
  background: rgba(255, 0, 0, 0.2) !important;
}

/* 22 .home-appointment-form styles */

.home-appointment-form {
  margin-top: -191px;
  position: relative;
  z-index: 9999;
}
.home-appointment-form .heading {
  display: inline-block;
  background: #fff;

  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.home-appointment-form .heading h3 {
  margin: 0;
  color: #262f36;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 60px;
  padding: 0 35px;
  font-weight: 600;
}
.home-appointment-form .form-grp {
  background: #fff;
  padding: 35px 30px;
}
.home-appointment-form .form-grp .single-form {
  margin-right: 20px;
  float: left;
}
.home-appointment-form .form-grp .single-form:last-child {
  margin-right: 0;
}
.home-appointment-form .form-grp .single-form input {
  width: 222px;
  height: 55px;
  border: 1px solid #edf0f3;
  padding-left: 22px;
  outline: none;
}
.home-appointment-form .form-grp .single-form button {
  width: 152px;
  height: 55px;
  background: #f14b05;
  border: none;
  outline: none;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.home-appointment-form .form-grp .select-input-wrapper {
  width: 222px;
}
.home-appointment-form .form-grp .select-input + .ui-selectmenu-button {
  border-radius: 0;
  width: 100% !important;
  background: none;
  border: none;
  font-weight: normal;
  border: 1px solid #edf0f3;
  height: 55px;
  outline: none;
}
.home-appointment-form .form-grp .select-input + .ui-state-default .ui-icon {
  background-image: url(../img/resources/select-menu-bg.html);
  background-position: 0 0;
  margin: -3px;
  right: 15px;
}
.home-appointment-form
  .form-grp
  .select-input
  + .ui-selectmenu-button
  span.ui-selectmenu-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #bdbdbd;
  border-radius: 0px;
  height: 55px;
  outline: none;
  line-height: 55px;
  padding-left: 20px;
}
.home-appointment-form.volunteer-profile {
  margin-top: 0;
  padding-bottom: 60px;
  padding-top: 0;
}
.home-appointment-form.volunteer-profile .heading h3 {
  line-height: 35px;
}
.home-appointment-form.volunteer-profile hr {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  height: 6px;
  margin: 0;
  margin-bottom: 60px;
}
.home-appointment-form.volunteer-profile .form-grp .single-form input,
.home-appointment-form.volunteer-profile
  .form-grp
  .select-input
  + .ui-selectmenu-button
  span.ui-selectmenu-text {
  background: #efefef;
}

/* 23 select menu item styles */

.ui-selectmenu-menu {
  z-index: 999999;
}
.ui-widget-content {
  background: none;
  border: none;
  background: #fff;
  border-bottom: 0;
}
.ui-menu .ui-menu-item {
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #edf0f3;
  padding-left: 15px;
  font-family: "Poppins";
  font-weight: normal;
  color: #bdbdbd;
  font-size: 14px;
}
.ui-menu .ui-menu-item.ui-state-focus,
.ui-menu .ui-menu-item:hover {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  background: #f14b05;
  border-bottom: 1px solid #f14b05;
  border-top: 1px solid #f14b05;
}

/* 24 date picker styles */

.ui-datepicker-header {
  background: #f14b05;
  border-color: #f14b05;
  border-radius: 0;
}
.ui-datepicker .ui-state-default {
  font-size: 14px;
  background: none;
  font-weight: normal;
  border: 1px solid #edf0f3;
  padding: 7px;
  font-family: "Poppins";
}
.ui-datepicker .ui-state-highlight {
  background: #f14b05;
  color: #fff;
}

/* 25 .inner-header styles */

.inner-header {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
  /*background: url(../img/resources/inner-header-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;*/
  background-size: cover;
}

.inner-header .sec-title {
  position: relative;
  margin-bottom: 0;
}
.inner-header .sec-title span.decor:before,
.inner-header .sec-title span.decor:after {
  background: #00c1ea;
}
.inner-header .sec-title h2 {
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 58px;
  margin: 0;
}
.breadcumb {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.breadcumb li {
  display: inline-block;
}
.breadcumb li a,
.breadcumb li i,
.breadcumb li span {
  display: block;
  font-size: 15px;
}
.breadcumb li a {
  color: #2b502c;
}
.breadcumb li span {
  color: #222e35;
}

/* 26 .about-content styles */

.about-content.full-sec {
  background: #fff;
  padding-bottom: 0;
}
.about-content.full-sec .full-sec-content {
  padding-top: 0;
  padding: 0;
}
.about-content.full-sec h3 {
  font-size: 26px;
}

/* 27 .volunteer-profile */

.volunteer-profile ul.infos {
  margin: 0;
  padding: 0;
  margin-top: 11px;
}
.volunteer-profile ul.infos li {
  list-style: none;
  line-height: 35px;
}
.volunteer-profile ul.infos li span {
  display: table-cell;
  vertical-align: middle;
}
.volunteer-profile ul.infos li span:first-child {
  text-transform: uppercase;
  color: #222e35;
  font-size: 13px;
  font-weight: 600;
}
.volunteer-profile ul.infos li span:last-child {
  padding-left: 40px;
  color: #9c9c9c;
}
.volunteer-profile ul.social {
  padding: 0;
  margin-top: 15px;
}
.volunteer-profile ul.social li {
  display: inline-block;
}
.volunteer-profile ul.social li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: #3b3b3b;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  transition: all 0.3s ease;
}
.volunteer-profile ul.social li:hover a {
  background: #2b502c;
}

/* 28 .contact-content styles */

.contact-content #contact-page-google-map {
  height: 400px;
  width: 100%;
  margin-bottom: 63px;
}
.contact-content h2 {
  color: #23282a;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  margin-bottom: 35px;
}
.contact-content .contact-form textarea,
.contact-content .contact-form input {
  width: 100%;
  height: 60px;
  border: 1px solid #f0f0f0;
  outline: none;
  padding-left: 20px;
  line-height: 58px;
  margin-bottom: 20px;
}
.contact-content .contact-form textarea {
  height: 221px;
}
.contact-content .contact-form .thm-btn {
  padding: 12px 42px;
}

.contact-content .contact-info {
  padding: 0;
}
.contact-content .contact-info li {
  list-style: none;
  margin-bottom: 23px;
}
.contact-content .contact-info li .icon-box,
.contact-content .contact-info li .content-box {
  display: table-cell;
  vertical-align: top;
}
.contact-content .contact-info li .icon-box .inner {
  width: 70px;
  height: 70px;
  background: #2b502c;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 30px;
  margin-right: 25px;
}
.contact-content .contact-info li .content-box h4 {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-content .contact-info li .content-box p {
  color: #9c9c9c;
  line-height: 26px;
}

/* 29 .appointment-content styles */

.appointment-content {
}
.appointment-content .select-input-wrapper {
  width: 100%;
}
.appointment-content .select-input + .ui-selectmenu-button {
  border-radius: 0;
  width: 100% !important;
  background: none;
  border: none;
  font-weight: normal;
  border: 1px solid #edf0f3;
  height: 60px;
  outline: none;
}
.appointment-content .select-input + .ui-state-default .ui-icon {
  background-image: url(../img/resources/select-menu-bg.html);
  background-position: 0 0;
  margin: -3px;
  right: 15px;
}
.appointment-content
  .select-input
  + .ui-selectmenu-button
  span.ui-selectmenu-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #bdbdbd;
  border-radius: 0px;
  height: 60px;
  outline: none;
  line-height: 55px;
  padding-left: 20px;
}
.appointment-content .half-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.appointment-content.contact-content .contact-form textarea {
  height: 221px;
}
.appointment-content .half {
  margin-top: 15px;
  padding: 0 10px !important;
}
.appointment-content .title-box {
  margin-bottom: 50px;
  margin-top: 50px;
}
.appointment-content .title-box span {
  font-size: 18px;
  color: #7c7c7c;
  text-transform: capitalize;
  font-family: "Raleway";
  font-weight: 500;
}
.appointment-content .title-box p {
  line-height: 26px;
  color: #9c9c9c;
}
.appointment-content .title-box h3 {
  margin: 0;
  color: #262f36;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 30 .side-bar-widget styles */

.pull-right .side-bar-widget {
  margin-left: 20px;
}
.single-sidebar-widget {
  margin: 0px 0;
}
.single-sidebar-widget.search input {
  width: calc(100% - 66px);
  height: 55px;
  border: 1px solid #f1f1f1;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  outline: none;
  background: #fff;
  padding-left: 20px;
}
.single-sidebar-widget.search button {
  width: 66px;
  height: 55px;
  border: 1px solid #f14b05;
  background: #f14b05;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0;
  line-height: 53px;
  text-align: center;
  outline: none;
  font-size: 17px;
  color: #fff;
  margin-left: -5px;
}
.single-sidebar-widget .title {
  font-size: 23px;
  font-weight: 600;
  color: #3f3e3e;
  text-transform: capitalize;
  margin: 22px 0;
}
.single-sidebar-widget.category .title {
  margin-bottom: 11px;
}
.single-sidebar-widget.category ul {
  margin: 0;
  padding: 0;
}
.single-sidebar-widget.category ul li {
  list-style: none;
}
.single-sidebar-widget.category ul li a {
  color: #9c9c9c;
  line-height: 45px;
  position: relative;
  padding-left: 26px;
  transition: all 0.3s ease;
}
.single-sidebar-widget.category ul li a:hover {
  color: #003b80;
}
.single-sidebar-widget.category ul li a:before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-sidebar-widget.archive .title {
  margin-bottom: 11px;
}
.single-sidebar-widget.archive ul {
  margin: 0;
  padding: 0;
}
.single-sidebar-widget.archive ul li {
  list-style: none;
}
.single-sidebar-widget.archive ul li a {
  color: #9c9c9c;
  line-height: 45px;
  position: relative;
  padding-left: 26px;
  transition: all 0.3s ease;
}
.single-sidebar-widget.archive ul li a:hover {
  color: #2b502c;
}
.single-sidebar-widget.archive ul li a:before {
  content: "";
  width: 10px;
  height: 2px;
  display: block;
  background: #e3e3e3;
  position: absolute;
  top: 10px;
  left: 0;
}
.single-sidebar-widget.popular-post ul {
  margin: 0;
  padding: 0;
  margin-top: 25px;
}
.single-sidebar-widget.popular-post ul li {
  list-style: none;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
}
.single-sidebar-widget.popular-post ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.single-sidebar-widget.popular-post ul li .img-box,
.single-sidebar-widget.popular-post ul li .content-box {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar-widget.popular-post ul li .img-box .inner-box {
  width: 60px;
  margin-right: 25px;
}
.single-sidebar-widget.popular-post ul li .img-box img {
  width: 60px;
}
.single-sidebar-widget.popular-post ul li .content-box h4 {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s ease;
}
.single-sidebar-widget.popular-post ul li .content-box h4:hover {
  color: #2b502c;
}
.single-sidebar-widget.popular-post ul li .content-box span {
  color: #2b502c;
  font-size: 14px;
  display: inline-block;
  line-height: 26px;
}
.single-sidebar-widget.tags ul {
  padding: 0;
  margin-top: 30px;
}
.single-sidebar-widget.tags ul li {
  display: inline-block;
  list-style: none;
  margin-right: 3px;
  margin-bottom: 12px;
}
.single-sidebar-widget.tags ul li a {
  display: inline-block;
  border: 1px solid #f1f1f1;
  font-size: 14px;
  border-radius: 30px;
  color: #bababa;
  padding: 5px 23px;
  transition: all 0.3s ease;
}
.single-sidebar-widget.tags ul li a:hover {
  background: #2b502c;
  border-color: #2b502c;
  color: #fff;
}

#single_Service .service_sideber {
}
#single_Service .service_sideber .services_lis {
  border: 1px solid #f4f4f4;
  border-bottom: 0px solid;
}
#single_Service .service_sideber .services_lis ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#single_Service .service_sideber .services_lis ul li {
  border-bottom: 1px solid #f4f4f4;
  line-height: 60px;
}

#single_Service .service_sideber .services_lis ul li i {
  color: #2b502c;
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 20px;
}
#single_Service .service_sideber .services_lis ul li a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  color: #262f36;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  padding-left: 20px;
}
#single_Service .service_sideber .services_lis ul li.active a,
#single_Service .service_sideber .services_lis ul li a:hover {
  background: #2b502c;
  color: #fff;
  transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
}
#single_Service .service_sideber .services_lis ul li.active a i,
#single_Service .service_sideber .services_lis ul li a:hover i {
  color: #fff;
}

#single_Service .service_sideber .appointment_side_form {
  border: 1px solid #f4f4f4;
  border-top: 0px solid;
  margin-top: 40px;
}
#single_Service .service_sideber .appointment_side_form h2 {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #2b502c;
  height: 55px;
  padding-top: 15px;
}
#single_Service .service_sideber .appointment_side_form .side_form {
  padding: 20px 20px;
}
#single_Service .service_sideber .appointment_side_form .side_form input {
  font-family: "Raleway";
  font-size: 14px;
  color: #b7b3b3;
  background: #efefef;
  width: 100%;
  height: 45px;
  border: 0px solid;
  padding-left: 20px;
  margin-bottom: 10px;
}
#single_Service
  .service_sideber
  .appointment_side_form
  .side_form
  .select-input
  + .ui-selectmenu-button
  span.ui-selectmenu-text {
  background: #efefef;
  height: 45px;
  line-height: 43px;
}
#single_Service
  .service_sideber
  .appointment_side_form
  .side_form
  .select-input
  + .ui-selectmenu-button {
  height: 45px;
}
#single_Service
  .service_sideber
  .appointment_side_form
  .side_form
  .appoin_button {
  font-family: "Raleway";
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #2b502c;
  width: 100%;
  height: 45px;
  border: 0px solid;
  margin-top: 5px;
}

#single_Service .service_sideber .question_Box {
  margin-top: 40px;
}
#single_Service .service_sideber .question_Box h2 {
  font-family: "Raleway";
  font-size: 20px;
  color: #404040;
  font-weight: 600;
}
#single_Service .service_sideber .question_Box .qustion_list {
  padding-top: 20px;
}
#single_Service .service_sideber .question_Box .qustion_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#single_Service .service_sideber .question_Box .qustion_list ul li {
  padding: 10px 0 20px 0;
}
#single_Service .service_sideber .question_Box .qustion_list ul li i {
  color: #2b502c;
  float: left;
}
#single_Service .service_sideber .question_Box .qustion_list ul li a {
  text-decoration: none;
  color: #8e979f;
  float: left;
  padding-left: 15px;
}
.question_Box hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

#single_Service .service_mainconetent .about_box h2 {
  font-family: "Raleway";
  font-size: 20px;
  font-weight: 500;
  color: #202a30;
}
#single_Service .service_mainconetent .about_box p {
  font-size: 14px;
  color: #8e979f;
  line-height: 30px;
}
#single_Service .service_mainconetent .about_promo_box h2 {
  font-weight: 400;
  color: #f14b05;
  font-size: 28px;
  line-height: 40px;
  padding: 10px 0;
}
#single_Service .service_mainconetent .about_promo_box .pormo_box_details p {
  font-size: 14px;
  color: #8e979f;
  line-height: 25px;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .box_list {
  overflow: hidden;
  padding-top: 10px;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .box_list
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .box_list
  li {
  line-height: 35px;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .box_list
  li
  i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #2b502c;
  color: #2b502c;
  text-align: center;
  font-size: 16px;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .box_list
  li
  a {
  text-decoration: none;
  color: #646f79;
  font-weight: 600;
  padding-left: 15px;
}
#single_Service
  .service_mainconetent
  .about_promo_box
  .pormo_box_details
  .service_table {
  overflow: hidden;
}
.service_table {
  width: 100%;
  padding-top: 30px;
  overflow: hidden;
}
.service_table .table {
  border: 1px solid #efefef;
}
.service_table .thead-inverse {
  background: #efefef;
  border: 0px solid;
}
.service_table .thead-inverse tr th {
  font-family: "Raleway";
  font-size: 20px;
  color: #2b502c;
  font-weight: 600;
  border-bottom: 0px solid !important;
}
.service_table .thead-inverse tbody tr td {
  color: #8e979f;
  font-weight: 500;
  font-size: 14px;
  padding-left: 15px;
}
.service_table tbody tr td i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #2b502c;
  color: #2b502c;
  text-align: center;
  font-size: 16px;
  padding-left: 2px;
  padding-top: 1px;
  margin-right: 10px;
}
.service_table .table thead > tr > th,
.service_table .table tbody > tr > th,
.service_table .table tfoot > tr > th,
.service_table .table thead > tr > td,
.service_table .table tbody > tr > td,
.service_table .table tfoot > tr > td {
  padding: 15px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #8e979f;
}

/* 31 .parallax-section */

.parallax-section {
  position: relative;
  padding: 30px 0px;
  background-position: center center;
  background-size: cover;

  background-repeat: no-repeat;
}
.parallax-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.parallax-section .auto-container {
  position: relative;
  z-index: 5;
}

/* 32 .gallery-section */

.gallery-section {
  position: relative;
  background: #ffffff;
  padding: 70px 0px 50px;
}
.gallery-section.full-width {
  padding-bottom: 0px;
}
.gallery-section .filter-tabs {
  position: relative;
  margin: 10px 0px 40px;
  text-align: center;
}
.gallery-section .filter-tabs li {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding: 10px 15px;
  min-width: 80px;
  text-align: center;
  color: #353535;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px 7px 10px;
  border: 1px solid #dadada;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gallery-section .filter-tabs li:hover,
.gallery-section .filter-tabs li.active {
  border-color: #2b502c;
  color: #ffffff;
  background: #2b502c;
}
.gallery-section .images-container {
  position: relative;
}
.gallery-section .image-box {
  position: relative;
  float: left;
  margin-bottom: 0px;
  display: block;
  border: 2px solid #ffffff;
  width: 25%;
}
.gallery-section.slider-section {
  padding-bottom: 0px;
  overflow: hidden;
}

.gallery-section.slider-section .slider-outer {
  margin-left: -2px;
  margin-right: -2px;
}
.gallery-section.slider-section .image-box {
  margin-bottom: 0px;
  width: 100%;
  display: block;
  border: 2px solid #ffffff;
  border-top-width: 4px;
}
.gallery-section .filter-list .image-box {
  display: none;
}
.gallery-section.full-width .image-box {
  width: 25%;
  margin-bottom: 0px;
}
.gallery-section .image-box .inner-box {
  position: relative;
  width: 100%;
  display: block;
  background: #ffffff;
  overflow: hidden;
}
.gallery-section .image-box .image {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-section .image-box .image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gallery-section .image-box:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.gallery-section .image-box .zoom-btn {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 42px;
  color: #92b201;
  outline: 2px solid #92b201;
  outline-offset: -10px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gallery-section .image-box .zoom-btn .icon {
  position: relative;
  display: inline-block;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
}
.gallery-section .image-box .inner-box:hover .zoom-btn {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gallery-section .image-box .btn-zoom {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.gallery-section .image-box:hover .btn-zoom {
  top: 0px;
  opacity: 1;
}
.gallery-section .image-box .btn-zoom .icon {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 42px;
  line-height: 30px;
  display: inline-block;
  top: 50%;
  margin-top: -15px;
  color: #2b502c;
}
.carousel-slider .owl-controls {
  z-index: 999;
  position: relative;
  margin: 20px 0px 30px;
  text-align: center;
}
.carousel-slider .owl-nav .owl-prev {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  width: 80px;
  height: 30px;
  text-align: center;
  background: none !important;
  font-size: 0px !important;
}
.carousel-slider .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  margin: 0px 5px;
  width: 80px;
  height: 30px;
  text-align: center;
  background: none !important;
  font-size: 0px !important;
}
.carousel-slider .owl-nav .owl-prev:after {
  content: "\e06e";
  font-family: "Flaticon";
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 80px;
  height: 40px;
  opacity: 1;
  color: #db9d46;
  border: 1px solid #cccccc;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.carousel-slider .owl-nav .owl-next:after {
  content: "\e0b6";
  font-family: "Flaticon";
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  text-align: center;
  width: 80px;
  height: 40px;
  opacity: 1;
  color: #db9d46;
  border: 1px solid #cccccc;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.carousel-slider .owl-nav .owl-prev:hover:after,
.carousel-slider .owl-nav .owl-next:hover:after {
  background: #92b201;
  color: #ffffff;
  opacity: 1;
}
.carousel-slider .owl-dots {
  display: none !important;
}

/* 33 .featured-causes styles */

.featured-causes {
  background-color: #fff;
  display: inline-block;
  margin-bottom: 10px;
}
.featured-causes .thumb {
  position: relative;
}
.featured-causes .thumb .causes-progress {
  background-color: rgba(255, 255, 255, 0.65);
  bottom: 0;
  padding: 20px 12px;
  position: absolute;
  width: 100%;
}
.featured-causes .causes-details h3 {
  color: #454545;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 25px;
  margin-top: 40px;
}
.featured-causes .causes-details p {
  font-size: 13px;
}
.featured-causes .causes-details .p-title {
  color: #00c1eb;
  font-weight: 600;
  margin-bottom: 20px;
}
.featured-causes .causes-details h6 {
  color: #454545;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.featured-causes .causes-details .thm-btn {
  margin-bottom: 20px;
  margin-top: 20px;
}
.featured-causes .social {
  padding-left: 0px;
}
.featured-causes .social li {
  display: inline-block;
}
.featured-causes .social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #003b80;
  border: 1px solid #cacfd3;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  margin-right: 3px;
  transition: all 0.3s ease;
}
.featured-causes .social li a:hover {
  background: #003b80;
  border-color: #003b80;
  color: #fff;
}

.featured-causes .progress {
  height: 15px;
}
.featured-causes .progress-item {
  margin-top: 10px;
}
.featured-causes .progress-item .progress {
  background-color: #ddd;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: visible;
}
.featured-causes .progress-item .progress-bar {
  background-color: #2b502c;
  border-radius: 8px 0 0 8px;
  font-size: 12px;
  height: 15px;
  line-height: 18px;
  padding-left: 10px;
  position: relative;
  text-align: left;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  width: 0;
}
.featured-causes .progress-item .progress-bar .value-holder {
  background-color: #2b502c;
  color: #333;
  font-size: 10px;
  line-height: 8px;
  padding: 7px 2px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -3px;
  z-index: 9999;
}
.featured-causes .progress-item .progress-bar .value-holder {
  border: 2px solid #fcfcfc;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  padding: 10px 5px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -9px;
  z-index: 9999;
}
.featured-causes .progress-item .progress-bar .value-holder .value {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
}
.featured-causes .progress-item.progress-white .progress {
  padding: 2px;
}
.featured-causes .progress-item.style2 .progress {
  background-color: #717171;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
  border-radius: 0;
  height: 30px;
  margin-bottom: 15px;
  overflow: visible;
}
.featured-causes .progress-item.style2 .progress-bar .value-holder {
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 12px;
  top: 5px;
}
.causes .progress-item .progress {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}

/* 34 .pager-outer */

.pager-outer {
  position: relative;
  margin-bottom: 20px;
}
.pager-outer .pagination {
  margin-top: 0px;
}
.pager-outer .pagination a {
  color: #505050;
  font-size: 14px;
  padding: 7px 15px;
  min-width: 40px;
  text-align: center;
  display: block;
  border: 1px solid #2b502c !important;
}
.pager-outer .pagination li {
  position: relative;
  float: left;
  margin: 3px;
  border: none !important;
}
.pager-outer .pagination.centered li {
  float: none !important;
  display: inline-block !important;
}
.pager-outer .pagination a:hover,
.pager-outer .pagination .active a {
  background: #2b502c;
  color: #ffffff;
}

/* 35 .causes recent style */
.causes {
  border: 4px solid #eee;
}
.causes .thumb {
  position: relative;
}
.causes .thumb .donate-piechart {
  bottom: -25px;
  display: table;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.causes .thumb .donate-piechart .piechart-block {
  background-color: #2b502c;
  border-radius: 50%;
}
.causes .thumb .donate-piechart .piechart {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.causes .thumb .donate-piechart .piechart canvas {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 51px;
}
.causes .thumb .donate-piechart .piechart-block .piechart {
  min-height: 50px;
  min-width: 50px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 51px;
}
.causes .thumb .donate-piechart .piechart-block .piechart span:after {
  color: #fff;
  content: "%";
  font-size: 13px;
  font-weight: 600;
}
.causes .causes-details {
  padding: 40px 20px 30px;
}
.causes .causes-details .title {
  margin: 0;
}
.causes .causes-details .title a {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.causes .causes-details .about-causes {
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.causes .causes-details .causes-raised {
  float: left;
  font-weight: 600;
  padding-right: 10px;
}
.causes .causes-details .causes-goal {
  color: #2b502c;
  float: left;
  font-weight: 600;
  padding-right: 0px;
}
.causes .causes-details .thm-btn {
  font-family: "Poppins", sans-serif;
  font-size: 10px !important;
  line-height: 16px;
  margin-right: 12px;
  margin-top: 12px;
  padding: 8px 11px !important;
}
/* causes style */
.causes .thumb .donate-target {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
  padding-left: 30px;
  position: absolute;
  right: -5px;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}
.causes .thumb .donate-target .title {
  margin-bottom: 0px;
}
.causes .thumb .overlay::after {
  background: rgba(255, 255, 255, 0.95);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  width: 102%;
}
/* causes style-two */
.causes.style-two .causes-details .title a {
  font-size: 16px;
}
.causes.style-two .causes-details .thm-btn {
  padding: 6px 13px !important;
}

/* 36 .promote-project */

.promote-project h3 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 20px;
}
.promote-project h2 {
  color: #2b502c;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
.promote-project .sec-title.colored {
  margin-bottom: 20px;
}
.promote-project p {
  margin-bottom: 30px;
}
.promote-project .thm-btn {
  margin-right: 15px;
}

/* 37 .donation-section */

.donation-section {
  position: relative;
}
.donation-form-outer {
  position: relative;
  padding: 25px 30px 40px;
  background: #f6f6f6;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
}
.donation-form-outer h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.donation-form-outer hr {
  margin-bottom: 40px;
  border-color: #e0e0e0;
}
.donation-form-outer .form-group {
  position: relative;
  margin-bottom: 30px;
}
.donation-form-outer input[type="text"],
.donation-form-outer input[type="email"],
.donation-form-outer input[type="tel"],
.donation-form-outer input[type="url"],
.donation-form-outer input[type="password"],
.donation-form-outer select,
.donation-form-outer textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 34px;
  padding: 8px 20px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  height: 52px;
}
.donation-form-outer select {
  cursor: pointer;
}
.donation-form-outer .field-label {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #252525;
  line-height: 28px;
  margin-bottom: 10px;
}
.donation-form-outer .field-label .required {
  color: #ff0000;
  font-size: 14px;
}
.donation-form-outer .radio-select {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
  line-height: 50px;
  outline: none;
}
.donation-form-outer .radio-select:last-child {
  margin-left: 25px;
}
.donation-form-outer .radio-select label {
  color: #252525;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.donation-form-outer .radio-select input[type="radio"]:checked + label {
  color: #2b502c;
}
.donation-form-outer button {
  padding: 9px 30px;
}

.figure {
  -webkit-box-shadow: 0px 0px 10px #4d4d4d;
  -moz-box-shadow: 0px 0px 10px #4d4d4d;
  box-shadow: 0px 0px 10px #4d4d4d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
  border: solid #eee 3px;
  overflow: hidden;
}

/*Side slider Added by Lokesh sir*/

.sidecontentpullout {
  background-color: #0d6e00;
  color: White;
  padding: 4px 3px;
  -moz-border-radius-bottomleft: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  -webkit-border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-top-left-radius: 1em;
  width: 30px;
  top: 220px !important;
}

.sidecontentpullout:hover {
  background-color: #444444;
  color: White;
}

.sidecontent {
  background-color: #0b5f00;
  color: White;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-left-radius: 1em;
  border-bottom-left-radius: 1em;
  height: 100vh;
  z-index: 9 !important;
}

.sidecontent > div > div {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
/*Side slider Added by Lokesh sir END */

/* added by Pankaj */

.main-navigation ul li a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.main-navigation ul li ul li a {
  display: block;
  font-size: 14px;
  font-weight: lighter;
  text-transform: unset;
  color: #2b2b2b;
  padding: 7px 19px;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s ease;
}
/*
.main-navigation ul li ul li a {
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: unset;
	color: #2B2B2B;
	padding: 7px 19px;
	border-bottom: 1px solid #E9E9E9;
	transition: all .3s ease;
}
*/
.main-navigation ul li ul li:hover a {
  background: #4da4fc;
  color: #fff;
}
.main-navigation ul li ul li:hover ul {
  opacity: 1;
  visibility: visible;
}
.main-navigation ul li ul li:focus ul {
  opacity: 1;
  visibility: visible;
}

.main-navigation ul li ul li ul li {
  display: block;
  position: relative;
}
.main-navigation ul li ul li ul li:last-child a {
  border-bottom: 0;
}
.main-navigation ul li ul li ul li a {
  display: block;
  width: 100% !important;
  margin-right: 0px !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: unset;
  color: #2b2b2b;
  padding: 7px 19px;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s ease;
}
.main-navigation ul li ul li ul li:hover a {
  background: #4da4fc;
  color: #fff;
}

.content {
  text-align: justify;
}

.breadcrumbs {
  color: green !important;
}
.breadcrumbs a {
  color: #195c9f !important;
}
.main-navigation ul {
  margin: 0 0 0 30px;
  padding: 0 0 0 20px;
}

.entry-title a {
  font-size: 18px !important;
}

.ulclass ul,
.ulclass ul li {
  list-style-type: square;
}

.next {
  background-color: #4caf50;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
  font-size: 14px;
}
.prev {
  background-color: #4caf50;
  padding-left: 5px;
  padding-right: 5px;
  color: #fff !important;
  font-size: 14px;
}
.entry-title {
  font-size: 20px;
  font-weight: bold;
}

.footer-button {
  width: 100%;
  height: 50px;
  background: #466747 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  outline: none;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.screen-reader-text {
  display: none !important;
} /* added by Pankaj end */

.head_tit {
  font-size: 16px;
  margin-left: 20px;
  background-color: green;
  left: 0;
  bottom: 55px;
  margin-right: 0;
  padding: 5px;
}

.back1 {
  background-color: #1a650b;
  position: relative;
}

.back2 {
  background-color: #419644;
  position: relative;
}

.evet1 {
  background-color: #fff;
  position: relative;
  border-right: 1px solid;
  height: 500px;
  overflow: hidden;
}
.evet2 {
  background-color: #fff;
  height: 500px;
  overflow: hidden;
  padding-bottom: 37px !important;
}

.box_title {
  margin-top: 15px;
  color: #fff;
}

.ad_title {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
}

.search_form_1 {
  color: #000;
  display: inline-block;
}

.forest_logo {
  display: inline-block;
  margin-left: 15px;
}
.menu li {
  margin: 0.5em 0;
  list-style: none;
}
.main-navigation ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 5px;
  font-weight: 600;
  margin-right: -1px;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li.current {
  background: #3a8ee3;
  color: #fff !important;
}
ul.tabs li {
  background: none;
  color: #2664a4;
  display: inline-block;
  padding: 6px 15px !important;
  cursor: pointer;
  border-right: 1px solid #195c9f;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.tab-link ul li {
  margin: 0.5em 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
  color: #fefefe;
  background: #3a8ee3;
}

.menu-item ul.sub-menu {
  margin-left: -7px !important;
}
/*ul#top-menu{
	margin-left: 0px!important;
}*/
.carousel-control.right {
  background-image: none !important;
}
.carousel-control.left {
  background-image: none !important;
}
.tab-content {
  display: block;
  background: #ededed;
  /* background: #fff; */
  /*padding: 15px;*/
  border: 1px solid #c9ccc9;
}

.tab-content-pad {
  padding: 10px;
}

.tab-content.current {
  display: inherit;
}
.view_all_a > a {
  position: relative;
  left: 88%;
  top: 0px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  background: #3a8ee3;
  padding: 6px;
  border-radius: 10px;
  z-index: 1;
}
.position_tabs {
  position: relative;
}
.grey_bg_color {
  background: #dfdede;
  padding-top: 30px;
  padding: 30px 31px 14px;
}
.pm_img_2 {
  background: #ccc;
  padding: 4px 0px 4px 0px;
  margin: auto 0;
  display: block;
  text-align: center;
  border: 1px solid #bab7b7;
}
.pm_img_2 img {
  background: #fff;
  padding: 10px 10px 10px 10px;
}
.pm_details h4 {
  font-weight: 600;
  color: #195c9f;
  background-color: #ccc;
}
.pm_img_2 p {
  font-size: 13px;
}
#set-3 {
  background: #e5eff9;
}
.icon_wrap {
  text-align: center;
  margin: 0 auto;
}
.icon_wrap.icon_effect_3a .fa {
  line-height: 1.6 !important;
}

.icon_effect_3a .hi_icon {
  color: #2098d1;
}
.icon_effect_3 .hi_icon {
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.icon_effect_3a .hi_icon {
  color: #2098d1;
}
.icon_effect_3a .hi_icon:hover {
  color: #fff;
}
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hi_icon {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  float: left;
}
.effect_1 {
  text-align: left !important;
  margin-left: 135px !important;
}
.effect_1 > a {
  font-size: 14px;
  color: #23527c;
  position: relative;
  top: 22px;
  right: 34px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.fa-trophy {
  font-size: 30px;
  line-height: 45px;
  position: relative;
  left: 0;
  top: 6px;
}
.fa-tachometer {
  font-size: 30px;
  line-height: 45px;
}
.effect_1a > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 10px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.fa-download {
  font-size: 30px;
  line-height: 48px;
  position: relative;
  left: 0;
}
.effect_1d > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.fa-book {
  font-size: 30px;
  line-height: 48px;
}
.fa-sitemap {
  font-size: 30px;
  line-height: 45px;
}
.fa-file-text {
  font-size: 30px;
  line-height: 48px;
}
.effect_1b > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 70px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.effect_1f > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 46px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.fa-share-alt {
  font-size: 30px;
  line-height: 48px;
}
.fa-newspaper-o {
  font-size: 30px;
  line-height: 50px;
}
.effect_1c > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hovereffect_padding {
  padding: 0;
  background-color: #fff;
  border: 4px solid #fff;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-top: 10px;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn_info {
  position: absolute;
  bottom: 8px;
  left: 70px;
}
.btn_info > a {
  color: #fff;
  background: #195c9f;
  opacity: 0.8;
  font-size: 20px;
  padding: 6px;
  border: 2px solid #73b1ed;
  transition: all 0.5s ease-in-out;
}
.btn_info > a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.effect_1e > a {
  font-size: 21px;
  color: #23527c;
  position: relative;
  top: 30px;
  right: 22px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.btn_info1 {
  position: absolute;
  bottom: 8px;
  left: 90px;
}
.btn_info1 > a {
  color: #fff;
  background: #195c9f;
  opacity: 0.8;
  font-size: 20px;
  padding: 6px;
  border: 2px solid #73b1ed;
  transition: all 0.5s ease-in-out;
}
.btn_info1 > a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.btn_info2 {
  position: absolute;
  bottom: 8px;
  left: 90px;
}
.btn_info2 > a {
  color: #fff;
  background: #195c9f;
  opacity: 0.8;
  font-size: 20px;
  padding: 6px;
  border: 2px solid #73b1ed;
  transition: all 0.5s ease-in-out;
}
.btn_info2 > a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.btn_info3 {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
}
.btn_info3 > a {
  color: #fff;
  background: #195c9f;
  opacity: 0.8;
  font-size: 20px;
  padding: 6px;
  border: 2px solid #73b1ed;
  transition: all 0.5s ease-in-out;
}
.btn_info3 > a:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}

table thead th {
  text-align: left;
  color: #fff !important;
  background-color: #4caf50 !important;
}
table tr td {
  text-align: left;
  font-size: 14px;
}
ol.mar-l-25 {
  margin-left: 25px !important;
}
body :focus {
  outline: 1px solid #ff0000 !important;
}
.simple_table tr:nth-child(even) {
  background-color: #ffffff !important;
}
.item .img-box img {
  padding: 10px !important;
}

/*===============header page css paste start===============================*/

.main-navigation .sub-menu li a:hover,
.main-navigation .sub-menu li a:focus {
  color: #fff !important;
  background: #3a8ee3 !important;
}

.main-navigation .sub-menu li :visited {
  color: #212020 !important;
  background: #3a8ee3 !important;
}

.menu li {
  margin: 0.5em 0;
  list-style: none;
  border-right: 1px dotted #fff;
}

.main-navigation ul li ul li ul li a:hover {
  color: #fff !important;
  background: #3a8ee3 !important;
}

.main-navigation li li:hover,
.main-navigation li li:focus {
  background: transparent;
}

.main-navigation ul li ul li:hover a {
  background: none !important;
  color: #000 !important;
}
.main-navigation ul li ul li ul li a {
  /*font-size: 15px !important;*/
  font-weight: lighter !important;
  text-transform: unset;
}

/* sub menu level 3 start======*/

.main-navigation ul li ul li ul li ul li ul li {
  /*display: none !important;*/
  position: relative;
}

.regional-sub-menu:hover ul {
  display: inherit !important;
}

.regional-sub-sub-menu ul li {
  display: none !important;
}

.regional-sub-sub-menu:hover ul > li {
  display: inherit !important;
}

/*sub menu level 3 end*/

/*scroll down start
 */

.wrapper-menu {
  position: relative;
}

.regional-sub-sub-menu,
.regional-sub-menu ul > li {
  position: static;
}
li .wrapper-menu {
  position: absolute;
  z-index: 10;
}

li:hover > .wrapper-menu {
  display: block;
}

.parent > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.parent > ul::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.parent > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
}

/*===============header page css paste end===============================*/

/*===============page contact list css start===============================*/

.btn12 {
  padding: 5px 0px 0px 0px;
  text-align: center;
  left: 74% !important;
  top: 84% !important;
  color: #dee6ec;
  border-radius: 10px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;

  white-space: nowrap;
  vertical-align: middle;

  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;

  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #3498db;
}

/*===============page contact list css end===============================*/

.thead-minister {
  text-align: center;
  font-weight: bold;
  background-color: #c6e67b;
}

/*=========================footer slider css start=============================*/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  /* width: 10px; */
  /* height: 10px; */
  border-color: #000;
  position: absolute;
  bottom: -4px;
  margin-top: 0px;
}

.prev_slider {
  right: 62px;
  bottom: 0;
}

.prev_slider:before {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  right: -4px;
  background: #3a8ee3;
  color: #fff;
  padding: 6px;
  bottom: -14px;
  border-radius: 2px;
  cursor: pointer;
}

.next_slider {
  right: -7px;
  bottom: 0;
}

.next_slider:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  background: #3a8ee3;
  color: #fff;
  padding: 6px;
  bottom: -14px;
  border-radius: 2px;
  cursor: pointer;
}
.reset_search_up {
  margin-bottom: 15% !important;
}

.back_to_order_down {
  margin-top: 1% !important;
}

.all_page_heading {
  color: #1a650b;
}

.all_page_heading_two {
  color: #1a650b;
  font-family: "FontAwesome";
}
.entry-title:not(:first-child) {
  font-family: "FontAwesome" !important;
}
/*
.next_slider.slick-arrow {
    border-bottom: 3px solid;
    border-left: 3px solid;
    transform: rotate(226deg);
    right: 0px;
}
.prev_slider.slick-arrow {
    border-bottom: 3px solid;
    border-left: 3px solid;
    transform: rotate(47deg);
    right:5%;
}
*/

button.play.btn.btn-default.btn-xs.btn-size {
  background-color: #3a8ee3;
}
button.pause.btn.btn-default.btn-xs.btn-size {
  background-color: #3a8ee3;
}

/*=========================footer slider css start=============================*/
/*=========================banner slider css start=============================*/
#my_slider .carousel-indicators {
  border-radius: 10px 0px 0px 10px;
  position: absolute;
  bottom: 0px !important;
  left: 110%;
  background-color: #3a8ee3;
  z-index: 15;
  width: 20%;
  padding: 10px;
  margin-left: -30%;
  text-align: left;
  list-style: none;
}
#my_slider #carouselButtons {
  margin-left: 96%;
  position: absolute;
  bottom: 13px;
  z-index: 9999;
}
#my_slider .carousel-inner > .item > a > img {
  line-height: 1;
  height: 420px !important;
}
#my_slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #969696;
  cursor: pointer;
  text-indent: -9999px;
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  border-radius: 20px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 30px !important;
  opacity: 1;
  background: #3a8ee3;
  color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 3px;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
  }
}
#my_slider .carousel-control {
  opacity: 5 !important;
}

.carousel-indicators .active {
  background-color: #fff;
}
/*=========================banner slider css End=============================*/
.arc_up {
  margin-top: 2%;
}
.space_btn {
  margin-top: 1%;
}
.overout img {
  height: 72px !important;
  width: 60px !important;
  border: 1px solid #4caf50;
}
.buttons {
  position: absolute;
  top: 75%;
  right: 1.2%;
}

p {
  margin: 5px 0 10px 0 !important;
}

.img-siz {
  /*width: 292 px !important;*/
  height: 179px !important;
}

@media only screen and (max-width: 1024px) {
  .mob-menu-logo-holder {
    padding-top: 0px !important;
    text-align: center;
  }
  .mobmenu .headertext {
    font-family: "Dosis";
    font-size: 13px !important;
    font-weight: inherit !important;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
    text-transform: none;
    position: inherit;
  }
}
.date_select_search {
  width: 11%;
  padding: 6px 15px;
}
.date_select_row {
  margin-left: 2px;
}

/*(01-09-2021)*/
.moef_events .tab-content-pad {
  min-height: 590px;
  margin-bottom: 14px;
}

.minister_class .col-md-6.col-xs-12 .pm_img_2.pm_details img {
  height: 170px !important;
}
.minister_class .pm_details p {
  min-height: 36px;
  line-height: 18px;
}

/*17-08-2021*/

@media only screen and (min-width: 1100px) and (max-width: 1280px) {
  .minister_class .col-md-6.col-xs-12 .pm_img_2.pm_details img {
    height: 160px !important;
  }
  .minister_class .pm_details p {
    min-height: 36px;
  }
  section.p_40 .buttons {
    top: 84% !important;
  }
  section.p_40 .buttons button span.fa.fa-pause {
    font-size: 11px !important;
  }
}
.customer-logos.slider.slick-initialized.slick-slider {
  padding: 22px 0;
}
section.p_40 .buttons {
  top: 84%;
}

.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

/*(02-09-2021)*/
table.simple_table tr td img {
  width: auto !important;
}
.slider-icon p:focus {
  outline: 0 !important;
}
.slider-icon p {
  margin: 0px !important;
}
.col-md-2 a.btn.local {
  margin: 0;
}
/*(04-09-2021)*/
.Minister-For-Environment-box .out.overout {
  height: 65px !important;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 65px;
  margin: 0 auto;
  box-shadow: 0 3px 5px 2px rgb(0 0 0 / 22%);
}

table.Minister-For-Environment-box tr td img {
  width: 100% !important;
  background-size: 100%;
  min-height: 65px;
  border-radius: 0;
  border: none;
  height: auto !important;
}
/*(07-09-2021)*/

.main-navigation ul li ul ul.sub-menu {
  width: 100%;
}
.main-navigation ul li ul ul.sub-menu {
  width: 280px !important;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.main-navigation ul li ul ul.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.main-navigation ul li ul ul.sub-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.main-navigation ul li ul ul.sub-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.44, rgb(122, 153, 217)),
    color-stop(0.72, rgb(73, 125, 189)),
    color-stop(0.86, rgb(28, 58, 148))
  );
}
li#menu-item-14776 li#menu-item-13559 ul.sub-menu {
  width: 280px !important;
  max-height: inherit;
  overflow-x: inherit;
  overflow-y: inherit;
}

li#menu-item-14776 li#menu-item-13559 ul.sub-menu ul.sub-menu {
  width: 280px !important;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
/*09-09-2021*/
#crumbs {
  color: #195c9f !important;
}
/*10-09-2021*/
.main-navigation li#menu-item-30501 ul.sub-menu ul.sub-menu {
  width: 96% !important;
}
/*14-09-2021*/
.footer-widget.quick-links ul li a:hover {
  color: #000 !important;
}
.footer-bottom p {
  font-size: 14px;
}
li#menu-item-30501 ul.sub-menu li a {
  width: 187px !important;
}
/*16-09-2021*/
button#playButton {
  display: none;
}
/*21-09-2021*/

li#menu-item-13719 ul.sub-menu {
  margin-left: -25px !important; 
}
.main-navigation ul {
  margin: 0;
}
/*23-09-2021*/
.logo.pull-left .col-md-10.col-sm-10 {
  margin-left: -7%;
}

/*28-09-2021*/

.minister_class .pm_details h4 span {
  margin-top: 4px;
  display: block;
}

.slick-slide img {
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 76px;
}
/*29-09-2021*/
.td_special {
  background-color: #4caf50;
  color: white;
}
.minister_class .pm_details p {
  min-height: 42px;
}
.minister_class .col-md-6.col-xs-12 .pm_img_2.pm_details img {
  width: 292px !important;
  height: 179px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: grid !important;
}
.simple_table th,
td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd !important;
}
.thead-minister {
  text-align: center;
  font-weight: bold;
  background-color: #c6e67b !important;
}

.topRightHeader .dropdown > a img {
  filter: brightness(0) invert(1);
}

.overflowY {
  /* height: 240px; */
  max-height: fit-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  scrollbar-width: thin;
  }
  
.overflowY::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.overflowY::-webkit-scrollbar
{
  width: 12px;
  background-color: #F5F5F5;
}

.overflowY::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}  

.main-menu .main-menu__list li.dropdown.innermenu:before {
  content: "";
  background: url(../../../../../../cdn-icons-png.flaticon.com/512/25/25629.png) no-repeat
    center center !important;
  background-size: contain !important;
  width: 10px !important;
  height: 16px !important;
  position: absolute !important;
  right: 15px !important;
  top: 16% !important;
  filter: brightness(1) invert(0) !important;
  z-index: 9 !important;
  rotate: 270deg;
}

.container-fluid.mof_bg_width .col-md-7 {
  background: #fff;
  padding-bottom: 10px;
  margin: 20px;
}
.hovereffect_padding span {
  color: #fff;
  margin-bottom: 12px;
  background: #195c9f;
  padding: 5px 12px;
  border-radius: 15px;
}

h3.title.contact-head-moef{
	font-size: 21px;
    text-transform: uppercase;
    color: #fef9f9;
    margin: 0;
    margin-bottom: 12px;
    font-weight: 500;
}

.contact-usmoef ul{margin:0px; padding:0px;}

.contact-usmoef ul li  {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    transition: all 0.3s ease;
	list-style: none;
}

.container-fluid.main-importantlinks-moef { 
    padding: 0 35px 0 35px;
}

i.fa.fa-map-marker.address-iconfooter {
    padding: 0 4px 0 0;
    position: relative;
    left: -3px;
}

/*  .footer-widget.quick-links {
    overflow: hidden;
    text-align: left;
    margin-right: -1px;
} */

.footer-widget.quick-links h2, .footer-widget.quick-links h3 {
    position: relative;
    display: inline-block;
}

.footer-widget.quick-links h2:after, .footer-widget.quick-links h3:after {
    content: "-";
    font-size: 1px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    height: 3px;
    display: block;
    width: 35%;
    position: absolute;
    left: 1px;
    top: 100%;
} 

ss

.footer-text-minister h2, .footer-text-minister h3 {
    position: relative;
    display: inline-block;
}

.footer-text-minister h2:after, .footer-text-minister h3:after {
    content: "-";
    font-size: 1px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    height: 3px;
    display: block;
    width: 35%;
    position: absolute;
    left: 1px;
    top: 100%;
} 
.footer-bottom p.tabindex.mymodi {
    text-align: right; margin-bottom: 0 !important;
}
.footer-bottom p.tabindex {
    text-align: left; margin-bottom: 0 !important;
}

.footer-bottom .container-fluid.validator_counter {
    padding: 0 37px 0 34px;
}

/* 10-7-2024 start */
/* .single-blog-post .content-box .table-responsivebox table{
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
	scrollbar-width: thin;
	::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
    display: block;
	min-height: 600px;
    max-height: 600px;} */
/* .single-blog-post .content-box .table-responsivebox table thead th{white-space: nowrap;}	
.single-blog-post .content-box .table-responsivebox tr td{white-space: nowrap;}  */
/* <div class="table-responsive">
	<table class="table table-bordered">
	</table>
	</div> 
	
	*/
.single-blog-post .content-box .table-responsivebox .table-responsive {max-height: 800px;}	
.single-blog-post .content-box .table-responsivebox table>:not(caption)>*>*{padding: .5rem .5rem;}

.single-blog-post .content-box .table-responsivebox table tr td {
    text-align: left;
    font-size: 14px;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
}

/* li.dropdown.innermenu ul {
    overflow-y: scroll;
	min-height: 600px;
    max-height: 600px;}
} */

/* 10-7-2024 end */


.section_class .grey_bg_color .tabImgs .iimg a img:hover {
    transform: scale(1.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9;
	width: 100%;
	position:relative;
}

.section_class .grey_bg_color .tabImgs .iimg a img {
    width: 100%;
    height: 110px;
	position:relative;
}

.rightpannel{
    height: auto;
    
}

.rightpannel ul {
    list-style-type: none;
    padding: 0;
}

.rightpannel ul li {
   <!--  padding: 10px 15px; -->
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
}

.rightpannel ul li a {
    <!-- color: white; -->
    text-decoration: none;
    display: block;
}

.rightpannel ul li a:hover, .dropdown-btn:hover {
    background-color: #337ab7;
	color:#fff;
}
.rightpannel  ul li a:hover, .dropdown-btn.active {
    background-color: #337ab7;
	color:#fff !important;
}
.rightpannel .dropdown-container {
    display: none;
    background-color: #f1f1f1;
    <!-- padding-left: 15px; -->
}

.fa-caret-down {
    float: right;
    padding-right: 8px; 
	content: "\f105";
}
.innerSection .rightpannel ul li:last-child a {
    border-bottom: none;
}
.single-blog-post .content-box .table-responsivebox p img {  max-width: 100%;
}
.single-blog-post .content-box .table-responsivebox img {
     max-width: 100%;
}

.single-blog-post .content-box .table-responsivebox p img {
    max-width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 11px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
}

.single-blog-post .content-box .table-responsivebox img {
     max-width: 100%;
}

.minister_social_icon img {
    width: 30px;
    height: 30px;
    background: #ccc;
    border-radius: 50%;
    padding: 1px 1px;
}

.minister_social_icon {
    background: #f1f1f1;
    padding: 4px 5px;
    border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

li.dropdown.innermenu.dropdown-item-55 ul {
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;
	scrollbar-width: thin;
}
/* li.dropdown.innermenu.dropdown-item-84 ul{
	overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
	scrollbar-width: thin;
} */
li.dropdown.innermenu.dropdown-item-100 ul {
    overflow-y: auto;
    max-height: 300px;
    overflow-x: hidden;
	scrollbar-width: thin;
}



li.dropdown.innermenu.dropdown-item-132 ul {
    overflow-y: auto;
    max-height: 250px;
    overflow-x: hidden;
	scrollbar-width: thin;
}



li.dropdown.innermenu.dropdown-item-151 ul {
    overflow-y: auto;
    max-height: 200px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

li.dropdown.innermenu.dropdown-item-163 ul {
    top: 0;
    left: auto;
    right: 100%;
}




li.dropdown.innermenu.dropdown-item-165.innermenu-item-130 ul {
     overflow-y: auto;
    max-height: 100px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

li.dropdown.innermenu.dropdown-item-171.innermenu-item-136 ul {
     overflow-y: auto;
    max-height: 100px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

li.dropdown.innermenu.dropdown-item-171.innermenu-item-136 ul {
    overflow-y: auto;
    max-height: 100px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

li.dropdown.innermenu.dropdown-item-177.innermenu-item-142 ul{
	overflow-y: auto;
    max-height: 100px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

li.dropdown.innermenu.dropdown-item-182.innermenu-item-147 ul{
	overflow-y: auto;
    max-height: 100px;
    overflow-x: hidden;
	scrollbar-width: thin;
}

/* WHO'S WHO CSS */
img.avatar.avatar-lg {
  width: 126px;
  border-radius: 2px;
  height: 140px;
border:3px solid #fff;
margin-top: 4px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

h3.bhupender-head {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  display: flex
}
h4.desig-head {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  float: left;
  margin-right: 3px;
  color: #000;
}

h4.division-head {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  float: left;
  margin-right: 3px;
  color: #000;
}
.main-office .col-lg-4{ box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding: 0; min-height: 171px;}

  .main-office .col-lg-2{ box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
      padding: 0; min-height: 171px;}
.main-avtars p {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
width: 100%;
text-align: left;
margin-bottom: 0 !important;
}
p.emailmef {
  float: left;
padding: 2px 0;
margin-bottom: 0 !important;
}
.division-office {
  display: block;
}
.main-avtars span {
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  width: 100%;
  text-align: left;
display: block;
}
.main-avtars dt {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  display: block;
}
.main-office {
  background: #fff;
padding: 0px 12px 0 15px;
}
.main-office h5 {
  font-size: 14px;
  font-weight: 600;
  /* text-decoration: underline; */
  background: #4b79a7;
  color: #fff;
  text-align: left;
  padding: 3px 10px;
}
h3.bhupender-head strong {
  color: #195c9f;
  text-transform: uppercase;
}
ul.ofiice-number li {
  list-style-type: none;
  font-weight: 300;
  padding: 0;
  margin: 0;
text-align: left;

  
}
.main-avtars .ms-3{
  width: 100%;
}

.designation-office {
  display: flow;
  margin: 7px 0 0 0;
}

ul.ofiice-number li strong {
  /* border-bottom: 1px solid #ccc; */
    display: block;
}

ul.ofiice-number {
  padding: 0 12px 6px 12px;
  margin: 0 !important;
 
}

.main-title h2 {
  font-size: 20px;
  font-weight: 500;
}
.main-title {
  background: #195c9f;
  color: #fff;
  padding: 7px 5px 0 13px;
  border-radius: 8px 8px 0 0;
}

.minister-environment ul.list-group{margin-left:0px !important;}
li.list-group-item.subman {
  margin-left: 18px;
  margin-top: -7px;
}
.minister-environment li.list-group-item {
 
background: #d1e8ff;
}

.minister-environment li.list-group-item.subman {
  background: #f3f8fd; 
}

.minister-environment .card{box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
margin-bottom: 20px;
}

.minister-environment .col-lg-5 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background: #fff;
  padding: 6px 13px;
border-right: 1px solid #ccc;
}

.p-20{
  padding:7px 9px !important;
}

.topRightHeader .dropdown .menuPanelDown li a#blackBtn{background: #000;}
.topRightHeader .dropdown .menuPanelDown li a#whiteBtn{background: #fff; color: #000;}