@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap");
body {
  font-family: 'Roboto'; }

p {
  line-height: 25px;
  color: #555;
  font-size: 14px; }

.divider {
  background: #6cb544;
  height: 4px;
  width: 35px;
  border-radius: 10px;
  margin-bottom: 15px; }

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

.navbar-brand img {
  width: 70% !important; }

.sticky-top {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

@keyframes :bounce {
  0% {
    background: aqua !important; }
  50% {
    background: violet !important; }
  100% {
    background: red !important; } }

.header-sticky {
  animation: bounce;
  animation-duration: 2s;
  transition: all .7s ease-in-out; }

.nav-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  padding-left: 1.5625rem !important; }

.nav-link:hover {
  color: #6cb544 !important; }

.navbar-nav a {
  color: #333 !important; }

.navbar-nav > .active > a {
  color: #6cb544 !important; }

footer {
  background-image: url("../images/bg.png");
  font-size: 15px;
  background-color: #151515;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 100px 0px; }
  footer #aboutSection img {
    padding-bottom: 30px; }
  footer #aboutSection p {
    font-size: 15px;
    color: #ccc;
    line-height: 26px; }
  footer #contactDetails h4 {
    padding-bottom: 7px;
    text-transform: capitalize; }
  footer #contactDetails .divider {
    border-radius: 10px;
    margin-bottom: 15px; }
  footer #contactDetails p {
    margin-top: 19px;
    color: #ccc;
    font-size: 15px;
    line-height: 26px; }

.bottomFooter {
  background: #151515;
  color: #ccc;
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #000; }
  .bottomFooter span {
    color: #6cb544;
    font-weight: 700; }

#breadcrumb {
  background-image: url("../images/breadBg.png");
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 150px;
  width: 100%;
  text-transform: capitalize; }
  #breadcrumb h3 {
    padding: 0px !important;
    line-height: 140px; }
  #breadcrumb .breadLeft {
    float: left; }
  #breadcrumb .breadRight {
    float: right; }
  #breadcrumb span {
    line-height: 150px;
    font-size: 15px;
    font-weight: 700; }
  #breadcrumb span .active {
    color: #6cb544; }

#contactMain {
  padding: 40px 0px 0px 0px;
  text-transform: capitalize; }
  #contactMain .active {
    background: #6cb544;
    color: #fff !important; }
    #contactMain .active i {
      color: #fff !important; }
  #contactMain .contactSingle:hover {
    cursor: pointer;
    border-bottom: 1px solid #6cb544;
    transition: all 1s; }
    #contactMain .contactSingle:hover i {
      color: #ccc; }
  #contactMain .contactSingle {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding: 35px;
    transition: all 1s; }
  #contactMain .iconLeft {
    width: 15%;
    float: left;
    height: 100%; }
    #contactMain .iconLeft h4 {
      padding-top: 15px !important; }
    #contactMain .iconLeft i {
      font-size: 30px;
      color: #6cb544;
      transition: all 1s; }
  #contactMain .iconRight {
    float: right;
    width: 85%;
    height: 100%; }
    #contactMain .iconRight p {
      font-size: 15px;
      padding: 0px;
      margin: 0px; }

#contactForm {
  padding: 50px 0px 100px 0px;
  background-image: url("../images/bg-pattern.jpg"); }
  #contactForm #location {
    padding: 20px 5px; }
  #contactForm #form {
    padding: 20px 5px; }
    #contactForm #form h1 {
      text-transform: capitalize; }
    #contactForm #form p {
      line-height: 30px; }
    #contactForm #form .form-control {
      padding: 1.375rem 1.75rem;
      border-radius: 0;
      border: 1px solid #ececec; }
    #contactForm #form .btn {
      border-radius: 0;
      background: #6cb544;
      border-color: #6cb544; }
    #contactForm #form .btn:selected {
      box-shadow: 0px 0px 0px 0px #6cb544, 0 0 8px #FFF;
      border-color: #ced4da; }
    #contactForm #form .form-control:focus {
      box-shadow: 0px 0px 0px 0px #6cb544, 0 0 8px #FFF;
      border-color: #ced4da; }
    #contactForm #form ::placeholder {
      color: #333; }

#slider .carousel-inner {
  height: 570px;
  overflow: hidden; }

#slider .carousel-control-prev, #slider .carousel-control-next {
  height: 50px;
  width: 50px;
  background: #333;
  top: 50% !important;
  margin-bottom: 25px !important; }

#slider .carousel-heading {
  text-transform: capitalize;
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 35px; }

#slider .carousel-p {
  position: absolute;
  top: 290px;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 400; }

#headPart h5 {
  line-height: 35px;
  color: #333; }

#headPart h3 {
  color: #6cb544 !important;
  margin: 25px 0px; }

