/*================================================















            Table of contents  















==================================================















 















1. General















2. Preloader















3. Dynamic Colors















4. NavBar















5. Home















6. About















7. Service















8. Quote















10. Portfolio















11. Testimonial















12. Counter















13. Blog















14. Contact















15. Clients















16. Scroll up















17. Copyright































====================================================















            End table content 















===================================================*/
@font-face {
  font-family: 'Conv_DIN Condensed Bold';
  src: url('../fonts/DIN Condensed Bold.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/DIN Condensed Bold.woff') format('woff'), url('../fonts/DIN Condensed Bold.ttf') format('truetype'), url('../fonts/DIN Condensed Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINMittelschriftStd';
  src: url('../fonts/DINMittelschriftStd.otf');
}
@font-face {
  font-family: 'dinpro_medium';
  src: url('../fonts/DINPro-Medium.ttf');
}
@font-face {
  font-family: 'dinpro_reg';
  src: url('../fonts/DINPro-Regular.ttf');
}
@font-face {
  font-family: 'dinpro_bold';
  src: url('../fonts/DINPro-Bold.ttf');
}
@font-face {
  font-family: 'Conv_DINLightAlternate';
  src: url('../fonts/DINLightAlternate.eot');
  src: local('Ã¢ËœÂº'), url('../fonts/DINLightAlternate.woff') format('woff'), url('../fonts/DINLightAlternate.ttf') format('truetype'), url('../fonts/DINLightAlternate.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------------*/
/* General */
/*-------------------------------------------------------*/
html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Conv_DIN Condensed', sans-serif;
}
.contrast {
  color: #9bb70d;
}
.heading {
  padding: 80px 0px 60px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  margin-top: 0;
  font-family: 'Conv_DIN Condensed Bold', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 40px;
  color: #000;
}
hr {
  height: 2px !important;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px auto;
  background-color: #bfd73e;
  ;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-family: 'Conv_DIN Condensed Bold', sans-serif;
  font-weight: bold;
  margin: 10px 0px;
}
p {
  font-size: 15px;
  color: #666;
}
/*-------------------------------------------------------*/
/* Preloader */
/*-------------------------------------------------------*/
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999999;
}
.preloader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #9bb70d;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*-------------------------------------------------------*/
/* Dynamic Colors */
/*-------------------------------------------------------*/
#box {
  position: fixed;
  top: 150px;
  left: -160px;
  height: 110px;
  width: 160px;
  background-color: #222;
  z-index: 1000;
  -webkit-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
}
.option {
  position: absolute;
  left: 160px;
  z-index: 1001;
  height: 50px;
  width: 50px;
  background-color: #111;
  cursor: pointer;
}
#box .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #FFF;
  transition: all .5s ease-in-out;
}
.open {
  left: 0px !important;
}
.green {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #9bb70d;
  background-color: #9bb70d;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.peach {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #ff6a6a;
  background-color: #ff6a6a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.purple {
  position: absolute;
  top: 10px;
  left: 110px;
  color: #9b59b6;
  background-color: #9b59b6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.blue {
  position: absolute;
  top: 60px;
  left: 10px;
  color: #0099e6;
  background-color: #0099e6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.orange {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #ffa500;
  background-color: #ffa500;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.red {
  position: absolute;
  top: 60px;
  left: 110px;
  color: #dc143c;
  background-color: #dc143c;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
/*-------------------------------------------------------*/
/* NavBar */
/*-------------------------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  padding: 5px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scroll {
  background-color: #fff;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}
.custom-navbar .navbar-brand {
  position: absolute;
  top: 0px;
}
.custom-navbar .navbar-brand img, .custom-navbar .navbar-brand p {
  display: inline-block;
  padding-bottom: 50px;
}
.custom-navbar .navbar-brand p {
  font-size: 30px !important;
  color: #314967;
  font-weight: bold;
}
.custom-navbar .nav li a {
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #9bb70d;
}
.custom-navbar .navbar-nav > li > a.active {
  background-color: transparent;
  color: #9bb70d;
  border-bottom: 2px solid #9bb70d;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #9bb70d;
  border-color: transparent;
}
/*-------------------------------------------------------*/
/* Home */
/*-------------------------------------------------------*/
#home {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
}
#home .text {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #111;
  top: 25%;
}
#home img {
  max-width: 150px;
  margin: auto;
  border: 5px solid #9bb70d;
  border-radius: 50%;
}
.typed-cursor, .element {
  display: inline-block;
  font-weight: bold;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  color: #111;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.bouncing-icon:hover {
  background: none;
  color: #9bb70d;
}
/*-------------------------------------------------------*/
/* About */
/*-------------------------------------------------------*/
#about img {
  width: 450px;
  margin: auto;
  margin-bottom: 60px;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
