@font-face {
  font-family: "Helvetica";
  src: url("helveticaneuel.ttf") format("truetype");
}

.adjust-height {
  max-height: 300px !important;
}  

.download-btn {
  color: #333;
  text-decoration: none !important;
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  transition: 0.3s ease;
  align-self: flex-end;
}

.download-btn:hover {
  color: #098442;
}

.overlay, .overlay-green, .overlay-black, .overlay-white, .overlay-grey, .overlay-cont {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.overlay-green {
  background: rgba(86, 173, 71, 0.7);
}

.overlay-black {
  background: rgba(0, 0, 0, 0.5);
}

.overlay-white {
  background: rgba(255, 255, 255, 0.8);
}

.overlay-grey {
  background: rgba(115, 115, 115, 0.4);
  z-index: 1;
}

.overlay-cont {
  background: rgba(115, 115, 115, 0.6);
}

.title-rule {
  width: 280px;
  border-top: 1px solid #fff;
}

.as-background {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: 0.6s ease-in-out;
}

.page-header {
  height: 400px;
  position: relative;
}

.page-header .page-header-text {
  position: absolute;
  width: 450px;
  bottom: 100px;
  left: 10%;
  color: #fff;
  z-index: 1;
}

.page-header .page-header-text h2 {
  font-size: 36px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
}

.image-grid .pr-10 {
  padding: 0px;
}

.image-grid .pl-10 {
  padding: 0px;
}

.image-grid .d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-grid .image-contain {
  height: 270px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.image-grid .image-contain img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.image-grid .image-contain:hover img {
  transform: scale(1.1);
}

.image-grid .image-contain1 {
  height: 190px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.image-grid .image-contain1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.image-grid .image-contain1:hover img {
  transform: scale(1.1);
}

.image-grid .for-text {
  position: absolute;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  bottom: 20px;
  left: 0;
}

.image-grid .for-text h4 {
  font-size: 18px;
  font-weight: 600;
}

.frm-btn {
  padding: 10px 40px;
  color: #fff;
  background: #56AD47;
  border: none;
  cursor: pointer;
}

html, body {
  height: 100%;
  width: 100vw;
  font-family: "Barlow", sans-serif, sans-serif;
  color: #333;
  font-size: 14px;
}

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

a {
  cursor: pointer;
}

body {
  overflow-x: hidden;
  font-size: 14px;
}

* {
  box-sizing: border-box;
}

.btn-black {
  padding: 10px 40px;
  margin-top: 20px;
  color: #F7F7F7;
  background: #343934;
  border: none;
  cursor: pointer;
}

.btn-white {
  padding: 10px 40px;
  margin-top: 20px;
  color: #343934;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: 0.3s linear;
}

.btn-white:hover {
  background: #343934;
  color: #fff;
}

.gradient-overlay {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6));
  top: 0;
  left: 0;
  padding: 15px;
  color: #fff;
}

.reduce-img {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
}

.huge {
  font-size: 80px;
  font-weight: 200;
  line-height: 1em;
}

/* Navbar Styles */
.navbar {
  min-height: 80px;
  z-index: 4;
}

.navbar.bg-light {
  background-color: #fff !important;
}

.navbar.bg-light .navbar-nav .show > .nav-link {
  color: #56AD47 !important;
}

.navbar.bg-light .navbar-nav .nav-link {
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
}

.navbar.bg-light .navbar-nav .nav-link:hover, .navbar.bg-light .navbar-nav .nav-link :focus {
  color: #56AD47;
}

.navbar.bg-light .navbar-nav .nav-link.dropdown-toggle:after {
  display: none;
}

.navbar.bg-light .navbar-nav .active > .nav-link {
  color: #56AD47;
}

.navbar.bg-light .navbar-nav .active > .nav-link:hover, .navbar.bg-light .navbar-nav .active > .nav-link :focus {
  color: #56AD47;
}

.navbar.bg-light .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 12px !important;
}

.navbar .navbar-brand img {
  max-height: 70px;
}

.navbar .search-toggle {
  position: absolute;
  right: 0;
  padding: 15px;
  background-color: #56AD47;
  color: #fff;
  text-align: center;
  height: 80px;
  top: 0;
  cursor: pointer;
  z-index: 11;
}

