* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #a0a1ca;
}

@-webkit-keyframes sectionShape {
  form {
    left: -101%;
  }
  to {
    left: 101%;
  }
}
@keyframes sectionShape {
  form {
    left: -101%;
  }
  to {
    left: 101%;
  }
}

body {
  min-width: 320px;

  color: #000;

  font-family: "Roboto", sans-serif;

  overflow-x: hidden;

  background: #fff;
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #ec1e24;
}

p {
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  color: #111;
  font-family: "popins", sans-serif;
}

small,
strong {
  font-family: "popins", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;

  width: 100%;

  padding-top: 75%;

  margin: 0;
}

.img-wrap figure img {
  position: absolute;

  display: block;

  width: 100%;

  height: 100%;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  margin: 0;

  object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mb-thirty {
  margin-bottom: 30px;
}

/*header*/

/*top bar*/

header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.socio-top {
  padding: 0;
  list-style: none;
  margin: 0;
}

.socio-top li {
  display: inline-block;
  margin: 0 0 0 15px;
}

.socio-top li i {
  color: #fff;
  font-size: 16px;
  transition: 0.4s ease-in-out;
  background: #89b97d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

.socio-top li i:hover {
  background: #a1cc95;
}

.logo-wrap {
  padding: 5px;
  text-align: center;
}

.top-right {
  text-align: left;
  margin: 0 0 10px 0;
}

.top-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.top-contact li {
  margin: 0 10px 0 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 10px;
}

.top-contact li:last-of-type {
  margin: 0;
  padding-right: 0;
  border: none;
}

.top-contact li a {
  color: #030402;
  font-weight: 700;
  font-size: 22px;
}

.top-contact li a:hover {
  color: #89b97d;
}

.top-contact li strong {
  color: #89b97d;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
}

.top-contact li:after {
  border-right: 1px solid #;
}

.top-contact .cntct-logo {
  margin: 0;
  padding-right: 0;
  border: none;
}

.top-contact li strong i {
  margin: 0 5px 0 0;
}

.ent-btn {
  display: inline-block;
  border: 2px solid #89b97d;
  color: #89b97d;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ent-btn:hover {
  background: #89b97d;
  color: #fff;
}

.quick-b li a {
  display: block;
  text-align: center;
  background: rgba(137, 185, 125, 0.7);
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 5px;
  border: 1px solid #fff;
}

.quick-b li a:hover {
  background: #111;
}

.quick-b li a i {
  margin: 0 5px 0 0;
}

.quick-b {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quick-b li {
  margin: 0 0 5px 0;
}

.main-ofc small {
  display: block;
}

.main-ofc {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  position: relative;
  padding: 10px;
  max-width: 200px;
}

.main-ofc i {
  position: absolute;
  left: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(137, 185, 125, 0.5);
  border-radius: 50%;
}

.main-ofc strong {
  color: #89b97d;
}

/*nav bar*/

.nav-sec .navbar-collapse {
  justify-content: flex-end;
}

.nav-sec .navbar {
  padding: 0;
}

.main-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
}

.nav-sec .main-navigation .menu-item a {
  padding: 20px 13px;
  color: #eee;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 15px;
  position: relative;
  display: block;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  border-radius: 50px;
  letter-spacing: 2px;
}

.nav-sec .main-navigation .menu-item.active a,
.nav-sec .main-navigation .menu-item a:hover {
  color: #fff;
  background: #89b97d;
  border-top: 3px solid rgba(255, 255, 255, 0.5);
}

/*	.menu-item-has-children{
		position: relative;
	}*/

.sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #0b5d98;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  transition: 0.8s ease-in-out;
  animation: fadeIn;
  animation-duration: 1s;
}

.nav-sec .menu-item-has-children .sub-menu {
  margin: 0;
  background: #000;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.nav-sec .menu-item-has-children:hover .sub-menu {
  display: block !important;
  border-radius: 50px;
}

.nav-sec .menu-item-has-children .sub-menu a {
  transition: 0.4s;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
}

.nav-sec .menu-item-has-children .sub-menu a:hover {
  color: rgba(255, 255, 255, 0.6);
  background: #b8860b;
}

.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.main-navigation {
  position: relative;
}

/*mega menu*/

.mega-menu {
  background: rgba(5, 7, 6, 0.85) !important;
  padding: 20px !important;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
}

.mega-menu .menu-item {
  margin: 0 0 5px 0;
}

.mega-menu .menu-item a {
  border-radius: 0 !important;
  color: #89b97d !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
  border-top: none !important;
}

.mega-menu .menu-item a:hover {
  color: #fff !important;
  background: none !important;
  border-bottom: 2px solid #fff !important;
}

.mega-menu .menu-item:last-of-type a {
  border-color: transparent !important ;
}

.menu-header strong {
  font-size: 24px;
  color: #fff;
  display: block;
  margin: 0 0 5px 0;
}s

.menu-header i {
  display: block;
  color: #89b97d;
  font-size: 28px;
}

.mega-menu ul > strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  background: #89b97d;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
}

.menu-item {
  margin: 0 15px;
}

.menu-item:first-of-type {
  margin-left: 0;
}

.menu-item:last-of-type {
  margin-right: 0;
}

/*	.slider-wrap{
		position: relative;
		width: 100%;
		padding-top: 100vh;
		margin: 0;
	}*/

.head-banner {
  padding: 0 0 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*slider section*/

.slider-wrap {
  position: relative;
}

.slide-card {
  position: absolute;
  max-width: 600px;
  padding: 30px;
  top: 30%;
  left: 5%;
  z-index: 5;
}

.slider-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  z-index: 5;
}

.slide-sec {
  position: relative;
  text-align: left;
}

.video_bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