#about a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.mt-30 {
  margin-top: 30px;
}
.mb-60 {
  margin-bottom: 60px;
}
#about li a {
  font-size: 16px;
}
#about li.active a {
  color: #9bb70d;
}
#about li a:hover {
  color: #9bb70d;
  background-color: transparent;
}
#about p span {
  color: #111;
  font-weight: 500;
}
.tab-content p {
  font-size: 15px;
  text-align: left;
  line-height: 28px;
}
#about .seework {
  margin: 40px 0px 60px 0px;
}
#about .seework-btn {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  background-color: #9bb70d;
}
#about .seework-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
#about .download-resume {
  margin: 40px 0px 60px 0px;
}
#about .download-btn {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  padding: 12px 20px;
  color: #fff;
  background-color: #9bb70d;
}
#about .download-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.skill-bar {
  width: 100%;
  height: 8px;
  background-color: #111;
  border-radius: 5px;
}
.skill-bar-overlay {
  height: 8px;
  background-color: #9bb70d;
  width: 20%;
}
.single-skill {
  position: relative;
  margin-bottom: 30px;
}
.single-skill p {
  font-size: 15px;
  color: #322C2C;
  font-weight: 500;
}
.single-skill span {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 15px;
  color: #322C2C;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}
/*-------------------------------------------------------*/
/* Services */
/*-------------------------------------------------------*/
#service {
  background-color: #f5f5f5;
}
#service .back img {
  height: 45px;
  margin: auto;
}
#service .subtitle {
  margin: 15px 0px 10px 0px;
}
#service p {
  font-size: 16px;
}
#service .fa {
  color: #fff;
  background-color: #a9a9a9;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
}
#service .back {
  position: relative;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.space {
  padding-bottom: 60px;
}
#service .back:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px #9bb70d;
}
#service .back:hover .fa {
  background-color: #9bb70d;
}
/*-------------------------------------------------------*/
/* Quote */
/*-------------------------------------------------------*/
#quote {
  background: url(../images/quote.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#quote h1 {
  margin: 0;
  font-weight: bold;
}
#quote h4 {
  margin: 20px 0 30px 0;
}
#quote .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 25px;
}
#quote .quote-btn:hover {
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/*-------------------------------------------------------*/
/* Portfolio */
/*-------------------------------------------------------*/
#portfolio {
  background-color: #f5f5f5;
  padding-bottom: 45px;
}
#portfolio .active {
  color: #9bb70d;
  border-bottom: 2px solid #9bb70d;
}
#portfolio .mix {
  display: none;
}
#portfolio ul.work-list {
  list-style: outside none none;
  margin-bottom: 60px;
  padding: 0;
}
#portfolio ul.work-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
}
ul.da-thumbs {
  list-style-type: none;
  padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 1%;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 30.33%;
}
.da-thumbs li, .da-thumbs li img {
  display: block;
  position: relative;
}
.da-thumbs li img {
  /* max-width: 33.33%; */
  width: 100%;
  height: auto;
}
.da-thumbs li div.work-content {
  position: absolute;
  text-align: center;
  background: #ffffff;
  width: 100%;
  height: 100%;
  color: #231f20;
}
#portfolio .work-table {
  display: table;
  width: 100%;
  height: 100%;
}
#portfolio .table-cell {
  display: flex;
  vertical-align: middle;
}
#portfolio .work-content h3 {
  margin-top: 0;
}
#portfolio .work-content p {
  color: #fff;
  font-size: 15px;
  padding: 0px 20px 7px 20px;
}
#portfolio .work-content .fa {
  padding: 10px;
  margin: 0px 5px;
  color: #fff;
  background-color: #9bb70d;
  border-radius: 50%;
}
/*-------------------------------------------------------*/
/* Testimonial */
/*-------------------------------------------------------*/
#testimonial {
  padding-bottom: 60px;
}
.single-testimonial {
  position: relative;
  padding: 15px 20px;
  border: 1.5px solid #bbb;
}
.t-image {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-testimonial .t-image img {
  max-width: 90px;
  height: 90px;
}
.t-name {
  position: absolute;
  left: 130px;
  padding: 13px 0px;
}
.single-testimonial p.comp {
  font-style: italic;
  color: #9bb70d;
  font-size: 14px;
}
.t-content {
  margin-top: 110px;
}
.single-testimonial p.description {
  text-align: left;
  font-size: 15px;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #9bb70d;
}
/*-------------------------------------------------------*/
/* Counter */
/*-------------------------------------------------------*/
#counter {
  position: relative;
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  background: #f5f5f5 url(../images/fact.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#counter .single-counter {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}
/*-------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------*/
#blog .single-blog {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  margin-bottom: 60px;
  padding-bottom: 30px;
}
#blog .single-blog img {
  width: 400px;
  max-height: 220px;
  margin: auto;
  margin-bottom: 20px;
}
#blog .post-description, #blog .post-description .fa {
  color: #8d8d8d;
  text-align: left;
}
#blog .post-description .fa {
  padding-left: 20px;
}
#blog .single-blog .subtitle {
  text-align: left;
  padding-left: 20px;
  margin-top: 10px;
}
#blog p {
  text-align: left;
  font-size: 15px;
  padding: 0px 20px 10px 20px;
}
#blog .blog-btn {
  font-size: 16px;
  padding: 9px 18px;
  color: #fff;
  background-color: #9bb70d;
}
#blog .blog-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
/*-------------------------------------------------------*/
/* Contact */
/*-------------------------------------------------------*/
#contact {
  background-color: #f5f5f5;
}
.contact-text {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding-left: 14px;
}
.contact-message {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #111;
  font-size: 14px;
  height: 150px;
  width: 100%;
  padding: 14px;
}
#contact .send-btn {
  background-color: #9bb70d;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 20px;
  margin-bottom: 60px;
  border: none;
  float: left;
}
#contact .send-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.contact-info {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 0px 10px;
  padding: 10px 30px 30px 30px;
}
#contact h3 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
#contact .fa {
  margin-right: 6px;
}
#contact .social .fa {
  margin-bottom: 10px;
}
/*#contact .fa-map-marker,















#contact .fa-phone,















#contact .fa-envelope-o,















#contact .fa-clock-o {















  background-color: #9bb70d;















  color: #fff;















  height: 25px;















  width: 25px;















  text-align: center;















  line-height: 25px;















  border-radius: 50%;















} */
.contact-info span {
  color: #000;
  font-weight: 500;
}
#contact .sep {
  border-bottom: 1.5px solid #bbb;
}
#contact .fa-facebook {
  background-color: #2968cc;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