.navbar .search-toggle .material-icons {
  font-size: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.index-header {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}

.index-header .main-slider-owl {
  position: absolute;
  width: 100%;
  height: 100%;
}

.index-header .main-slider-owl .owl-dots {
  display: none !important;
}

.index-header .main-slider-owl .slider-container img {
  width: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
}

.index-header .index-header-text {
  position: absolute;
  width: 450px;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 1;
}

.index-header .index-header-text h2 {
  font-size: 36px;
}

/* Main Styles */
.main {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  color: #fff;
}

.main .skewed-overlay {
  width: calc(55% + 110px);
  height: 100%;
  position: absolute;
  left: -110px;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: skew(-20deg);
}

.main blockquote p {
  position: relative;
}

.main blockquote p svg:first-child {
  position: absolute;
  top: -10px;
  left: -10px;
}

.main blockquote p svg:last-child {
  position: absolute;
  bottom: -10px;
  right: -10px;
}

/* Contact Index Styles */
.contact-index {
  min-height: 650px;
  position: relative;
}

.contact-index .contact-form {
  width: 560px;
  padding: 40px;
  color: #fff;
  /*background: rgba(115, 115, 115, 0.6);*/
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-index .contact-form .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  min-height: 40px;
}

.contact-index .contact-form .form-control:focus {
  box-shadow: inset 0 0px 0 #fff;
}

.contact-index .contact-form .form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}

.contact-index .contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.contact-index .contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.contact-index .contact-form .form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

.contact-index .contact-form textarea {
  resize: none;
}

/* About Styles */
.about {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about.black-background {
  background: #343934 !important;
  color: #fff !important;
}

.about.black-background hr {
  border-top: 1px solid #fff !important;
}

.about.black-background .services-slide {
  padding: 0px 15px;
}

.about.black-background .services-slide .card {
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  padding: 40px 15px;
  overflow: hidden;
  border-radius: 0px;
  height: 100%;
  max-height: 300px;
}

.about.black-background .services-slide .card:hover img {
  transform: scale(1.1);
}

.about.black-background .services-slide .card .card-body {
  background: transparent;
  position: relative;
  padding: 0px;
  color: #fff;
}

.about.black-background .services-slide .card .card-body h4 {
  font-size: 18px;
}

.services-slide .owl-stage {
  display: flex !important;
}


.about.black-background .services-slide .owl-nav {
  width: calc(100% - 30px);
}

.about.black-background .services-slide .owl-prev {
  padding: 0px;
  margin: 0px;
  left: 0;
  float: left;
  margin-left: -40px;
}

.about.black-background .services-slide .owl-prev .material-icons {
  font-size: 45px;
}

.about.black-background .services-slide .owl-next {
  padding: 0px;
  margin: 0px;
  float: right;
  margin-right: -40px;
}

.about.black-background .services-slide .owl-next .material-icons {
  font-size: 45px;
}

.about h2 {
  margin-top: 0px;
  font-size: 22px;
  letter-spacing: 1px;
}

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

.about .b {
  color: #333;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none !important;
}

.about .b:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #333;
  transition: width .3s;
}

.about .b:hover:after {
  width: 100%;
}

.about .card {
  border: 1px solid #333;
  border-radius: 0px;
  color: #333;
}

.about .image-grid .image-contain, .about .image-grid .image-contain1 {
  margin-left: 15px;
  margin-right: 15px;
}

.about .media .date-area {
  padding: 10px;
  background: #56AD47;
  color: #fff;
  height: 75px;
}

.about .media .date-area .date-num {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.about .media .date-area .date-month {
  margin-bottom: 0px;
}

.about .media .media-body {
  background: #FDFDFD;
  padding: 10px 15px;
  height: 75px;
}

.about .media .media-body a {
  text-decoration: none !important;
}

.about .media .media-body a:after {
  display: none;
}

.about .media .media-body h3 {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 600;
}

.about .media .media-body img {
  max-height: 35px;
  width: auto;
  margin-top: 10px;
}

.about .awards {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  list-style: none;
  justify-content: center;
}

.about .awards li {
  margin-bottom: 20px;
  width: 13%;
}

.about .awards li img {
  width: 60%;
  height: auto;
}

/* Documentart Styles */
.documentary {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FDFDFD;
}

.documentary h2 {
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #333;
}

.documentary .contain-video {
  position: relative;
  z-index: 1;
}

.documentary .contain-video img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.documentary .contain-video .play-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}