.s-caption strong {
  color: #89b97d;
  font-size: 48px;
  text-transform: capitalize;
  line-height: 1;
}

.s-caption p {
  color: #eee;
  margin: 0 0 15px 0;
}

.s-caption a {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.s-caption a:hover {
  background-color: #89b97d;
  color: #fff;
}

.s-caption a span {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}

#main-slider .owl-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

#main-slider .owl-dots .owl-dot span {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3ed";
  position: relative;
  color: #000;
  font-size: 18px;
  width: 5px;
  height: 5px;
  background: #eee;
  border-radius: 50%;
}

#main-slider .owl-dots .owl-dot.active span {
  background: #89b97d;
}

.slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}

.slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

.top-feat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 5;
}

.top-featcard {
  background: rgba(137, 185, 125, 0.8);
  text-align: center;
  position: relative;
  padding: 20px;
  border-radius: 3px;
}

.top-featcard:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px dotted #fff;
}

.top-featcard strong {
  display: block;
  margin: 0 0 10px 0;
  font-size: 42px;
  color: #030402;
}

.top-featcard span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #030402;
}

/*slider quick quote form*/

.q-form {
  position: absolute;
  top: 50%;
  max-width: 450px;
  right: 10%;
  transform: translatey(-50%);
  padding: 20px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  text-align: center;
}

.q-form h3 {
  color: #89b97d;
  font-size: 22px;
  text-transform: capitalize;
}

.q-form .contact-form {
  margin: 0;
}

.q-form .contact-form .form-select {
  padding: 10px;
  margin: 0 0 15px 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-bottom: 2px solid #eee;
  line-height: 1;
  height: 40px;
  color: #666;
}

.q-form .contact-form .form-control {
  line-height: 40px;
  height: 40px;
  margin: 0 0 15px 0;
}

.q-form .contact-form textarea.form-control {
  height: auto;
  line-height: 1;
  margin: 0 0 15px 0;
}

.q-form h3 span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.q-form .contact-form .btn {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  box-shadow: 0px 2px 5px rgba(255, 255, 255, 0.5);
}

.q-form .contact-form small {
  color: #fff;
  text-transform: capitalize;
}

/*solutions section*/

.solutions {
  padding: 80px 0;
  background-image: url(../images/shape_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #fefefe;
  position: relative;
}

.solutions:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}

.solutions .container {
  position: relative;
}

.headers {
  text-align: center;
  margin: 0 0 50px 0;
}

.headers h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #050706;
}

.headers > span {
  text-transform: none;
  color: rgba(5, 7, 6, 0.7);
  max-width: 1100px;
  display: inline-block;
}
.sol-detail h2{
    font-weight:700;
    line-height:1.1;
    margin-bottom:20px;
}

.sol-card {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 20%);
  height: 95%;
  margin: 20px 0 30px 0;
  transition: 0.4s ease-in-out;
}

.sol-card:hover {
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 50%);
}

.sol-card .icon-wrap {
  margin: 0 0 20px 0;
}

.sol-card .icon-wrap i {
  font-size: 100px;
  background: #89b97d;
  background: linear-gradient(to right, #89b97d 30%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sol-detail h3 {
  margin: 0 0 25px 0;
}

.sol-detail h3 a {
  display: block;
  text-transform: capitalize;
  color: rgba(5, 7, 6, 0.8);
  font-weight: 700;
  font-size: 24px;
}

.sol-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sol-tags li {
  display: inline-block;
  margin: 0 5px 5px 5px;
}

.sol-tags li a {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #608962,
    #3d5c45,
    #223228,
    #050706
  );
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
}

.sol-tags li a:hover {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d
  );
}

/*more service*/

.more-serv {
  padding: 80px 0;
  background: #e9e9e9;
}

.more-serv h4 {
  font-size: 40px;
  font-weight: 700;
  color: #050706;
  text-transform: capitalize;
  margin: 0 0 40px 0;
}

.serv-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.serv-list li {
  width: 45%;
  display: inline-block;
  margin: 0 10px 25px 10px;
  padding: 0 0 10px 30px;
  border-bottom: 2px solid rgba(17, 27, 59, 0.1);
  position: relative;
}

.serv-list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #89b97d;
}

.serv-list li a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  text-transform: capitalize;
}

.serv-list li a:hover {
  color: #89b97d;
}

.serv-img {
  margin: 0 0 20px 0;
}

.contact-btn {
  display: block;
  text-align: center;
}

.contact-btn a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #fff;
  margin: 0 5px;
  background: #8cb77b;
  border-radius: 3px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.contact-btn a:hover {
  background: #050706;
  color: #fff;
}

.contact-btn a i {
  margin: 0 5px 0 0;
}

/*hire us section*/