#contact .fa-twitter {
  background-color: #00ACEE;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
#contact .fa-google-plus {
  background-color: #2968cc;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
#contact .fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
#contact .fa-youtube {
  background-color: #b31217;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
#contact .fa-linkedin {
  background-color: #007bb6;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
}
.facebook-tooltip, .twitter-tooltip, .google-tooltip, .linkedin-tooltip, .instagram-tooltip, .youtube-tooltip {
  position: relative;
}
.facebook-text, .twitter-text, .google-text, .linkedin-text, .instagram-text, .youtube-text {
  visibility: hidden;
  background-color: #222;
  color: #fff !important;
  font-size: 12px;
  padding: 0px 5px;
  position: absolute;
  top: 150%;
  left: 0%;
  z-index: 10;
}
.facebook-tooltip:hover .facebook-text {
  visibility: visible;
}
.twitter-tooltip:hover .twitter-text {
  visibility: visible;
}
.google-tooltip:hover .google-text {
  visibility: visible;
}
.linkedin-tooltip:hover .linkedin-text {
  visibility: visible;
}
.instagram-tooltip:hover .instagram-text {
  visibility: visible;
}
.youtube-tooltip:hover .youtube-text {
  visibility: visible;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-10 {
  margin-bottom: 10px
}
/*-------------------------------------------------------*/
/* Clients */
/*-------------------------------------------------------*/
#partners img {
  max-width: 180px;
  padding: 0px 30px 60px 30px;
  margin: auto;
}
/*-------------------------------------------------------*/
/* Scroll up */
/*-------------------------------------------------------*/
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  z-index: 9;
}
#scroll-up:hover {
  background-color: #9bb70d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}
