@import url(https://fonts.googleapis.com/css?family=Raleway);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway" !important;
  overflow-x: hidden !important;
  width: 100%;
}

a {
  color: #1bbd36;
  text-decoration: none;
}

a:hover {
  color: #2ae149;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */

.overlay {
  color: #fff;
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.header {
  position: absolute;
  background: transparent;
  z-index: 2;
  width: 73%;
}

.menu {
  background: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  margin-top: 0px;
  height: 70px;
  width: 55%;
  float: left;
}

.menubar {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.logo img {
  display: none;
}

.menu_logo {
  /* display: inline-block; */
  border-right: 38px solid #fff;
  border-top: 70px solid #ffffff;
  border-top: 70px solid rgb(255, 255, 255);
  width: 30%;
  float: left;
}

/*.menu_logo h1 {*/
/*    left: 18%;*/
/*    position: absolute;*/
/*    top: -76px;*/
/*}*/

.menu_logo img {
  left: 2em;
  position: absolute;
  top: 20px;
}

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.menulinks {
  padding-top: 10px;
  background: none !important;
}

.navbar-inverse .menulinks>.active>a,
.navbar-inverse .menulinks>.active>a:focus,
.navbar-inverse .menulinks>.active>a:hover {
  color: #83ca13 !important;
  background-color: #ffffff !important;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #83ca13 !important;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  color: #83ca13 !important;
  background-color: #ffffff !important;
}

.navbar-inverse .navbar-nav>li>a {
  color: #464545 !important;
  font-size: 16px;
}

.drop {
  border: none !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
  padding-bottom: 12px !important;
  animation: load 0.5s forwards !important;
}

.drop li a {
  padding: 8px 17px !important;
}

.drop li a:hover {
  padding: 8px 17px !important;
}

.social {
  background: #92c938;
  display: inline-block;
  height: 70px;
  position: absolute;
  transform: skew(-30deg);
  margin-left: -22px;
  width: 15%;
  /* float: left; */
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.wd-menu3-social li {
  margin-left: 0;
}

.inline-list>li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 2em;
  margin-top: 1.5em;
}

.inline-list>li a i {
  color: #fff;
  font-size: 1.5em;
  font-style: initial;
  transform: skew(30deg);
}

.wd-menu3-social a {
  color: #fff;
  font-size: 1.5em;
  transition: all 0.25s ease;
  border-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #92c938 !important;
  background: #92c938 !important;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 657px !important;
  background-color: #d4d4d4;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 657px !important;
  animation: slideInDown 2s forwards !important;
}

.controlls {
  position: relative;
  top: -3em;
  z-index: 1;
  float: right;
  margin-right: 40px;
}

.controlls .left {
  background: #83ca13cc;
  padding: 12px;
  color: #fff;
}

.controlls .right {
  background: #83ca13cc;
  padding: 12px;
  color: #fff;
  margin-left: 12px;
}

.slider-text {
  background-color: #92c938;
  color: #fff;
  left: 37%;
  left: calc(50% - 222px);
  position: absolute;
  width: 444px;
  bottom: 37% !important;
  bottom: calc(50% - 67px);
  padding: 30px 30px;
  animation: zoomInDown 2s forwards;
  margin-bottom: 150px;
}

.slider-text h4 {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none !important;
}

.slider-text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 34px;
  text-transform: uppercase;
  font-family: raleway;
  text-shadow: none !important;
  animation: zoomInDown 2s forwards;
}

.slider-text p {
  color: #fff;
  animation: para 1s forwards;
  font-family: raleway;
  text-shadow: none !important;
  animation: rollIn 1s forwards;
}

/*------------slider over-----------------*/

/*----------------------energy section--------------------*/

.energy_section,
.choose_head {
  text-align: center;
  margin-bottom: 50px;
}

.energy_section h2,
.choose_head h2 {
  font-size: 30px;
  color: inherit;
}

.energy_section h2::before,
.choose_head h2::before {
  content: " ";
  display: block;
  background: red;
  height: 1px;
  width: 40px;
  margin: 0 auto 30px;
}

.energy_section h5,
.choose_head h5 {
  font-size: 16px;
  color: #888;
  margin: 0 auto;
  font-weight: normal;
  padding-left: 15px;
  padding-right: 15px;
}

.energy_column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wd-section-blog .wd-blog-post,
.wd-section-blog-services .wd-blog-post {
  border: 1px solid #d4dee5;
  margin-bottom: 20px;
}

.wd-section-blog-services.style-3 .wd-blog-post {
  margin-top: 30px;
}

.wd-section-blog .wd-blog-post,
.wd-section-blog-services .wd-blog-post {
  border: 1px solid #d4dee5;
  margin-bottom: 20px;
}

.wd-section-blog h4,
.wd-section-blog-services h4 {
  padding: 0 35px;
}

.wd-title-element {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.wd-section-blog-services.style-3 .wd-blog-post h4:after {
  content: " ";
  display: block;
  background-color: #82ca13;
  height: 3px;
  width: 40px;
  margin: 20px auto 0;
}

.wd-section-blog p,
.wd-section-blog-services p {
  padding: 4px 15px 15px;
  font-size: 13px;
}

.wd-section-blog-services.style-3.anim-on .wd-blog-post>div {
  transform: rotate(45deg) translateX(-15px) translateY(-15px);
  opacity: 1;
}

.wd-section-blog-services.style-3 .wd-blog-post>div {
  transform: rotate(45deg) translateX(-50px) translateY(-50px);
  transition: all 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) 0s;
  opacity: 0;
  width: 140px;
  height: 140px;
  margin: 0px auto;
  border: 2px solid #f8ba07;
}

.wd-section-blog-services.style-3 .wd-blog-post .img-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
}

.wd-section-blog-services.style-3 .wd-blog-post>div img {
  transform: rotate(-45deg) scale(2.3) translateY(10px);
  max-width: 100%;
  height: auto;
}

.wd-section-blog-services.style-3 .wd-blog-post:hover .shape {
  stroke-dasharray: 760 !important;
  stroke-dashoffset: 10 !important;
  stroke-width: 2px !important;
}

.wd-title-element {
  font-size: 19px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.wd-section-blog-services.style-3 .wd-blog-post.nohover .shape {
  stroke-dasharray: 101, 431;
  stroke-dashoffset: -508;
  stroke-width: 8px;
}

.wd-section-blog-services.style-3 .wd-blog-post .shape {
  stroke-dasharray: 760;
  stroke-dashoffset: 0;
  stroke-width: 2px;
  fill: transparent;
  stroke: #82ca13;
  border-bottom: 5px solid #000;
  transition: stroke-width 1s ease 0s, stroke-dashoffset 1s ease 0s,
    stroke-dasharray 1s ease 0s;
}

svg {
  position: absolute;
  top: -6px;
  left: -6px;
}

.shape {
  stroke-dasharray: 760;
  stroke-dashoffset: 0;
  stroke-width: 2px;
  fill: transparent;
  stroke: #82ca13;
  border-bottom: 5px solid #000;
  transition: stroke-width 1s ease 0s, stroke-dashoffset 1s ease 0s,
    stroke-dasharray 1s ease 0s;
}

/*---------image section---------------*/

.image_sec {
  background: url(../../../import/assets/img/image.jpg);
  background-size: cover;
  height: 300px;
  margin-top: 3em;
  animation: slideInRight 2s forwards;
  margin-bottom: 3em;
}

.image_description {
  padding: 2em;
  text-align: left;
}

.image_content {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 2em;
}

.image_description h1 {
  font-weight: 400;
  letter-spacing: -2.056px;
  font-size: 43px;
}

.image_description h1 span {
  display: block;
  font-weight: 700;
}

.find_but {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: 0 0;
  border-width: 1px;
  padding: 16px 25px;
  margin-top: 0;
  border: 1px solid #dadada;
  text-decoration: none !important;
  color: #555;
}

.watch_but1 {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;

  border-width: 1px;
  padding: 16px 25px;
  margin-top: 0;

  text-decoration: none !important;
  color: #fff !important;
  margin-left: 20px;

  background: #65901f;
  border: 1px solid #65901f;
}

.find_but1 {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: 0 0;
  border-width: 1px;
  padding: 16px 25px;
  margin-top: 0;
  border: 1px solid #dadada;
  text-decoration: none !important;
  color: #fff !important;
}

.find_but:hover {
  background: #80c52e;
  color: #fff;
  border-color: #80c52e;
}

.find_but1:hover {
  background: #65901f;
  color: #fff;
  border-color: #65901f;
}

.watch_but {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #80c52e;
  border-width: 1px;
  padding: 16px 25px;
  margin-top: 0;
  border: 1px solid #80c52e;
  text-decoration: none !important;
  color: #fff !important;
  margin-left: 20px;
}

.watch_but:hover {
  background: #555;
  color: #fff;
  border-color: #555;
}

.watch_but1:hover {
  background: #555;
  color: #fff;
  border-color: #555;
}

.p-txt {
  height: 80px;
}

/*--------------multiple ways------------------*/

.multi_img {
  height: 180px;
  width: 220px;
}

.projects_img {
  height: 240px;
  width: 360px;
}

.multiple {
  animation: slideInUp 2s forwards;
}

.multiple_section {
  margin-bottom: 3em;
}

.panel {
  margin: 0 auto;

  position: relative;
  -webkit-perspective: 600px;
  perspective: 600px;
  -moz-perspective: 600px;
}

.panel .front,
.panel .back {
  text-align: center;
}

.panel .front {
  height: inherit;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.panel .back {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.panel .front_v {
  height: inherit;
  top: 0;
  z-index: 900;
  text-align: center;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.panel .back_v {
  height: inherit;
  position: absolute;
  top: 0;
  z-index: 1000;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.panel.flip .front {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.panel.flip .back {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
}

.panel.flip .front_v {
  z-index: 900;
  -webkit-transform: rotateX(180deg) rotateY(0deg);
  transform: rotateX(180deg) rotateY(0deg);
  -moz-transform: rotateX(180deg) rotateY(0deg);
}

.panel.flip .back_v {
  z-index: 1000;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}

.box1 {
  border: 1px solid #ccc;
  height: 320px;
  margin: 0 auto;
  padding: 20px;
}

.box2 {
  background: #80c52e;
  color: #fff;
  height: 322px;
  border: none;
  margin: 0 auto;
  padding: 20px;
}

.box3 {
  border: 1px solid #ccc;
  height: 120px;
  margin: 0 auto;
  padding: 20px;
}

.box4 {
  background: #80c52e;
  color: #fff;
  height: 120px;
  border: none;
  margin: 0 auto;
  padding: 20px;
}

.txtbox {
  height: 160px;
}

/*front services*/

.service_home {
  /* margin-top: 3em; */
  margin-bottom: 3em;
  /* background: url(../../../import/assets/img/service-img.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 300px; */
  position: relative;
}

.service_home:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222b18;
  opacity: 0.8;
}

.ser_wrapper {
  padding-top: 3em;
  color: #fff;
  padding-bottom: 8em;
  padding-left: 27px !important;
}

.ser_head {
  position: relative;
  color: #80c52e;
  margin-bottom: 1.3em;
}

.ser_wrapper h3:before {
  background: #80c52e;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 55px;
  top: 33px;
}

.ser_wrapper p {
  line-height: 26px;
  margin-bottom: 20px;
}

.ser_but {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  border-radius: 2px 30px 2px 30px;
  background: #80c52e;
  border-width: 1px;
  padding: 10px 19px;
  border: 1px solid #80c52e;
  text-decoration: none !important;
  color: #fff;
}

.ser_but:hover {
  background: #003f5d;
  color: #fff;
  border-color: #003f5d;
}

/*---------*/

.ser_image_wrapper {
  position: relative;
  height: 300px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 400px !important;
  transition: 0.5s ease;
  backface-visibility: hidden;

  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  object-fit: cover;
}

.ser2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ser_image_content {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 15%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: right;
  left: 38%;
  width: 70%;
  color: #fff;
  border-right: 3px solid #fff;
  padding-right: 10px;
}

.ser_image_wrapper {
  position: relative;
  overflow: hidden;
}

.ser_image_wrapper:hover .image {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.3;
}

.ser_image_wrapper:hover .ser_image_content {
  opacity: 1;
}

.ser_image_head {
  width: 100%;
  float: right;
  top: 77% !important;
  position: absolute;
  right: 12px;
}

.ser_text {
  color: #ffffff;
  background-color: #80c52e;
  font-size: 16px;
  text-align: right;
  /* font-weight: bold; */
  padding-right: 10px;
  width: 240px;
  line-height: 35px;
}

.ser_image_head a {
  color: rgb(57, 47, 47) !important;
  text-decoration: none !important;
}

.choose {
  margin-bottom: 80px !important;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  background-image: url(../../../import/assets/img/bulb.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 600px;
}

.choose_icon-box.horizontal .icon span {
  width: 65px;
  height: 65px;
  background: #80c52e;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: block;
}

.chose_us .icon-box .thumb span {
  transition: all 600ms !important;
  position: relative;
  border: 3px solid transparent;
}

.chose_us .icon-box .thumb span:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #2e39c9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 600ms;
}

.choose_icon-box.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.choose_botm {
  padding-bottom: 50px !important;
}

.choose_icon-box.horizontal .icon span i {
  line-height: 65px;
  font-size: 25px;
  color: #fff;
}

.choose_icon-box.horizontal .icon span i :hover {
  color: #80c52e;
}

.choose_icon-box.horizontal.left .content {
  height: 80px;
  overflow: hidden;
  text-align: left;
  padding-left: 20px;
}

.choose_icon-box.horizontal .content h6 {
  margin: 0 0 10px;
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.entry-content p,
.entry-content li {
  color: #666666;
  line-height: 1.7;
}

.choose_icon-box .thumb:hover span {
  background: transparent;
  color: #80c52e;
  border: 1px solid #80c52e;
}

.choose_icon-box .thumb:hover span i {
  color: #003f5d !important;
}

.icon span {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}

.icon span:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* .icon span:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
} */

.icon span:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc,
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*-------working process------*/

.work1 {
  text-align: left !important;
  position: relative;
}

.work-process {
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  height: 275px;
  position: relative;
}

.butnn {
  padding-top: 15px;
}

.butnn a {
  color: #92c938;
  font-weight: bold;
  text-decoration: none !important;
}

.butnn a:hover {
  color: #fff;
}

.work2 {
  margin-top: 1em;
}

.work2ndrow {
  height: 320px !important;
}

.work1:before {
  border-left-color: #92c938;
}

.work1:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(70, 213, 175, 0);
  border-left-color: #92c938;
  border-width: 15px;
  margin-top: -15px;
  z-index: 999999;
}

.work-process h4 {
  font-size: 26px;
  font-family: "Lora";
  margin: 15px 0 4px;
  font-weight: bold;
  padding-top: 1.6em;
  line-height: 33px;
}

.work-process h5 {
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 28px;
}

.work-process p {
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.work_triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #92c938;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.box-count {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: center;
  color: #ffffff;
  z-index: 999;
}

.pro .col-md-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*-------working process------*/

.work1 {
  text-align: left !important;
  position: relative;
}

.work-process {
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  height: 275px;
  position: relative;
}

.butnn {
  padding-top: 15px;
}

.butnn a {
  color: #92c938;
  font-weight: bold;
  text-decoration: none !important;
}

.butnn a:hover {
  color: #fff;
}

.work2 {
  margin-top: 1em;
}

.work2ndrow {
  height: 320px !important;
}

.work1:before {
  border-left-color: #92c938;
}

.work1:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(70, 213, 175, 0);
  border-left-color: #92c938;
  border-width: 15px;
  margin-top: -15px;
  z-index: 999999;
}

.work-process h4 {
  font-size: 26px;
  font-family: "Lora";
  margin: 15px 0 4px;
  font-weight: bold;
  padding-top: 1.6em;
  line-height: 33px;
}

.work-process h5 {
  font-size: 19px;
  font-weight: normal;
  margin: 20px 0;
  padding: 0;
  line-height: 28px;
}

.work-process p {
  color: #ffffff;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.work_triangle {
  width: 0;
  height: 0;
  border-top: 50px solid #92c938;
  border-left: 50px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

.box-count {
  position: absolute;
  right: 10px;
  top: 5px;
  text-align: center;
  color: #ffffff;
  z-index: 999;
}

.pro .col-md-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*experience*/

.exp_section {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
  padding-top: 35px !important;
  padding-bottom: 60px !important;
  background-color: #edeef2 !important;
}

.exp_icon {
  width: 80px;
  height: 80px;
  border: 7px double #ddd;
  background: #92c938;
  border-radius: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 0px;
}

.bold-txt {
  font-weight: bold;
}

.p-txt {
  height: 80px;
}

.exp_icon span {
  margin-top: 3px;
  padding: 15px;
  font-size: 30px;
  color: #fff;
}

.counter-value {
  font-size: 45px;
}

.counter-Txt h4 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: bold;
  color: #424140;
}

.plus {
  font-size: 42px;
}

.counter-Txt:hover .exp_icon {
  background: #003f5e;
}

.counter-Txt {
  border-right: 1px solid #ddd;
}

/*projects*/

.img__wrap {
  position: relative;
}

.img__size {
  height: 300px;
}

.img__description {
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(73, 74, 71, 0.5);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  font-weight: bold;

  /* transition effect. not necessary */

  transition: opacity 0.2s, visibility 0.2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;

  -webkit-animation: moving 1s infinite;
  animation: moving 1s infinite;
  animation-iteration-count: 1;
}

/*.img__wrap:hover .img__description p{*/
/*  visibility: visible;*/
/*  opacity: 1;*/

/*}*/

.gallery_product {
  margin-bottom: 30px;
}

.proj li a {
  text-transform: uppercase;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  color: #716f6f;
  letter-spacing: 0.25px;
  text-decoration: none !important;
}

.proj li {
  color: #6f6f6f;
  display: inline;
  margin-left: 15px;
  font-style: italic;
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}

.proj li:before {
  content: "/";
  position: absolute;
  top: 2px;
  left: -5px;
  line-height: 100%;
}

.proj-first li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -5px;
  line-height: 100%;
}

.img__description p {
  padding-top: 5%;
  padding-left: 12px;
  font-size: 18px;

  position: relative;
  /* animation: moving 1s infinite both;*/
  /*animation-iteration-count: 2;*/
}

.img__description p span {
  color: #91c938;
  font-size: 14px;
}

.img__description .pa {
  line-height:12px;
}

/*latest news*/

.home_news {
  margin-bottom: 3em;
}

.news_content {
  padding: 11px;
  border: 1px solid #ddd;
}

.news_entry {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #91c938;
  height: 80px;
  width: 60px;
  color: #fff;
}

.news_entry p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 9px 10px;
  text-align: center;
  line-height: 22px;
}

.post_title a {
  color: rgb(141, 198, 63);
  font-weight: bold;
  text-decoration: none !important;
}

.latest_news_date {
  margin-bottom: 1.1em;
}

.post_info {
  font-family: Roboto, sans-serif;
  font-size: 0.846em;
  line-height: 1.3em;
  margin-top: 1.35em;
  margin-bottom: 12px;
}

.post_counters {
  float: right;
  margin-top: -7px;
}

.post_info_date {
  color: rgb(124, 125, 122) !important;
  text-decoration: none !important;
  font-weight: bold;
}

.comments,
.like_info {
  color: #92c938 !important;
  font-size: 16px;
  font-weight: bold;
}

.post_descr p {
  font-size: 13px;
  padding-bottom: 12px;
}

.news_content1 {
  position: relative;
}

/*.news_content:hover .post_descr p {*/

/*    border-bottom: 2px solid #90c938;*/

/*}*/

.news_content1:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 40px;
  left: 20px;
  background-color: #8ac34a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.news_content1:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.post_descr a,
.post_readmore_link a {
  text-decoration: none !important;
}

.post_readmore_label {
  font-weight: bold;
  font-size: 1.077em;
  color: #8ac83b;
}

/*footer*/

.footer,
.footer-copyright {
  background: rgb(44, 44, 44) url(../../../import/assets/img/footer_bg.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 3em 0em;
  width: 100% !important;
}

.footer img {
  padding-top: 2em;
}

.footer p {
  color: #dcd5d5;
  margin-top: 18px;
}

.block-title {
  color: #ffffff;
  font-size: 19px;
  text-transform: uppercase;
}

.block-title1 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.get-info ul {
  margin-left: -22px;
  color: #dcd5d5;
  margin-top: 20px;
}

.get-info ul li span {
  color: #dcd5d5;
  line-height: 24px;
}

.get-info ul li span a {
  color: #dcd5d5;
  text-decoration: none !important;
}

.newsletter-info h6 {
  color: #9ee038;
}

.email-adress {
  background-color: transparent;
  color: #93a1a7;
  height: 40px;
  border: 1px solid #bbbaba;
  padding-left: 7px;
  outline: none;
}

.newslettersubmit {
  background-color: #8bc34a;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  height: 40px;
  left: 202px;
  padding: 0 13px;
  position: absolute;
  right: auto;
  top: 73px;
  outline: none;
}

.soc li a i {
  transform: skew(0deg) !important;
}

.soc li a i .fa-twitter::before {
  content: "𝕏";
}

.wd-copyright.row.text-center {
  border-top: 1px solid #2b2a2a;
  padding-top: 12px;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 3em;
  display: none;
  background: #8bc34a;
  color: #fff !important;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
}

/*------------------------------------------About page--------------------------*/

.breadcrumbs {
  font-size: 16px;
  text-transform: capitalize;
  background-color: #f3f3f3;
}

.breadcrumbs_list {
  padding: 2px 17px !important;
  margin-bottom: 0px !important;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumbs_list li a {
  padding: 0 8px 0 0;
  line-height: 60px;
  font-weight: 500;
  color: #000;
  text-decoration: none !important;
}

.breadcrumb>.active {
  color: #7bc10c !important;
  font-weight: bold;
}

.abt_content p {
  line-height: 25px;
  text-align: justify;
}

.custom-heading {
  text-align: center;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: bold;
  font-size: 30px;
}

.custom-heading span {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 35px;
}

.custom-heading.line span:after {
  content: "";
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../../import/assets/img/line.png) no-repeat center center;
}

.send_req {
  background: #c1d72e;
  padding: 2em;
}

.send_req h3 {
  font-size: 35px;
  font-weight: 900;
  font-family: "Archivo Black", sans-serif;
}

.req_but {
  margin-top: 2em;
}

.req_but_link {
  color: #3b3b3b;
  background: #ffffff;
  text-decoration: none !important;
  padding: 15px 31px;
  border-radius: 32px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.req_but_link:hover {
  background: #003f5e;
  color: #fff;
}

.team img {
  width: 100%;
}

/*contact*/

.contact {
  padding-bottom: 3em;
}

.address {
  padding-bottom: 3em;
  border-bottom: 1px solid #f7eaea;
  margin-bottom: 2em;
}

.contact_iconbox_title h3 {
  font-size: 16px;
  font-weight: bold;
}

.contact_iconbox_info a {
  text-decoration: none !important;
  color: #333;
}

.form_contact {
  margin-top: 2em;
}

.form_contact input[type="text"],
.form_contact input[type="email"],
.form_contact input[type="file"],
.form_contact textarea {
  margin-bottom: 1em;
  outline: none !important;
  border-radius: 0px !important;
  padding: 25px 17px !important;
  border: 1px solid #a6c251;
  text-shadow: none !important;
  border-radius: 30px !important;
}

/*-------------------------careers_aaply--------------------------------*/

.careers_aaply .col-md-3 {
  margin-bottom: 1em;
}

.newsss {
  margin-bottom: 2em;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .img__description {
    display: none;
  }

  .slide_but {
    margin-top: -1em !important;
    margin-bottom: 1em;
  }

  .watch_but1 {
    font-size: 9px !important;

    padding: 10px 13px !important;
  }

  .find_but1 {
    font-size: 9px !important;

    padding: 10px 13px !important;
  }

  .logo img {
    display: block !important;
    margin-top: 15px;
    position: absolute;
  }

  .header {
    width: 100%;
  }

  .menu_logo {
    display: none !important;
  }

  .menu {
    width: 100% !important;
  }

  .social {
    width: 0% !important;
    display: none !important;
  }

  .choose {
    background: none !important;
    height: auto;
  }

  .slider-text {
    background-color: #92c938;
    color: #fff;
    left: 37%;
    left: calc(68% - 222px);
    position: absolute;
    width: 320px;
    bottom: 91% !important;
    bottom: calc(50% - 67px);
    padding: 5px 16px;
  }

  .slider-text h2 {
    font-size: 20px;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
    margin-bottom: -90px;
    /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.4;
  }

  .menulinks {
    padding-top: 8px;
    background: #fff !important;
    margin-top: 0px !important;
    border-top: none;
  }

  .carousel .item {
    height: 50vh !important;
    background-color: #555;
  }

  .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 50vh !important;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible !important;
  }

  .carousel {
    margin-bottom: 135px;
  }

  .service_home {
    height: auto !important;
  }

  .service_home img {
    height: 400px !important;
  }

  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

@media only screen and (max-width: 320px) {
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

  .header {
    width: 100%;
  }

  .menu_logo {
    width: 0% !important;
  }

  .menu {
    width: 100% !important;
  }

  .social {
    width: 0% !important;
  }

  .service_home {
    height: auto !important;
  }

  .logo img {
    display: block !important;
  }

  .social {
    display: none !important;
  }

  .menulinks {
    padding-top: 8px;
    background: #fff !important;
    margin-top: 0px !important;
    border-top: none;
  }

  .carousel .item {
    height: 50vh !important;
    background-color: #555;
  }

  .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 50vh !important;
  }
}

@keyframes load {
  0% {
    transform: translateY(26px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.circle:hover {
  /* calculate using: (2 * PI * R) */
  stroke-dasharray: 227;
  stroke-dashoffset: 0;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-duration: 2s;
  animation-direction: alternate;
  animation-timing-function: linear;
}

@keyframes rotate {
  to {
    stroke-dashoffset: 227;
  }
}

@keyframes moving {
  0% {
    transform: translateY(60px);
  }

  100% {
    transform: translateY(0px);
  }
}

.img_des {
  top: 0 !important;
}

.pa {
  padding-top: 0 !important;
  font-size: 12px !important;
}


.main-text {
  position: absolute;
  top: 9%;
  width: 100%;

}

.rt_ico img {
  top: -1.2em;
  height: 47px;
  margin: auto;
  position: relative;

}



.nohover a {
  background: #82CA13;
  border-color: #82CA13;
}

.nohover a:hover {
  background: #003f5e;
  border-color: #003f5e;
}



.back a {
  background: #82CA13;
  border-color: #82CA13;
}

.back a:hover {
  background: #003f5e;
  border-color: #003f5e;
}

/*-------------popup----------------*/


.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.overlay1 .popup {
  margin: 12% auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
  color: #000000;
  max-height: calc(100vh - 200px);
  overflow-y: auto;

}


.overlay1 .pop_grey {
  background: #5a5a5a !important;
}

.overlay1 .popup img {
  float: left;
  margin-right: 20px;

}

.overlay1 .popup h2 {
  margin-top: 6px;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  /* border-bottom: 1px solid #5a5959; */
  padding-bottom: 12px;
}


.overlay1 .pop_grey {
  border-bottom: 1px solid #676565 !important;
}



.overlay1 .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  z-index: 9999;
}



.overlay1 .popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .overlay1 .popup {
    width: 70%;
  }
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*-------------overview----------------*/

.p_box {
  padding: 0 !important;
}

.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 12% auto;
  padding: 20px;
  background: #5a5959;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #06D85F;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }

  .popup {
    width: 70%;
  }
}


/* Structure Tree 
-------------------------------------------------- */

.tree {
  width: 100%;
  height: auto;
  text-align: center;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: 0.5s;
}

.tree li {
  display: inline-table;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 1px;
  transition: 0.5s;
}

.tree li::before,
.tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 51%;
  height: 5px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.tree li:only-child::after,
.tree li:only-child::before {
  display: none;
}

.tree li:only-child {
  padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none;
}

.tree li:last-child::before {
  height: 5px;
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  border: 1px solid #ccc;
  padding: 2px;
  display: inline-grid;
  border-radius: 5px;
  text-decoration-line: none;
  border-radius: 5px;
  transition: 0.5s;
}

.tree li a img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px !important;
  border-radius: 100px;
  margin: auto;
}

.tree li a span {
  /* border: 1px solid #c1d72e; */
  /* border-radius: 5px; */
  color: rgb(0, 0, 0);
  /* padding: 8px; */
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 500;
  height: 40px;
}

/*Hover-Section*/
.tree li a:hover,
.tree li a:hover i,
.tree li a:hover span,
.tree li a:hover+ul li a {
  background: #c1d72e;
  color: #000;
  /* border: 1px solid #c1d72e; */
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
  border-color: #c1d72e;
}

/* End of Enfinity css code */

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog p {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
}

.blog h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #131313;
  font-family: "Roboto", serif;
  font-weight: 700;
  line-height: 1.3;
}

.blog h1,
.h1 {
  font-size: 36px;
}

@media (max-width: 991px) {

  .blog h1,
  .h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {

  .blog h1,
  .h1 {
    font-size: 26px;
  }
}

.blog h2,
.h2 {
  font-size: 28px;
}

@media (max-width: 767px) {

  .blog h2,
  .h2 {
    font-size: 24px;
  }
}

.blog h3,
.h3 {
  font-size: 22px;
}

@media (max-width: 767px) {

  .blog h3,
  .h3 {
    font-size: 20px;
  }
}

.blog h4,
.h4 {
  font-size: 20px;
}

.blog h5,
.h5 {
  font-size: 16px;
}

.blog h6,
.h6 {
  font-size: 14px;
}


.blog .btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px 25px;
  border-radius: 0;
  border: 1px solid;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
}

.blog .btn:hover,
.btn:active,
.btn.active .btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none !important;
}

.blog .btn-primary {
  background: #DDD638;
  color: #fff;
  border-color: #DDD638;
}

.blog .btn-primary:hover,
.btn-primary:active,
.btn-primary.active .btn-primary:focus,
.btn-primary.focus {
  background: #DDD638 !important;
  border-color: #DDD638 !important;
}

.blog .btn-outline-primary {
  background: transparent;
  color: #DDD638;
  border-color: #DDD638;
  width: 120px;
}

.blog .btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active .btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #DDD638 !important;
  border-color: #DDD638 !important;
  color: #fff;
}

