@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
/*font-family: "Dosis", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
/*font-family: "Lato", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

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

a:hover {
  text-decoration: none;
}

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

/*#### Comon css start ####*/
.common-title {
  position: relative;
  width: 100%;
}
.common-title h4 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #abd03e;
  font-weight: 600;
  margin-bottom: 10px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #00b6f1;
  font-size: 50px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 15px;
}

.common-btn1 {
  position: relative;
  padding: 12px 25px;
  border: 1px solid #222;
  border-radius: 0px;
  font-size: 18px;
  transition: all 0.5s;
}
.common-btn1:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #fff;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*##### Comon css end #####*/
/*#### Header css start ####*/
.header-wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 9;
  padding-top: 10px;
  border-bottom: 0px solid #c5c5c5;
}
.header-wrapper .logo-wrap {
  position: relative;
}
.header-wrapper .logo-wrap img {
  height: 70px;
}
.header-wrapper .menu-tigger-btn-wrap {
  position: relative;
  z-index: 9;
}
.header-wrapper .menu-tigger-btn-wrap .menu-tigger {
  position: relative;
  background-color: transparent;
  border: 0px;
  font-size: 25px;
  color: #fff;
}
.header-wrapper .menu-tigger-btn-wrap .menu-tigger img {
  height: 70px;
}
.header-wrapper .menu-tigger-btn-wrap .menu-tigger .fa-xmark {
  display: none;
}
.header-wrapper .menu-tigger-btn-wrap .menu-tigger.menu-tigger-open .fa-bars {
  display: none;
}
.header-wrapper .menu-tigger-btn-wrap .menu-tigger.menu-tigger-open .fa-xmark {
  display: block;
}

.inner-header-wrapper {
  position: relative;
  background-color: #f1f0f0;
  border-bottom: 1px solid #c5c5c5;
}
.inner-header-wrapper .menu-tigger-btn-wrap .menu-tigger {
  color: #3d3d3d;
}

/**/
.navbarNew {
  position: absolute;
  top: 100%;
  right: 0;
  height: 0%;
  width: 100%;
  background-color: #f1f0f0;
  transition: 0.5s ease all;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0px;
}

.navbarNew .nav-links {
  position: relative;
  width: 100%;
  text-align: right;
  margin-bottom: 0;
}

.navbarNew .nav-links li {
  list-style-type: none;
  margin: 1rem 0;
  margin: 0px;
}

.navbarNew .nav-links li:nth-of-type(1).nav-link-open {
  transition-delay: 0.25s;
}

.navbarNew .nav-links li:nth-of-type(2).nav-link-open {
  transition-delay: 0.35s;
}

.navbarNew .nav-links li:nth-of-type(3).nav-link-open {
  transition-delay: 0.45s;
}

.navbarNew .nav-links li:nth-of-type(4).nav-link-open {
  transition-delay: 0.55s;
}

.navbarNew .nav-links li:nth-of-type(5).nav-link-open {
  transition-delay: 0.65s;
}

.navbarNew .nav-links li a {
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
  color: #151515;
  font-size: 22px;
  position: relative;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
}

.navbarNew .nav-links li a:hover {
  color: #999;
  letter-spacing: 2px;
  margin-left: 20px;
}

.navbarNew .nav-links li a::before {
  top: -2px;
}

.navbarNew .nav-links li a::after {
  bottom: -5px;
}

.navbarNew .nav-links li a:hover::before {
  width: 100%;
}

.navbarNew .nav-links li a:hover::after {
  width: 100%;
}

/*.navbarNew.nav-open {display: block;clip-path: circle(100%);}*/
.navbarNew.nav-open {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  visibility: visible;
}

a {
  color: #000;
  text-decoration: none;
}

/*#### Header css end ####*/
/*#### Banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-video-wrap {
  position: relative;
  width: 100%;
}

/*#### Banner css end ####*/
/*#### Our services css start ####*/
.our-services-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.services-list {
  position: relative;
  width: 100%;
}
.services-list .services-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.services-list .services-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 1;
  transition: all 0.5s;
}
.services-list .services-img img {
  position: relative;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.services-list .services-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  z-index: 2;
}
.services-list .services-title h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 1px 2px 3px #000;
  margin-bottom: 0px;
}
.services-list .services-title h4 a {
  color: #fff;
}
.services-list:hover .services-img::before {
  background-color: rgba(0, 0, 0, 0.7);
}
.services-list:hover .services-img img {
  transform: scale(1.1);
}

.services-horizontal .services-img img {
  height: 260px;
}

.services-horizontal2 {
  margin-top: 30px;
}

/*#### Our services css end ####*/
/*#### about-planet section css start ####*/
.about-planet-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