.about-documentary {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #343934;
}

.about-documentary h2 {
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #fff;
}

.about-documentary .contain-video {
  position: relative;
  z-index: 1;
}

.about-documentary .contain-video img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.about-documentary .contain-video .play-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
}

/* Expertise Styles */
.expertise {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  color: #fff;
}

.expertise .expertise-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.expertise h2 {
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
}

.expertise span {
  padding: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.expertise span img {
  position: absolute;
  max-height: 60px;
  width: auto !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.expertise .owl-dots {
  display: none !important;
}

.expertise .owl-nav {
  top: 30% !important;
}

.expertise .owl-nav .owl-prev {
  padding: 0px;
  margin: 0px;
  position: absolute;
  left: -25px;
}

.expertise .owl-nav .owl-prev .material-icons {
  font-size: 50px;
  line-height: 0em;
}

.expertise .owl-nav .owl-next {
  padding: 0px;
  margin: 0px;
  position: absolute;
  right: -25px;
}

.expertise .owl-nav .owl-next .material-icons {
  font-size: 50px;
  line-height: 0em;
}

/* News Styles */
.news {
  padding-top: 60px;
  padding-bottom: 80px;
}

.news h2 {
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
}

.news .big-one {
  height: 400px;
  flex: 2;
}

.news .normal-one {
  height: 400px;
  flex: 1;
}

.news .card {
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.news .card .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .card .card-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
}

.news .card small {
  font-size: 12px;
}

.news .card a {
  color: #fff;
  text-decoration: none !important;
}

.news .card a:hover, .news .card a :focus {
  color: #56AD47;
}

.news .card .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 20px 15px;
}

/* Projects Styles on Index Page*/
.projects {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  color: #fff;
}

.projects h2 {
  margin-top: 0px;
  font-size: 26px;
  letter-spacing: 1px;
}

.projects .as-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.projects .card {
  border: none;
  border-radius: 0px;
  margin-bottom: 15px;
}

.projects .card .card-img-top {
  border-radius: 0px;
  height: 250px;
  object-fit: cover;
}

.projects .card .card-body {
  position: relative;
  color: #333;
}

.projects .card .card-body a {
  color: #333;
  text-decoration: none !important;
}

.projects .card .card-body a:hover {
  color: #56AD47;
}

.projects .card .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
}

.projects .card .card-body span {
  display: inline-block;
  padding: 10px;
  background: #56AD47;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -55px;
}

.projects .card .card-body span img {
  max-height: 30px;
}

.projects .more {
  color: #fff;
  display: inline-block;
  padding-bottom: 3px;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none !important;
}

.projects .more:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width .3s;
}

.projects .more:hover:after {
  width: 100%;
}

/* Testimonials Styles */
.testimonials .left-area {
  padding: 40px 40px 40px 80px;
  background: #fff;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}

.testimonials h2 {
  font-size: 22px;
}

.testimonials .img-contain {
  height: 300px;
  overflow: hidden;
}

.testimonials .img-contain img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}

.testimonials .img-contain img:hover {
  transform: scale(1.1);
}

/* What We Do Styles */
.what-we-do {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
}

.what-we-do .card {
  background: transparent;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  padding: 40px 15px;
  overflow: hidden;
  border-radius: 0px;
  max-height: 150px;
}

.what-we-do .card:hover img {
  transform: scale(1.1);
}

.what-we-do .card .card-body {
  background: transparent;
  position: relative;
  padding: 0px;
  color: #fff;
}

.what-we-do .card .card-body h4 {
  font-size: 18px;
}

.what-we-do .card.with-border {
  border: 1px solid #333;
}

.what-we-do .card.with-border .card-body {
  color: #333 !important;
}

.what-we-do .card.team {
  height: 300px !important;
  max-height: 300px !important;
  padding: 0px !important;
  margin-bottom: 30px;
}

.what-we-do .card.team:hover img {
  transform: none !important;
}

.what-we-do .card.team a {
  color: #fff !important;
  text-decoration: none !important;
}