.blog .btn-sm {
  font-size: 14px;
  padding: 10px 25px;
}

.blog body {
  background-color: #fff;
  overflow-x: hidden;
}

::-moz-selection {
  background: #DDD638;
  color: #fff;
}

::selection {
  background: #DDD638;
  color: #fff;
}

.blog img {
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

.blog a,
a:hover,
a:focus {
  text-decoration: none;
}

.blog a,
button,
select {
  cursor: pointer;
  transition: 0.2s ease;
}

.blog a:focus,
button:focus,
select:focus {
  outline: 0;
}

.blog a:hover {
  color: #DDD638;
}

.blog .slick-slide {
  outline: 0;
}

.blog .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.blog .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.blog .section-title::before {
  position: absolute;
  height: 4px;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
}

.blog .bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog .border-default {
  border-color: #ececec !important;
}

.blog .border-primary {
  border-color: #DDD638 !important;
}

.blog .font-primary {
  font-family: "Roboto", sans-serif !important;
}

.blog .font-secondary {
  font-family: "Roboto", serif !important;
}

.blog .font-weight-medium {
  font-weight: 500 !important;
}

.blog .breadcrumb {
  background-color: transparent;
  justify-content: center;
}

.blog .breadcrumb-item {
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 600;
}

.blog .breadcrumb-item a {
  color: #DDD638;
}

.blog .overlay {
  position: relative;
}

.blog .overlay::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #131313;
  opacity: 0.5;
}

