/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
button,
ul,
li,
a {
  -webkit-appearance: none !important;
  appearance: none !important;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.row {
  margin: 0px;
}

button:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*--------------------------------------------------------------
# Nav section
--------------------------------------------------------------*/
.navbar {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.navbar-logo {
  position: relative;
  width: 100px;
  height: 86.78px;
}

.navbar-logo img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.navbar-right {
  align-items: center;
  /*justify-content: right;*/
}

.navbar-nav .nav-item {
  padding-right: 8px;
  padding-left: 8px;
}

.nav1 .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}
.nav2 .nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #ffffff;
}
.nav2 .nav-link.active {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  color: #54c1b0;
  background-image: url("../images/link-active.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 0px;
}
.navbar .nav-link:hover {
  color: #54c1b0;
  background-image: url("../images/link-active.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}

.social-icons {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 10px;
}
.nav2{
        background: #076352;
    padding: 0px;
}
.nav1 .social-icons .social-item a {
  color: rgba(18, 17, 39, 0.56);
}
.nav2 .social-icons .social-item a {
  color: #a9ffef;
}
.social-icons .social-item a i {
  font-size: 24px;
}
.social-icons .social-item a i:hover {
  color: #03fb4b;
}
.social-icons .social-item {
  padding-left: 30px;
}
.nav1.black {
  background: #076352;
  height: 80px;
  padding: 10px 50px;
}
.nav2.black {
  background: rgb(1 97 79);
  height: 80px;
  padding: 10px 50px;
}
nav.black .navbar-logo {
  height: 60px;
}
/* nav.black.nav2 .nav-link {
  color: #000000 !important;
} */
.social-icons-mobile .social-item-mobile a {
  color: rgba(18, 17, 39, 0.56);
}
.social-icons-mobile .social-item-mobile a i {
  font-size: 26px;
}
.social-icons-mobile .social-item-mobile a i:hover {
  color: #03fb4b;
}
.dropdown, .dropend, .dropstart, .dropup {
    position: initial;
}
.navbar .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    text-transform: none;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
    padding: 0px 50px;
    background-color: #fff;
    min-height: 280px;
    -webkit-box-shadow: 0 10px 10px -7px rgb(0 0 0 / 50%);
    box-shadow: 0 10px 10px -7px rgb(0 0 0 / 50%);
    z-index: 10;
    /*margin-top: 10px;*/
    border: none;
        transition: 0.5s;
        text-align:left;
}
.sub-menu__sub-list {
    display: block;
    padding: 15px 0;
    margin: 0px;
}
.sub-menu_head{
    padding-top:20px;}
.sub-menu_head a{
    color:#000;
    font-size:22px;
}
.sub-menu_head a:hover{
    color:#016351 ;
}
.sub-menu__sub-item {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0 0 18px;
    display: inline-block;
    width: 33%;
}
.sub-menu__sub-link {
    display: inline-block;
    position: relative;
    color: #000;
     font-weight: 500;
    font-size: 16px;
    z-index: 1;
    background-color: #fff;
}
.sub-menu__sub-link:hover {
    color: #016351;
}
/*.dropdown:hover>.dropdown-menu {*/
/*  display: block;*/
/*}*/

/*.dropdown>.dropdown-toggle:active {*/
/*    pointer-events: none;*/
/*}*/
/*--------------------------------------------------------------
# slider section
--------------------------------------------------------------*/

.slider:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  height: 892px;
  background: url("../images/Group-slider.png") center center;
  opacity: 0.3;
  background-repeat: no-repeat;
    background-size: cover;
}
.slider-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 892px;
}

.slider-img img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.slider-container {
  position: absolute;
  z-index: 100;
  top: 40%;
  left: 10%;
}
.slider-container h1 {
  font-weight: 600;
  font-size: 56px;
  line-height: 77px;
  color: #000000;
  width: 100%;
}
.slider-container .slider-text {
  background: #016351;
  color: #ffffff;
}
.slider-container p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #191919;
  width: 50%;
}
.slider-container .btn-slider {
  /* width: 187px; */
  width: 20%;
  height: 48px;
  left: calc(50% - 187px / 2 - 346.5px);
  top: calc(50% - 48px / 2 + 143px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #016351;
  border-radius: 4px;
  cursor: pointer;
}
.slider-container .btn-slider a {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}
.companies {
  z-index: 100;
  position: absolute;
  margin-top: -70px;
  width: 100%;
  padding-inline: 9%;
}

.companies .company-social {
  display: flex;
  justify-content: center;
}
.companies .company-social a{
     color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.companies .company-social a:hover{    color: #03fb4b;}
.companies .company-social a i{
    padding-right: 10px;
    font-size: 34px;
}
/*--------------------------------------------------------------
# services section
--------------------------------------------------------------*/
.services ,.clients {
  padding: 65px 10% 15px;
  position: relative;
  background-image: url("../images/services/Fragment-Saturnn.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.clients-images{padding: 65px 10% 15px;}
.clients-images .owl-carousel .owl-nav.disabled{
  display: block !important;}
.clients-images .owl-carousel .owl-nav button{

  z-index: 100;
  opacity: .8;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  text-align: center;
  cursor: pointer;
  background-color: #016351;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.clients-images .owl-nav .owl-prev i ,.clients-images .owl-nav .owl-next i{
  color: #fff;
}

.clients-images .owl-nav .owl-prev {
  left: -40px;
}
.clients-images .owl-nav .owl-next {
  right: -40px;
}
.services h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  color: #000000;
  padding-bottom: 30px;
}

.digital-text {
  color: #076352;
  position: relative;
  background-image: url("../images/services/line1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}

.service-shape {
  position: absolute;
  margin-top: -3.5%;
  left: 108px;
  /* top: 168px;
    left: 115px; */
  z-index: 1;
}

.services .service-box  {
  padding: 10px 24px 20px 24px;
  background: #ffffff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 4px;
  margin-bottom: 30px;
  /* z-index: 20; */
  position: relative;
}

.clients .client-box {
  padding: 20px;
  background: #6c5571;
  border: 2px solid #6c5571;
  box-sizing: border-box;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 4px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}

.client-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #54b9a3;
  padding-top: 30px;
}
.client-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    min-height: 80px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}
.service-d-title{
     font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  padding-top: 20px;
}
.service-d-description{
     font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #434343;
    
}
/*.client-box .client-icon{*/
/*  border-color: #54b9a3;*/
/*  border-width: 1px;*/
/*  background-color: #54b9a3;*/
/*  box-sizing: content-box;*/
/*  position: absolute;*/
/*  height: 50px;*/
/*  width: 50px;*/
/*  top: -20px;*/
/*  border-radius: 50%;*/
/*  color: #ffffff;*/
/*  font-size: 20px;*/
/*}*/
.client-box .client-logo {
    border: 1px solid #54b9a3;
    background-color: #ffffff;
    box-sizing: content-box;
    position: absolute;
    height: 100px;
    width: 100px;
    top: -60px;
    border-radius: 50%;}
.client-box .client-logo img{
    max-width:100%;
    max-height:100%;
    border-radius: 50%;
}
.clients .client-box:hover .client-icon{
  border-color: #03fb4b;
    background-color: #03fb4b;
    color: #01614f;
    cursor: pointer;
}
.clients .client-box:hover .client-title{
  color: #03fb4b;
}

.client-img-item img{
  height: 120px;
  width:200px;

}

.service-box .sevice-icon {
  /* width: 50.82px; */
  height: 57.33px;
}

.services .service-box .service-title {

  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  padding-block: 5px;
}

.services .service-box .service-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #434343;
  padding-right: 120px;
  height: 81px;
      display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.services .service-box .learn-more a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #01614f;
  text-decoration: none;
}
.client-box .learn-more a{
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #54b9a3;
  text-decoration: none;
   align-items: end;
    display: flex;
    justify-content: center;
}

.learn-more a i{ 
    margin-bottom:4px;
}
/*client details*/
.client-details h2{
  font-weight: 600;
  font-size: 38px;
  line-height: 34px;
  color: #000000;
}
.client-details h3{
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
}
.client-details p{
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
}
.client-details ul{
  list-style: none;
  padding-inline: 0;
}
.client-details ul li{
  background-color: #f2f2f2;
  color: #000;
  cursor: auto;
  height: 40px;
  margin: 0px 5px 10px;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
    font-weight: 500;
}
/* .client-img{
  width: 100%;
  height: 490px;
} */
.col-p-10{
  padding-right: 10px;
}
.client-img2{
  width: 100%;
  margin-bottom: 10px;
  height: 240px;
}

@keyframes gallery {
  0%{
    opacity: 1;
  }
  25%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  75%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

.gallery-container{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 50px auto 0 auto;
  tranform: translate3d(0,0,0);
}

.gallery-container img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  animation-name: gallery;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timimg-function: linear;
}

.gallery-container img:nth-of-type(1){
  z-index: 4;
}

.gallery-container img:nth-of-type(2){
  animation-delay: 2.5s;
  z-index: 3;
}

.gallery-container img:nth-of-type(3){
  animation-delay: 5s;
  z-index: 2;
}

.gallery-container img:nth-of-type(4){
  animation-delay: 7.5s;
  z-index: 1;
}



/*--------------------------------------------------------------
# projects section
--------------------------------------------------------------*/
.projects {
  padding-block: 10px;
}

.projects .project-text {
  padding-inline: 10%;
}

.projects h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #000000;
  text-align: left;
}

.show-more-projects ,.show-more-services  {
  display: flex;
  align-items: center;
  justify-content: right;
}

.projects .more-project ,.services .more-services {
  border: 2px solid #6c556f;
  text-align: center;
  width: 50%;
  padding-block: 7px;
  border-radius: 4px;
  height: 48px;
}
.projects .more-project:hover ,.services .more-services:hover {
      background-color: #6c556f;
    border: 2px solid #6c556f;
        cursor: pointer;
}
.projects .more-project:hover a,.services .more-services:hover a{
    color:#03fb4b;
}
.projects .more-project a ,.services .more-services a{
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  color:#6c556f ;
}

.project-background {
  position: relative;
  z-index: 1;
  /*padding-inline: 10%;*/
  background-size: cover;
  margin-top: 20px;
  padding-bottom: 30px;
}

.project-background:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../images/projects/Group-project.png") center center;
  opacity: 0.2;
  background-repeat: no-repeat;
    background-size: cover;
}

.project-background .image-project1 {
  position: relative;
  width: 100%;
  height: 589px;
}

.project-background .image-project1 .project-overllay {
  position: absolute;
  bottom: 0;
  z-index: 5;
  /* height: 114px; */
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding-left: 15px;
  padding-block: 25px;
}

.project-background .image-project1 .project-overllay .proj-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #03fb4b;
}