#impression {
  background: #f7f7f7;
  padding: 50px 0px; }
  #impression h2 {
    text-transform: capitalize;
    color: #2c2f33;
    font-family: Roboto;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px; }
  #impression h5 {
    color: #6cb544; }
  #impression .circle {
    height: 15px;
    width: 15px;
    background: #6cb544;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 20px; }
  #impression i {
    font-size: 10px;
    transform: translateY(-50%); }
  #impression p {
    margin: 10px 0px !important;
    color: #555 !important; }
  #impression span {
    color: #555; }
  #impression #counterImp {
    text-align: left; }
    #impression #counterImp span {
      color: #6cb544; }
  #impression h2 {
    margin-left: 15px; }
  #impression p {
    margin-left: 25px !important; }

#work {
  padding: 50px 0px; }
  #work .imgContainer {
    position: relative;
    width: 100%;
    height: 100%; }
  #work .divider {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 5%; }
  #work h3 {
    font-weight: bold; }
  #work .test {
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    position: absolute;
    transform-origin: top;
    transition: 1s all ease;
    transform: scaleY(0);
    display: block;
    opacity: 0.6 !important; }
    #work .test img {
      position: relative; }
  #work .imgContainer:hover {
    cursor: pointer; }
  #work .imgContainer:hover .test {
    curosr: pointer;
    transform-origin: top;
    transform: scaleY(1);
    transition: 0.3s all ease; }
  #work .imgContainer:hover .description {
    transform: scaleY(1);
    transition: 0.3s all ease-in-out; }
  #work .description {
    text-transform: capitalize;
    background: #fff;
    color: #333;
    position: absolute;
    bottom: 0;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px 0px;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.3s all ease-in-out;
    z-index: 1; }
    #work .description h4 {
      font-size: 18px; }
    #work .description h6 {
      font-size: 14px; }

#pressRoom {
  height: 100%;
  width: 100%;
  padding: 35px 0px; }
  #pressRoom .imgContainer {
    height: 200px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px; }
    #pressRoom .imgContainer img {
      transform: translateY(-50px); }
  #pressRoom h4 {
    text-transform: uppercase; }
  #pressRoom .divider {
    height: 4px;
    width: 50px;
    border-radius: 10px;
    margin: 15px 0px; }
  #pressRoom h5 {
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0px; }
  #pressRoom small {
    font-style: italic; }
  #pressRoom p {
    margin-top: 15px;
    line-height: 25px;
    color: #555;
    font-size: 14px; }
  #pressRoom .btn {
    margin-top: 5px; }

.btn-primary {
  background: #6cb544;
  border: 1px solid #6cb544; }

.btn-primary:hover {
  background: #6cb544;
  border: 1px solid #6cb544; }

.btn-outline-primary {
  border-color: #6cb544;
  color: #6cb544; }

.btn-outline-primary:hover {
  background: #6cb544;
  border-color: #6cb544; }

#pressRelease {
  padding: 30px 0px; }
  #pressRelease h4 {
    line-height: 30px; }
  #pressRelease p {
    color: #555;
    font-size: 15px; }

#blogDetails {
  padding: 30px 0px; }
  #blogDetails .divider {
    height: 3px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 5px; }
  #blogDetails small {
    font-style: italic; }
  #blogDetails .fa-quote-left {
    font-size: 35px;
    transform: translateY(50%);
    color: #6cb544; }
  #blogDetails .quoteText {
    font-style: italic;
    font-weight: 400; }
  #blogDetails h5 {
    text-transform: capitalize;
    font-size: 16pdx;
    margin-bottom: 18px; }
  #blogDetails p {
    color: #555;
    font-size: 14px;
    margin-bottom: 25px; }

#events {
  margin: 30px 0px; }
  #events .carousel-indicators {
    top: 10px;
    right: -80%; }
  #events .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%; }

#exhbCountries {
  margin: 50px 0px 0px 0px; }
  #exhbCountries .card-title {
    text-transform: capitalize; }

#careers {
  margin: 80px 0px 0px 0px; }
  #careers .careerContainer {
    padding: 20px 15px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
  #careers p {
    margin-bottom: 30px; }
  #careers h5 {
    text-transform: uppercase;
    margin: 10px 0px; }
  #careers .careerContainer:hover {
    cursor: pointer;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2); }

.dropdown:hover .dropdown-menu {
  transform: scaleY(1);
  transition: .3s transform ease-in-out;
  transform-origin: top; }

.dropdown-item .active a {
  color: #6cb544 !important; }

.dropdown-menu {
  display: block;
  transform-origin: top;
  transition: .3s transform ease-in-out;
  transform: scaleY(0);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 7px;
  top: 50px;
  margin: 0;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize; }
  .dropdown-menu .dropdown-item:hover {
    background: #fff;
    color: #6cb544 !important; }

#about {
  padding: 80px 0px 40px 0px; }
  #about h4 {
    text-transform: uppercase;
    margin-bottom: 10px; }