.blog .bg-primary {
  background: #DDD638 !important;
}

.blog .text-primary {
  color: #DDD638 !important;
}

.blog .text-default {
  color: #333 !important;
}

.blog .bg-dark {
  background-color: #131313 !important;
}

@media screen and (min-width: 1400px) {
  .blog .blog-container {
    max-width: 1320px;
  }
}

.blog .rounded {
  border-radius: 6px !important;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .blog .no-gutters-lg {
    margin-right: 0;
    margin-left: 0;
  }

  .blog .no-gutters-lg>.col,
  .no-gutters-lg>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}

.blog .mark,
mark {
  padding: 0;
}

.blog .navigation {
  background-color: transparent;
}

.blog .navigation .navbar {
  border-bottom: 1px solid #ececec;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .blog .blog-navigation .blog-navbar {
    padding: 15px 0;
  }
}

.blog .navigation .navbar-nav {
  flex-direction: row;
}

@media (max-width: 991px) {
  .blog .navigation .navbar-nav {
    flex-direction: column;
  }
}

.blog .navigation .navbar-nav:hover .nav-item::after,
.blog .avigation .navbar-nav:hover .nav-link:not(:hover) {
  opacity: 0.5;
}

.blog .navigation .navbar-nav:hover .dropdown:hover .nav-link {
  opacity: 1;
}