.project-background .image-project1 .project-overllay .proj-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

.project-background .image-project2 {
  position: relative;
  width: 100%;
  height: 493px;
}

.project-background .image-project3 {
  position: relative;
  width: 100%;
  height: 482px;
  margin-top: 15px;
}

.project-background .image-project4 {
  position: relative;
  width: 100%;
  height: 578px;
  margin-top: -80px;
}

.project-background .image-project1 .img-project,
.project-background .image-project2 .img-project,
.project-background .image-project3 .img-project,
.project-background .image-project4 .img-project {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  inset: 0;
}

.pro-link {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: right;
  padding-right: 30px;
  width: 100%;
  height: 100%;
}

.pro-link img {
  cursor: pointer;
}

/*--------------------------------------------------------------
# lets tack section
--------------------------------------------------------------*/
.lets-tack {
     background: url(../images/lets-tack-bg.png) center center;
    background-color: #01614f;
  position: relative;
  z-index: 1;
  padding: 60px 100px 45px 100px;
}

/* .lets-tack-overlly{
  background-image: url('../images/lets-tack-bg.png');
  position: absolute;
  z-index: 2;
} */
.lets-tack h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
}

.lets-tack-box {
  display: flex;
  align-items: center;
}

.lets-tack-contain p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #ffffff;
  width: 85%;
}

.lets-tack-contain .lets-tack-btn {
  border: 2px solid #ffffff;
  text-align: center;
  width: 200px;
  padding-block: 7px;
  border-radius: 4px;
  height: 48px;
}

.lets-tack-contain .lets-tack-btn a {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
.lets-tack-contain .lets-tack-btn:hover{
    background-color: #03fb4b;
    border: 2px solid #03fb4b;
}
.lets-tack-contain .lets-tack-btn:hover a{
    color: #01614f;
}
.great-text {
  position: relative;
  background-image: url("../images/services/Line-8.png");
  background-repeat: no-repeat;
  background-position: bottom;
}

/*--------------------------------------------------------------
# clients section
--------------------------------------------------------------*/
.clients {
  padding: 65px 10% 15px;
  position: relative;
  background-image: url("../images/clients/bg-client.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.clients h1 {
  font-weight: 600;
  font-size: 36px;
  line-height: 54px;
  text-align: center;
  color: #000000;
  padding-bottom: 30px;
}

.client-item {
  /* height: 235px; */
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 45px;
  box-sizing: border-box;
  min-height:200px;
}

.client-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}

.client-p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #434343;
  padding-top: 10px;
  width: 75%;
  display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-name i {
  color: rgba(3, 251, 75, 0.51);
}

.clients .owl-carousel .owl-nav.disabled {
  /* display: block; */
  text-align: center;
}

.clients .owl-carousel .owl-nav .owl-next i {
  font-size: 18px;
}

.clients .owl-carousel .owl-nav .owl-prev i {
  font-size: 18px;
  color: #b5b5b5;
  padding-right: 10px;
}

.clients .owl-carousel.owl-drag .owl-item {
  padding-inline: 15px;
  padding-top: 15px;
}

.client-info {
  display: flex;
  padding-top: 15px;
  justify-items: center;
}

.client-info .user-img {
  position: relative;
  width: 90px;
  height: 45px;
  /*background: #c4c4c4;*/
  /*border-radius: 50%;*/
  margin-right: 10px;
}
.client-info .user-img img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    /*width: 100%;*/
    /*height: 100%;*/
    inset: 0;
    margin: auto;
    /*border-radius: 50%;*/
}
.user-info {
  padding-left: 10px;
}
.user-info .user-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;

}
.client-name{ 
    display: flex;
    align-items: center;}
.user-info .user-position {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  color: #878787;
}
/*--------------------------------------------------------------
# blogs section
--------------------------------------------------------------*/
.blog-article {
  padding: 15px 10%;
}

.blog-article h1 a ,.partners h1 a{
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  color: #000000;
  padding-bottom: 30px;
}
.blog-article h1 a:hover ,.partners h1 a:hover{
    color: #016351;
    background-image: url(../images/Line-love.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 15px;
}

.blog-item {
  /* height: 240px; */
  background: #ffffff;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  padding: 14px 20px 20px;
}
.blog-item .blog-content {
  display: block;
  padding: 13px;
  width:80%
}
.blog-item .blog-img {
  position: relative;
  width: 250px;
  height: 204px;
  border-radius: 4px;
}
.blog-item .blog-img img {
  position: absolute;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  inset: 0;
  margin: auto;
}
.blog-content .blog-cat {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #878787;
}
.blog-content .blog-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #111111;
   display: -webkit-box;   
 max-width: 100%;     
 -webkit-line-clamp: 2;    
 -webkit-box-orient: vertical;   
 overflow: hidden;
}
.blog-content .blog-p {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #434343;
  max-height: 90px;
 display: -webkit-box;   
 max-width: 100%;     
 -webkit-line-clamp: 3;    
 -webkit-box-orient: vertical;   
 overflow: hidden;
  width: 90%;
}


.blog-article .owl-carousel .owl-nav {
  /* display: block; */
  display: none;
  position: absolute;
  top: -75px;
  right: 20px;
}

