/**
* Template Name: Green
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color:#01b9e6;
}

a:hover {
  color:#01b9e6;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #01b9e6;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
@media(min-width:319.5px) and (max-width:767px){
  .back-to-top {
    display: none;
  }
}



.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #343a40;
  color: #fff;
}
.fb{
  color: white;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#343a4036;
  font-size: 15px;
  height: 40px;
  padding: 0;
}

#topbar .contact-info a {
  line-height: 0;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #01b9e6;
}

#topbar .contact-info i {
  color:#01b9e6;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #01b9e6;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo a {
  color: #01b9e6;
}

#header .logo img {
  max-height: 40px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color:#01b9e6;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: #01b9e6;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #01b9e6;
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #01b9e6;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #01b9e6;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
/* @media (min-width:767px) and (max-width:991px){
  .mobile-nav-toggle {

    display:block;

  }
} */

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media (max-width:991px){
.mobile-nav-toggle {
    display: block;
}
}



.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #01b9e6
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #01b9e6;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(45, 103, 60, 0.8);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #5cb874;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #5cb874;
}

#hero .btn-get-started:hover {
  background: #01b9e6;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/* section {
  padding: 60px 0;
} */

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01b9e6;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}

.featured-services .icon-box {
  padding: 20px;
}

.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  color: #01b9e6;
  font-size: 42px;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}

.featured-services .icon-box:hover .title a {
  color: #01b9e6;
}

.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}

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

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #01b9e6;
}

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

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .row {
  overflow: hidden;
}

.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #6ec083;
}

.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.why-us .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  opacity: 1;
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #5cb874;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color:#01b9e6;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #5cb874;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #6ec083;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5cb874;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5cb874;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color:#01b9e6;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid  #01b9e6;

  border-bottom: 3px solid #01b9e6;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #01b9e6;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf6ed;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}
@media(min-width:319.5px) and (max-width:767px){
  .contact .info p{

padding: 0 0 9px 63px;
font-size: 10px;
  }
}


.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #5cb874;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #01b9e6;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #01b9e6;
  border-bottom: 3px solid #01b9e6;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color:#01b9e6;
}