.what-we-do .img-contain {
  min-height: 150px;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.what-we-do .img-contain:hover img {
  transform: scale(1.1);
}

.what-we-do.clients img {
  max-height: 80px;
  margin-bottom: 20px;
}

.what-we-do.clients .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

.what-we-do.clients .flex:last-child {
  border-bottom: none;
}

.what-we-do .nav-tabs {
  display: inline-flex !important;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.what-we-do .nav-tabs .nav-item .nav-link {
  color: #333 !important;
}

.what-we-do .nav-tabs .nav-item .nav-link.active {
  border-bottom: 1px solid #dee2e6;
}

.what-we-do .pub {
  box-shadow: 2px 1px 3px 1px #e3e3e3;
}

.what-we-do .pub .img-box {
  position: relative;
  height: 200px;
}

.what-we-do .pub .right-side {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.set-max-height{
  max-height: 120px !important;
  height: 100%;
  padding: 25px 15px !important;
}
.team-modal .modal-dialog {
  max-width: 700px;
  background: #fff;
  margin-top: 80px;
}

.team-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}

.team-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 40px;
}

.team-modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* Individual what we do pages Styles */
.we-do {
  padding-top: 60px;
  padding-bottom: 100px;
}

.we-do h3 {
  font-weight: 600;
}

.we-do .card {
  border-color: #56AD47;
}

.we-do .card a {
  color: #333 !important;
  text-decoration: none !important;
}

.we-do .card img {
  max-height: 80px;
}

.we-do .card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
}

.we-do .source {
  color: black;
  text-decoration: none !important;
}

.we-do .source:hover, .we-do .source :focus {
  color: #56AD47;
}

.r-news {
  background: #343934;
  padding-top: 60px;
  padding-bottom: 60px;
}

.r-news h3 {
  color: #fff;
  font-size: 20px;
}

.r-news .card {
  border: none;
  border-radius: 0px;
  position: relative;
  background: #fff;
}

.r-news .card label {
  padding: 10px 30px;
  background: #56AD47;
  color: #fff;
  position: absolute;
  top: 20px;
}

.r-news .card .card-body {
  padding-top: 80px;
  padding-bottom: 10px;
}

.r-news .card .card-body a {
  color: #333;
  text-decoration: none !important;
}

.r-news .card .card-body a:hover, .r-news .card .card-body a :focus {
  color: #56AD47;
}

.r-news .card .card-body h5 {
  font-size: 16px;
  font-weight: 600;
}

/* Project Styles on Project Page*/
.project {
  padding-bottom: 0px;
}

.project .card {
  border-radius: 0px;
  border: none;
  background: #F7F7F7;
}

.project .card .card-header {
  background: #F7F7F7;
  border: none;
}

.project .card .card-header .nav {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
}

.project .card .card-header .nav-tabs .nav-item .nav-link {
  border: none;
  color: #333;
  padding-bottom: 5px;
  background: transparent !important;
}

.project .card .card-header .nav-tabs .nav-item .nav-link:hover {
  color: #56AD47;
}

.project .card .card-header .nav-tabs .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: #56AD47;
  transition: width .3s;
  margin-left: auto;
  margin-right: auto;
}

.project .card .card-header .nav-tabs .nav-item .nav-link:hover:after {
  width: 80%;
}

.project .card .card-header .nav-tabs .nav-item .nav-link.active {
  color: #56AD47 !important;
  font-weight: 600;
}

.project .card .card-header .nav-tabs .nav-item .nav-link.active:after {
  width: 80% !important;
}

.project .card .card-body {
  background: #F7F7F7;
}

.project .card .card-body .more a {
  color: #333;
  text-decoration: none !important;
  display: inline-block;
}

.project .card .card-body .more a:hover {
  color: #56AD47;
}

.project .card .card-body .more a:after {
  content: '';
  display: block;
  width: 0%;
  height: 3px;
  background: #56AD47;
  transition: width .3s;
}

.project .card .card-body .more a:hover:after {
  width: 100%;
}

.single-project ul {
  padding-left: 0px;
  list-style: none;
}

.single-project ul li {
  border-bottom: 1px dotted #333;
  padding: 10px;
  padding-bottom: 0px;
}

.single-project ul li p {
  font-size: 16px;
  letter-spacing: 1px;
}

.single-project ul li .title {
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 16px;
}

.single-project ul li .resp {
  display: table;
  text-transform: uppercase;
}