.blog-article .owl-carousel .owl-nav .owl-next i {
  font-size: 18px;
}
.blog-article .owl-carousel .owl-nav .owl-prev i {
  font-size: 18px;
  color: #b5b5b5;
  padding-right: 10px;
}
/*--------------------------------------------------------------
# footer section
--------------------------------------------------------------*/
/* .footer {
  padding-block: 90px;
  background: rgba(229, 239, 237, 0.85);
}
.footer .footer-subscribe {
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(18, 17, 39, 0.4);
}
.footer .footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #121127;
  margin: 8px 0px;
}
.footer .form-mail {
  position: relative;
}
.footer .form-mail input {
  background: rgba(229, 239, 237, 0.85);
  border: 1px solid #9fb3af;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: rgba(18, 17, 39, 0.4);
  border-radius: 6px;
  height: 40px;
}
.footer .form-mail button {
  background: #016351;
  border-radius: 6px;
  border: none;
  color: white;
  position: absolute;
  width: 35%;
  height: 40px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer hr {
  margin-top: 40px;
  height: 2px;
  background: rgba(18, 17, 39, 0.12);
}
.footer .copyright {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: rgba(18, 17, 39, 0.56);
}
.footer .footer-social-icons {
  justify-content: right;
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
}

.footer .footer-social-icons .social-item {
  padding-left: 30px;
} */

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-color: rgba(229, 239, 237, 0.85);
  position: relative;
  overflow: hidden;
}
.bg-footer{
      position: relative; 
       width: 100%;
   
}
/*.bg-footer::before {    */
/*      content: "";*/
/*      background: url(../images/lets-tack-bg.png) center center;*/
/*      background-repeat: no-repeat !important;*/
/*    background-size: cover !important;*/
/*      position: absolute;*/
/*      inset: 0px;*/
/*      opacity: 0.5;*/
/*}*/
.bg-footer .container{
    position:relative;
}
.site-footer-top {
  background-color: #fff;
  /*padding-block: 3rem;*/
}
.get-ready {
  font-size: 50px;
  color:#01614f !important;
}
.get-ready-txt {
  color: #01614f !important;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
  margin-top: 15px;
}
.get-ready-link {
     background-color: #01614f;
    box-shadow: 0px 15px 60px -15px rgba(7, 114, 64, 0.54);
    padding: 11px 0px;
    border: 2px solid #01614f;
    border-radius: 6px;
    width: 40%;
    margin-top: 25px;
}
.get-ready-link a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}
.get-ready-link:hover {
        background-color: #03fb4b;
    border: 2px solid #03fb4b;
}
.get-ready-link:hover a{
    color:#01614f;
    font-size: 16px;
    font-weight: 500;
    
}
.site-footer h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color:#076352 !important;
}
.site-footer p {
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
}
.site-footer-bottom {
  /*border-top: 1px solid #1f1c1c;*/
  margin-top: 15px;
  position:relative;
}
.site-footer-bottom:before{
        content: "";
    background: url(../images/footer.png) center center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: absolute;
    inset: 0px;
    opacity: 0.3;
    height: 100px;
}
.site-footer-link-item .social-link span,.service-link{
  color: #000;
    font-size: 18px;
}
.copyright-text{
  color: #000  !important;
    font-size: 16px !important;
    padding-block: 1rem !important;
    text-align:right;
}
.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
}

.site-footer-link-item i {
  color: #6c556f;
  font-size: 16px;
}
.site-footer-links a:hover .social-link-txt ,.site-footer-links a:hover i ,.service-link:hover{
  color: #076352;
}
/*--------------------------------------------
our story page
----------------------------------------------*/
.story-body {
  position: relative;
  z-index: 1;
  background-color: #016351;
  padding-top: 12%;
  padding-bottom: 50px;
}
.story-body .our-story {
  font-weight: 700;
  font-size: 42px;
  line-height: 58px;
  color: #ffffff;
  position: relative;
  background-image: url("../images/Line-our-story.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 12px;
}
.story-body .p1 {
  padding-top: 35px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}
.story-body .p2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  width: 80%;
  color: #ffffff;
}
/* .story-body:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url("../images/Group-slider.png") center center;
    opacity: 0.3;
  } */

.story-body .tab {
  float: right;
  position: relative;
  background-image: url("../images/line-tab.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
/* .tab:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border: 1px solid #338273;
  left: 50%;
  z-index: 1;
} */

.story-body .tab button {
  background-color: inherit;
  color: #33827373;
  padding-block: 22px;
  width: 100%;
  border: none;
  z-index: 2;
  position: relative;
}
.story-body .tab button i {
  font-size: 18px;
  padding-top: 4px;
}
.story-body .tab button .tab-txt {
  position: absolute;
  padding-left: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
}

/* Change background color of buttons on hover */
.story-body .tab button:hover {
  /*color: #03fb4b;*/
}

/* Create an active/current "tab button" class */
.story-body .tab button.active {
  color: #03fb4b;
}
.showme {
  position: absolute;
  top: 15px;
  right: 70%;
  /* left: 35px; */
  width: 108px;
  height: 41px;
  background: #ffffff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #016351;
}
.arrow {
  border-style: dashed;
  border-width: 0.2em;
  display: -moz-inline-box;
  font-size: 50px;
  border-left-color: #fff;
  position: absolute;
  right: -20px;
}
.story-body .tab button.active .showme {
  display: flex;
}

/*--------------------------------------------
our mission section
----------------------------------------------*/
.our-mission {
  padding-block: 60px;
  position: relative;
  background-image: url("../images/services/Fragment-Saturnn.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.mission-head {
  display: flex;
  align-items: center;
}
.mission-head h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  color: #000000;
}
.txt-bg {
  position: relative;
  background-image: url("../images/services/line1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
  color: #016351;
}
.our-mission-box {
  padding: 24px;
  margin-bottom: 24px;
  background: #ffffff;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
  border-radius: 4px;
}

.our-mission-box h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.our-mission-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #434343;
}

/*-----------------------------------------
our team section
-----------------------------------------*/
.our-team {
  /*background: #79c001;*/
    /*background: linear-gradient(0deg, #03fb4b 0%, #198754 100%);*/
    background-image: linear-gradient(90deg, #076352 0%, #076352 35%, #54c1b0 100%);
    padding-block: 60px;
}
.text-black{
    color:#000;
}
.our-team h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 58px;
  color: #ffffff;
}
.our-team .team-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-indent: 2px;
  width: 90%;
  color: #ffffff;
}
.our-team .our-team-image {
    width: 260px;
    padding-inline: 15px;
    position: relative;
    height: 150px;
}
.our-team .our-team-image img {
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.our-team .our-team-contain {
  width: 50%;
  padding: 0px 0 0 15px;
}
.our-team .team-text {
  display: flex;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-indent: 2px;
  color: #ffffff;
  padding-bottom: 20px;
}
.our-team .our-team-contain i {
  padding-right: 8px;
   font-size: 26px;
    color: black;
}
#our-team-carousel .item {
  display: flex;
  margin-top: 25px;
}
#our-team-carousel .owl-nav {
  position: absolute;
  right: 30%;
  bottom: 15%;
}
#our-team-carousel .owl-nav .owl-next i {
  font-size: 18px;
  color: #000;
}