.about-left-img {
  position: relative;
  width: 100%;
}
.about-left-img .about-experience-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 15px;
  background-color: #abd03e;
  text-align: center;
}
.about-left-img .about-experience-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  margin-bottom: 20px;
}
.about-left-img .about-experience-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content .typing-wrap {
  position: relative;
  width: 100%;
  color: #00b6f1;
  font-size: 30px;
  font-weight: 600;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
}
.about-right-content .typing-wrap .typed-cursor {
  margin-left: 5px;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 12px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.about-right-content ul li {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #3D3935;
  font-weight: 500;
  font-size: 15px;
}
.about-right-content ul li:before {
  content: "\f058";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #00b6f1;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*#### about-planet section css end ####*/
/*### our-recent-work css start ####*/
.our-recent-work-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.recent-work-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.recent-work-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.45);
  z-index: 1;
  opacity: 0;
  transition: all 0.5s;
}
.recent-work-wrap img {
  position: relative;
  width: 100%;
}
.recent-work-wrap .hover-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  padding: 10px 10px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 1;
}
.recent-work-wrap .hover-text h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 30px;
  margin-bottom: 0;
}
.recent-work-wrap:hover::before {
  opacity: 1;
}
.recent-work-wrap:hover .hover-text {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*### our-recent-work css end ####*/
/*### client css start ####*/
.client-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

.client-logo-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 14px 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}
.client-logo-wrap img {
  position: relative;
  height: 100px;
  transition: all 0.5s;
}
.client-logo-wrap:hover img {
  filter: grayscale(1);
  transform: scale(1.09);
}

/*### client css end ####*/
/*### testimonials css start ####*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/testimonials-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.testimonials-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  mix-blend-mode: multiply;
}

#testimonials-slider .testimonials-sld-items {
  position: relative;
  padding: 10px 15px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 30px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.testimonials-wrap .rating-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-wrap p {
  position: relative;
  width: 100%;
  color: #706C67;
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 10px;
}
.testimonials-wrap .auth-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.testimonials-wrap .auth-wrap .auth-img {
  position: relative;
  width: 70px;
}
.testimonials-wrap .auth-wrap .auth-img::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #00b6f1;
  border-right: 0px;
  border-bottom: 0px;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.testimonials-wrap .auth-wrap .auth-img img {
  position: relative;
  z-index: 1;
}
.testimonials-wrap .auth-wrap .auth-info {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.testimonials-wrap .auth-wrap .auth-info h4 {
  position: relative;
  width: 100%;
  color: #00b6f1;
  font-size: 20px;
  margin-bottom: 5px;
}
.testimonials-wrap .auth-wrap .auth-info p {
  position: relative;
  width: 100%;
  color: #6B6C70;
  font-size: 16px;
  font-weight: 600;
}
.testimonials-wrap:hover::before {
  opacity: 1;
}

.testimonials-right-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.testimonials-right-wrap .testimonials-right-img {
  position: relative;
  width: 100%;
}
.testimonials-right-wrap .testimonials-right-img img {
  position: relative;
  width: 100%;
  mix-blend-mode: multiply;
}

#testimonials-slider .slick-dots {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  text-align: center;
  z-index: 9;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#testimonials-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#testimonials-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#testimonials-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #D3DEE6;
  display: block;
  border-radius: 50%;
}

#testimonials-slider .slick-dots li.slick-active button:before {
  background-color: #00b6f1;
}

/*### testimonials css end ####*/
/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px 0px 0px;
  background-color: #151515;
}

.footer-left-wrap, .footer-right-wrap {
  position: relative;
  width: 100%;
}
.footer-left-wrap h3, .footer-right-wrap h3 {
  position: relative;
  width: 100%;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-left-wrap h5 {
  position: relative;
  width: 100%;
  color: #b5b7b9;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer-left-wrap h5 a {
  color: #b5b7b9;
}
.footer-left-wrap p {
  position: relative;
  width: 100%;
  color: #b5b7b9;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-left-wrap p a {
  color: #b5b7b9;
}

.footer-right-wrap {
  text-align: right;
}
.footer-right-wrap h6 {
  position: relative;
  width: 100%;
  color: #b5b7b9;
  font-size: 16px;
  line-height: normal;
  font-weight: 300;
  margin-bottom: 12px;
}
.footer-right-wrap .form-group {
  position: relative;
  width: 100%;
}
.footer-right-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  border: 0px;
  background-color: transparent;
  border-bottom: 1px solid #b5b7b9;
  border-radius: 0px;
  padding: 10px 0px;
  text-align: right;
  color: #b5b7b9;
}
.footer-right-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #b5b7b9;
}
.footer-right-wrap .form-group .form-control::-moz-placeholder {
  color: #b5b7b9;
}
.footer-right-wrap .form-group .form-control::placeholder {
  color: #b5b7b9;
}
.footer-right-wrap .form-group .common-btn1 {
  border-color: #b5b7b9;
  color: #b5b7b9;
  padding: 6px 20px;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.footer-inner-wrap .footer-logo img {
  height: 100px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #b5b7b9;
  font-size: 14px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}

.footer-inner-wrap .contact-det-list span {
  color: #fff;
  font-size: 20px;
  padding-right: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #B1B1B1;
}

.footer-inner-wrap .contact-det-list p a {
  color: #B1B1B1;
}

/**/
.newsletter-wrap {
  position: relative;
  width: 100%;
}

.newsletter-wrap p {
  position: relative;
  width: 100%;
  color: #B1B1B1;
  font-size: 14px;
}

.newsletter-wrap .newsletter-frm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 2px 2px;
  border-radius: 5px;
}