.single-project ul li .descrip {
  display: table;
  margin-left: 10px;
}

.single-project ul li .descrip h5 {
  margin: 0px;
  font-size: 16px;
  font-size: 16px;
  line-height: 1.5em;
}

/* Contact Styles */
.contact-us {
  padding: 60px 0px;
}

.contact-us .contact-form {
  padding: 60px 40px;
  background: #717171;
  color: #fff;
}

.contact-us .contact-form .form-control {
  background: transparent;
  min-height: 40px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.contact-us .contact-form .form-control:focus {
  box-shadow: inset 0 0px 0 #fff;
}

.contact-us .contact-form .form-control::-webkit-input-placeholder {
  /* Chrome */
  color: #fff;
}

.contact-us .contact-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.contact-us .contact-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.contact-us .contact-form .form-control:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}

.contact-us .contact-form textarea {
  resize: none;
}

.r-news-1 {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.r-news-1 h3 {
  color: #fff;
  font-size: 20px;
}

.r-news-1 .card {
  border: none;
  border-radius: 0px;
  position: relative;
  background: #FDFDFD;
}

.r-news-1 .card label {
  padding: 10px 30px;
  background: #56AD47;
  color: #fff;
  position: absolute;
  top: 20px;
}

.r-news-1 .card .card-body {
  padding-top: 80px;
  padding-bottom: 10px;
}

.r-news-1 .card .card-body a {
  color: #333;
  text-decoration: none !important;
}

.r-news-1 .card .card-body a:hover, .r-news-1 .card .card-body a :focus {
  color: #56AD47;
}

.r-news-1 .card .card-body h5 {
  font-size: 16px;
  font-weight: 600;
}

.r-news-1 .wrap-all {
  position: relative;
  padding: 10px 15px;
}

.r-news-1 .wrap-all h3 {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

.r-news-1 .wrap-all .media {
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 10px;
}

.r-news-1 .wrap-all .media .date-area {
  padding: 0px;
  color: #fff;
  height: 75px;
  width: 60px;
}

.r-news-1 .wrap-all .media .date-area .date-num {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.r-news-1 .wrap-all .media .date-area .date-month {
  margin-bottom: 0px;
}

.r-news-1 .wrap-all .media .media-body {
  padding-left: 15px;
  padding-right: 15px;
}

.r-news-1 .wrap-all .media .media-body a {
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
}

.r-news-1 .wrap-all .media .media-body a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width .3s;
}

.r-news-1 .wrap-all .media .media-body a:hover:after {
  width: 100%;
}

.r-news-1 .wrap-all .media .media-body .media-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

/* Results Page */
.wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper .lists {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 30px;
}

.wrapper .lists li {
  display: inline-block;
  margin-bottom: 10px;
}

.wrapper .lists li a {
  padding-right: 15px;
  color: #333 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.wrapper .lists li a.dropdown-toggle {
  padding: 5px 20px;
  height: 35px;
  background: #fff;
  border: 2px solid #e7e7e7 !important;
  border-color: #e7e7e7 !important;
  width: 110px;
}

.wrapper .lists .dropdown-menu {
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  padding-top: 0px;
  padding-bottom: 0px;
  left: auto;
  right: 0;
  min-width: 110px;
}

.wrapper .lists .dropdown-menu li {
  display: block;
}

.wrapper .lists .dropdown-menu li a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
}

.wrapper .lists .dropdown-menu li a:hover {
  background: #e7e7e7;
}

.wrapper .event {
  position: relative;
  z-index: 1;
  border-top: 1px solid #fff;
  color: #333;
  padding-top: 10px;
}

.wrapper .event .date-area {
  padding: 0px;
  color: #333;
  height: 75px;
  width: 60px;
}

.wrapper .event .date-area .date-num {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.wrapper .event .date-area .date-month {
  margin-bottom: 0px;
}

.wrapper .event .media-body {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper .event .media-body a {
  color: #333 !important;
  text-decoration: none !important;
  display: inline-block;
}

.wrapper .event .media-body a:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #333;
  transition: width .3s;
}

.wrapper .event .media-body a:hover:after {
  width: 100%;
}

.wrapper .event .media-body .media-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.wrapper .news-result {
  border: none;
  border-radius: 0px;
  position: relative;
  background: #f5f5f5;
}

.wrapper .news-result label {
  padding: 10px 30px;
  background: #56AD47;
  color: #fff;
  position: absolute;
  top: 20px;
}

.wrapper .news-result .card-body {
  padding-top: 80px;
  padding-bottom: 10px;
}

.wrapper .news-result .card-body a {
  color: #333;
  text-decoration: none !important;
}

.wrapper .news-result .card-body a:hover, .wrapper .news-result .card-body a :focus {
  color: #56AD47;
}

.wrapper .news-result .card-body h5 {
  font-size: 16px;
  font-weight: 600;
}

.wrapper .report-result .date-area {
  padding: 10px;
  background: #56AD47;
  color: #fff;
  height: 75px;
}

.wrapper .report-result .date-area .date-num {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1.3em;
}

.wrapper .report-result .date-area .date-month {
  margin-bottom: 0px;
}

.wrapper .report-result .media-body {
  background: #FDFDFD;
  padding: 10px 15px;
  height: 75px;
}

.wrapper .report-result .media-body a {
  text-decoration: none !important;
}

.wrapper .report-result .media-body a:after {
  display: none;
}

.wrapper .report-result .media-body h3 {
  font-size: 16px;
  margin-top: 0px;
  font-weight: 600;
}

.wrapper .report-result .media-body img {
  max-height: 35px;
  width: auto;
  margin-top: 10px;
}

/* Footer Styles */
#footer {
  background-color: #FDFDFD;
}

#footer img {
  max-height: 80px;
}