#our-team-carousel .owl-nav .owl-prev i {
  font-size: 18px;
  color: #e9ecef;
  padding-right: 10px;
}
.our-team .our-team-contain .team-member-name {
  padding-left: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-indent: 2px;
  color: #ffffff;
}
.our-team .our-team-contain .team-member-position {
  padding-left: 25px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-indent: 2px;
  color: #000;
}
.navigation-img-wrapper {
  display: flex;
}
.navigation-img-wrapper .navigator {
  position: relative;
  /* margin-right: 10px; */
  cursor: pointer;
}
.navigation-img-wrapper .navigator img {
  width: 263px;
  height: 174px;
}
.navigation-img-wrapper .nav-box {
  left: 8px;
  position: absolute;
  bottom: 8px;
}
.navigation-img-wrapper .nav-box .nav-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-indent: 2px;
  color: #ffffff;
}
.navigation-img-wrapper .nav-box .nav-pos {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-indent: 2px;
  color: #a9ffef;
}
/*--------------------------------------------
contact-us page
----------------------------------------------*/
.contact-body {
  position: relative;
  z-index: 1;
  background-color: #016351;
  padding-top: 10%;
  padding-bottom: 50px;
}
.contact-body .contact-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 58px;
  color: #ffffff;
  width: 80%;
  padding-bottom: 15px;
}
.contact-body .line-love {
  position: relative;
  background-image: url("../images/Line-love.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
}
.contact-body .contact-info {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #e7fffa;
}
.contact-body .contact-address {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #e7fffa;
  padding-block: 15px;
  display: flex;
}
.contact-body .contact-img {
  padding-right: 8px;
}
.contact-body .contact-frm {
  display: flex;
  justify-content: center;
}
.contact-body .contact-us-form {
  position: absolute;
  width: 457px;
  /* height: 540px; */
  background: #ffffff;
  box-shadow: 20px 20px 61px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
}
.contact-body .contact-us-form h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 54px;
  color: #000000;
}
.contact-body .contact-us-form .contact-inpt {
  padding-left: 12px;
  padding-block: 8px;
  /* height: 40px; */
  border: 1px solid rgba(1, 99, 81, 0.26);
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: rgba(18, 17, 39, 0.4);
}

.contact-us-form .contact-btn {
  display: flex;
  justify-content: right;
  align-items: center;
}
.contact-us-form .contact-btn button {
  width: 34%;
  height: 40px;
  background: #016351;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.contact-map {
  height: 354px;
}
.contacts__map iframe {
  height: 354px;
  width: 100%;
}

/*--------------------------------------------
blog page
----------------------------------------------*/

.blog {
  position: relative;
  z-index: 1;
  background-color: #016351;
  padding-top: 10%;
  padding-bottom: 50px;
}
.blog .blog-head-txt {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  color: #ffffff;
  width: 40%;
  padding-left: 15px;
}
.blog .line-love {
  position: relative;
  background-image: url("../images/Line-love.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 10px;
}
.blogs-boxs {
  padding: 65px 12% 15px; 
  position: relative;
  background-image: url("../images/services/Fragment-Saturnn.png");
  background-repeat: no-repeat;
  background-position: top right;
}

/* Tabs */
.blogs-boxs .tabs {
  width: 100%;
  margin-block: 20px;
}
.blogs-boxs ul#tabs-nav {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blogs-boxs ul#tabs-nav li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  cursor: pointer;
}
.blogs-boxs ul#tabs-nav li:hover a,
.blogs-boxs ul#tabs-nav li.active a {
  font-weight: 700;
  color: #016351;
  position: relative;
  background-image: url("../images/line-blog.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 5px;
}
.blogs-boxs #tabs-nav li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
}
.blog-box {
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 15px;
}
.blog-img {
  position: relative;
  width: 100%;
  height: 257px;
  border-radius: 4px;
}
.blog-img img {
  position: absolute;
  margin: auto;
  inset: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.blogs-boxs #tabs-content {
  padding-block: 30px;
}
#tabs-content {
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 1.5s ease 1 forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.box-padding {
  padding-right: 0;
}
.blog-body {
  padding-top: 15px;
}
.category-blog {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #878787;
}
.blog-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #111111;
}
.blog-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #434343;
  display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px;
}
.blog-details {
  position: relative;
  background-image: url("../images/services/Fragment-Saturnn.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.blog-details-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog-details-img {
  position: relative;
  width: 85%;
  height: 476px;
  margin-block: 30px;
}
.blog-details-img img {
  position: absolute;
  margin: auto;
  inset: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.blog-details-cat {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #878787;
}
.blog-details-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  text-align: left;
  color: #111111;
}
.blog-details-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  text-align: left;
  color: #434343;
}
.blog-detailss {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-contact {
  width: 75%;
  margin-bottom: 50px;
}
/*--------------------------------------------
ourWork page
----------------------------------------------*/
.Works ,.Services{
  position: relative;
   padding-top: 10%;
  padding-bottom: 50px;
  height:500px;
  background-color: rgba(255, 255, 255, 0);
  /*background-image: url(https://admiral.media/wp-content/uploads/2021/10/case-studies-hero.png);*/
  background-position: center center;
  background-repeat: no-repeat;
  border-width: 0px 0px 0px 0px;
  border-color: #e2e2e2;
  border-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.clients-section{
  position: relative;
   padding-top: 5%;
  padding-bottom: 50px;
  background-color: #076352;
  border-width: 0px;
 
}
.ourWork .line-love {
  position: relative;
  background-image: url("../images/Line-love.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 42px;
}

.work-details {
  position: relative;
  background-image: url("../images/services/Fragment-Saturnn.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-block: 50px;
}

.work-box {
  margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
    border-radius: 4px;
    border: 1px solid #dadada;
}

.work-box img {
  width: 100px;
  /*height: 100px;*/
  border-radius: 5px;
}
.work-box .work-content {
  padding-left: 20px;
}
.work-details .work-box h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}
.work-details .work-box h2:hover {
  color: #076352;
}
.work-details .work-box p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #076352;
  margin-bottom: 20px;
   min-height: 80px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.work-box .work-btn {
     border: 2px solid #54b9a3;
    border-radius: 6px;
    background: transparent;
    display: flex;
    justify-content: center;
    width: 160px;
    height: 46px;
    align-items: center;
    line-height: 16px;
    font-size: 14px;
    color: #076352;
    transition: all .2s;
    font-weight: 700;
}
/*.work-box .work-btn .work-btn-text {*/
/*  line-height: 16px;*/
/*  font-size: 14px;*/
/*  color: #076352;*/
/*  transition: all .2s;*/
/*  font-weight: 500;*/
/*}*/
.work-box .work-btn:hover{
  background: #54b9a3;
  color: #fff;
  /*  background: #03fb4b;*/
  /*color: #016351;*/
}
/*.work-box .work-btn:hover span{*/
/*  color: #016351;*/
/*}*/
.get-touch-btn{
    border-radius: 6px;
    background: transparent;
    border: 2px solid #54b9a3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 46px;
      line-height: 16px;
      font-size: 14px;
      color:  #fff ;
      transition: all .2s;
      font-weight: 700;
}

.get-touch-btn:hover{
   background: #54b9a3;
   color:  #fff ;
}

.blog-time {
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 15;
  color: #ffffff;
  pointer-events: none;
  background: #076352;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.75em 1.0279em;
}
.contacts {
  padding: 65px 10% 15px;}
.fieldset__lable {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 16px;
  margin: 0 0 13px;
  color: #fff;
}

.fieldset__input {
  display: block;
  width: 100%;
  font-size: 18px;
  border: none;
  outline: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0 10px 16px;
  background-color: transparent !important;
}
.fieldset__text {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 50px;

}


.contact-submit{
     background: #03fb4b;
    border: 1px solid #03fb4b;
    font-size: 14px;
    color: #01614f;
    transition: all .2s;
    font-weight: 500;
    border-radius: 6px;
    padding: 12px 0;
    width: 165px;
    margin-bottom: 40px;
}
.contact-submit:hover{
    color: #03fb4b;
    background-color: transparent;
}
.captcha {
  width: 35%;
 margin-bottom: 20px;
	background-color:#f9f9f9;
	border:2px solid #d3d3d3;
	border-radius:5px;
	color:#4c4a4b;
	display:flex;
	justify-content:space-evenly;
	align-items:center;
}


.captcha .text {
	font-size:1rem;
	font-weight:500;
	margin-right:1em;
}
.captcha .spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	align-items:center;
	justify-content:center;
}
.captcha input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captcha input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captcha input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captcha input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
.captcha input[type="checkbox"]:checked+.checkmark { 
	animation:2s spin forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span { 
	animation:1s fadein 1.9s forwards;
}
.captcha input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captcha input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.captcha .logooo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 0em;
}
.captcha .logooo img {
	/* height:2em;
	width:2em; */
}
.captcha .logooo p {
	color:#9d9ba7;
	margin:0;
	font-size:14px;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.captcha .logooo small {
	color:#9d9ba7;
	margin-top:5px;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}

.partners{
    background-color: rgba(255,255,255,0);
     background-position: center center;
     background-repeat: no-repeat;
}

.partners .col-part {
  margin-bottom: 30px;
}
.partner-logo {
  position: relative;
  /*width: 250px;*/
    margin: 0 auto;
  background: #fff;
      display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 180px;
  /* border: 1px solid #dadada; */
  box-sizing: border-box;
  /*box-shadow: 0px 20px 50px rgb(18 17 39 / 8%);*/
  border-radius: 4px;
}
.partner-logo img {
    /*height:100%;*/
    /*width: 100%;*/
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}
.partner-name {
  align-items: center;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  line-height: 120%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #016351;
}
.partners .row-part {
  /*padding-top: 25px;*/
  display: flex;
  justify-content: center;
}
.partners h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-align: left;
  padding-bottom:15px;
  color: #fff;
  position: relative;
  background-image: url("../images/Line-love.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}

/*--------------------------------------------
ourWork details page
----------------------------------------------*/
.ourWorkDetails {
  position: relative;
  background-color: #016351;
  padding-top: 10%;
  padding-bottom: 50px;
}
.ourWorkDetails .line-love {
  position: relative;
  background-image: url("../images/Line-8.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 42px;
}
.work-head-d-txt {
  font-weight: 600;
  font-size: 34px;
  line-height: 63px;
  color: #ffffff;
  width: 60%;
  padding-left: 15px;
}
.w-d-box h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  color: #016351;
}
.w-d-box p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
.img-w-d {
  direction: rtl;
  position: relative;
  margin: 50px 6px 0px;
  height: 440px;
  width: 100%;
}
.image-stack__item--top img,
.image-stack__item--bottom img {
  max-width: 100%;
}
.image-stack__item--bottom {
  position: absolute;
  /* border: 1px solid #C4C4C4; */
  z-index: 1;
  width: 100%;
  top: 0;
  right: 0;
}

.image-stack__item--top {
  position: absolute;
  /* border: 1px solid #C4C4C4; */
  z-index: 2;
  width: 100%;
  top: 50px;
  right: 50px;
}
.s-work {
  margin-block: 80px;
}
.s-work h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 30px;
  color: #000000;
}
.s-work p {
  font-weight: 400;
  font-size: 28px;
  line-height: 63px;
  color: #000000;
}
.s-work .see-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  width: 100%;
  background: #016351;
  border-radius: 6px;
}
.s-work .see-more a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.s-work-content {
  width: 100%;
  position: relative;
  height: 318px;
  border-radius: 4px;
}
.s-work-content .s-w-img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.s-work .project-vid-overllay {
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.416) 25.52%,
    rgba(0, 0, 0, 0.744) 64.06%,
    rgba(0, 0, 0, 0.8) 100%
  );
  border-radius: 0px 0px 5px 5px;
}
.s-work .project-vid-overllay .project-vid-title {
  font-weight: 700;
  font-size: 18px;
  padding-left: 10px;
  line-height: 27px;
  color: #03fb4b;
}
.s-work .pro-link {
  padding-right: 10px;
}

