/* Colors */
:root {
  --color-default: #364d59;
  --color-primary: #37a875;
  --color-black: #000;
  --color-white: #fff;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}



/* ===================================social-media ========================= */

/* .cont-icon {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 220px;
  left: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 999;

}

.cont-icon img {
  width: 100%;
  margin-top: 10px;
}

.cont-icon a {
  text-decoration: none;

} */

.top-bar {
  background-color: var(--color-black);
}

.social-info {
  display: flex;
  justify-content: end;
}

.add-info {
  display: flex;
  justify-content: center;
  text-align: center !important;
}
  
.top-bar p {
  color: var(--color-white);
  font-family: 'Times New Roman', Times, serif;
  text-align: justify;
}

.top-bar a {
  color: var(--color-white);

}

.top-bar a i {
  border: 2px dotted var(--color-primary);
}

.top-bar span {
  color: var(--color-primary);
  margin-left: 3px;
}



.social-icons a i:hover {
  background-color: var(--color-primary);
  
}

/* =============================================responsive top =========================================== */

.top-bar-1 {
  background-color: var(--color-black);
}

.top-bar-1 a {
  color: var(--color-primary);
}

.top-bar-1 span {
  color: var(--color-white);
  margin-left: 5px;
  font-family: 'Times New Roman', Times, serif;
}


/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

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





/* .cont-icon {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 220px;
  right: 10px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 999;

}

.cont-icon img {
  width: 100%;
  margin-top: 10px;
}

.cont-icon a {
  text-decoration: none;

} */


/* =====scrol-top====== */
.scrolltop {
  position: fixed;
  bottom: 30px;
  right: 14px;
  font-size: 26px;
  background-color: transparent;
  color: var(--color-black);
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 999;
  text-align: center;
  padding: 2px 10px;
  /* border: 1px solid black; */
  background-color: var(--color-primary);

}

.scrolltop:hover {
  color: var(--color-primary);
  background-color: var(--color-black);
  /* border: 1px solid var(--color-primary); */
  transition: 0.5s ease-in-out all;
}

/* =============================================responsive top =========================================== */

.top-bar-1 {
  background-color: var(--color-black);
}

.top-bar-1 a {
  color: var(--color-white);
}

.top-bar-1 span {
  color: var(--color-white);
  margin-left: 5px;
  font-family: 'Times New Roman', Times, serif;
}

/*===================================================== Navbar=============================================== */




header {
  position: sticky;
  top: 0px;
  background: linear-gradient(45deg, white 10% 31%, #37a875 28% 100%);
  width: 100%;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  z-index: 999;
}

/* section {
  position: relative;
  height: calc(100vh - 3rem);
  width: 100%;
  background: url("https://i.postimg.cc/TPn6kNJ2/bg.jpg") no-repeat top center / cover;
  overflow: hidden;
} */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 130, 95, 0.5);
}

.nav-sec {
  /* max-width: 65rem;
  padding: 0 2rem;
  margin: 0 auto; */
  display: flex;
  /* position: relative; */
}

.logo-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.nav-btn {
  flex: 0;
  display: flex;
}

.nav-links {
  flex: 2;
  padding-top: 16px;

}

.log-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

/* .logo :before {
  position: absolute;
  background: #fff none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 77%;
  width: 2030px;
  height: 100%;
  transform: skewX(45deg);
} */

.logo {
  color: var(--color-black);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1rem;



}


.logo span {
  font-weight: 300;
}

.btn {
  display: inline-block;
  /* padding: .5rem 1.3rem;  */
  font-size: .8rem;
  border: 2px solid var(--clr-light);
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
  background-color: var(--color-primary);
  color: var(--color-black);
}

.btn.transparent,
.btn.solid:hover {
  background-color: transparent;
  color: var(--clr-light);
}

.nav-links>ul {
  display: flex;
 justify-content: center;
  align-items: center;
}

.nav-link {
  position: relative;
}

.nav-link>a {
  line-height: 2rem;
  color: var(--color-white);
   /* padding: 0 1rem;  */
  letter-spacing: 1px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 20px;
  
}

.nav-link>a>i {
  margin-left: .2rem;
}