#footer .img-cap {
  font-weight: 600;
  font-size: 14px;
}

#footer h6 {
  color: #333;
}

#footer .foot-links {
  padding-left: 0px;
  list-style: none;
}

#footer .foot-links li > a {
  color: #333;
  text-decoration: none !important;
}

#footer .foot-links li > a:hover, #footer .foot-links li > a :focus {
  color: #56AD47;
}

#footer p a {
  cursor: pointer;
}

#footer p a:hover, #footer p a :focus {
  color: #56AD47;
}

#footer .social-links {
  padding-left: 0px;
  list-style: none;
}

#footer .social-links li {
  display: inline-block;
}

#footer .social-links li img {
  max-height: 30px;
  margin-right: 10px;
}

#footer .copy {
  font-size: 10px;
}

@media (min-width: 768px) {
  .we-do .title {
    background: #fff;
    padding: 40px 80px 0px 80px;
    margin-top: -150px;
  }
  .page-header {
    height: 60vh;
  }
  .about .image-grid .image-contain, .about .image-grid .image-contain1 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .project {
    padding-bottom: 60px;
  }
  .image-grid .pr-10 {
    padding-right: 10px;
  }
  .image-grid .pl-10 {
    padding-left: 10px;
  }
  .image-grid .image-contain1 {
    width: 49%;
  }
  .float-right-md {
    float: right;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 50px;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item :focus {
    color: #56AD47;
    background: transparent;
  }
  .documentary h2, .about-documentary h2 {
    transform: rotate(-90deg);
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: bottom left;
  }
  .documentary .contain-video img, .about-documentary .contain-video img {
    height: 500px !important;
  }
  .contact-us .text-area, .contact-us .form-area {
    padding: 100px 45px;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-toggler {
    position: absolute;
    left: 10px;
    top: 30px;
    border-radius: 0px;
    border: none !important;
    padding: 0px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    border: none;
    padding: 0px;
  }
  .testimonials .left-area {
    padding: 40px 20px;
  }
  .main .skewed-overlay {
    width: calc(100%);
    transform: none;
    left: 0;
  }
  .about .awards li {
    width: 33%;
  }
  .about .awards li img {
    width: 80%;
  }
}

@media (max-width: 576px) {
  .index-header .index-header-text {
    width: 90% !important;
    left: 5% !important;
  }
  .page-header .page-header-text {
    width: 90% !important;
    left: 5% !important;
  }
  .contact-index {
    padding: 0px;
  }
  .contact-index .contact-form {
    position: relative;
    width: 100%;
    padding: 40px 15px;
  }
  .clients img {
    max-height: 60px !important;
  }
  .services-slide .owl-prev {
    margin-left: -30px;
  }
  .services-slide .owl-next {
    margin-right: -30px;
  }
}
/*# sourceMappingURL=main.css.map */