/*--------------------------------------------
project details page
----------------------------------------------*/

.projectDetails {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../images/Group-slider.png) no-repeat 40% 30% #016351;
  padding-top: 10%;
  padding-bottom: 50px;
}

.projectDetails .line-love {
  position: relative;
  background-image: url("../images/Line-8.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  color: #ffffff;
}
.projectDetails p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  width: 65%;
  line-height: 30px;
  color: #d9d9d9;
}
/*--------------------------------------------
services page
----------------------------------------------*/
.ourService {
  position: relative;
  background-color: #016351;
  padding-top: 10%;
  padding-bottom: 50px;
}
.ourService .line-love {
  position: relative;
  background-image: url("../images/Line-love.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 42px;
}
.work-head-txt{
    font-weight: 700;
    font-size: 34px;
    line-height: 54px;
    color: #ffffff !important;
    margin-bottom: 20px;
}
.service-head-txt {
     font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    width: 80%;
    color: #ffffff !important;
    margin-bottom: 40px;
}
.client-head-txt{
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    width: 80%;
    margin-bottom: 40px;
    color: #fff;
}
#services {
  padding: 60px 0 40px 0;
}



#services .icon img {
  margin: 0 auto 15px auto;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: #016351;
}

#services .icon .service-icon {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

#services .title a {
  color: #016351;
}

#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
      display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:80px;
  margin-bottom: 0;
}
.flip-card {
  width: 100%;
  height: 300px;
  perspective: 1000px;
 
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  border: 1px solid #dadada;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.service-data .title a {
    color: #fff !important;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 10px;
}
.service-data p{
   color: #03fb4b;
    font-size: 20px;
}
.flip-card-front {
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
      background-size: cover;
}

.flip-card-back {
  background: #016351;
  color: #fff;
  text-align: left;
  transform: rotateY(180deg);
}
.flip-card-back p {
    color: #fff;
    /*min-height: 80px;*/
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  font-size: 16px;
  line-height: 2;
}
.learn-more-link {
  width: 50%;
  height: 45px;

  box-shadow: 0px 15px 60px -15px rgb(7 114 64 / 54%);
  background-color: transparent;
  border: 2px solid #54c1b0;
  border-radius: 6px;
}

.learn-more-link a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.learn-more-link:hover {
  background-color: #54c1b0;
   border: 2px solid #54c1b0;
   cursor: pointer;
}
.learn-more-link:hover.learn-more-link a {
  color:  #000;
}

    .navbar-nav{
        position:relative;
    }


 .sub-menu {
    background-color: #6c556f;
    list-style: none;
    border-radius: 6px;
    visibility: hidden;
    padding-inline:0;
    opacity: 0;
    min-width: 45%;
    position: absolute !important;
    transition: all 0.5s ease;
  display: none;
      max-height: 440px;
    overflow: auto;
}
.sub-menu li{
    padding:4px;
}
.sub-menu li:hover{
    background-color: #03fb4b;
}

.sub-menu .sub-menu-item:hover a{
    color: #076352;
}
ul li:hover > .sub-menu,
 .sub-menu:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.sub-menu-link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
    z-index: 1;
    
}











#menu-nav {
  display: none;
}

#menu-nav::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 45%;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}


.dropdown-menu-list {
  position: relative;
}
.dropdown-menu-list:hover #menu-nav {
  background-color: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  position: absolute;
  top: 100%;
  right: -90px;
  list-style: none;
  padding-inline: 0;
  width: 280px;
  display: block;
  min-width: 9rem;
}
.menu-list li {
  padding: 10px 0 10px 10px;
}
.menu-list li:hover {
  background-color: #e5e5e5;
  cursor: pointer;
}
.menu-list a {
  text-decoration: none;
  color: #016351;
  font-size: 0.95rem;
  font-weight: 500;
}

.menu-list li:nth-child(4) {
  border-bottom: none;
}