.nav-link:hover>a {
  transform: scale(1.1);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 15rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.dropdown ul {
  position: relative;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0 !important;
  margin: 0 20px;
}

.dropdown-link>a {
  display: flex;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  text-decoration: none;
}

.dropdown-link:hover>a {
  background-color: var(--color-primary);
  color: var(--color-black);
  font-weight: 500;
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid var(--clr-light);
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--clr-light);
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
  background-color: var(--clr-dropdown);
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover>.dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-black);
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: var(--color-black);
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 920px) {
  .hamburger-menu-container {
    display: flex;


  }

  #check {
    display: block;

  }

  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 3rem;
    left: 0;
    width: 100%;
    background-color: var(--color-primary);
    flex-direction: column;
    /* align-items: center;
    justify-content: space-between; */
    overflow-x: hidden;
    /* overflow-y: auto; */
    transform: translateX(100%);
    transition: .65s;

  }

  #check:checked~.nav-btn {
    transform: translateX(20%);
  }

  #check:checked~.nav-btn .nav-link,
  #check:checked~.nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }

  .nav-links {
    /* flex: initial; */
    width: 100%;
  }

  .nav-links>ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    opacity: 1;
    /* transform: translateY(15px); */
  }

  .nav-link>a {
    line-height: 1;
     padding: 1rem 0rem; 
    color: var(--color-white) !important;
    font-weight: 500;

  }

  .nav-link>a i {
    color: var(--color-white) !important;
  }

  .nav-link:hover>a {
    transform: scale(1.1);
    background-color: var(--color-primary);
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--clr-dropdown-hov);
    display: none;
  }

  .nav-link:hover>.dropdown,
  .dropdown-link:hover>.dropdown {
    display: block;
  }
  .dropdown-link>a>i{
    color: var(--color-white);
  }

  .nav-link:hover>a>i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .dropdown-link>a {
    background-color: transparent;
    color: var(--color-white);
    /* padding: 1rem 1rem; */
    line-height: 1;
    margin-bottom: 20px;
  }

  .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: var(--color-white);
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }

  .nav-link:hover .arrow {
    background-color: var(--clr-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover>a {
    background-color: var(--color-primary);
  }

  .dropdown-link:first-child:hover~.arrow {
    background-color: var(--clr-nav-hover);
  }

  .nav-link>a>i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }

  .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(15px);
  }
}

/*
   *  Bootstrap Carousel Effect Ken Burns
   * ===========================================================================*/

@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  /* max-height: 650px; */
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel>.carousel-inner>.carousel-item>img,
.kb-carousel>.carousel-inner>.carousel-item>a>img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

/* Carousel Captions */
.kb-caption {
  right: 7%;
  left: 7%;
  bottom: 25%;
  padding: 0;
  width: 80%;
}

.kb-caption-left {
  margin-right: auto;
}

.kb-caption-right {
  margin-left: auto;
}

.kb-caption-center {
  margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
  padding: 0.5rem 0;
  margin-bottom: 0;
}

.kb-caption h1 {
  animation-delay: 1s;
  color: #bf392b;
  background: #fff;
}

.kb-caption h3 {
  animation-delay: 1.5s;
  color: #fff;
  background: rgba(0 0 0 / 0.5);
}

@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  width: 3.5rem;
  height: 3.5rem;
  margin: auto 0;
  opacity: 0;
  color: #fff;
  background: rgba(0 0 0 / 0.7);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

/* Support for dark mode */
[data-bs-theme="dark"] .carousel .carousel-control-next-icon,
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}

/* ===============================================ABOUT =========================================================== */


.about-section h1 {
  text-transform: uppercase;

}

.about-section h1 span {
  color: var(--color-primary);
}

.about-section h1:before {
  position: absolute;
  content: '';
  top: 84px;
  width: 55px;
  height: 3px;
  background-color: var(--color-primary);
}

.sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2 {
  position: relative;
  display: block;
  /* font-size:40px; */
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  /* line-height: 2px;  */
  color: #848484;
  /* font-weight: 400; */
  text-align: justify;
}

.sec-title.light h2 {
  color: #ffffff;
}

.sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: var(--color-primary);
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

/* .list-style-one li a:hover {
  color: #44bce2;
} */

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--color-primary);
}

.btn-style-one:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  transition: 0.9s ease-in-out;

}

.about-section {
  /* position: relative; */
  padding: 40px 0 0px;
}

.about-section .sec-title {
  margin-bottom: 45px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;

}