.hire-us {
  padding: 80px 0;
  background-image: url(../images/hire-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.hire-card {
  text-align: center;
  margin: 100px 0 0 0;
  position: relative;
  min-height: 200px;
  padding: 120px 0 0 0;
  border-radius: 20px;
  background: rgba(137, 185, 125, 0.2);
}

.hire-us [class*="col-"]:nth-child(odd) .hire-card {
  background: rgba(137, 185, 125, 0.5);
}

.hire-card .img-wrap {
  width: 150px;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translatex(-50%);
  border: 10px solid #fff;
  border-radius: 40px;
}

.hire-card .img-wrap figure {
  padding-top: 100%;
  border-radius: ;
}

.hire-card .img-wrap figure img {
  border-radius: 40px;
}

.hire-detail {
  padding: 0 10px;
}

.hire-detail h5 a {
  text-transform: capitalize;
  font-size: 22px;
  color: #333;
}

.hire-detail h5 a:hover {
  color: #89b97d;
}

/*work flow process*/

.work-process {
  padding: 80px 0;
  background-image: url(../images/work-flow1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.work-process:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}

.work-process .container {
  position: relative;
}

.work-process .headers h2 {
  color: #fff;
}

.work-process .headers > span {
  color: #eee;
}

.process-card {
  text-align: center;
  position: relative;
}

.process-card strong {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 10px 0;
  display: block;
}

.process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-card .icon-wrap i {
  font-size: 40px;
  width: 100px;
  height: 100px;
  background: #fff;
  line-height: 100px;
  border-radius: 50%;
  color: #89b97d;
}

.process-card .icon-wrap {
  margin: 0 0 20px 0;
  position: relative;
}

.process-list li {
  text-transform: capitalize;
  color: #eee;
  font-size: 14px;
}

.process-card:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 100%;
  border-bottom: 3px dotted #fff;
  top: 40px;
  left: 50%;
  transform: translatex(-50%;);
  z-index: 0;
}

.work-process [class*="col-"]:last-of-type .process-card:before {
  display: none;
}

/*portfolio section*/

.view-all {
  text-align: center;
  padding: 50px 0 0 0;
}

.view-all a {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #608962,
    #3d5c45,
    #223228,
    #050706
  );
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
}

.view-all a:hover {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d
  );
}

/*Our work*/