.blog .navigation .nav-item {
  margin: 0;
  position: relative;
}

.blog .navigation .nav-item::after {
  position: absolute;
  content: "/";
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .blog .navigation .nav-item::after {
    display: none;
  }
}

.blog .navigation .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
}

.blog .navigation .nav-item:last-child::after {
  display: none;
}

.blog .navigation .nav-item.dropdown .nav-link {
  position: relative;
  padding-right: 38px !important;
}

@media (max-width: 991px) {
  .blog .navigation .nav-item.dropdown .nav-link {
    padding-right: 28px !important;
  }
}

.blog .navigation .nav-item.dropdown .nav-link::after {
  display: none;
}

.blog .navigation .nav-item.dropdown .nav-link::before {
  position: absolute;
  right: 24px;
  top: calc(50% - 6px);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
  height: 8px;
  width: 8px;
  border: 2px solid;
  border-left: 0;
  border-top: 0;
  border-color: inherit;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: 0s;
}

@media (max-width: 991px) {
  .blog .navigation .nav-item.dropdown .nav-link::before {
    right: 13px;
  }
}

@media (min-width: 991px) {
  .blog .navigation .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    transition: 0.2s;
    left: 50%;
    border-radius: 0;
    transform: translate(-50%, 6px);
  }

  .blog .navigation .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
    transform: translate(-50%, -6px);
  }
}