.download-link {
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 10px 14px;
    transition: all .2s;
   
}
.download-link:hover {
    background-color: #03fb4b;
    border: 2px solid #03fb4b;
    cursor: pointer;
}
.download-link:hover a{
  color: #016351;
}
.download-profile {
  font-weight: 500;
  font-size: 14px;
  color: #fff ;
}
.download_link{
     padding-left:20px;
}
.download_link a:hover {
    color: #54c1b0;
    background-image: url(../images/link-active.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
}
/*blog section*/

.btn-primary-back {
   color: #03fb4b;
    background-color: #6c556f;
    border-color: #6c556f;
}

 .btn-primary-back:hover {
  color: #000;
  background-color: #03fb4b;
  border-color: #03fb4b;
} 
.btn-primary-back:focus,
.btn-primary-back.focus {
  box-shadow: none;
  outline: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 11;
  animation: action 1s infinite alternate;
}
@keyframes action {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

.web-view {
  display: block !important;
}

.mobile-view {
  display: none !important;
}

@media only screen and (max-width: 1400px) {
  .w-d-box p {
    margin-right: 40px;
  }

  .projects .project-text {
    padding-inline: 3%;
  }
  .services .service-box .service-description {
    padding-right: 0;
  }
}

@media only screen and (max-width: 1300px) {
    .download-link {
    padding: 8px 4px;}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 5px;
  }
  .navbar > .container {
    margin-left: 0;
  }
  .blog-article .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .slider-img,
  .slider:before {
    height: 700px;
  }
  .slider-container h1 {
    font-size: 44px;
  }
  .service-shape {
    display: none;
  }
  #our-team-carousel .owl-nav {
    bottom: 8%;
  }
}
.page-item.active .page-link {
    background-color: #01614f;
    border-color: #01614f;
}
.page-link {
    color: #01614f;}
    


/*#carouselExampleDark .carousel-inner > .carousel-item {*/
/*  height: 450px;*/
/*  background: #000;*/
/*}*/
/*#carouselExampleDark .carousel-inner .carousel-item img {*/
/*  width: 100%;*/
/*  margin: auto;*/
/*  position: relative;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/
/*#carouselExampleDark .carousel-inner .carousel-item iframe {*/
/*  width: 100%;*/
/*  height: 450px;*/
/*  margin: auto;*/
/*  position: relative;*/
 
/*}*/

   
#slideshow {
    display: flex;
    width: 70.5%;
    height: 420px;
}

#slides {
    position: relative;
    width: 83%;
    overflow: hidden;
}

#gallery {
    position: relative;
    width: 17%;
    overflow: hidden;
}

#slides img,
#gallery img {
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s linear;
}

.slide.show {
    opacity: 1;
    z-index: 10;
}

.thumbnail {
    height: 105px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.slide-btn {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    /*height: 100%;*/
    padding: 0 20px;
    font-size: 40px;
    color: #000;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s linear;
    z-index: 100;
}

.slide-btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.next {
    right: 0;
}

.prev {
    left: 0;
}



 .missions-block:nth-child(odd) {
    margin-right: 50%;
}
 .missions-block:nth-child(even) {
    margin-left: 50%;
}
.missions-block .content {
    position: relative;
    padding-top: 70px;
}
/*.missions-block:nth-child(odd) .content > *:nth-child(1) {*/
/*    transform: perspective(3em) rotateY(-25deg);*/
/*}*/
/*.missions-block .content > *:nth-child(1) {*/
/*    font-size: 8.18em;*/
/*    font-weight: 700;*/
/*    color: #ba171a;*/
/*    line-height: 0.75;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 5;*/
/*    transform: perspective(3em) rotateY(25deg);*/
/*    transition: transform 1s;*/
/*}*/
.missions-block .content > *:nth-child(n+2) {
    position: relative;
    z-index: 10;
}

.missions-block .content > *:nth-child(n+2) {
    margin-top: 15px;
}
.missions-block h2 {
       font-size: 36px;
    font-weight: 600;
    color: #076352;
}
.missions-block .content > *:nth-child(n+3) {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.789;
}


@media (prefers-reduced-motion) {
  [data-animation] {
    animation: none;
  }
}


.animation-group [data-animation] {
  opacity: 0;
}
.animation-group [data-animation].animate {
  opacity: 1;
}


.animation-group [data-animation]:nth-child(1) {
  animation-delay: 100ms;
}
.animation-group [data-animation]:nth-child(2) {
  animation-delay: 500ms;
}
.animation-group [data-animation]:nth-child(3) {
  animation-delay: 900ms;
}
.animation-group [data-animation]:nth-child(4) {
  animation-delay: 1300ms;
}

.animated {
  animation-duration: 1s;
  animation-duration: 2s;
  animation-fill-mode: both;
}


@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

  /* review box  */
.site-footer-top .title{
    color:#000;
}
.box-review {
  background-color: #e9e8e8;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 20px 0;
  border-radius: 10px;
}

.box-review .profile {
  display: flex;
}

.box-review img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #141414;
}
.box-review p{color:#000;}
.box-review .bio h2{
     font-size: 24px;
}
.box-review .bio {
 
  align-self: center;
  margin-left: 20px;
}

.box-review .bio h3 {
     font-size: 18px;
  font-weight: 500;
 color: #8e8e93
}

.box-review .qoute {
  font-size: 16px;
    line-height: 1.5;
    padding: 10px 0 0;
    text-align: center;
}
  .box-review .qoute p{
          display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .box-wrap {
      margin-top:20px;
  }
  
.box-wrap .btn-load-more {
  cursor: pointer;
  border-bottom: 2px solid #076352;
  font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #076352;
}
.box-wrap .btn-load-more:hover {
    color: #54c1b0;
    border-bottom: 2px solid #54c1b0;
}

#datalist{
    list-style:none;
    padding-inline:0
}

#datalist li:nth-child(n + 5) {
  display: none;
}
.h5-stroke {
    font: 3rem az_bold!important;
    padding: 0 2rem;
    /*white-space: pre;*/
    color: #0000;
  -webkit-text-stroke: 1px #111;
   display:inline-flex;
}
.site-footer {
  background-image: url("../images/bg-logo.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.padding-26{padding-left:26px;}
.site-footer p strong{
    color: #6c556f;
}


@media only screen and (max-width: 1570px) {
.padding-26{padding-left:70px;}
}
@media only screen and (max-width: 991px) {
    .vat-footer {
    justify-content: center;
    padding-top: 10px;
}
.vat-footer p{padding-bottom:0 !important;}
.copyright-text {
    text-align: center;}
    .padding-26{padding-left:16px;}
     .site-footer {
    background-image: unset !important;
}
     .client-item {
  min-height:auto;
}
.client-info .user-img {
    margin-right: 0px !important;
}

.client-info {
    display: block !important;}
    .partners h2 {
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;}
    .slider-container h1 {
    line-height: 54px;
}
     .site-footer {
      background-position-y: center !important;
    }
    .client-head-txt ,.service-head-txt{
    font-size: 18px;
        line-height: 30px;
    margin-bottom: 20px;
        width:100%;
    }
    .site-footer-bottom {
      margin-top: 0px;
    }
        .missions-block:nth-child(odd) {
        margin-right: 0;
    }
    .missions-block:nth-child(even) {
        margin-left: 0;
    }
       .missions-block .content {
        padding-top: 50px;
    } 
  /*   .Works ,.Services{*/
  /*height:400px;}*/
    #slideshow {
    height: 275px;
    width: 100%;
}
.blog-item .blog-content {
    width: 100%;
}
  .client-details ul{
    display: flex;
    flex-flow: wrap;
  }
  .clients-images .owl-carousel .owl-nav.disabled{display: none !important;}
  .clients-images ,.contacts {
    padding: 50px 0% 15px;
}
  .captcha {
		width: 100%;
	}
	 ul.submenu{
    height: initial;
    max-height: 10em;
    overflow: auto;
    width: 100%;
}
  .side-menu-btns-box {
   position: absolute;
    background-color: #fff;
    left: 0px;
    padding-block: 25px;
    bottom: 0;
    z-index: 2;
  }
  .position-relative{
      position:relative;
  }
  .h-100{
      height:100%;
  }
  .side-menu-nav .main-menu{
      height: 680px;
    overflow: auto;
  }
  .download-link {
    background-color: #016351;
  }
  .download-link a {
    color: #fff !important;
  }
  .single-work {
    padding-top: 40px;
  }
  .work-head-d-txt,
  .projectDetails p {
    width: 100%;
  }
  .w-d-box p {
    margin-right: auto;
    line-height: 1.3;
  }
  .work-head-txt{
    font-size: 24px;
  }
  .img-w-d {
    margin-top: 20px;
    height: auto;
    margin-bottom: 75%;
    /* margin-inline: 6%; */
  }
  .s-work-content,
  .s-work .see-more {
    margin-bottom: 20px;
  }
  .image-stack__item--top img,
  .image-stack__item--bottom img {
    max-width: 100%;
  }

  .s-work .pro-link {
    justify-content: right;
  }
  .partners .col-part {
    margin-bottom: 30px;
  }

  .work-details .pro-link {
    padding-right: 0px;
  }
  .vid-work {
    margin-bottom: 15px;
  }
  .blog-details-contact {
    width: 100%;
  }
  .blog-details-img {
    width: 100%;
    height: 270px;
  }
  .blog-text {
    line-height: 150%;
  }
  .blog-title {
    line-height: 30px;
  }
  .blogs-boxs #tabs-content {
    padding-block: 20px;
  }
 .blog .blog-head-txt {
    width: 100%;
    font-size: 24px;
    padding-left: 0;}
    .download-link {
    width: 100%;
}
.blog-details-cat {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;}
.blog-details-txt {
    font-size: 16px;}
.blog-details-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 15px;}
  .show-more-projects ,.show-more-services {
    justify-content: center;
    margin-top: 5px;
  }
  #our-team-carousel .owl-nav {
    display: none;
  }
  .web-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .slider-container .btn-slider {
    width: 30%;
  }
  .projects .project-text {
    padding-inline: 0;
  }
  .mission-head h1 {
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 20px;
  }
  .our-team .team-des {
    width: 100%;
  }
  .projects .more-project ,.services .more-services{
    width: 80%;
  }
  .projects h1 {
    font-size: 35px;
    line-height: 50px;
  }
  .services {
    padding: 50px 0% 15px;
  }

  .lets-tack-contain p {
    font-size: 18px;
    width: 100%;
  }
  .lets-tack-contain .lets-tack-btn {
    width: 50%;
  }
  .lets-tack {
    padding: 45px 0px;
  }
  .clients {
    padding: 50px 0% 15px;
  }
  .client-p {
    width: 100%;
  }
  .client-item {
    padding: 15px;
  }
  .sub-frm {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .footer .form-mail input {
    width: 75%;
  }
  .footer .form-mail {
    margin-left: 0;
    width: 100%;
  }
  /* .footer hr {
    margin-top: 20px;
  } */
  .project-background .image-project4,
  .project-background .image-project2 {
    margin-top: 20px;
  }
  .project-background .image-project1 .project-overllay .proj-desc {
    font-size: 16px;
  }
  .pro-link {
    padding-right: 0;
    justify-content: center;
  }
  .slider-container {
    top: 30%;
  }
 .slider-container h1{
    font-size: 40px;
  }
  .blog-article {
    padding: 15px 5%;
  }
  .contact-body {
    padding-top: 5%;
  }
  .contact-body .contact-us-form {
    position: relative;
    width: 100%;
  }
  .contact-body .contact-title {
    font-size: 40px;
    width: 100%;
  }
  .contact-us-form .contact-btn button {
    width: 100%;
  }
  .client-details h2 {
    font-size: 28px;}
    .client-details p {
    font-size: 18px;
    line-height: 30px;
}
.client-details h3 {
    font-size: 24px;}
    
  .project-background .image-project1 {
    height: 420px;
}
   .project-background .image-project2 {
    height: 380px;
} 
.project-background .image-project3 {
    height: 350px;}
}
@media only screen and (max-width: 770px) {
    .blogs-boxs {
    padding: 65px 0% 15px;}
    .image_container:before {
    transform: translateX(-1rem) translateY(0rem) translateZ(-1rem);
}
.image_container {
    height: auto;
    margin-bottom: 0px;
}
.image_container figcaption {
    padding-top: 15px;
    padding-bottom: 10px;}

    .services .more-services {
    margin-bottom: 20px;
}
  .companies .company-social a {
     font-size:14px; 
  }

    #gallery {
        display: none;
    }
  #slides{width:100%;}
  #our-team-carousel .item {
    display: block;
  }
 .our-team .our-team-image{
          margin: 0 auto;
  }
  .our-team .our-team-contain {
    width: 100%;
    padding-top: 25px;
  }
  .story-body {
    padding-top: 80px;}