.our-work {
  padding: 50px 0;
  background-image: url(../images/port-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.our-work:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
}

.our-work .container {
  position: relative;
}

.our-work .headers {
  text-align: left;
}

.our-work .headings h3 {
  color: #00293d;
}

.our-work .headings p {
  color: #5c5c5c;
  font-size: 16px;
  line-height: 24px;
}

.work-goto a {
  display: inline-block;
  color: #89b97d;
  margin: 0 15px;
  font-size: 18px;
  position: relative;
}

.work-goto a:hover {
  color: #2e6945;
}

.work-goto a i {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.work-goto {
  text-align: center;
}

.our-work .nav-tabs {
  border: none;
  margin: 0 0 20px 0;
  position: relative;
}

.our-work .nav-tabs .nav-link {
  border: 1px solid #2e6945;
  margin: 0 5px;
  border-radius: 5px;
  color: #2e6945;
  font-weight: 500;
  font-size: 16px;
}

.our-work .nav-tabs .nav-link:first-of-type {
  margin-left: 0;
}

.our-work .nav-tabs .nav-link:hover {
  background: #89b97d;
  color: #fff;
}

.our-work .nav-tabs .nav-link.active {
  background: #89b97d;
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(137, 185, 125, 9) 35%,
    rgba(0, 0, 0, 1) 100%
  );
}

.work-img {
  position: relative;
  margin: 0 0 30px 0;
}

.work-img .img-detail {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(137, 185, 125, 0.7);
  text-align: center;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  opacity: 0;
}

.work-img:hover .img-detail {
  top: 0;
  opacity: 1;
}

.work-img .img-detail strong {
  font-size: 18px;
}

.work-img a:hover {
  color: #2e6945;
}

/*our clients*/

.clients {
  padding: 80px 0;
  background-color: rgba(137, 185, 125, 1);
  position: relative;
  overflow: hidden;
  background-image: url(../images/client-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.clients .container {
  width: 100%;
  max-width: 100%;
}

.c-slider {
  margin: 0 10px;
}

.clients .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  border-radius: 50%;
}

.clients .owl-nav button:hover {
  border-radius: 50%;
  background: #000;
}

.clients .owl-nav button i {
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  line-height: 40px;
  transition: 0.4s ease-in-out;
}

.clients .owl-nav button i:hover {
  background: rgba(0, 0, 0, 1);
}

.clients .owl-nav button.owl-prev {
  left: -10px;
}

.clients .owl-nav button.owl-next {
  right: -10px;
}

/*trusted by section*/

.trusted-by {
  padding: 20px 0 80px 0;
  background-color: rgba(137, 185, 125, 1);
  position: relative;
  overflow: hidden;
  background-image: url(assets_front/images/client-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.trusted-by .headers {
  text-align: left;
  margin: 0;
}

.trusted-by .headers h2 {
  line-height: 48px;
  color: #fff;
}

.comp-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column-wrap;
}

.comp-logos .img-wrap {
  padding: 5px;
  width: 180px;
}

/*tech tab section*/

.tech {
  padding: 80px 0;
}

.tech-tab .nav {
  justify-content: center;
}

.tech-tab .nav-tabs .nav-item.show .nav-link,
.tech-tab .nav-tabs .nav-link.active {
  border-color: #89b97d #89b97d #fff;
  color: #89b97d;
}

.tech-tab .nav-tabs .nav-link {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 10px;
  padding: 0.5rem 25px;
  margin-bottom: -1px;
  color: #333;
}

.tech-tab .nav-tabs {
  border-bottom: 1px solid #89b97d;
  margin: 0 0 50px 0;
}

.tech-card .logo-wrap i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  border-radius: 50%;
  background: #89b97d;
}

.tech-card {
  border: 2px solid #e9e9e9;
  margin: 0 auto 15px auto;
  text-align: center;
  transition: 0.4s ease-in-out;
  max-width: 250px;
  display: flex;
  align-items: center;
  padding: 3px;
  border-radius: 60px;
}

.tech-card:hover {
  border-color: #89b97d;
}

.tech-card .logo-wrap {
  margin: 0 20px 0 0;
  padding: 0;
}

.tech-card .logo-wrap img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border: 2px solid #89b97d;
  border-radius: 50%;
}

.tech-card strong {
  text-transform: capitalize;
  color: #333;
}

/*featured industries*/

.f-industries {
  padding: 80px 0;
  background-image: url(../images/shape_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  background-color: #fefefe;
  position: relative;
}

.f-industries:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}

.f-industries .container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.f-slider {
  text-align: center;
  margin: 25px;
}

.f-slider .img-wrap:before {
  position: absolute;
  content: "";
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: 10px;
  background-color: transparent;
  border: 2px solid #89b97d;
  z-index: 5;
  border-radius: 40px 0;
}

.f-slider .img-wrap {
  margin: 0 0 20px 0;
}

.f-slider .img-wrap figure img {
  border-radius: 40px 0;
}

.f-detail strong {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #89b97d;
}

/*why us section*/

.why-us {
  background-image: url(../images/serv-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-color: #111111;
  padding: 80px 0;
  overflow: hidden;
}

.why-us .headers h2 {
  color: #fff;
}

.why-us .headers span {
  color: #fff;
}

.why-us .headers {
  text-align: left;
}

.why-list {
  position: relative;
}

.why-list:before {
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  border-left: 2px dotted #fff;
  left: 37px;
  top: 50%;
  z-index: 0;
}

.why-us [class*="col-"]:last-of-type .why-list:before {
  display: none;
}

.why-contn {
  padding: 0 30px;
}

.why-contn h5 {
  font-size: 36px;
  color: #fff;
  margin: 0 0 30px 0;
}

.why-list {
  padding: 20px;
  position: relative;
  margin: 0 0 15px 0;
  display: flex;
}

.why-list strong {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.why-list p {
  font-size: 16px;
  line-height: 28px;
  color: #eee;
}

.why-list .icon-wrap {
  margin: 0 10px 0 0;
}

.why-list .icon-wrap span {
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  background: #89b97d;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #bfbbbb;
  display: inline-block;
  position: relative;
}

.why-us .container {
  max-width: 100%;
  padding: 0;
}

.why-p p {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 16px;
}

/*blog section*/

.newsletter {
  padding: 80px 0;
}

.blog-wrap .img-wrap {
  margin: 0 0 20px 0;
}

.blog-wrap {
  box-shadow: 0 2px 23px 0 rgb(0 0 0 / 10%);
}

.blog-contn {
  padding: 20px;
}

.blog-contn h6 a {
  display: block;
  color: #333;
  font-size: 18px;
}

.blog-contn h6 a:hover {
  color: #89b97d;
}

.blog-contn .tags a {
  color: #89b97d;
}

.blog-contn p {
  font-size: 16px;
  line-height: 26px;
  color: #1e1c1c;
  margin: 0 0 20px 0;
}

.read-m {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #608962,
    #3d5c45,
    #223228,
    #050706
  );
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
}

.read-m:hover {
  background: linear-gradient(
    to left bottom,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d,
    #89b97d
  );
  color: #333;
}

/*key partners*/

.k-partners .img-wrap {
  margin: 0 0 20px 0;
}

.k-partners .c-slider {
  text-align: center;
}

.k-partners a {
  color: #fff;
  font-size: 14px;
}

.k-partners a:hover {
  color: #333;
}

.k-partners a i {
  margin: 0 0 0 5px;
  transition: 0.4s ease-in-out;
  position: relative;
  left: 0;
}

.k-partners .c-slider:hover a i {
  left: 5px;
}

.k-partners .c-slider .img-wrap {
  min-height: 50px;
}

.k-partners .c-slider .img-wrap img {
  max-width: 150px;
  margin: 0 auto;
  padding: 20px 10px;
    border: 1px solid #ccc;
    
}
.recog h2{
    margin-top:40px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    color: #050706;
}
.recog h2, .recog p {
    text-align: center;
}

/*testimonials*/

.testimonials {
  padding: 80px 0;
  background-image: url(../images/testimonials-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.test-wrap .img-wrap figure {
  width: 80px;
  padding-top: 80px;
  margin: 0 auto;
  background: #eee;
  overflow: hidden;
  border-radius: 50%;
}

.test-wrap .img-wrap {
  margin: 0 0 10px 0;
  border: 5px solid #b8860b;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  padding: 5px;
}

.cust-name {
  display: block;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: -42px;
}

.test-wrap {
  text-align: center;
  padding: 95px 30px 30px 30px;
  margin: 40px 20px;
  position: relative;
  background: rgba(24, 54, 74, 0.6);
  box-shadow: 0px 5px 61px -15px rgb(0 0 0 / 10%);
  border-radius: 5px;
}

.test-wrap > i {
  font-size: 98px;
  display: inline-block;
  line-height: 40px;
  position: absolute;
  top: 50px;
  right: 30%;
  transform: translateX(-50%);
  color: #b8860b;
  z-index: 999999;
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0.5;
}

.test-wrap .test-detail {
  text-align: left;
  padding: 0 20px;
}

.test-wrap .test-detail q {
  font-size: 18px;
  display: block;
  margin: 0 0 30px 0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding: 0 0 20px 0;
  font-weight: 300;
  letter-spacing: 0.075em;
  font-style: italic;
}

.cust-name strong {
  font-size: 20px;
  position: relative;
  display: inline-block;
  color: #fff;
  font-style: italic;
}

.testimonials .owl-carousel {
  position: relative;
}

.testimonials .owl-theme .owl-nav button {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials .owl-theme .owl-nav button.owl-prev {
  left: 0;
}

.testimonials .owl-theme .owl-nav button.owl-next {
  right: 0;
}

.testimonials .owl-theme .owl-nav button i {
  padding: 20px;
  background: rgba(234, 102, 84, 0.6);
  color: #fff;
  transition: 0.4s;
}

.test-img {
  text-align: center;
}

/*footer*/

footer {
  padding: 30px 0 0 0;
  background-color: #111111;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.foot-detl {
  padding: 0 30px 0 0;
}

.logo-wraps {
  margin: 0 0 30px 0;
}

.logo-wraps img {
  max-width: 150px;
}

.foot-contact {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.foot-contact li {
  color: #fff;
}

.foot-contact li a {
  color: #fefefe;
  display: block;
  font-size: 20px;
}

.socio-bar {
  list-style: none;
  padding: 0;
}

.socio-bar li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.socio-bar li a {
  color: #22a9e0;
}

.socio-bar li a i {
  width: 40px;
  height: 40px;
  background: #b8860b;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #224d9c;
  color: #fff;
}

.socio-bar li a i:hover {
  color: #04395b;
}

.socio-bar h6 {
  color: #fff;
}

.foot-card h5 {
  color: #fff;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
}

.foot-card h5:after {
  position: absolute;
  content: "";
  z-index: ;
  width: 40px;
  height: 2px;
  background-color: #89b97d;
  bottom: 0;
  left: 0;
}

.foot-card ul li {
  padding: 0 0 0 20px;
  position: relative;
}

.foot-card ul li:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  font-family: "Font Awesome 5 Free";
  color: rgba(137, 185, 125, 1);
  font-weight: 900;
  transition: 0.4s ease-in-out;
  font-size: 10px;
}

.foot-card ul li:hover:before {
  left: 5px;
}

.foot-card ul {
  list-style: none;
  padding: 0;
}

.foot-card ul li a {
  display: block;
  color: #fff;
  text-transform: capitalize;
}

.foot-card ul li a:hover {
  color: #89b97d;
}

.foot-card ul li {
  line-height: 36px;
}

.member-of {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}

.member-of {
  border-top: 1px dashed rgba(238, 238, 238, 0.2);
  border-bottom: 1px dashed rgba(238, 238, 238, 0.2);
}

.member-of .img-wrap {
  margin: 0 15px;
}

.member-of .img-wrap img {
  width: 100px;
}

.btm-contct {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btm-contct li {
  display: flex;
  vertical-align: top;
  flex: 1;
  align-items: center;
}

.btm-contct li i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #89b97d;
  color: #fff;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.btm-contct li a {
  color: #fff;
  font-size: 16px;
  display: inline;
}

.btm-bar {
  padding: 30px 0;
}

footer .logo-wraps {
  width: 150px;
  height: 150px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
}

.copy-r {
  padding: 20px 0;
  text-align: center;
}

.copy-r strong {
  color: #fefefe;
  font-size: 14px;
  font-weight: 400;
}

.copy-r a {
  color: #89b97d;
}

.copy-r a:hover {
  color: #fff;
}

/*single page*/

.header-inr {
  background: rgba(4, 57, 91, 0.8);
}

.header-inr .logos {
  background: #fff;
}

.header-inr header {
  position: initial;
}

.single-body {
  padding: 30px 0;
}

.single-body .single-img {
  margin: 0 0 20px 0;
  position: relative;
}

.single-text h2 {
  color: #b8860b;
  text-transform: uppercase;
}

.single-text {
  margin: 0 0 20px 0;
}

.single-body .ship-form {
  margin: 0 0 20px 0;
  background-color: rgba(4, 57, 91, 0.9);
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 25%), 0 -1px 1px rgb(0 0 0 / 13%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 25%), 0 -1px 1px rgb(0 0 0 / 13%);
  padding: 20px;
}

.single-body .single-img a {
  padding: 20px 30px;
  background: #b8860b;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.single-body .single-img a:hover {
  background: #04395b;
}

.single-body .single-img a i {
  margin: 0 5px 0 0;
}

.single-body .single-img img {
  width: 100%;
}

/*service single page*/

.sub-des {
  padding: 50px 0;
}
.sub-des .headers {
  text-align: left;
  margin: 0 0 30px 0;
}
.sub-des p {
  margin: 0 0 30px 0;
}
.sub-des .sub-cat {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.sub-des .sub-cat .sub-card {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  text-align: center;
}
.sub-des .sub-cat .sub-card i {
  font-size: 36px;
  color: #89b97d;
}
.sub-des .sub-cat .sub-card strong {
  text-transform: capitalize;
}
.sub-des .sub-img {
  position: relative;
  margin: 30px 50px 0 0;
}
.sub-des .sub-img .small-img {
  position: absolute;
  width: 300px;
  top: -30px;
  right: -30px;
  border: 5px solid #fff;
}
.sub-des .sub-img .img-info {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}
.sub-des .sub-img .img-info strong {
  font-size: 28px;
  color: rgba(137, 185, 125, 0.8);
  text-transform: capitalize;
}
.sub-des .sub-img .img-info strong span {
  display: block;
  font-size: 42px;
}

.tech-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.tech-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(35, 49, 32, 0.8);
}
.tech-sec .container {
  position: relative;
}
.tech-sec h4 {
  color: #fff;
}
.tech-sec .serv-list li {
  color: #eee;
  vertical-align: top;
}
.tech-sec .tech-use {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.tech-sec .tech-use .tech-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(137, 185, 125, 0.4);
}
.tech-sec .tech-use .tech-wrap .icon-wrap i {
  font-size: 34px;
  color: #89b97d;
}
.tech-sec .tech-use .tech-wrap strong {
  color: #eee;
}

.case-study {
  padding: 100px 0;
}
.case-study .case-wrap {
  display: flex;
  gap: 30px;
}
.case-study .case-wrap .img-wrap {
  flex: 1;
  margin: 0 0 20px 0;
}
.case-study .case-wrap .case-dtl {
  flex: 1;
}
.case-study .case-wrap .case-dtl .logo-wrap {
  width: 150px;
}
.case-study .case-wrap .case-dtl blockquote {
  font-style: italic;
  color: #555;
}
.case-study .case-wrap .case-dtl strong {
  margin: 0 0 10px 0;
  display: block;
}
.case-study .case-wrap .case-dtl .v-more a {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}
.case-study .case-wrap .case-dtl .v-more a:hover {
  background-color: #89b97d;
  color: #fff;
}

.packages {
  padding: 100px 0;
  background-color: #eee;
}
.packages .package-card {
  padding: 20px 20px 0 20px;
  border: 2px solid #89b97d;
}
.packages .package-card h4 {
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.packages .package-card .price-wrap {
  background-color: #111;
  padding: 10px;
  color: #89b97d;
  margin: 0 0 20px 0;
}
.packages .package-card .price-wrap strong {
  font-size: 32px;
}
.packages .package-card .price-wrap strong span {
  font-size: 20px;
  text-transform: capitalize;
}
.packages .package-card .price-wrap s {
  margin: 0 0 0 10px;
}
.packages .package-card ul {
  padding: 0;
  list-style: none;
}
.packages .package-card ul li {
  padding: 0 0 0 20px;
  margin: 0 0 10px 0;
  position: relative;
}
.packages .package-card ul li:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  color: rgba(137, 185, 125, 1);
  font-weight: 900;
  transition: 0.4s ease-in-out;
  font-size: 10px;
}
.packages .package-card .discounts {
  text-align: center;
  margin: 0 0 20px 0;
}
.packages .package-card .discounts strong span {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #89b97d;
  border-radius: 50%;
}
.packages .package-card .book-n {
  text-align: right;
  margin-right: -20px;
}
.packages .package-card .book-n a {
  border: 1px solid #89b97d;
  display: inline-block;
  padding: 10px 20px;
  border-bottom: none;
  border-right: none;
  font-weight: 700;
  background-color: #89b97d;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
}
.packages .package-card .book-n a:hover {
  color: #89b97d;
  background-color: #fff;
}

.ratings {
  padding: 100px 0;
}
.ratings .rating-card {
  text-align: center;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.ratings .rating-card .logo-wrap {
  width: 200px;
  margin: 0 auto;
  height: 100px;
}
.ratings .rating-card .logo-wrap img {
  margin: 0 auto;
}
.ratings .rating-card .stars i {
  color: rgb(198, 198, 58);
}

/*team page*/

.team-sec {
  padding: 50px 0;
  background-image: url(../images/white-texture.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.team-card {
  background: #b8860b;
  padding: 0 20px 20px 20px;
  margin: 30px 0 20px 0;
}

.team-card .img-wrap figure {
  padding-top: 100%;
}

.team-card .img-wrap {
  position: relative;
  top: -30px;
}

.team-content {
  text-align: center;
}

.team-content h5 {
  font-size: 26px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
}

.team-content small {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

/*locattion page*/

.locn-wrap {
  padding: 50px 0;
  background-image: url(../images/locn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.locn-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.locn-wrap .headers h3 {
  color: #fff;
}

.locn-wrap .container {
  position: relative;
}

.locn-wrap .locatn-detail {
  background: #fff;
}

/*faqs page*/

.faq-body {
  padding: 50px 0;
  background-image: url(../images/serv-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.faq-body .container {
  position: relative;
}

.faq-body .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #111;
}

.faq-body .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #89b97d;
}

.faq-body .card-header {
  border: none;
  border-bottom: 1px solid #89b97d;
  padding: 15px;
  color: #111;
}

.faq-body .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.faq-body .card-body {
  color: #7e7e7e;
  font-size: 18px;
  line-height: 26px;
}

.faq-body .card {
  border: none;
}

.faq-body .btn-wrap a {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.faq-body .btn-wrap a:hover {
  background-color: #89b97d;
  color: #fff;
}

/*career page*/

#career-form .modal-header {
  background-color: #89b97d;
  color: #fff;
}

#career-form .modal-body {
  border: 1px solid #89b97d;
}

#career-form .modal-body .form-wrap form .form-control,
#career-form .modal-body .form-wrap form .form-select {
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #999;
  color: #555;
  margin: 0 0 10px 0;
  border-radius: 0;
}

#career-form .modal-body .form-wrap form .form-control::placeholder,
#career-form .modal-body .form-wrap form .form-select::placeholder {
  color: #555;
}

#career-form .modal-body .form-wrap form .form-select option {
  color: #111;
}

#career-form .modal-body .form-wrap form label {
  margin: 20px 0 30px 0;
}

#career-form .modal-body .btn {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
  border-radius: 0;
}

#career-form .modal-body .btn:hover {
  background-color: #89b97d;
  color: #fff;
}

/*quote page*/

.quote-body .ship-form {
  margin: 0;
}

.quote-body {
  padding: 80px 0;
  background-image: url(../images/serv-bg.png);
  background-size: cover;
  background-position: 50% 46.3119px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*contact page*/

.contact {
  padding: 50px 0 50px 0;
}

.contact-wrap {
  padding: 20px 0;
}

.contact-numbers {
  padding: 0;
  list-style: none;
}

.contact-numbers i {
  font-size: 20px;
  color: #b8860b;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

.contact-numbers li {
  margin: 0 0 50px 0;
  display: block;
}

.contact-numbers li a {
  font-size: 22px;
  margin: 0 0 0 15px;
  font-weight: 500;
  color: #222;
}

.contact-numbers li strong {
  font-weight: 400;
}

.map-wrap {
  height: 100%;
}

.contact-img img {
  width: 100%;
  border-radius: 0px 50% 50% 0px;
}

.contact-form {
  border-radius: 0;
  margin: 0 0 20px 0;
}

.contact-form .form-control {
  padding: 15px;
  margin: 0 0 25px 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.contact-form .btn {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.contact-form .btn:hover {
  background: #000;
}

.contact-form h2 {
  font-size: 24px;
  color: #0b5d98;
  margin: 0 0 20px 0;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 10px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}

.contact {
  padding: 50px 0 50px 0;
}

.contact-wrap {
  padding: 20px 0;
}

.contact-numbers {
  padding: 0;
  list-style: none;
}

.contact-numbers i {
  font-size: 20px;
  color: #b8860b;
  width: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 10px 0 0;
  border-radius: 10px;
}

.contact-numbers li {
  margin: 0 0 50px 0;
  display: block;
}

.contact-numbers li a {
  font-size: 22px;
  margin: 0 0 0 15px;
  font-weight: 500;
  color: #222;
}

.contact-numbers li strong {
  font-weight: 400;
}

.map-wrap {
  height: 100%;
}

.contact-img img {
  width: 100%;
  border-radius: 0px 50% 50% 0px;
}

.contact-form {
  border-radius: 0;
  margin: 0 0 20px 0;
}

.contact-form .form-control {
  padding: 15px;
  margin: 0 0 25px 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-bottom: 2px solid #eee;
}

.contact-form .btn {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.contact-form .btn:hover {
  background: #000;
}

.contact-form h2 {
  font-size: 24px;
  color: #0b5d98;
  margin: 0 0 20px 0;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #89b97d;
  outline: 0;
  box-shadow: none;
}

/*location section*/

.locations {
  padding: 50px 0;
  background: rgba(137, 185, 125, 0.2);
}

.locations .container {
  position: relative;
}

.locatn-card h4 {
  padding: 10px;
  margin: 0;
  background: #89b97d;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}

.locatn-detail {
  padding: 15px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 30px 30px;
}

.locatn-detail p {
  line-height: 28px;
  font-size: 16px;
  margin: 0 0 5px 0;
}

.locatn-detail strong {
  display: block;
  margin: 0 0 10px 0;
}

.locatn-detail strong i {
  color: #89b97d;
  margin: 0 5px 0 0;
}

.locatn-detail strong a {
  color: #000;
}

.locatn-detail strong a:hover {
  color: #89b97d;
}

.scrollTop:hover {
  bottom: 15px;
}

.scrollTop i {
  color: #fff;
  background-color: #89b97d;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s ease-in-out;
  border-radius: 50%;
}

/*service detail page*/

.service-box {
  padding: 80px 0 0 0;
}

.s-container {
  background: rgba(25, 55, 74, 0.2);
}

.s-card h4 {
  color: #19374a;
  background-image: none;
  font-size: 34px;
}

.s-card {
  padding: 20px;
  height: 100%;
}

.s-card p {
  font-size: 16px;
  color: #333;
  line-height: 34px;
}

.service-box .img-wrap figure {
  padding-top: 65%;
}

/*serrvice single page*/

.book-form .headers h3 span {
  color: #fff;
}

.trailer-table {
  padding: 50px 0;
  background-image: url(../images/white-texture.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.book-form {
  padding: 80px 0;
  background-image: url(../images/Dry_Van.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.book-form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.book-form .container {
  position: relative;
}

.book-form form h4 {
  color: #b8860b;
  font-size: 18px;
  text-transform: capitalize;
}

.book-form form .form-control,
.book-form form .form-select {
  margin: 0 0 15px 0;
  padding: 15px 10px;
}

.book-form form .btn {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #b8860b;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  transition: 0.4s ease-in-out;
  border: none;
}

.book-form form .btn:hover {
  background: #000;
}

/*inner page web design & development*/

.slider-wrapf {
  position: relative;
}

.slide-secf {
  position: relative;
}

.slide-secf:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 45, 73, 0.6);
  z-index: 2;
}

.slide-imgf {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}

.slide-imgf img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  object-fit: cover;
}

#inr-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.s-captionf {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translatey(-50%);
  z-index: 3;
  width: 500px;
  text-align: left;
}

.s-captionf strong {
  color: #89b97d;
  font-size: 36px;
}

.s-captionf p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.s-captionf a {
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.s-captionf a:hover {
  background: #89b97d;
  color: #fff;
}

.s-captionf ul {
  padding: 0;
  list-style: none;
  color: #fff;
}

.s-captionf ul li {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 20px;
  text-transform: capitalize;
}

.s-captionf ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin: 0 10px 0 0;
  color: #89b97d;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 12px;
}

.web-services .hire-card .img-wrap {
  border-radius: 50%;
}

.web-services .hire-card .img-wrap img {
  border-radius: 50%;
}

.service-form {
  padding: 80px 0;
}

.service-form h4 {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.service-form .form-control {
  margin: 0 0 20px 0;
}

.service-form .form-check {
  margin: 0 0 20px 0;
  font-size: 14px;
}

.service-form .btn {
  height: 50px;
  line-height: 49px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  color: #89b97d;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  border: 2px solid #89b97d;
  transition: 0.4s ease-in-out;
}

.service-form .btn:hover {
  background: #89b97d;
  color: #fff;
}

.service-form .form-wrap {
  border: 1px solid rgba(137, 185, 125, 0.5);
  padding: 30px;
  border-radius: 3px;
}

/*web application development page*/

.web-app .hire-card .img-wrap {
  border-radius: 0;
}

.web-app .hire-card .img-wrap figure img {
  border-radius: 0;
}

.web-app .hire-card {
  border-radius: 0;
}

.webapp-whyus .why-list .icon-wrap span {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.webapp-whyus .why-list .icon-wrap span i {
  font-size: 20px;
}

.why-dev {
  padding: 80px 0;
}

.dev-card {
  padding: 30px 20px;
  background: #eee;
  border-radius: 3px;
  min-height: 220px;
  position: relative;
}

.dev-card:after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 75px;
  width: 75px;
  background: #89b97d;
  z-index: -1;
}

.dev-card strong {
  display: block;
  font-size: 20px;
  margin: 0 0 10px 0;
}

.dev-card p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 0 20px 0;
}

.dev-card ul {
  list-style: none;
  padding: 0;
}

.dev-card ul li {
  padding: 0 0 0 30px;
  position: relative;
  line-height: 35px;
  text-transform: capitalize;
  font-weight: 500;
}

.dev-card ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #89b97d;
  left: 10px;
  top: 12px;
}

/*custom software development page*/

.chire-card {
  position: relative;
  margin: 0 0 20px 0;
}

.chire-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.chire-card .hire-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

.chire-card .hire-detail a {
  font-size: 34px;
  color: #89b97d;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #111;
  font-weight: 900;
}

.chire-card .hire-detail a:hover {
  color: #fff;
}

/*mobile app page*/

.imgs {
  overflow: hidden;
  border-radius: 50%;
}

.imgs span img {
  border-radius: 50%;
}

/*general page*/

.gen-contn h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  color: #050706;
}

.gen-contn {
  padding: 30px;
  background: rgba(137, 185, 125, 0.4);
  height: 100%;
}

.gen-contn p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 0 0 15px 0;
}

.general .container {
  width: 100%;
  max-width: 100%;
}

.general .img-wrap img {
  width: 100%;
}

.general .headers {
  padding: 50px 0 0 0;
}

/*service detail page*/

/*inner service detail page*/

.inner-head {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.inner-head:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(35, 49, 32, 0.5);
}

.secondary-h {
  text-align: left;
  padding: 340px 0 70px 0;
  position: relative;
}

.secondary-h h2 {
  text-transform: capitalize;
  font-size: 48px;
  color: #333;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(137, 185, 125, 0.9);
  font-weight: 700;
}

.inner-head .q-form {
  top: initial;
  bottom: 30px;
  transform: initial;
  right: 5%;
}

.slider-wrapf .q-form {
  top: initial;
  bottom: 30px;
  transform: initial;
  right: 5%;
}

.serv-dtl {
  padding: 50px 0;
}

.serv-dtl .headers {
  text-align: left;
  margin: 0 0 20px 0;
}

.serv-dtl .headers h3 {
  text-transform: capitalize;
}

.serv-dtl p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 0 20px 0;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  margin: 0 0 20px 0;
  position: relative;
  padding: 0 0 0 30px;
}

.check-list li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #89b97d;
}

.serv-dtl .why-list strong {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.serv-dtl .why-list {
  align-items: flex-start;
}

.s-detail {
  padding: 50px 0;
}

.s-detail p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  margin: 0 0 20px 0;
}

/*team page*/

/*our team*/

.team {
  padding: 30px 0;
}

.team-wrap {
  text-align: center;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: 0.4s ease-in-out;
}

.team-wrap:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.team-wrap .img-wrap figure {
  width: 150px;
  padding-top: 150px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.team-wrap .img-wrap {
  margin: 0;
}

.team-wrap strong {
  color: #333;
  font-size: 18px;
  display: block;
}

.team-wrap small {
  color: #9c9c9c;
  font-size: 16px;
  display: block;
  margin: 0 0 10px 0;
}

.team-wrap a {
  color: #89b97d;
  margin: 0 0 10px 0;
  display: block;
  font-size: 14px;
}

.team-wrap a:hover {
  color: #333;
}

.team-dtl {
  padding: 20px;
  border-radius: 40px;
}

/*testimonials*/

.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  position: relative;
}

.testimonials:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.testimonials .container {
  position: relative;
  z-index: 2;
}

.testimonials .testi-main .testi-card {
  padding: 20px;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: left;
  border: 1px solid #eee;
  margin: 10px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.testimonials .testi-main .testi-card:hover {
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.testimonials .testi-main .testi-card q {
  color: #555;
  display: block;
  text-align: left;
  font-style: italic;
  margin: 0 0 40px 0;
  position: relative;
  font-size: 18px;
}

.testimonials .testi-main .testi-card .testi-profile {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
  padding: 20px 80px 20px 20px;
  display: inline-block;
  background-color: #fff;
}

.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #111;
  font-size: 22px;
  display: block;
  border-radius: 4px;
  font-weight: 600;
  text-transform: capitalize;
}

.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  background-color: #111;
  color: #89b97d;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
}

.testimonials .testi-main .testi-card .testi-profile .img-wrap {
  display: inline-block;
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  line-height: 110px;
  text-align: center;
  border: 2px solid #89b97d;
  border-bottom: none;
  border-top: none;
  padding: 20px;
  border-radius: 0;
  position: relative;
}

.testimonials .testi-main .testi-card .testi-profile .img-wrap figure {
  padding-top: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonials .testi-main .testi-card .testi-profile i {
  color: #89b97d;
  background: #fff;
  font-size: 40px;
  position: absolute;
  right: 0;
  opacity: 0.4;
  width: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  box-shadow: inset 0 0 5px 2px #89b97d;
}

.testimonials .testi-main .owl-dots {
  text-align: center;
}

.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 10px;
  height: 10px;
  background: #555;
}

.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #89b97d;
  opacity: 1;
}

/*pagination*/

.pgnation .pagination {
  justify-content: center;
  margin: 20px 0 0 0;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #111;
  color: #fff;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #111;
  padding: 0;
  text-align: center;
  color: #111;
  border-radius: 0;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #89b97d;
  border-color: #89b97d;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #89b97d;
  border-color: #89b97d;
  color: #fff;
}
/*.img-wrap img {*/
/*    width: 200px !important;*/
/*    float: right;*/
/*    margin-right: 100px;*/
/*}*/