.newsletter-wrap .newsletter-frm .input-text {
  position: relative;
  width: calc(100% - 70px);
  padding-right: 0px;
}

.newsletter-wrap .newsletter-frm .input-text .form-control {
  padding: 10px 10px;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
  background-color: #ffffff;
  border: 0px solid #dddddd;
}

.newsletter-wrap .newsletter-frm .input-text .form-control:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-wrap .newsletter-frm .submit {
  position: relative;
  width: 90px;
  margin-left: -20px;
}

.newsletter-wrap .newsletter-frm .submit .btn-success {
  position: relative;
  width: 100%;
  height: 45px;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px 5px 5px 5px;
}

/**/
/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #b5b7b9;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #00b6f1;
  transition: 0.5s;
}

/**/
.foot-copy {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  border-top: 1px solid #b7b7b7;
}
.foot-copy p {
  position: relative;
  width: 100%;
  color: #b5b7b9;
  font-size: 14px;
  margin-bottom: 0px;
}
.foot-copy .footer-social-icon ul {
  justify-content: end;
}

.footer-inline-menu {
  position: relative;
  width: 100%;
}
.footer-inline-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.footer-inline-menu ul li {
  position: relative;
  padding-right: 10px;
}
.footer-inline-menu ul li a {
  position: relative;
  color: #b5b7b9;
  font-size: 13px;
}

/*#### Footer css end ####*/
/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-bannerwrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 10%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #00b6f1;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #282828;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "\f138";
  font-family: fontawesome;
  position: absolute;
  top: 0px;
  left: 0;
  color: #abd03e;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*### Inner banner css end ####*/
/*### Project page css start ###*/
.project-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

.project-nav-tab {
  position: relative;
  width: 100%;
  justify-content: center;
  border-bottom: 0px;
}
.project-nav-tab li {
  position: relative;
  padding: 0px 10px;
}
.project-nav-tab li button.nav-link {
  position: relative;
  background-color: #fff;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0;
  color: #3D3935;
  transition: all 0.5s;
}
.project-nav-tab li button.nav-link.active {
  background-color: #00b6f1;
  color: #fff;
}
.project-nav-tab li button.nav-link:hover {
  background-color: #00b6f1;
  color: #fff;
}

.project-wrap {
  position: relative;
  width: 100%;
}
.project-wrap .img-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.project-wrap .img-box img {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.project-wrap .img-box a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.project-wrap .hover-content {
  position: absolute;
  left: 0;
  top: 20%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 10px 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.project-wrap .hover-content h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.project-wrap .hover-content h4 a {
  color: #fff;
}
.project-wrap .hover-content h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
}
.project-wrap:hover .img-box img {
  transform: scale(1.1);
}
.project-wrap:hover .img-box a:before {
  opacity: 1;
  visibility: visible;
}
.project-wrap:hover .hover-content {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

/*### Project page css end ###*/
/*### Project details page css start ###*/
.project-details-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #eef7ee;
}

.project-details-intro, .project-details-location {
  position: relative;
  width: 100%;
}
.project-details-intro h3, .project-details-location h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 25px;
  margin-bottom: 15px;
}
.project-details-intro p, .project-details-location p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 15px;
}

.project-details-video {
  position: relative;
  width: 100%;
}
.project-details-video iframe {
  position: relative;
  width: 100%;
  height: 500px;
}

.work-wrap {
  position: relative;
  width: 100%;
}
.work-wrap img {
  position: relative;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-wrap a {
  position: relative;
  display: block;
  cursor: pointer;
}
.work-wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.work-wrap:hover a::before {
  opacity: 1;
  visibility: visible;
}

/*### Project details page css end ###*/
/*### About inner nav css start ####*/
.about-inner-nav-wrap {
  position: relative;
  width: 100%;
  padding: 40px 0px;
  background-color: #f1f0f0;
}

.about-inner-nav {
  position: relative;
  width: 100%;
}
.about-inner-nav ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0px;
}
.about-inner-nav ul li {
  position: relative;
  padding: 0px 10px;
}
.about-inner-nav ul li a {
  position: relative;
  color: #222;
  font-size: 18px;
}

