/**
* Template Name: Green
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /* font-family: "Open Sans", sans-serif;
  color: #444444; */
  font-family: 'Josefin Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  color: #919191;
  font-size: 18px;
}

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

a:hover {
  color: #80c792;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #090909;
  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: #b3cd34;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #78c48c;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #DFF3FE;
  font-size: 14px;
  height: 25px;
  padding: 0;
}

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

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

#topbar .contact-info i {
  color: #b3cd34;
  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: #b3cd34; */
  color: #b3cd34;
}

/*--------------------------------------------------------------
# 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: #b3cd34;
}

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

.scrolled-offset {
  /* margin-top: 70px; */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

@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;
}

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

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }

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

  .navbar li {
    /* position: relative; */
    height: 100%;
  }

  #header {
    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;
    font-weight: 650;
  }

  .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: #b3cd34;
  }

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

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    background: #b3cd34;
    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; */
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: calc(100% + 30px);
    /* margin-top: 15px; */
    /* margin: 0; */
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    width: 101vw;
    left: -8vw;
    height: 100vh;
    /* visibility: hidden; */
    /* background: #ffffff; */
    background-image: url('../img/banner/common-banner.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .dropdown ul:hover {
    display: block;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
    /* min-width: 100vw; */
  }

  .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: #b3cd34;
  }

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

  .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: 991px) {
  /* dlkjnfdjf */


  .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;
    font-weight: 650;
  }

  .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: #b3cd34;
  }

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

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    background: #b3cd34;
    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: #b3cd34;
  }

  .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;
  }




  /* ldkjfheiufheuih */
  .mobile-nav-toggle {
    display: block;
  }

  #product {
    display: none;
  }

  .navbar ul {
    display: none;
  }

  .navbar ul li {
    height: auto;
    width: auto;
  }

  .for-mobile-hide {
    display: none;
  }

  .for-mobile-hide-solution {
    display: none;
  }

  .for-mobile-align-left {
    left: 0 !important;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
    /* height: auto;
    width: auto; */
  }


}

.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;
  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: #b3cd34;
}

.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: #b3cd34;
}

.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.371);
  /* 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 {
  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: #b3cd34;
}

#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: #b3cd34; */
  background: #b3cd34;
}

#hero .btn-get-started:hover {
  background: #94ad14;
  /* background: #6ec083; */
}



@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 !important;
}

.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: #b3cd34;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 16px;
  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: #b3cd34; */
  color: #b3cd34;
  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: #b3cd34; */
  color: #b3cd34;
}

.featured-services .description {
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
}

/*--------------------------------------------------------------
# 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: #b3cd34;
}

.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 #b3cd34;
}

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

/*--------------------------------------------------------------
# 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: 16px;
  margin-bottom: 0;
  text-align: justify;
}

.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-common i {
  /* color: #47aeff; */
  color: #b3cd34;
}


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

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

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

.services .iconbox-common:hover .icon path {
  fill: #b3cd34;
}

.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: #b3cd34;
  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: 16px;
  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: #b3cd34;
}

@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: 16px;
  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: #b3cd34;
}

.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: 16px;
  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 #b3cd34;
}

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

.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: 15px;
}

.team .member p {
  padding-top: 10px;
  font-size: 16px;
  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: #b3cd34;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #b3cd34;
  border-bottom: 3px solid #b3cd34;
  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: #b3cd34;
  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: 16px;
  color: #555555;
}

.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: #b3cd34;
  color: #fff;
}

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

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #b3cd34;
  border-bottom: 3px solid #b3cd34;
  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: 16px;
  border-radius: 4px;
}

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

.contact .php-email-form input {
  height: 44px;
}

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

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

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

@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: 16px;
}

.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: #090909;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 30px 0;
}

#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;
  /* font-style: italic; */
  padding: 0;
  margin: 0 0 40px 0;
}

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

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #b3cd34;
  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: #449d5b;
  color: #fff;
  text-decoration: none;
}

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

#footer .credits {
  font-size: 13px;
}

.whatsapp {
  background: #29a71a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 50%;
  position: fixed;
  bottom: 70px;
  right: 37px;
  color: #29a71a;
  transition: 0.3s;
  z-index: 9999;
}