#counter {
  text-align: center;
  background-image: url("../images/bg-pattern.jpg");
  padding: 70px 0px;
  margin-bottom: 50px; }
  #counter h1 {
    font-weight: bold; }
  #counter span {
    color: #6cb544; }
  #counter p {
    font-weight: bold;
    font-size: 17px;
    text-transform: capitalize; }

#testimonials {
  padding: 30px 0px;
  text-transform: capitalize; }
  #testimonials h1 {
    margin-bottom: 50px; }
  #testimonials i {
    position: relative;
    top: 2%;
    left: -2%;
    color: #ccc;
    font-size: 45px;
    font-wight: bold;
    transform: rotate(135deg);
    transition: all 1s ease; }
  #testimonials .clientDiv {
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 0 14px 1px rgba(0, 255, 0, 0.4); }
  #testimonials .comment {
    padding: 10px 0px 20px 35px; }
  #testimonials p {
    font-size: 16px; }
  #testimonials h5 {
    color: #6cb544;
    font-weight: bold;
    margin-bottom: 2px;
    padding-bottom: 2px; }
  #testimonials h6 {
    color: #555;
    font-weight: bold; }
  #testimonials .clientImg {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  #testimonials .clientDiv:hover i {
    color: #6cb544;
    transition: all 1s ease; }

.greyBg {
  background: #f7f7f7; }

.carousel-item {
  background: #333; }
  .carousel-item img {
    opacity: 0.4; }

.nav-icons {
  background: #6cb544;
  padding: 0px;
  margin: 0px; }

.button {
  display: inline-block;
  height: 28px;
  margin: 10px 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  outline: 0 !important; }

.marginLeft {
  margin-left: 40%; }

.button:hover {
  background-color: #0ca20c; }

.button:active,
.button.is-checked {
  background-color: #0ca20c; }

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8); }

.grid-item {
  width: 33.3%;
  float: left;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  padding: 0px !important;
  margin: 0px !important;
  background: #333; }

.grid-item:hover .portImg {
  opacity: 0.4;
  cursor: pointer; }

.grid-item:hover .overlayText {
  opacity: 1; }

.grid-item:hover p {
  color: #fff !important; }

.overlayText {
  opacity: 0;
  display: block;
  position: absolute;
  color: #fff;
  top: 30%;
  left: 25%; }
  .overlayText .circle {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    margin: 0px auto; }
  .overlayText i {
    line-height: 35px;
    color: black; }

.grid-item * {
  transition: all 1s ease; }

.readMore:hover {
  animation: jiggle 2s infinite ease-in; }

@keyframes jiggle {
  45%, 65% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 0.9); }
  55% {
    transform: scale(0.9, 1.1) translate(0, -5px); }
  60% {
    transform: scale(1, 1) translate(0, -5px); } }

@media (max-width: 576px) {
  .carousel-inner {
    height: 240px !important; } }

@media (max-width: 768px) {
  #breadcrumb h3 {
    line-height: 125px;
    font-weight: bold;
    font-size: 35px; }
  #breadcrumb span {
    font-weight: 400;
    line-height: 0; }
  #breadcrumb .breadLeft {
    text-align: center !important;
    float: none !important; }
  #breadcrumb .breadRight {
    position: relative;
    bottom: 45px;
    text-align: center !important;
    float: none !important; } }

@media (max-width: 992px) {
  .card-columns {
    column-count: 3 !important; }
  .navbar-toggler {
    font-size: 1.10rem;
    padding: 0px;
    border: 0px; }
  .navbar-brand img {
    width: 50% !important; }
  .nav-link {
    padding-left: 5px !important;
    border-bottom: 1px solid #eee;
    padding: 15px; }
  .carousel-control-next, .carousel-control-prev {
    height: 40px !important;
    width: 40px !important;
    top: 100px !important; }
  #impression h2 {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 0px !important; }
  #impression #counterImp {
    text-align: center;
    margin: 0 auto; }
  #work .divider {
    width: 30%; }
  #testimonials {
    padding: 30px 5px !important; }
    #testimonials h1 {
      font-size: 25px; }
    #testimonials p {
      font-size: 14px; }
    #testimonials .clientDiv {
      padding: 16px !important; }
    #testimonials i {
      font-size: 32px !important; }
    #testimonials h6 {
      font-size: 0.8rem !important; }
  #pressRoom h4 {
    font-size: 20px; }
  #pressRoom h5 {
    font-size: 15px; }
  footer {
    padding: 18px 0px; }
    footer .bottomFooter {
      font-size: 13px; }
  #counter p {
    margin-bottom: 50px; }
  .dropdown-menu {
    display: none; }
  .dropdown:hover .dropdown-menu {
    display: block; } }