.story-body .tab button {
    display: flex;
    align-items: center;
    justify-content: start;
}
.story-body .tab {
    display: flex;
    float: none;
    background-image: none;
}
.story-body .tab button .tab-txt {
    padding-left: 30px;
}
  .tabcontent {
    padding-top: 70px;
  }
  .contact-body .contact-frm {
    padding-top: 50px;
  }
  .showme {
    top: 50px;
    right: -15%;
  }
  .arrow {
    border-style: dashed;
    border-width: 0.2em;
    display: -moz-inline-box;
    font-size: 50px;
    border-bottom-color: #fff;
    border-left-color: transparent;
    position: absolute;
    right: 42px;
    top: -19px;
  }
  .order-number-1 {
    order: 1;
  }
  .order-number-0 {
    order: 0;
  }
  .tab button .tab-txt {
    padding-left: 8px;
  }

  .projects .more-project ,.services .more-services {
    width: 100%;
  }
 
  .slider-container h1 {
    font-size: 40px;
  }
  .slider-container p {
    width: 85%;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer .footer-social-icons {
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
  }
  .footer .footer-social-icons .social-item {
    padding-inline: 15px;
  }
  .footer .form-mail {
    padding-top: 20px;
  }
  .services h1,
  .projects h1 {
    font-size: 30px;
    line-height: 42px;
  }
  .clients h1 {
    font-size: 30px;
    line-height: 42px;
    padding-bottom: 20px;
  }
  .blog-item {
    display: block;
  }
  .blog-item .blog-img {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 4px;
  }
  .blog-item .blog-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
    .site-footer h5 {
    font-size: 20px;
    margin-bottom: 8px !important;}
     .site-footer-link-item .social-link span, .service-link {
    font-size: 16px;
}
    
    .copyright-text {
    padding-top: 5px !important;
    padding-bottom: 16px !important;
}
     
    .client-head-txt, .service-head-txt {
    font-size: 16px;
    line-height: 28px;}
    .ourService .line-love {
    font-size: 26px;
}
    .blog-title {
    line-height: 26px;
    font-size: 20px;
}
    
    .box-wrap .btn-load-more {
    font-size: 18px;}
    .service-data .title a {
    font-size: 16px;}
    .work-head-txt {
    font-size: 24px;
    line-height: 36px;
}
    .navigation-img-wrapper .nav-box .nav-name {
    font-size: 18px;}
    .navigation-img-wrapper .nav-box .nav-pos {
    font-size: 16px;}
    
    .our-team .team-des {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;}
    .missions-block h2 {
    font-size: 26px;}
    
    .missions-block .content {
    padding-top: 30px;
}
    .Works, .Services {
    height: auto;}
   
    .Works {
   padding-top: 15%;}
.story-body .tab button {
    justify-content: center;
}
.story-body .tab button .tab-txt {
    padding-left: 0;
    top: -25px;
    left: 25px;
    font-size: 16px;
}
.story-body .tab button {
    padding-block: 5px;
    padding-inline: 5px;
}
  .work-box .work-content {
    padding-left: 0;
    padding-top: 20px;
}
  .order-mobile-1 {
    order: 1;
  }
  .order-mobile-2 {
    order: 2;
  }
  .order-mobile-3 {
    order: 3;
  }
  .image-stack__item--top {
    right: 30px;
  }

  .get-ready {
    font-size: 36px;
  }
  .get-ready-txt {
    font-size: 20px;
  }
  .get-ready-link {
    width: 65%;
  }
  .footer-logo {
    padding-bottom: 30px;
  }
  .image-stack__item--top img,
  .image-stack__item--bottom img {
    max-width: 90%;
  }
  .box-padding {
    padding-right: 15px;
  }
  .tabcontent {
    padding-top: 50px;
  }
  .our-mission-box {
    padding: 20px 10px;
  }
  .our-mission {
    padding-block: 40px;
  }
  .blog-item {
    padding: 10px 10px 15px;
  }
  .tab button {
    padding-block: 5px;
    padding-inline: 5px;
  }

  .slider-container .btn-slider {
    width: 40%;
  }
  .project-background .image-project1 .project-overllay {
    padding-block: 15px;
    padding-left: 0px;
  }
  .project-background .image-project1 .project-overllay .proj-desc {
    font-size: 14px;
    line-height: normal;
  }
  .project-background .image-project1 .project-overllay .proj-title {
    font-size: 22px;
  }
  .projects .project-text {
    padding-inline: 30px;
  }
  .slider-container h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .slider-img,
  .slider:before {
    height: 450px;
  }
  .slider-container {
    left: 5%;
  }
.project-background .image-project2 ,.project-background .image-project1 
{
    height: 380px;
}
 
  .blog-article {
    padding: 15px 3%;
  }
  .blog-item .blog-content {
    padding-right: 0;
  }
  .blog-content .blog-name {
    font-size: 22px;
    line-height: 30px;
    padding-top: 10px;
  }
  .blog-content .blog-p {
    font-size: 16px;
    line-height: 170%;
    width: 100%;
  }
  .blog-article h1 a ,.partners h1 a {
    font-size: 28px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .blog-article .owl-carousel .owl-nav {
    /* top: -60px; */
    display: none;
  }
  .services .service-box .service-title {
    margin-bottom: 0;
  }
  .services .service-box {
    padding: 10px 15px 20px 10px;
  }
  .lets-tack h1 {
    font-size: 44px;
    line-height: 50px;
  }
  .great-text {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 500px) {
      #slideshow {
    height: 185px;
}
  .tab button {
    padding-block: 5px;
    padding-inline: 5px;
  }
  .tab button .tab-txt {
    padding-left: 0;
    top: -25px;
    left: 25px;
    font-size: 16px;
  }
  .showme {
    top: 48px;
    right: 0%;
    width: 80px;
    font-size: 13px;
    height: 35px;
  }
  .arrow {
    right: 32px;
  }
    .clients h1 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
}
.client-p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    padding-top: 0px;}

}
@media only screen and (max-width: 400px) {
    .client-name {
    font-size: 18px;}
  .services .service-box .service-description {
    height: auto;
  }
  .story-body .our-story {
    font-weight: 700;
    font-size: 38px;
  }
}
@media only screen and (max-width: 380px) {
    .client-name {
    font-size: 16px;
}
    .work-box img {
    width: auto;}
 .work-details .work-box h2 {
    font-size: 22px;
    line-height: 26px;}
    .work-details .work-box p {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;}
    
  .captcha {
		flex-direction:column;
	}
  .captcha .text {
		margin:.5em!important;
		text-align:center;
	}
	.captcha .logooo {
		align-self: center!important;
	}
	.captcha .spinner {
		margin:2em .5em .5em .5em!important;
	}
  .tab button .tab-txt {
    padding-left: 0;
    top: -25px;
    left: 16px;
    font-size: 16px;
  }
  .tab button .tab-txt {
    top: -20px;
    font-size: 14px;
  }
  .our-team {
    padding-block: 40px;
  }
  .story-body .p2 {
    font-size: 16px;
    width: 100%;
  }
  .our-team h1 {
    font-size: 28px;
  }
  .our-team .team-text {
    font-size: 16px;
  }
  .mission-head h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
  }
  .story-body .our-story {
    font-weight: 700;
    font-size: 30px;
  }
  .story-body .p1 {
    padding-top: 20px;
    font-weight: 500;
    font-size: 16px;
  }
  .arrow {
    right: 28px;
  }
  .showme {
    top: 49px;
    right: -12%;
    width: 70px;
    font-size: 12px;
    height: 30px;
  }
  .contact-body .contact-title {
        font-size: 24px;
    line-height: 38px;
    padding-bottom: 0px;
  }
  .contact-body .contact-us-form h1 {
    font-size: 24px;
  }
  .contact-body .contact-img {
    padding-right: 0px;
  }
  .contact-body .contact-address,
  .contact-body .contact-info {
    font-size: 16px;
  }
  .slider-container .btn-slider {
    width: 50%;
  }
  .slider-container h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .slider-container p {
    width: 100%;
    font-size: 16px;
  }
  .slider-container .btn-slider a {
    font-weight: 500;
  }
  .services h1,
  .projects h1 {
   font-size: 20px;
    line-height: 30px;
    padding-bottom: 0px;
  }
 .project-background .image-project2 {
    height: 350px;
  }
  .project-background .image-project3 {
    height: 200px;
  }
 
  .lets-tack h1 {
    font-size: 36px;
  }
  .project-background .image-project1 .img-project, .project-background .image-project2 .img-project, .project-background .image-project3 .img-project, .project-background .image-project4 .img-project {
    object-fit: cover;
 }
     .project-background .image-project1{
    height: 260px;
   }
    
    .services .service-box .service-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;}
    .services .service-box .service-title {
    font-size: 20px;
    line-height: 36px;}