.blog .navigation .dropdown-menu {
  border: 0;
  padding: 0 25px;
}

.blog .navigation .dropdown-menu:hover .dropdown-item:not(:hover) {
  color: #fff;
}

.blog .navigation .dropdown-item {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 500;
}

.blog .navigation .dropdown-item:first-child {
  padding-top: 15px;
}

@media (max-width: 991px) {
  .blog .navigation .dropdown-item:first-child {
    padding-top: 5px;
  }
}

.blog .navigation .dropdown-item:last-child {
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  .blog .navigation .dropdown-item:last-child {
    padding-bottom: 5px;
  }
}

.blog .navigation .dropdown-item.active,
.blog .navigation .dropdown-item:active,
.blog .navigation .dropdown-item:focus,
.blog .navigation .dropdown-item:hover {
  color: initial;
  background-color: transparent;
  color: #DDD638;
}

.blog .navigation .navbar-light .navbar-toggler {
  border-color: transparent;
  padding: 0;
  font-size: 20px;
  color: #131313;
  transition: 0.3s ease;
}

.blog .navigation .navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.blog .navigation .navbar-light .navbar-nav .nav-link {
  color: #19234C;
  font-weight: 500;
  padding: 15px 20px;
}

.blog .navigation .navbar-light .navbar-nav .nav-link:hover {
  color: #131313;
}

@media (max-width: 991px) {
  .blog .navigation .navbar-nav {
    background-color: #fff;
    padding: 15px 0;
    border-radius: 0;
  }

  .blog .navigation .dropdown-menu {
    text-align: center;
  }

  .blog .navigation .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
  }
}

.blog .navigation .search {
  min-width: 200px;
  max-width: 250px;

}

@media (max-width: 767px) {
  .blog .navigation .search {
    width: 100%;
    max-width: initial;
    margin-top: 15px;
  }
}