.whatsapp:hover {
  color: #18a108;
  background: #1d7b12;
}

.support {
  /* background: #29a71a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%; */
  /* position: fixed;
  bottom:60px;
  right: 10px; */
  color: #29a71a;
  transition: 0.3s;
  z-index: 9999;
}

.service-icon {
  /* z-index: 99; */
}

.nav-active {
  color: #b3cd34 !important;
}



/* support style */



.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  top: 125px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  box-shadow: 0px 5px 35px 9px #ccc;
  z-index: 99999;
}

.chat-close-button {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.chat-box-header {
  background: #efefef;
  /* background-image:; */
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: black;
  text-align: center;
  font-size: 20px;
  padding-top: 17px;
}

.chat-logs {
  padding: 15px;
  height: 370px;
}

@media screen and (max-width:540px) {
  h3#note-chat {
    margin-top: 130px;
    font-size: 15px;
  }

  .chat-logs {
    height: 346px
  }
}

/* support style end */


.icon-color {
  color: #b3cd34;
}


.test {
  background-size: cover;
  background-position: center;
  height: 75vh;
  background-image: url('/assets/img/Services/SOFTWARE_DEVELOPMENT.png');
}

@media (max-width: 586px) {
  .test {
    background-image: url('/assets/img/Services/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 20vh;
    /* Add specific styles for smaller screens if necessary */
  }
}

/* Tablets and larger devices (768px and above) */
@media (min-width: 585px) and (max-width: 767px) {
  .test {
    background-image: url('/assets/img/Services/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
    /* Add specific styles for the banner on screens between 768px and 979px */
  }
}

/* Tablets and larger devices (768px and above) */
@media (min-width: 768px) and (max-width: 1024px) {
  .test {
    background-image: url('/assets/img/Services/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 40vh;
    /* Add specific styles for the banner on screens between 768px and 979px */
  }
}

@media (min-width: 1025px) and (max-width: 1524px) {
  .test {
    background-image: url('/assets/img/Services/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 55vh;
    /* Add specific styles for the banner on screens between 768px and 979px */
  }

}



/* home page banner css start */
.home-banner {
  position: relative;
}

.banner-image {
  position: relative;

}

.home-banner-text {
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  /* Set text color to make it visible on top of the image */
  z-index: 1;
}

/* Additional styling to make the text stand out, you can adjust these styles as needed */
.home-banner-text h2 {
  font-size: 7px;
  font-weight: bold;
  color: #b3cd34;
  line-height: 0px;
  margin-bottom: 8px !important;
}

.atxpert {
  font-size: 13px !important;
  padding: 2px !important;
}

.home-banner-text p {
  font-size: 5px;
  margin: 0;
}

.tag-line {
  color: #424f8d;
}


.footer-bg {
  background-color: #e2e5bd !important;
}

/* home page banner css end */


/* home page banner css start */
.dev-banner {
  position: relative;
}

.dev-image {
  position: relative;

}

.dev-text {
  position: absolute;
  top: 49%;
  left: 51%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  /* Set text color to make it visible on top of the image */
  z-index: 1;
}

/* Additional styling to make the text stand out, you can adjust these styles as needed */
.dev-text h2 {
  font-size: 7px;
  font-weight: bold;
  color: #b3cd34;
  line-height: 0px;
}

/* .atxpert{
    font-size: 13px !important;
    padding: 2px !important;
  } */
.dev-text p {
  font-size: 5px;
  margin: 0;
}

.sd-text h1 {
  font-size: 16px;
  font-weight: 900;
  color: #b3cd34;
  margin-left: 13px;
  margin-top: 8px;
}

.main-banner {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/common-banner.jpeg');
}


/* banner image */

/* .img-container {
  height: 70vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-container img {
  width: 100%;
  height: auto;
} */
.img-container {
  height: 70vh;
  width: 100%;
  position: relative;
}

.img-container img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




.main-banner-applilances {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
}

.main-banner-applications {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
}

.main-banner-businessapplications {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
}

.main-banner-contactus {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
}

.main-banner-ictconsultancy {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
}

.main-banner-manageservice {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
}

.main-banner-networkinfrastructure {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
}

.main-banner-networkmonitoring {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
}

.main-banner-satelitecommunication {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
}

.main-banner-softwaredevelopment {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
}

.main-banner-systemintigration {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
}

.main-banner-unifiedcommunication {
  background-size: cover;
  background-position: center;
  height: 20vh;
  background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
}



/* .header-logo{
    display: none;
  } */
@media (max-width:409px) {
  .header-info {
    font-size: 10px !important
  }

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

  #topbar .contact-info i {
    margin-right: 2px;
  }

  .header-logo a>i {
    margin: 3px !important;
  }
}

@media (min-width: 410px) {

  .home-banner-text h2 {
    font-size: 10px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 5px;
  }

  .atxpert {
    font-size: 20px !important;
    padding: 4px !important;
  }

  .home-banner-text p {
    font-size: 7px;
    margin: 0;
  }

  .sd-text h1 {
    font-size: 19px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 14px;
    margin-top: 20px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 29vh;
  }
}

@media (min-width: 640px) {

  /* .header-logo{
      display: block;
    } */
  .home-banner-text h2 {
    font-size: 13px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 8px;
  }

  .atxpert {
    font-size: 25px !important;
    margin-top: 4px !important;

  }

  .home-banner-text p {
    font-size: 11px;
  }

  .tag-line {
    padding-bottom: 5px !important;
  }

  .sd-text h1 {
    font-size: 30px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 26px;
    margin-top: 25px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 35vh;
  }
}

@media (min-width: 768px) {
  .home-banner-text h2 {
    font-size: 16px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 13px;
    /* margin: 0 !important; */

  }

  .home-banner-text p {
    font-size: 12px;
  }

  .atxpert {
    font-size: 35px !important;
    margin-top: 8px !important;

  }

  .tag-line {
    padding-bottom: 5px !important;
  }

  .sd-text h1 {
    font-size: 40px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 18px;
    margin-top: 15px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 47vh;
  }
}

@media (min-width: 1024px) {
  .home-banner-text h2 {
    font-size: 20px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 20px;
  }

  .home-banner-text p {
    font-size: 15px;
  }

  .atxpert {
    font-size: 40px !important;
    margin-top: 10px !important;

  }

  .sd-text h1 {
    font-size: 50px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 45px;
    margin-top: 15px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
  }


}

@media (min-width: 1280px) {
  .home-banner-text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 25px;
  }

  .home-banner-text p {
    font-size: 18px;
  }

  .atxpert {
    font-size: 50px !important;
    margin-top: 11px !important;

  }

  .sd-text h1 {
    font-size: 60px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 75px;
    margin-top: 4px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 70vh;
  }


}

@media (min-width: 1536px) {
  .home-banner-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #b3cd34;
    line-height: 35px;
  }

  .home-banner-text p {
    font-size: 20px;
  }

  .atxpert {
    font-size: 60px !important;
    margin-top: 13px !important;
  }

  .dev-text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #0e0e0c;
    line-height: 35px;
  }

  .dev-text p {
    font-size: 20px;
  }

  .sd-text h1 {
    font-size: 75px;
    font-weight: 900;
    color: #b3cd34;
    margin-left: 110px;
  }

  .main-banner{
    background-image: url('/assets/img/banner/common-banner.jpeg');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }

  .main-banner-system{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SYSTEM_INTEGRAATION.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  } 
  .main-banner-applilances
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLIANCES.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  } 
  .main-banner-applications
  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }  
  .main-banner-businessapplications{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/BUSINESS_APPLICATIONS.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-contactus{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/CONTACT_US.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-ictconsultancy {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/ICT_CONSULTANCY.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-manageservice{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/MANAGE_SERVICE_AND_LEASING.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  } 
  .main-banner-networkinfrastructure{
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_INFRASTRUCTURE.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-networkmonitoring {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/NETWORK_MONITORING.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-satelitecommunication  {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SATELITE_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-unifiedcommunication {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/UNIFIED_COMMUNICATION.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }
  .main-banner-softwaredevelopment {
    background-image: url('/assets/img/banner/WITHOUT_TEXT/SOFTWARE_DEVELOPMENT.png');
    background-size: cover;
    background-position: center;
    height: 75vh;
  }


}

@media (max-width:1200px) {
  .text-custom-size{
    font-size: 35px !important;
  }
}

/* this media for dropdown alignment */
@media (min-width: 1000px) {
  .menu-dropdown-align-product {
    position: absolute;
    right: 33%;
  }

  .menu-dropdown-align-service {
    position: absolute;
    right: 22%;
  }

  .menu-dropdown-align-solution {
    position: absolute;
    right: 12%;
  }
 
}
@media (min-width: 1025px) {
  .menu-dropdown-align-product {
    position: absolute;
    right: 31%;
  }

  .menu-dropdown-align-service {
    position: absolute;
    right: 20.5%;
  }

  .menu-dropdown-align-solution {
    position: absolute;
    right: 11%;
  }
}

@media (min-width: 1050px) {
  .menu-dropdown-align-product {
    right: 29.5%;
  }

  .menu-dropdown-align-service {
    right: 19%;
  }

  .menu-dropdown-align-solution {
    right: 10%;
  }
}
@media (min-width: 1075px) {
  .menu-dropdown-align-product {
    right: 28%;
  }

  .menu-dropdown-align-service {
    right: 18%;
  }

  .menu-dropdown-align-solution {
    right: 8.5%;
  }
}

@media (min-width: 1100px) {
  .menu-dropdown-align-product {
    right: 27%;
  }

  .menu-dropdown-align-service {
    right: 16.8%;
  }

  .menu-dropdown-align-solution {
    right: 7.5%;
  }
}

@media (min-width: 1125px) {
  .menu-dropdown-align-product {
    right: 25%;
  }

  .menu-dropdown-align-service {
    right: 15%;
  }

  .menu-dropdown-align-solution {
    right: 6.4%;
  }
}

@media (min-width: 1150px) {
  .menu-dropdown-align-product {
    right: 24%;
  }

  .menu-dropdown-align-service {
    right: 14%;
  }

  .menu-dropdown-align-solution {
    right: 5%;
  }
}
@media (min-width: 1175px) {
  .menu-dropdown-align-product {
    right: 22.5%;
  }

  .menu-dropdown-align-service {
    right: 12.8%;
  }

  .menu-dropdown-align-solution {
    right: 4.5%;
  }
}
@media (min-width: 1200px) {
  .menu-dropdown-align-product {
    right: 21%;
  }

  .menu-dropdown-align-service {
    right: 11.8%;
  }

  .menu-dropdown-align-solution {
    right: 3.5%;
  }
}

@media (min-width: 1225px) {
  .menu-dropdown-align-product {
    right: 20%;
  }

  .menu-dropdown-align-service {
    right: 10.5%;
  }

  .menu-dropdown-align-solution {
    right: 2.7%;
  }
}

@media (min-width: 1250px) {
  .menu-dropdown-align-product {
    right: 19%;
  }

  .menu-dropdown-align-service {
    right: 9.6%;
  }

  .menu-dropdown-align-solution {
    right: 1.7%;
  }
}
@media (min-width: 1275px) {
  .menu-dropdown-align-product {
    right: 17.5%;
  }

  .menu-dropdown-align-service {
    right: 8.8%;
  }

  .menu-dropdown-align-solution {
    right: 1%;
  }
}

@media (min-width: 1300px) {
  .menu-dropdown-align-product {
    right: 16.5%;
  }

  .menu-dropdown-align-service {
    right: 7.5%;
  }

  .menu-dropdown-align-solution {
    right: .5%;
  }
}
@media (min-width: 1325px) {
  .menu-dropdown-align-product {
    right: 15.5%;
  }

  .menu-dropdown-align-service {
    right: 6.7%;
  }

  .menu-dropdown-align-solution {
    right: -.5%;
  }
}
@media (min-width: 1350px) {
  .menu-dropdown-align-product {
    right: 14.4%;
  }

  .menu-dropdown-align-service {
    right: 6%;
  }

  .menu-dropdown-align-solution {
    right: -1.3%;
  }
}
@media (min-width: 1375px) {
  .menu-dropdown-align-product {
    right: 13.5%;
  }

  .menu-dropdown-align-service {
    right: 5.2%;
  }

  .menu-dropdown-align-solution {
    right: -2%;
  }
}

@media (min-width: 1400px) {
  .menu-dropdown-align-product {
    right: 12.5%;
  }

  .menu-dropdown-align-service {
    right: 4.5%;
  }

  .menu-dropdown-align-solution {
    right: -2.5%;
  }
}

@media (min-width: 1425px) {
  .menu-dropdown-align-product {
    right: 11.5%;
  }

  .menu-dropdown-align-service {
    right: 3.5%;
  }

  .menu-dropdown-align-solution {
    right: -3.5%;
  }
}

@media (min-width: 1450px) {
  .menu-dropdown-align-product {
    right: 10.5%;
  }

  .menu-dropdown-align-service {
    right: 3%;
  }

  .menu-dropdown-align-solution {
    right: -4%;
  }
}

@media (min-width: 1475px) {
  .menu-dropdown-align-product {
    right: 9.8%;
  }

  .menu-dropdown-align-service {
    right: 2.5%;
  }

  .menu-dropdown-align-solution {
    right: -4.5%;
  }
}

@media (min-width: 1500px) {
  .menu-dropdown-align-product {
    right: 9%;
  }

  .menu-dropdown-align-service {
    right: 1.5%;
  }

  .menu-dropdown-align-solution {
    right: -5%;
  }
}
@media (min-width: 1525px) {
  .menu-dropdown-align-product {
    right: 8.3%;
  }

  .menu-dropdown-align-service {
    right:1%;
  }

  .menu-dropdown-align-solution {
    right: -5.5%;
  }
}

@media (min-width: 1550px) {
  .menu-dropdown-align-product {
    right: 7.5%;
  }

  .menu-dropdown-align-service {
    right: 0%;
  }

  .menu-dropdown-align-solution {
    right: -6%;
  }
}
@media (min-width: 1575px) {
  .menu-dropdown-align-product {
    right: 6.6%;
  }

  .menu-dropdown-align-service {
    right: -.5%;
  }

  .menu-dropdown-align-solution {
    right: -6.5%;
  }
}
@media (min-width: 1600px) {
  .menu-dropdown-align-product {
    right: 6%;
  }

  .menu-dropdown-align-service {
    right: -1%;
  }

  .menu-dropdown-align-solution {
    right: -7%;
  }
}

@media (min-width: 1625px) {
  .menu-dropdown-align-product {
    right: 5.2%;
  }

  .menu-dropdown-align-service {
    right: -1.5%;
  }

  .menu-dropdown-align-solution {
    right: -7.5%;
  }
}

@media (min-width: 1650px) {
  .menu-dropdown-align-product {
    right: 4.5%;
  }

  .menu-dropdown-align-service {
    right: -2%;
  }

  .menu-dropdown-align-solution {
    right: -8%;
  }
}

@media (min-width: 1675px) {
  .menu-dropdown-align-product {
    right: 4%;
  }

  .menu-dropdown-align-service {
    right: -2.5%;
  }

  .menu-dropdown-align-solution {
    right: -8.5%;
  }
}

@media (min-width: 1700px) {
  .menu-dropdown-align-product {
    right: 3.5%;
  }

  .menu-dropdown-align-service {
    right: -3%;
  }

  .menu-dropdown-align-solution {
    right: -9%;
  }
}
@media (min-width: 1725px) {
  .menu-dropdown-align-product {
    right: 2.7%;
  }

  .menu-dropdown-align-service {
    right: -3.5%;
  }

  .menu-dropdown-align-solution {
    right: -9.5%;
  }
}
@media (min-width: 1750px) {
  .menu-dropdown-align-product {
    right: 2%;
  }

  .menu-dropdown-align-service {
    right: -4%;
  }

  .menu-dropdown-align-solution {
    right: -10%;
  }
}
@media (min-width: 1775px) {
  .menu-dropdown-align-product {
    right: 1.5%;
  }

  .menu-dropdown-align-service {
    right: -4.5%;
  }

  .menu-dropdown-align-solution {
    right: -10.5%;
  }
}
@media (min-width: 1800px) {
  .menu-dropdown-align-product {
    right: 0.5%;
  }

  .menu-dropdown-align-service {
    right: -5.2%;
  }

  .menu-dropdown-align-solution {
    right: -11%;
  }
}
@media (min-width: 1825px) {
  .menu-dropdown-align-product {
    right: 0.2%;
  }

  .menu-dropdown-align-service {
    right: -5.5%;
  }

  .menu-dropdown-align-solution {
    right: -11.5%;
  }
}
@media (min-width: 1850px) {
  .menu-dropdown-align-product {
    right: -.5%;
  }

  .menu-dropdown-align-service {
    right: -6%;
  }

  .menu-dropdown-align-solution {
    right: -12%;
  }
}

@media (min-width: 1875px) {
  .menu-dropdown-align-product {
    right: -1%;
  }

  .menu-dropdown-align-service {
    right: -6.7%;
  }

  .menu-dropdown-align-solution {
    right: -12%;
  }
}

@media (min-width: 1900px) {
  .menu-dropdown-align-product {
    right: -1.5%;
  }

  .menu-dropdown-align-service {
    right: -7%;
  }

  .menu-dropdown-align-solution {
    right: -12.5%;
  }
}

@media (min-width: 1925px) {
  .menu-dropdown-align-product {
    right: -2%;
  }

  .menu-dropdown-align-service {
    right: -7.5%;
  }

  .menu-dropdown-align-solution {
    right: -13%;
  }
}

@media (min-width: 1950px) {
  .menu-dropdown-align-product {
    right: -2.5%;
  }

  .menu-dropdown-align-service {
    right: -8%;
  }

  .menu-dropdown-align-solution {
    right: -13.5%;
  }
}
@media (min-width: 1975px) {
  .menu-dropdown-align-product {
    right: -3%;
  }

  .menu-dropdown-align-service {
    right: -8.5%;
  }

  .menu-dropdown-align-solution {
    right: -13.5%;
  }
}

@media (min-width: 2000px) {
  .menu-dropdown-align-product {
    right: -3.5%;
  }

  .menu-dropdown-align-service {
    right: -9%;
  }

  .menu-dropdown-align-solution {
    right: -14%;
  }
}
@media (min-width: 2025px) {
  .menu-dropdown-align-product {
    right: -3.8%;
  }

  .menu-dropdown-align-service {
    right: -9.2%;
  }

  .menu-dropdown-align-solution {
    right: -14.2%;
  }
}
@media (min-width: 2050px) {
  .menu-dropdown-align-product {
    right: -4.2%;
  }

  .menu-dropdown-align-service {
    right: -9.6%;
  }

  .menu-dropdown-align-solution {
    right: -14.6%;
  }
}
@media (min-width: 2075px) {
  .menu-dropdown-align-product {
    right: -4.6%;
  }

  .menu-dropdown-align-service {
    right: -10%;
  }

  .menu-dropdown-align-solution {
    right: -14.8%;
  }
}
@media (min-width: 2100px) {
  .menu-dropdown-align-product {
    right: -5.1%;
  }

  .menu-dropdown-align-service {
    right: -10.4%;
  }

  .menu-dropdown-align-solution {
    right: -15.1%;
  }
}

@media (min-width: 2125px) {
  .menu-dropdown-align-product {
    right: -5.5%;
  }

  .menu-dropdown-align-service {
    right: -10.5%;
  }

  .menu-dropdown-align-solution {
    right: -15.5%;
  }
}

@media (min-width: 2150px) {
  .menu-dropdown-align-product {
    right: -6%;
  }

  .menu-dropdown-align-service {
    right: -11%;
  }

  .menu-dropdown-align-solution {
    right: -15.7%;
  }
}
@media (min-width: 2175px) {
  .menu-dropdown-align-product {
    right: -6.2%;
  }

  .menu-dropdown-align-service {
    right: -11.2%;
  }

  .menu-dropdown-align-solution {
    right: -16%;
  }
}

@media (min-width: 2200px) {
  .menu-dropdown-align-product {
    right: -6.8%;
  }

  .menu-dropdown-align-service {
    right: -11.7%;
  }

  .menu-dropdown-align-solution {
    right: -16.2%;
  }
}