.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #01b9e6;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #01b9e6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background:#041628;
  color: #fff;
  font-size: 14px;
  text-align: center;

}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;

}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5cb874;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #01b9e6;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
.first-logo{
  position: relative;

  width: auto;
  height: 90px;
}
.section-1{
  background-image: url('../img/first.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding-bottom:280px;
  padding-top: 280px;;
}
.head-1{
  position: fixed;

  width: 100%;
}
.building{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
    font-size: 50px;
    color:white;

}
.future{
  font-weight: 700;
  font-size: 50px;
  color: #01b9e6!important;
  line-height: 1.3em;
}
@media(min-width:319.5px) and (max-width:767px){
  .future{
    font-size:25px;
  }
}
@media(min-width:319.5px) and (max-width:767px){
  .building{
    font-size:25px;
  }
}
.team{
  font-weight: 500;
  line-height: 1.7em;
  color:white;

}
.read-btn{
  background: #00b7e5;
    border-color: #01b9e6;
    border-radius: 0px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 0.3em 1em;
    border: 2px solid;
    font-size: 20px;
    padding-left: 0.7em;

    color:white;
}
.read-btn:hover{
  background-color: black;
  color:white
}
.forwaded{
  line-height: 1.7em;
  font-size: 20px!important;
  opacity: 1;

  left: auto;
  display: inline-block;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.first-card{
  background-image: url('../img/first-card.jpg');
  padding-top: 170px!important;
 width:auto !important;
  margin: 0 auto;

}
.card-2{
  background-image: url('../img/second-card.jpg');
  padding-top: 170px!important;
 width:auto !important;
  margin: 0 auto;
}
.card-3{
  background-image: url('../img/card-3.jpg');
  padding-top: 170px!important;
 width:auto !important;
  margin: 0 auto;
}
.people{
  width: 100%;
}
.about-text{
  font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.7em;
  font-weight: 500;
  color: #868686;
}
.heading-2{
  font-weight: 700;
  line-height: 5px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
font-size: 30px;
color:#454545;
}

.testimonial{
  background-image: url('../img/testimonial-bg-01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0 !important;
}
.span-1{
  line-height: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
}
.heading-3{
  font-weight: 700;
  line-height: 5px;
  font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
}
.quotation{
  background-color: #01B9E6;
  left: 0;
position: relative;
font-size:20px;
position: relative;
top:101px;
color:white;
border-radius: 20px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
border:solid white 4px;
}
.testimonial-text1{
  font-weight: 500;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.5;
  margin-top: 110px;
  padding-right: 45px;
  font-size: 15px;
}
.author-name{
  display: block;
  font-size:15px;
    margin-top: 16px;
    font-weight: 700;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.chambers{
  background-color: #eeeeee!important;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.logo-chamber{
  max-height: 40px;
  width: auto!important;
}
.trustees{
  background-color: rgba(238,238,238,0.4)!important;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
}
@media(min-width:767.5px) and (max-width:991px){
  .trustees{
    padding-bottom:20px;
  }
}
@media(min-width:319.5px) and (max-width:767px){
.reach-mbl{
  width: 100% !important;
}
}
.honourable-1{
  line-height: 16px;
 color: #868686;
 font-weight: 500;
 font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.honourable-2{
  font-weight: 700;
  line-height: 5px;
font-size: 26px;
color:#454545;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.cheemasab{
  width: 100% !important;
  max-width: 230px !important;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.name-1{
  font-size: 18px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color:#454545;
  font-weight: 500;
  line-height: 1em;

}
.year-number{
  color:#aaa;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.7em;
  font-weight: 500;

}
/* .first-portion{
  font-size: 16px;
    line-height: 16px;
    border-color: #01b9e6 ;
    border-left-width: 3px;
    padding-left: 15px!important;
} */
.team-1{
  line-height: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.team-2{
  font-weight: 700;
  line-height: 5px;
  font-size: 30px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color:#454545;
}
.team-img1{
  height: 279px!important;
  width: auto!important;
}
.team-member3{
  font-size: 18px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
color:#454545;
font-weight: 500;
}
.manager-3{
  color: #aaa;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.blogs{
  background-image: url('../img/blog-posts-bg-01.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-1{
  line-height: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;

}
.blog-2{
  font-weight: 700;
  line-height: 5px;
  font-size: 30px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;

}
.lines-blog{
  line-height: 26px;
    list-style-type: disc;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.chairman-message{
background-color: #052240!important;
padding-top:50px !important;
padding-bottom: 50px;
}
.chairman-1{
  font-family: 'Arial';
  font-size: 26px;;
  font-weight: 500;
    line-height: 1em;
}
.chairman-2{
  font-weight: 700;
    color: #01b9e6!important;
    font-size: 22px;
    line-height: 1em;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    padding-left: 140px;
    padding-right: 122px;

}
@media(min-width:319.5px) and (max-width:767px){
  .chairman-2{
    font-size: 15px;
    padding-left: 0!important;
    padding-right:0 !important;
  }
}
.chairman-3{
  font-weight: 700;
  font-size: 12px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
.read-btnchairman{

  border-color: #01b9e6 !important;
  color:#00b7e5;
  border-radius: 0px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 0.3em 1em;
  border: 2px solid;
  font-size: 14px;
  padding-left: 0.7em;
  color: white;
  border-radius: 35px;
}
.black-box2{

  background-color: #121212;
  padding-left: 15px;
  padding-right: 15px;
  width: 300px;
}
@media(min-width:319.5px) and (max-width:767px){
  .black-box2{
    width:230px;
}
}
@media(min-width:319.5px) and (max-width:767px){
.email-mbl{
  font-size:10px;
}
}
.black-box1{
  background-color: black;
}
.map{
  color: #01B9E6;
  font-size:40px;
}
.visit{
  color:#333;
  font-size:14px;
}
.padding-blog{
  padding-left: 100px;
  padding-right: 100px;
}
@media(min-width:319.5px) and (max-width:767px){
  .padding-blog{
    padding-left:0 !important;
    padding-right: 0 !important;
  }
}
.footer-about{
  font-size: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 500;
}
.footer-para{
  font-size: 15px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  line-height:1.9rem;
}
/* .footer-section{
 padding-top: 100px !important;
 padding-bottom: 300px;;

} */
.footer-border{

border-left:3px solid #01b9e6 !important;
height:40px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}
.right-border{
  border-right:3px solid #01b9e6 !important;
height:111px;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}
.list-quick{
  list-style: none;
}
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}

/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.list-footer{
  padding: 10px 0;
    display: flex;
    align-items: center;
}
.head-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-about1{

    background-color: rgba(0,0,0,0.7) !important;
height:100%;
}
.about-bg{
  background-image:url('../img/about-bg.jpg');
  background-size: cover;
background-repeat: no-repeat;
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;


}
.company-1{
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
font-size:30px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;

}

.company{
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
}

  .about-text{
padding-top:90px;
  }
  .history-about{
  color:#868686;
  font-weight: 500;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;

  }
  /* //slider// */
 .chambers-reach{
  background-color: #282828!important;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 100px;
  padding-left: 0px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
 }
.chairman-page{
  width: 70%;;
  position:relative;
  top:43px;
}
.footer-border1{

  border-left:3px solid #01b9e6 !important;
  height:70px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}
.chairman-page1{
  width: 70%;;
  position:relative;
}
.drop-names{
  font-weight: 700;

  font-size:30px;
}
.drop-colours{
  color: #868686;

}
.contact1{
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: 30px;;
}
.contact-p{

  padding-left: 230px;
  padding-right: 230px;
  font-weight: 800;
}
@media(min-width:767px) and (max-width:991px){
  .contact-p{

    padding-left:0;
    padding-right:0;

  }}
@media(min-width:319.5px) and (max-width:767px){
  .contact-p{
    padding-left: 0 !important;
  padding-right:0 !important;
}
}
.contact-bg{
  background-color:#8080807d;
  padding-bottom: 100px !important;
  padding-top: 100px !important;;
}
.faisalabad{
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-image: url('../img/fsd1.jpg');
    background-color: #454545;
    padding-top: 100px;
    padding-bottom: 50px;
}
.fsd{
  font-weight: 700;
  font-size: 50px;
  line-height: 45px;
}
@media(min-width:319.5px) and (max-width:767px){
  .fsd{
    font-weight: 700;
    font-size: 20px;
  }
}
.head{
  font-weight: 600;
  text-transform: uppercase;
font-size: 22px;
}
@media(min-width:319.5px) and (max-width:767px){
  .head{
    font-weight: 700;
    font-size: 10px;
  }
}

@media(min-width:319.5px) and (max-width:767px){
 .dryport-text{
    font-weight: 700;
    font-size: 10px;
  }
}
.fsd-icons{
  font-size: 30px;
}
.karachi{
  background-size: cover;
  background-position: top center;
  background-blend-mode: soft-light;
  background-image: url(https://www.faisalabaddryport.com/wp-content/uploads/2018/04/Faisalabad-Dry-Port-Karachi.jpg);
  background-color: #01b9e6;
  padding-top: 100px;
  padding-bottom: 142px;

}
@media(min-width:767.5px) and (max-width:991px){
  .karachi{ padding-bottom:166px !important;
  }
}

.pictures
{
  font-size: 15px;
}
.trustees-description{
  font-size: 10px;
}
.ftco-section {
	padding: 7em 0;
	position: relative;
	@include media-breakpoint-down(sm){
		padding: 6em 0;
	}
}

.ftco-no-pt{
	padding-top: 0 !important;
}
.ftco-no-pb{
	padding-bottom: 0 !important;
}
.picture-height{
  height: 279px !important;
}
.certification{
 box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
 display: inline-block;
 max-width:70%;
}
.galary-text{
  font-size:14px;
  color:grey;
  font-weight:500;
}
.galary-image{
max-width:84%;
max-height:84%;
}

@media(min-width:319.5px)and(max-width:767px){
  .password-form{
   width:250px!important;
  }
}


.names-trurstees{
font-size: 12px;
}
@media(min-width:767.5px) and(max-width:991px){
  .names-trurstees{
    font-size: 10px !important;
    }
}
.galary-image{
  width: 50% !important;
}
.galary-picture{
  width:45% !important;
}
.galary{
  width: 55% !important;
  height: 75% !important;
}
.galary-text{
  font-size: 12px;
}
.form-sigin{
  border-radius: 55px;
}

@media(min-width:319.5px)and(max-width:767px){
  .emal-form{
    width:236px;
  }
}
@media(min-width:319.5px)and(max-width:767px){
  .sign-up{
    width: 100%;
  }
}
.forms{
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .form-background{
    background-color: #04162852;
    padding-bottom: 200px;
  }
  .sign-btn{
    background-color: #01B9E6;
    border: none;
    color:white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
  }
  .bg-ctpta{
    background-color: #80808036;
  }
  .simple{
    width:100%;
  }
  .simple-section{
    padding-top:167px;
    padding-bottom: 30px;;
  }
  .user_name{
      padding-left: 35px;
      list-style: none;
      font-size: 20px;

  }
  .user{
      font-size: 20px;

  }
  .download{
      padding:6px;
  }
  .box-tarrif{
    border-radius:10px !important;
    box-shadow:transparent;
    color: black;
    background-color: #01b9e64f;
    font-weight: bold;
  }