.blog .navigation .search input {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLjAiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLjAiCiAgIGV4aWY6UGl4ZWxYRGltZW5zaW9uPSIzNiIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjM2IgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjAtMDMtMDRUMTg6MDc6MjgrMDE6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDMtMDRUMTg6MDc6MjgrMDE6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgUGhvdG8gKFNlcCAyNiAyMDE5KSIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMC0wMy0wNFQxODowNzoyOCswMTowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+QByeCQAAAYJpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/80PkR+PXwsJi0rAaGtTERhlpKEljlF+bN2/em1Ez4/XeSLJVtlOU2Pi14C9gq6yVIlKysrAmNug5z6iRzLmdez73e+853XsuuOMZNWt5Q5DN5c1YNOKfnpn1Vz7iwUsDFTQqqmUMTkyMUdbebnA58arTqVX+3L9Wk9QsFVxVwgOqYeaFR4THlvOGw5vCzWpaSQofCwdNuaDwtaMnivzkcKrIHw6b8dgQuOuF/alfnPjFatrMCsvLCWQzS+rPfZyX1Gq5qUmJbeKtWMSIEsHPKMMMEaabfpnDdNJDl6wokx/6zh9nUXJVmQ1WMFkgRZo8QVGXpLomURddk5Fhxen/375aem9PsXptBCoebPulHSo34LNg2+/7tv15AJ57OMuV8hf3oO9V9EJJC+yCbw1OzktaYgtO16HlzlBM5VvyiLt1HZ6PoG4Gmi6heq7Ys599Dm8hvipfdQHbO9Ah533zX9qeZ6ZKiHq5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAFxklEQVRYhcWXb2gbZRzHf/fcXdJelrsmTdMt6TraVNfOuXa6re02NnXTVdgQBKEMwQkbiC984Tth88VEmOBLQX0hhQmKyBD0hU7nmNDhUGeNuHXrdF36L72maZJ7rk/uLnfP44v1arbFJLahfuEg39+T3/f55C7H8zwcVFBnZ+e6ZDK52bbtrbZtdzLGoowxmTGGEEIEIZTkef4mz/O/BwKBG4lEYqFSZjlx/zYQi8VEQsiTc3Nzxx3HqasmDCFEFUU5L8vy2UQisVgzoPXr1+9IpVKvOI4TXkkoQkhTFOWzTCbz1aqA+vv70ejo6HOaph2llHqLxzweT5Ln+asAkBBFcTGfzxc8Ho+PUtrqOM62QqEQY4wt53EcxyRJ+laSpPdTqRRdEVAgEDiUzWZfLQ4WBGGusbHxU1VVvy8X1NbWtm16evply7JixXVFUb6TZfmDycnJQjVAvPshFAr1LiwsvF4MGQgELre1tb05Pj5+q1JQNptVw+HwBUmSMCHkMTfHNM0YQogYhnGjGiAAABgcHBRFUfwQAL50L0VRXqw6oEg7duzgGhoa9iGEzrlZCKHPW1paHqqmnwcAmJiYOJbP53e6Rb/ff17TtI9WAjQzMwOGYSRkWS6YprkdAIAxJhiG0eg4zg+V+lE4HK7TdX2fWxAEId/e3j60Ephi5XK5L/x+/1XXO47TffjwYW+5HgAA5PP5NlFKAwB334xoNPpWPB4nqwUCAJAkaYjjOHsJSLx8+fLRikDpdPpZWPoDchyXsixrrBYwAABdXV1TXq93wvUY44P79+8XygKZprnLNXV1dbeSyaRVK6BLly7RQCBwzvW2bdePjY3JlYDWuUaSpJFawbg6ceLEFYSQa7nFxUVfWaBi4/P5ZmsNdPr06QIAuHeds21brBqIMVZrnrsUHOcGc8WrQEUgQsiGWsOcPHlSYIx5lizzeDxllxDk9XqXtwmEkO21BhoaGtpFKXXvChVFsey2BHm93p9cYxhGRzQa9ZRr+C86cOAASqfTL7heEASjs7MzVxaooaHhGwBgAACMsRDP81WtOdUoHo+3mKa5yfV+v//i8PCwXRbINM07PM9nl4DQzMzMqf7+/vpaABmGcYwxJgAAIIQKAwMDH1fq4RcXF22fz9dkWdZmAABKqZjNZv2WZf28GhhFUY5gjI+4XhTFkXg8frFSHwIA6OvrO+vxeFS3qOv6gKIoFdedUurr6+NkWd6LMX5peRKE7Kampk+q6ecBAG7fvu0oipI2DGMP/LOx2hoKhZpbWlpG0um0U01YNBoV0un0oUwm85r7qFwmSZKu6bp+pyogAIDe3t4pTdNwPp9f3u0RQtpyudwT4XA4q+t6olxQR0fHI8lk8g1N056BEocHQsjjzc3Nk7quT5XLuacxFouh+fn55zHGg5TS5def4zgQRXEaIRQXBGEcITQPAJRS2uA4TqvjOI8WCoUOxhh6YIbiyTiOhsPhd1VVHa4KyFVTU1NfJpM5btv2io5BPM9rjDGOUuovAcUCgcCZhYWFH0v2lioSQqZ6enq+Nu9qC2Os5PdKTaYoyoVgMHg6GAz+gjE+VGLt4kzT3N3d3f3X7OzszAMZlSZpb2+XU6lUBwD0WJa1hVLaQimVGGPA87yJEJoVBGGU5/lfZVm+NTU1lXZ7N2zYsFlV1beLH38RvBEOh99RVfXqPfVqfvlqFI1GH1ZV9ZRt28r9YwghGgqFzszNzV1xa1U9itUIY5yORqM3McZ7AeCe7StjjCOE7I5EItcxxnNrAgQAoGlaKhKJXNd1/WCJYUQI2ROJRH7DGC+sCRAAAMY41draGscY9zLG7jkOMcYEQshToVDojzUDAgDI5XKpxsbGPw3D2FkCinccp2tNgQAACCGq3++/blnW0/ePUUrlNQcCADBNcz4YDI6YprmHMba86a+vr7/2vwABAOTz+fmNGzeOmqbZjhCSeZ6/FgqF3vsb7AafMhX1W/sAAAAASUVORK5CYII=) 6px 5px no-repeat #fff;
  width: 100%;
  border: none;
  padding: 11px 40px 11px 15px;
  border-radius: 0;
  background-size: 15px;
  background-position: calc(100% - 15px) center;
  border: 1px solid #ddd;
}

.blog .navigation .search input:focus {
  outline: 0;
}

.blog .navbar-footer {
  justify-content: center;
  flex-wrap: wrap;
}

.blog .navbar-footer .nav-item {
  margin: 10px 0;
}

.blog .navbar-footer .nav-item .nav-link {
  color: #fff;
}

.blog .article-card {
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  height: 770px;
}