.blog-article h1 a, .partners h1 a {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 0;
}
.blog-time {
    font-size: 14px;}
  .blog-content .blog-name {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.blog-content .blog-p {
    line-height: 24px;
    font-size: 14px;
}
.clients h1 {
    font-size: 20px;
    line-height: 28px;
}




}

/*mobile nav*/
.social-icons-mobile {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 10px;
  padding-top: 15px;
}

.social-icons-mobile .social-item-mobile {
  padding-right: 10px;
}

header {
  display: block !important;
  background: #e9f1f0;
  box-shadow: 0px 5px 5px 0 rgb(83 83 83 / 13%);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

header .main-menu > li {
  position: relative;
}

.side-menu-logo {
  text-align: left;
  padding-left: 15px;
}

.header-logo {
  text-align: right;
}

.img-fluidd {
  width: 80px;
  height: 70px;
}

header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 180px;
  overflow: hidden;
  border-top: 2px solid #f49306;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .main-menu > li:hover .sub-menu {
  display: block;
}

header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  /*padding-top: 15px;*/
  background: transparent;
}

header .side-menu-close span {
  background: #000;
  width: 30px;
}

.ml-auto,
.mx-auto {
  margin-left: 0 !important;
}

/* side menu */
.side-menu-wrap {
  width: 320px;
  position: fixed;
  left: -110%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.side-menu-logo {
  border-bottom: 2px solid #000;
}

.side-menu-nav .main-menu > li {
  -webkit-appearance: none;
  position: relative;
  /* border-bottom: 2px solid #d098b8; */
  width: 100%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #212529;
  font-weight: 600;
  font-size: 0.9em;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}

.side-menu-nav .main-menu > li > a {
  color: #000;
  padding: 20px 30px 10px 10px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover,
.side-menu-nav .main-menu > li > a.active {
  color: #016351;
}

.menuu-mob {
  display: flex;
  align-items: center;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #000;
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
.side-menu-nav .main-menu>li {
  -webkit-appearance: none;
  position: relative;
  /* border-bottom: 2px solid #d098b8; */
  width: 100%;
}
button{
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
   /*-webkit-appearance:default-button;*/
}



.side-menu-nav .main-menu>li>a {
  color: #000;
  padding: 20px 30px 10px 10px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.accordion-flush a {
  color: #000;
  padding: 12px 20px 0px 12px;
  font-weight: 600;
  display: flex;
  font-size: 18px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.accordion-body ul{
  padding-left: 0px;
  list-style: none;
}
.accordion-body ul li a {
  font-size: 16px;
}
.accordion-button:not(.collapsed)::after ,.accordion-button::after{
  background-image: unset;
}
.accordion-button:focus {
  border-color: unset;
box-shadow: none;}
.accordion-flush .fa-chevron-down {
  position: absolute;
  right: 40px;
}
.accordion-body {
  padding: 0px 10px;
}
.accordion-flush a:hover {
  color: #016351;
  text-decoration:none;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: unset;
  box-shadow: none;
}