.about-img-wrap {
  position: relative;
  width: 100%;
}
.about-img-wrap img {
  position: relative;
  width: 100%;
}

.what-we-do-wrapper {
  position: relative;
  width: 100%;
  background-color: #f1f0f0;
  padding-top: 60px;
}
.what-we-do-wrapper .what-we-do-content {
  position: relative;
  width: 100%;
}
.what-we-do-wrapper .what-we-do-content h6 {
  position: relative;
  width: 100%;
  color: #151515;
  font-size: 18px;
  margin-bottom: 12px;
}
.what-we-do-wrapper .what-we-do-content p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 16px;
  margin-bottom: 15px;
}
.what-we-do-wrapper .what-we-do-content h4 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-wrapper {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f1f0f0;
}

.services-content {
  position: relative;
  width: 100%;
}
.services-content h4 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 20px;
  margin-bottom: 15px;
}
.services-content ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.services-content ul li {
  position: relative;
  width: 50%;
  font-size: 15px;
  color: #282828;
  padding: 5px 0px;
  padding-left: 20px;
}
.services-content ul li::before {
  content: "\f111";
  font-family: "fontawesome";
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 10px;
  color: #282828;
}

/*Our clients css start*/
.our-client-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0px;
  background-color: #f1f0f0;
}
.our-client-wrapper .title {
  position: relative;
  width: 100%;
}
.our-client-wrapper .title h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.our-client-wrapper {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}
.our-client-wrapper hr {
  color: #939292;
  opacity: 1;
}

.clients-logo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*### career ###*/
.career-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-image: url(../images/career-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.career-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(152, 152, 152, 0.8);
}

.career-title {
  position: relative;
  width: 100%;
}
.career-title h4 {
  position: relative;
  width: 100%;
  color: #151515;
  font-size: 20px;
  margin-bottom: 15px;
}

.career-inner-title {
  position: relative;
  width: 100%;
}
.career-inner-title h3 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 25px;
  margin-bottom: 15px;
}
.career-inner-title p {
  position: relative;
  width: 100%;
  color: #282828;
  font-size: 15px;
  margin-bottom: 15px;
}
.career-inner-title h6 {
  position: relative;
  width: 100%;
  color: #3D3935;
  font-size: 18px;
  margin-bottom: 10px;
}

.career-apply-list {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  border: 1px solid #000;
  text-align: center;
}
.career-apply-list h5 {
  position: relative;
  width: 100%;
  color: #222;
  font-size: 15px;
  margin-bottom: 10px;
}
.career-apply-list .apply-btn {
  position: relative;
  padding: 0px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
}

/*### About inner nav css end ####*/
/*##### Gallery page css start ####*/
.gallery-navtab-wrapper {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  background-color: #f1f0f0;
}

.gallery-navtab-wrap {
  position: relative;
  width: 100%;
}
.gallery-navtab-wrap ul {
  position: relative;
  width: 100%;
  justify-content: center;
  border: 0;
}
.gallery-navtab-wrap ul li {
  position: relative;
}
.gallery-navtab-wrap ul li button.nav-link {
  background-color: transparent;
  border: 0px;
  border-radius: 0;
  color: #151515;
  font-size: 16px;
}
.gallery-navtab-wrap ul li button.nav-link.active {
  background-color: transparent;
  color: #151515;
  font-weight: 600;
}

.gallery-tab-content {
  position: relative;
  width: 100%;
  background-color: #f1f0f0;
  padding: 20px 0px 40px 0px;
}

.gallery-img {
  position: relative;
  width: 100%;
  background-color: #222;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gallery-img h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
}
.gallery-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.glleft-img1, .glleft-img5 {
  height: 200px;
}

.glleft-img2, .glleft-img6 {
  height: 300px;
}

.glleft-img3 {
  height: 250px;
}

.glleft-img4 {
  height: 250px;
}

.glleft-img7 {
  height: 508px;
}

.glleft-img8 {
  height: 250px;
  padding: 10px;
  text-align: center;
}

.glleft-img9, .glleft-img10, .glleft-img11,
.glleft-img12, .glleft-img13, .glleft-img15, .glleft-img16 {
  height: 250px;
}

.glleft-img14 {
  height: 508px;
}

.glleft-img17, .glleft-img18, .glleft-img20, .glleft-img21 {
  height: 250px;
}

.glleft-img19 {
  text-align: center;
  padding: 10px;
  height: 250px;
}

.other-gallery-img-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.other-gallery-img-wrap img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*### video css start ###*/
.gallery-video-wrap {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}
.gallery-video-wrap iframe {
  position: relative;
  width: 100%;
  height: 200px;
}

/*### video css end ###*/
/*##### Gallery page css end ####*//*# sourceMappingURL=style.css.map */