@media (max-width: 1200px) {
  .blog .article-card-sm {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .blog .article-card {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .blog .article-card {
    padding: 15px;
  }
}

.blog .card {
  border: 0;
  position: relative;
}

.blog .card-meta {
  padding-left: 0;
}

.blog .card-meta li {
  list-style-type: none;
  margin-right: 10px;
  display: inline-block;
}

.blog .card-meta li a {
  font-weight: 500;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.blog .card-meta li a:hover {
  color: #DDD638;
}

.blog .card-footer {
  background-color: transparent;
}

.blog .card-footer span {
  vertical-align: middle;
  color: #888;
}

.blog .card-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .card-image {
  position: relative;
}

.blog .card-image img {
  border-radius: 0;
}

.blog .card-image .post-info {
  position: absolute;
  right: 0;
  top: -5px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.blog .card-image .post-info span {
  display: inline-block;
  line-height: 1.3;
  font-size: 12px;
  padding: 3px 8px;
  padding-top: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 0;
  margin-top: 5px;
}

.blog .read-more-btn {
  font-family: "Roboto", serif;
  font-size: 18px;
}

.blog .post-title {
  color: #131313;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#DDD638, #DDD638);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  text-transform: capitalize;
  background-size: 0% 8px;
  transition: background-size 0.3s;
}

.blog .post-title-sm {
  background-size: 0% 3px;
}

.blog a.post-title:hover {
  color: #131313;
  background-size: 100% 8px;
}

.blog a.post-title-sm:hover {
  background-size: 100% 3px;
}


.blog .pagination {
  justify-content: center;
}

.blog .pagination .page-item .page-link {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 0;
  border: 1px solid #ececec;
  text-align: center;
  margin: 0 4px;
  font-weight: 500;
  color: #131313;
  padding: 0;
  line-height: 41px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.blog .pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  box-shadow: none;
  background: #DDD638;
  color: #fff;
}

.blog .pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.blog .pagination .page-item.active .page-link {
  background: #DDD638;
  color: #fff;
  border-color: #DDD638;
}

.blog .post-meta {
  padding-left: 0;
}

.blog .post-meta li {
  list-style-type: none;
  display: inline-block;
  color: #888;
  font-weight: 500;
}

.blog .post-meta li a {
  background-color: rgba(19, 19, 19, 0.05);
  color: black;
  text-transform: capitalize;
  padding: 6px 16px;
  margin-bottom: 9px;
  margin-right: 9px;
  display: block;
  font-size: 14px;
  border-radius: 0;
  text-decoration: none;
}

.blog .post-meta li a:hover {
  background-color: #DDD638;
  text-decoration: none;
}

.blog .post-meta li svg {
  display: inline-block;
}

.blog .image-fallback {
  font-size: 0;
  height: 220px;
  width: 100%;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 0;
  display: inline-block;
}

.blog .image-fallback::first-letter {
  font-size: 80px;
  line-height: 220px;
  font-weight: bold;
  color: #19234C;
}

.blog .image-fallback.post-thumb-sm::first-letter {
  font-size: 50px;
  line-height: 60px;
}

.blog .image-fallback-sm {
  height: 120px;
  width: 120px;
  margin-bottom: 20px;
}

.blog .image-fallback-sm::first-letter {
  font-size: 50px;
  line-height: 120px;
}

.blog .image-fallback-xs {
  height: 80px;
  width: 80px;
}

.blog .image-fallback-xs::first-letter {
  font-size: 38px;
  line-height: 80px;
}

.blog .breadcrumbs {
  background-color: transparent;
  padding: 15px 0;
}

.blog .breadcrumbs a {
  color: #131313;
}

.blog .breadcrumbs a:hover {
  text-decoration: underline;
}

.blog .breadcrumbs a:last-child {
  color: rgba(19, 19, 19, 0.5);
  pointer-events: none;
}

.blog .content * {
  margin-bottom: 5px;
}

.blog .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content .h1,
.content .h2,
.content .h3,
.content .h4,
.content .h5,
.content .h6 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.blog .content a {
  color: inherit !important;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(#DDD638, #DDD638);
  background-position: 0% 110%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  transition: 0.3s;
}

.blog .content a:hover {
  color: #131313;
  background-size: 100% 100%;
}

.blog .content.bg-dark a:hover {
  background-image: linear-gradient(rgba(19, 174, 111, 0.4), rgba(19, 174, 111, 0.4));
}

.blog .content ol {
  padding-left: 20px;
}

.blog .content ul {
  padding-left: 0;
}

.blog .content ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  list-style-type: none;
}

.blog .content ul li a {
  display: inline-block;
  margin-bottom: 10px;
}

.blog .content ul li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  left: 0;
  top: 7px;
  background-color: #DDD638;
  transition: 0.3s ease;
}

.blog .content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

.blog .content table th,
.blog .content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.blog .content table thead {
  background: #f1f1f1;
}

.blog .content table tbody {
  background: #F6F6F6;
}

.blog .content table tbody td {
  text-align: left !important;
}

.blog .content blockquote {
  border-left: 4px solid #DDD638;
  padding: 20px;
  margin: 20px 0;
}

.blog .content blockquote p {
  margin-bottom: 0;
  color: #333;
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

.blog .content pre {
  padding: 10px 20px;
  background: #F6F6F6;
}

.blog .widget-blocks {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .blog .widget-blocks {
    padding-left: 0;
  }
}

.blog .widget-blocks .row>.col:last-child .widget,
.widget-blocks .row>[class*=col-]:last-child .widget {
  margin-bottom: 0 !important;
}

.blog .widget {
  margin-bottom: 50px;
}

.blog .widget-body {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1200px) {
  .blog .widget-body-sm {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .blog .widget-body {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .blog .widget-body {
    padding: 15px;
  }
}

.blog .widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog .widget-list .card {
  border-bottom: 1px dashed #ececec;
  padding-bottom: 15px;
}

.blog .widget-list .media img {
  height: 80px;
  width: 80px !important;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.blog .widget-list .media:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.blog .widget-list .media:hover {
  opacity: 0.8;
}

.blog .widget-list li {
  display: inline-block;
}

.blog .widget-list li a {
  background-color: rgba(19, 19, 19, 0.05);
  color: black;
  text-transform: capitalize;
  padding: 6px 16px;
  margin-bottom: 9px;
  margin-right: 9px;
  display: block;
  font-size: 14px;
  border-radius: 0;
}

.blog .widget-list li a:hover {
  background-color: #DDD638;
  text-decoration: none;
}

.blog .author-thumb-sm {
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .blog .author-thumb-sm {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .blog .author-thumb-sm {
    height: 200px;
  }
}

.blog .post-thumb-sm {
  height: 80px;
  width: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}

.blog .copyright {
  background-color: #0e0e0e !important;
  color: #e8e8e8;
  padding: 20px 0;
  font-size: 14px;
  text-align: center;
}

.blog footer .section {
  padding: 45px 0;
}

.blog .navbar-footer .nav-link:hover {
  color: #DDD638;
  text-decoration: none;
}

.blog .form-control {
  border-radius: 0;
  min-height: 50px;
  padding: 10px 15px;
}

.blog .form-control:focus {
  border-color: #131313;
  box-shadow: none;
}

.be-comment-block {
  margin-bottom: 50px !important;
  border: 1px solid #edeff2;
  border-radius: 2px;
  padding: 0px 0px;
  border: 1px solid #ffffff;
}

.comments-title {
  font-size: 16px;
  color: #262626;
  margin-bottom: 15px;
  font-family: 'Roboto';
}

.be-img-comment {
  width: 60px;
  height: 60px;
  float: left;
  margin-bottom: 15px;
}

.be-ava-comment {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.be-comment-content {
  margin-left: 80px;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-name {
  font-size: 13px;
  font-family: 'Roboto';
}

.be-comment-content a {
  color: #383b43;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-time {
  text-align: right;
}

.be-comment-time {
  font-size: 11px;
  color: #b4b7c1;
}

.be-comment-text {
  font-size: 13px;
  line-height: 18px;
  color: #7a8192;
  display: block;
  background: #f6f6f7;
  border: 1px solid #edeff2;
  padding: 15px 20px 20px 20px;
}

.form-group.fl_icon .icon {
  position: absolute;
  top: 1px;
  left: 16px;
  width: 48px;
  height: 48px;
  background: #f6f6f7;
  color: #b5b8c2;
  text-align: center;
  line-height: 50px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.form-group .form-input {
  font-size: 13px;
  line-height: 50px;
  font-weight: 400;
  color: #b4b7c1;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #edeff2;
  border-radius: 3px;
}

.form-group.fl_icon .form-input {
  padding-left: 70px;
}

.form-group textarea.form-input {
  height: 150px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #FFFFFF;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
  content: "";
  display: table;
  clear: both;
}

.blog-comment {
  padding-right: 15%;
}

.blog-comment ul {
  list-style-type: none;
  padding: 0;
}

.blog-comment img {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px;
}

.blog-comment .post-comments {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #6b6e80;
  position: relative;
}

.blog-comment .meta {
  font-size: 13px;
  color: #aaaaaa;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
  list-style-type: none;
  padding: 0;
  margin-left: 85px;
}

.blog-comment-form {
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px;
}

.reply-a a {
  color: #1977cc;
}

.reply-a a:hover {
  color: #DDD638;
}

.blog-comment h3,
.blog-comment-form h3 {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
}

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

#container {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  line-height: 65px;
}

.logo-list {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.logo-list img {
  display: inline-block;
  max-width: 85%;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  filter: grayscale(100);
}

.logo-list img:hover {
  filter: none;
  transform: scale(1.2);
  -webkit-filter: none;
  -moz-filter: none;
}


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

/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */

.button,
button,
/* input[type="submit"], */
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  height: 5.4rem;
  line-height: calc(5.4rem - .6rem);
  padding: 0 3rem;
  margin: 0 .3rem 1.2rem 0;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: .3rem solid #c5c5c5;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #131313;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #39b54a;
  border-color: #39b54a;
  color: #FFFFFF;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: #309a3f;
  border-color: #309a3f;
}

button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - .6rem) !important;
}

button.large,
.button.large {
  height: 6rem !important;
  line-height: calc(6rem - .6rem) !important;
}

button.stroke,
.button.stroke {
  /* background: transparent !important;
  color: #a5a5a5 !important; */
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 16px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: black;
  animation-delay: 0.8s;
  border: 2px solid #FFBA0D;
  background: #FFBA0D;
}

button.stroke:hover,
.button.stroke:hover {
  /* border: 0.3rem solid #39b54a;
  color: #39b54a; */
  background: #FFBA0D;
  color: #fff;
  text-decoration: none;
}

button.pill,
.button.pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

::selection {
  background-color: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.2);
}

#noscript-warning {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}



/* === WRAP === */

#wrap {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  position: relative;
  margin-top: 8%;
}



/* === MAIN TEXT CONTENT === */

#main-content {
  float: right;
  max-width: 45%;
  color: rgb(0, 0, 0);
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 40px;
  line-height: 28px;
}

#main-content h1 {
  margin: 0px;
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 40px;
  line-height: normal;
}



/* === NAVIGATION BUTTONS === */

#navigation {
  margin-top: 2%;
}

#navigation a.navigation {
  display: block;
  float: left;
  background-color: rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  padding-right: 15px;
  color: rgb(0, 0, 0);
  height: 41px;
  line-height: 41px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: none;
}

#navigation a.navigation i {
  line-height: 41px;
}

#navigation a.navigation:hover {
  background-color: #DDD638;
  border-bottom: none;
}