/*-------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------*/
footer {
  background-color: #111;
  padding: 10px 0px;
}
footer p {
  color: #bbb;
  text-align: center;
}
div#case_study {
  background-color: #bfd62e;
  padding: 0 0 60px;
  margin-top: 25px;
}
#case_study #parent .work-content a.work-table {
  text-decoration: none;
}
#case_study #parent .work-content .table-cell {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  padding: 0 25px;
}
#case_study #parent .work-content .table-cell .subtitle {
  padding: 0px !important;
  text-align: left;
  margin: 0;
  text-decoration: none;
  color: black;
  text-transform: capitalize !important;
}
ul.gallery_style {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
ul.gallery_style li {
  width: 31.33%;
  margin: 1%;
  position: relative;
  list-style: none;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
ul.gallery_style li .content {
  background: white;
  display: flex;
  width: 100%;
  flex-direction: column;
  text-decoration: none;
  padding: 38px;
  justify-content: space-between;
  color: black;
  height: 330px;
}
ul.gallery_style li .content h2 {
  font-family: 'DINMittelschriftStd';
  font-size: 32px;
  font-weight: normal;
  margin: 0px;
}
ul.gallery_style li .content p {
  font-family: 'DINMittelschriftStd';
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
ul.gallery_style li:hover a img {
  opacity: 1;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.white-btn {
  display: block;
  font-size: 24px;
  margin: 30px auto 0;
  color: black;
  border: 0;
  padding: 0px 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  font-family: 'Conv_DIN Condensed Bold', sans-serif;
}
.white-btn a {
  color: black;
  text-decoration: none;
}
ul.gallery_style li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
ul.gallery_style p {
  color: #231f20;
  font-size: 20px;
  font-weight: 600;
}
.toi h1 {
  font-family: 'dinpro_medium';
  font-size: 28px;
}
.toi p {
  font-family: 'dinpro_reg';
  font-size: 16px;
  line-height: 28px;
}
.toi img {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.pt-0 {
  padding-top: 0px !important;
}
.space-100 {
  padding: 120px 0px 0px;
}
.space-60 {
  padding: 60px 0px;
}
.my-3 {
  margin: 15px 0 !important;
}
.w-100 {
  width: 100%;
}
.SeeMore_btn {
  background-color: #9bb70d;
  font-size: 24px;
  margin: 30px auto 0;
  color: black; /* border: 0; */ padding: 0px 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  font-family: 'Conv_DIN Condensed Bold', sans-serif;
  border: 1px solid #97b308;
  line-height: 24px;
  height: 36px;
}
.SeeMore_btn a {
  background-color: #9bb70d;
  font-size: 24px;
  margin: 30px auto 0;
  color: black;
  border: 0;
  padding: 0px 10px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  font-family: 'Conv_DIN Condensed Bold', sans-serif;
  text-decoration: none;
}
.pt-9 {
  padding-top: 90px;
}
.pt-15 {
  padding-top: 150px;
}
.toi .news-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 450px;
  border: 2px solid #bdd430;
  padding: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
  text-decoration: none;
  color: black;
}
.toi .news-box h1 {
  font-family: 'dinpro_bold';
  font-size: 4.2rem;
  word-break: break-word;
  margin: 0;
}
.toi .news-box h3 {
  font-family: 'dinpro_bold';
  font-weight: 28px;
  margin-bottom: 3px;
}
.toi .news-box p {
  font-family: 'dinpro_medium';
  font-size: 20px;
  margin: 0;
}
.toi .news-box i {
  font-family: 'dinpro_medium';
  font-size: 28px;
}
.bg-light {
  background-color: #fff;
}
.border-0 {
  border: 0px !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border-green {
  border: 2px solid #bdd430;
}
.mh-100 {
  min-height: 95vh;
}