.about-section .text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  text-align: justify;
}

.about-section .text::selection {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  /* padding-left: 120px; */
  padding-bottom: 10px;
}

/* .about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
  } */

.about-section .image-column .image-1 img {
  /* position: relative; */
  top: 20px;
  /* height: 100vh; */


}

/* .about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;

  top: 50%;

} */

/* .about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} */

/* .about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
  }
  
  .about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  }
  
  .about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  } */
/* ================================================================================pop up ===================== */


#darkBack {
  width: 100%;
  height: 100vh;
  background: rgba(76, 56, 75, .15);
}

#popUp {
  position: fixed;
  max-width: 350px;
  height: 245px;
  background: rgba(236, 240, 241, 1);
  border: 7px solid #fff;
  bottom: 10px;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 999;
}

#popUp ul li {
  list-style: none;
  right: 20px;
  margin-top: 10px;
}

#new span {
  background: #fff;
  position: absolute;
  color: var(--color-primary);
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;

}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}

#popUp h2 {
  font-size: 17px;
  color: #464646;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
}

/* #body {
  height: 1200px;
  background: #eee;
} */

a.button {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
  position: absolute;
  width: 120px;
  font-size: 15px;
  color: #fff;
  border-bottom: 2px solid var(--color-primary);
  background: var(--color-primary);
  border-radius: 4px;
  padding: 8px 0;
}

#plus {
  position: fixed;
  color: #fff;
  bottom: 15%;
  font-size: 15px;
  margin-left: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
}

#plus span {
  position: absolute;
  margin-top: 38px;
  left: 4px;
}

#plus::after {
  content: '';
  display: block;
  display: relative;
  border-top: 55px solid transparent;
  border-bottom: 55px solid transparent;
  border-left: 55px solid var(--color-primary);
}

@media all and (max-width: 900px) {
  #popUp {
    margin-left: -425px;
  }

  #plus {
    margin-left: 0px;
  }
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .section-header h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}

.services .section-header h1:before {
  position: absolute;
  content: '';
  top: 45px;
  width: 70px;
  height: 3px;
  background-color: var(--color-primary);
}

.services .service-item {
  padding: 10px;
  background: #fff;
  height: 100%;
}

.services .service-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services .service-item .icon {
  width: 0px;
  height: 0px;
  position: relative;
  /* margin-bottom: 50px; */
}

/* .services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 40px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
} */
.services .service-item img {
  z-index: 2;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.services .service-item img:hover {
  transform: scale(1.5);

}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 50px;
  /* z-index: 1; */
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
  margin-top: 10px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

.services .service-item .readmore {
  margin-top: 1px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}


/* =============================================contact us =========================================================== */
/* 
h1,
h2,
h3,
h4,
h5,
h6 {}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
} */

/* a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
} */

/* ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
} */


.sec-title-style1 {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 50px;
}

.sec-title-style1.max-width {
  position: relative;
  display: block;
  max-width: 770px;
  margin: -9px auto 0;
  padding-bottom: 52px;
}

.sec-title-style1.pabottom50 {
  padding-bottom: 42px;
}

.sec-title-style1 .title {
  position: relative;
  display: block;
  color: #131313;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.sec-title-style1 .title.clr-white {
  color: #ffffff;
}

.sec-title-style1 .decor {
  position: relative;
  display: block;
  width: 70px;
  height: 5px;
  margin: 19px 0 0;
}

.sec-title-style1 .decor:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .decor:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .decor span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: var(--color-primary);
  margin: 2px 0;
}


.sec-title-style1 .text {
  position: relative;
  display: block;
  margin: 7px 0 0;
}

.sec-title-style1 .text p {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #131313;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.sec-title-style1 .text.clr-yellow p {
  color: var(--color-primary);
}

.sec-title-style1 .text .decor-left {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.sec-title-style1 .text .decor-left span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: var(--color-primary);
  content: "";
  margin: 2px 0;
}

.sec-title-style1 .text .decor-left:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-left:after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-right {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 70px;
  height: 5px;
  background: transparent;
}

.sec-title-style1 .text .decor-right span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background: var(--color-primary);
  content: "";
  margin: 2px 0;
}

.sec-title-style1 .text .decor-right:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .text .decor-right:after {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: var(--color-primary);
  border-radius: 50%;
  content: "";
}