/* === WORDSEARCH === */

#wordsearch {
  width: 45%;
  float: left;
}

#wordsearch ul {
  margin: 0px;
  padding: 0px;
}

#wordsearch ul li {
  float: left;
  width: 12%;
  background-color: rgba(0, 0, 0, .2);
  list-style: none;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  padding: 0;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0);
  text-transform: uppercase;
  overflow: hidden;
  font-size: 24px;
  font-size: 1.6vw;
  font-weight: 300;
  transition: background-color 0.75s ease;
  -moz-transition: background-color 0.75s ease;
  -webkit-transition: background-color 0.75s ease;
  -o-transition: background-color 0.75s ease;
}

#wordsearch ul li.selected {
  background-color: rgba(75, 0, 27, 0.7);
  color: #DDD638;
  font-weight: 400;
}



/* === SEARCH FORM === */

#search {
  margin-top: 30px;
}

#search input[type='text'] {
  width: 88%;
  height: 41px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
  appearance: none;
  font-size: 16px;
  font-weight: 300;
  color: white;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border-radius: 0px;
}

#search .input-search {
  width: 10%;
  float: right;
  height: 41px;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none;
  border: none;
  appearance: none;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  text-align: center;
}

#search .input-search:hover {
  background-color: rgba(0, 0, 0);
}



/* === RESPONSIVE CSS === */

@media all and (max-width: 899px) {
  #wrap {
    width: 90%;
  }
}

@media all and (max-width: 799px) {
  #wrap {
    width: 90%;
    height: auto;
    margin-top: 40px;
    top: 0%;
  }

  #wordsearch {
    width: 90%;
    float: none;
    margin: 0 auto;
  }

  #wordsearch ul li {
    font-size: 4vw;
  }

  #main-content {
    float: none;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: justify;
  }

  #main-content h1 {
    text-align: left;
  }

  #search input[type='text'] {
    width: 84%;
  }

  #search .input-search {
    width: 15%;
  }
}

@media all and (max-width: 499px) {
  #main-content h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/

.sitemap .container {
  display: flex;
  bottom: 60px;
  top: 70px;
  left: 55px;
  right: 55px;
}

.sitemap .row {
  height: 500px;
  /*set height*/
  /* border:1px solid blue; */
  width: 100%;
  margin-bottom: 10px;
  padding: 20px;
}

.sitemap .h1 {
  font-size: 22px;
  font-weight: bold;
}

.sitemap .h2 {
  font-size: 18px;
  font-weight: bold;
}

.sitemap .a {
  font-size: 16px;
  margin-left: 10px;
  color: #069;
}

.sitemap .a:hover {
  font-size: 16px;
  margin-left: 10px;
  color: #DDD638;
}

.sitemap .i {
  font-size: 18px;
  margin-left: 20px;
  color: #DDD638;
}

.sitemap .col1 {
  /* border:1px solid red; */
  width: 100%;
  height: 80%;
}

.sitemap .col2 {
  /* border:1px solid green; */
  width: 49%;
  float: left;
  height: 80%;
  margin-right: 2%;
}

.sitemap .col2:last-child {
  margin-right: 0;
}

.sitemap .col3 {
  /* border:1px solid brown; */
  width: 32%;
  float: left;
  height: 80%;
  margin-right: 2%;
}

.sitemap .col3:last-child {
  margin-right: 0;
}

.sitemap .col3 .button-link {
  /* background: none!important; */
  background: transparent;
  border: none;
  padding: 0 !important;
  color: #069;
  cursor: pointer;
  height: 18.5px;
  font-size: 16px;
  margin-left: 13px;
}

.sitemap .col3 .button-link:hover {
  font-size: 16px;
  margin-left: 13px;
  color: #DDD638;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Cookie Banner
--------------------------------------------------------------*/

#cb-cookie-banner {
  position: fixed;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
  background-color: #fff;
  border-color: #fff;
  border-top-color: #80c52e;
  color: black;
}

.cookies-btn {
  background: #80c52e;
  border-radius: 4px;
  transition: all 0.4s;
  font-size: 12px;
  color: #fff;
  line-height: 0;
  border-color: #80c52e;
  margin-top: 14px;
  height: 28px;
}

.cookies-btn:hover {
  background: #003f5d;
  color: #fff;
  border-color: #003f5d;
}

.cookies-a {
  color: #003f5d;
  text-decoration: none;
}

.cookies-a:hover {
  color: #80c52e;
  text-decoration: none;
}

/*General Styles*/

button.primary {
  display: inline-block;
  font-size: 0.8rem;
  color: #fff !important;
  background: rgb(var(--vs-primary) / 100%);
  padding: 13px 25px;
  border-radius: 17px;
  transition: background-color 0.1s ease;
  box-sizing: border-box;
  transition: all 0.25s ease;
  border: 0;
  cursor: pointer;
  box-shadow: 0 10px 20px -10px rgb(var(--vs-primary) / 50%);

  &:hover {
    box-shadow: 0 20px 20px -10px rgb(var(--vs-primary) / 50%);
    transform: translateY(-5px);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Privacy Policy
--------------------------------------------------------------*/
.privacy {
  padding-top: 0px;
}

.desc {
  display: none;
}

.privacy .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  direction: ltr;
}

.privacy .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
  direction: ltr;
}

.privacy .content h4 {
  margin-bottom: 1%;
}

.privacy .content h5 {
  margin-bottom: 1%;
  margin-top: 1%;
  margin-left: 15px;
}

.privacy .content p {
  list-style: none;
  padding: 0;
  margin-left: 15px;
}

.privacy .content ul {
  list-style: none;
  padding: 0;
}

.privacy .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
  margin-left: 15px;
}

.privacy .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #DDD638;
}

.privacy .content p:last-child {
  margin-bottom: 0;
}