@media (max-width: 1200px) {
  .nav-link {
    font-size: 12px;
    padding-left: 10px !important; } }

.nav-link {
  font-size: 12px;
  padding-left: 10px !important; }

#exhibiting {
  padding: 30px 0px; }
  #exhibiting .topPart h3 {
    margin-bottom: 15px;
    text-transform: capitalize !important; }
  #exhibiting .bottomPart h2 {
    text-transform: capitalize !important; }
  #exhibiting .bottomPart li {
    font-weight: bold;
    font-size: 15px; }
    #exhibiting .bottomPart li p {
      font-weight: 400; }

#majorExhibitions {
  padding: 50px 0px; }
  #majorExhibitions .projectName .projectHeading {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    line-height: 1.8;
    font-weight: 500; }
  #majorExhibitions .projectName a {
    color: #6cb544 !important; }
  #majorExhibitions .projectName a:hover {
    text-decoration: none;
    color: #333; }

#exhibitionsDetails {
  padding: 40px 0px; }
  #exhibitionsDetails .carousel-indicators {
    top: 10px;
    right: -80%; }
  #exhibitionsDetails .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%; }

#portfolioGallery {
  padding: 20px 0px;
  background: red; }

.card-columns {
  column-count: 4;
  column-gap: 0.0rem; }

.card-columns .card {
  margin-bottom: 0rem; }

.card {
  border-radius: 0px !important; }

.card-body {
  text-align: center;
  position: absolute;
  color: #fff;
  display: block;
  height: 150px;
  width: 220px;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -110px; }
  .card-body .card-text {
    color: #fff; }
  .card-body .circle {
    margin: 0px auto;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 35px; }

.card-body {
  display: none; }

.card-img-overlay {
  background: #000;
  opacity: 0;
  transition: 0.2s opacity ease-in; }

.card:hover .card-img-overlay {
  transition: 0.2s opacity ease-in;
  opacity: 0.5;
  cursor: pointer; }

.card:hover .card-body {
  display: block;
  cursor: pointer; }

#filterBar {
  background: #6cb544;
  padding: 15px 0px; }
  #filterBar #filterButtonNav {
    float: right; }
    #filterBar #filterButtonNav .active {
      background: #51a025;
      padding: 5px 10px;
      border-radius: 20px; }
  #filterBar a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: 30px;
    font-family: 'Roboto'; }

ul.filters {
  display: block;
  width: 100%;
  margin: 0;
  padding: 30px 0; }

ul.filters li {
  list-style: none;
  display: inline-block; }

ul.filters li a {
  display: block;
  color: #434e5e;
  text-decoratoin: none;
  padding: 5px 20px;
  text-transform: capitalize; }

ul.filters li.active a {
  cursor: pointer;
  color: #fff;
  background-color: #28bea8 !important; }

#myContain {
  overflow-x: hidden; }

.grid-item {
  width: 25%;
  padding: 0px !important;
  margin: 0px !important;
  color: white; }

.card {
  color: #fff;
  padding: 0px !important;
  margin: 0px !important; }

body {
  padding: 0px;
  margin: 0px; }

.card-img-overlay {
  background: #333;
  opacity: 0.4; }

.circle {
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 auto; }

.card-img-top {
  border-radius: 0 !important; }

.card-body {
  display: none !important;
  text-align: center;
  position: absolute;
  color: #fff;
  display: block;
  height: 150px;
  width: 220px;
  top: 50%;
  margin-top: -75px;
  left: 50%;
  margin-left: -110px; }

.card-img-overlay {
  background: #000;
  opacity: 0;
  transition: 0.2s opacity ease-in; }

.card:hover .card-img-overlay {
  transition: 0.2s opacity ease-in;
  opacity: 0.5;
  cursor: pointer; }

.card:hover .card-body {
  display: block !important;
  cursor: pointer; }

.btn {
  display: inline-block;
  margin: 10px 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  outline: 0 !important; }

.actives {
  background-color: #3ea505; }

.btn:hover {
  background: #3ea505; }

#navGallery {
  background: #6cb544; }

@media (max-width: 576px) {
  .grid-item {
    width: 100% !important; }
  .btn {
    font-size: 11px !important;
    text-align: center;
    margin-right: 20px; } }

@media (max-width: 576px) {
  .grid-item {
    width: 100% !important; }
  .btn {
    font-size: 11px !important;
    margin: 0 auto;
    margin: 7px 2px !important; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .grid-item {
    width: 50% !important; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .grid-item {
    width: 50% !important; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-item {
    width: 33.3% !important; } }