.sec-title-style1 .bottom-text {
  position: relative;
  display: block;
  padding-top: 16px;
}

.sec-title-style1 .bottom-text p {
  color: #848484;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.sec-title-style1 .bottom-text.clr-gray p {
  color: #cdcdcd;
}

.contact-address-area {
  /* position: relative; */
  display: block;
  background: #ffffff;
  padding: 80px 0 10px;
}

.contact-address-area .sec-title-style1.max-width {
  padding-bottom: 72px;
}

.contact-address-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.single-contact-address-box {

  position: relative;
  display: block;
  background: #131313;
  padding: 85px 30px 77px;
}

.single-contact-address-box p {
  color: var(--color-white);
  font-family: 'Times New Roman', Times, serif;
}

/* .single-contact-address-box h5{
  color: var(--color-white);
} */
.single-contact-address-box .s-icons a {
  background-color: var(--color-white);
  margin-left: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.single-contact-address-box .s-icons a :hover {
  transform: scale(1.2);
}

.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.single-contact-address-box .icon-holder span:before {
  font-size: 75px;
}

.single-contact-address-box h3 {
  color: #ffffff;
  margin: 0px 0 9px;
}

.single-contact-address-box h2 {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px;
}

.single-contact-address-box a {
  color: #ffffff;
}

.single-contact-address-box.main-branch {
  background: var(--color-primary);
  padding: 53px 30px 51px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.single-contact-address-box.main-branch h3 {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 38px;
  text-transform: uppercase;
  text-align: center;
}

.single-contact-address-box.main-branch .inner {
  background-image: url(../social-icons/contact-img.jpg);
  background-size: cover;
  /* position: relative; */
  display: block;
  min-height: 350px;

}

.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  padding-left: 110px;
  border-bottom: 1px solid #737373;
  padding-bottom: 23px;
  margin-bottom: 24px;
}

.single-contact-address-box.main-branch .inner ul li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single-contact-address-box.main-branch .inner ul li .title {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
}

.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #131313;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 2px solid var(--color-white);
}

.single-contact-address-box.main-branch .inner ul li .text {
  position: relative;
  display: block;
}

.single-contact-address-box.main-branch .inner ul li .text p {
  color: #131313;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.contact-info-area {
  /* position: relative; */
  display: block;
  background: #ffffff;
}

.contact-form {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 100px 60px 80px;
  /* border: 2px solid var(--color-primary); */
  margin-bottom: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px; */

  /* -webkit-box-shadow: 0px 3px 8px 2px #ededed;
  box-shadow: 0px 3px 8px 2px #ededed; */
  z-index: 3;
}

.contact-form .sec-title-style1 {
  position: relative;
  display: block;
  padding-bottom: 51px;
  width: 50%;
}

.contact-form .text-box {
  position: relative;
  display: block;
  margin-top: 19px;
  width: 50%;
}

.contact-form .text p {
  color: #848484;
  line-height: 26px;
  margin: 0;
}

.contact-form .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-form form {
  position: relative;
  display: block;
}

.contact-form form .input-box {
  position: relative;
  display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 55px;
  font-size: 16px;
  padding-left: 19px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.contact-form form textarea {
  height: 130px;
  padding-left: 19px;
  padding-right: 15px;
  padding-top: 14px;
  padding-bottom: 15px;
}

.contact-form form input[type="text"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="email"]:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form textarea:focus {
  color: #222222;
  border-color: #d4d4d4;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]:-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]::-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]:-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]::-moz-placeholder {
  color: #848484;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #848484;
}

.contact-form form button {
  position: relative;
  display: block;
  width: 100%;
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #131313;
  font-size: 16px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  cursor: pointer;
}

.contact-form form button:hover {
  color: #ffffff;
  background: #131313;
}


/* MISSION */
.mission h1 {
  text-align: center;
  font-weight: 600;
  color: var(--color-black);


}

/*------------------------------------------------------------# Footer ---------------------------------------------------------*/
.footer {
  color: #fff;
  background: var(--color-black);
  background-size: cover;
  font-size: 14px;
  padding: 60px 0 40px 0;
  /* position: relative; */
}

/* .footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.8);
position: absolute; 
  inset: 0;
} */

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  text-decoration: none;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--color-primary);
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: var(--color-primary);
}