/* =======================================================
* Template Name: AgrohaitWorld - v1.1.0
* Template URL: https://Agrohaitworld.com/
* Author: Agrohaitworld.com
* License: https://Agrohaitworld.com/license/
======================================================== --*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Hello_love";
  src: url("Hello.eot?") format("eot"), url("Hello.woff") format("woff"), url("Hello.ttf") format("truetype"), url("Hello.svg#HelloRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: #fff;
  color: #666666;
  font-family: 'Roboto Mono', monospace;
}

a {
  color: #16df7e;
  transition: 0.5s;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hello_love-demo";
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/*--------------------------------------------------------------
# cursor button
--------------------------------------------------------------*/

.cursor {
  position: fixed;
  width: 28px;
  height: 28px;
  border: 1px solid #b67f12;
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .1s;
  z-index: 999999999999;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background: -moz-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -webkit-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -ms-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: .15s;
  z-index: 999999999999;
}

@media (max-width: 575px) {
  .cursor {
      display: none;
  }
  .cursor2 {
      display: none;
  }
}

.content:hover~.cursor {
  transform: translate(-50%, -50%) scale(1.5);
  background-color: #c6c6c6;
  opacity: .5;
}

.content:hover~.cursor2 {
  opacity: 0;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #3b4ef8;
  border-top-color: #e2e5fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

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

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
}

@media (max-width: 991px) {
  #header {
      padding: 12px 0;
  }
  #header .logo a {
      font-size: 25px;
  }
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 93vh;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
      height: 88vh;
  }
}

#intro .carousel,
#intro .carousel-inner,
#intro .carousel-item,
#intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
}

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

@media (min-width: 1024px) {
  #intro .carousel-container {
      left: 50px;
      right: 50px;
  }
}

#intro .container {
  text-align: start;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0.5;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.1s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
      width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
  color: #206bfb;
}

#intro .carousel-indicators li {
  cursor: pointer;
  background: #206bfb;
  width: 5px;
  height: 0.1%;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
  width: 100%;
  height: 90vh;
  background-image: url("../img/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 60px 0;
}

#hero h1 {
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #a22c5d;
  font-family: 'Poppins', sans-serif;
}

#hero h1 span {
  animation: move 1s;
  -webkit-animation: move 1s;
}

@keyframes move {
  from {
      margin-left: 100%;
      width: 300%;
  }
  to {
      margin-left: 0%;
      width: 100%;
  }
}

@-webkit-keyframes move {
  from {
      margin-left: 100%;
      width: 300%;
  }
  to {
      margin-left: 0%;
      width: 100%;
  }
}


/* #hero h2 {
color: #4d515a;
margin: 10px 0  50px 0;
font-size: 24px; 
font-family: "Hello";
} */

#hero .btn-get-started {
  font-family: 'Roboto Mono', monospace;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #16df7e;
  box-shadow: 0 6px 20px rgba(22, 223, 126, 0.45);
}

#hero .btn-get-started:hover {
  background: #206bfb;
  border: 3px solid #99bdff;
  box-shadow: 0 6px 20px rgba(32, 107, 251, 0.45);
  transition: all 0.3s ease-in-out
}

#hero .btn-get-started:hover i {
  display: none;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  padding: 10px 35px 8px 25px;
  transition: 0.5s;
  margin-left: 10px;
  color: #5f687b;
  position: relative;
}

#hero .btn-watch-video i {
  color: #949cac;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 8px;
}

#hero .btn-watch-video:hover i {
  color: #206bfb;
}

#hero .animated {
  animation: up-down 1s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
      height: 95vh;
      margin-bottom: 110px;
  }
  #hero .animated {
      -webkit-animation: none;
      animation: none;
  }
  #hero .hero-img {
      text-align: center;
  }
  #hero .hero-img img {
      width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 10px;
  }
  #hero .btn-get-started {
      font-size: 12px;
      padding: 10px 20px 10px 20px;
      margin-top: 20px;
  }
  #hero .btn-watch-video {
      font-size: 12px;
      padding: 10px 30px 10px 20px;
      margin-top: 20px;
  }
  #hero h2 {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  #hero .hero-img img {
      width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
      width: 95%;
  }
}

@-webkit-keyframes up-down {
  0% {
      transform: translateY(14px);
  }
  100% {
      transform: translateY(-14px);
  }
}

@keyframes up-down {
  0% {
      transform: translateY(14px);
  }
  100% {
      transform: translateY(-14px);
  }
}


/*--------------------------------------------------------------
# hero wave
--------------------------------------------------------------*/

.hero-waves {
  display: block;
  width: 100%;
  height: 75px;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
      transform: translate(85px, 0%);
  }
  100% {
      transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
      transform: translate(85px, 0%);
  }
  100% {
      transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
      transform: translate(-90px, 0%);
  }
  100% {
      transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
      transform: translate(-90px, 0%);
  }
  100% {
      transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
      transform: translate(-90px, 0%);
  }
  100% {
      transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
      transform: translate(-90px, 0%);
  }
  100% {
      transform: translate(85px, 0%);
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
  padding: 20px 0;
  overflow: hidden;
}

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

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
  font-family: 'Roboto Mono', monospace;
}

.section-title h2 {
  font-size: 80px;
  font-weight: 600;
  font-family: "hello_love";
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #a22c5d;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 35px;
  color: #c2c6cf;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
      font-size: 45px;
      line-height: 50px;
      margin-bottom: 15px;
  }
  .section-title span {
      font-size: 30px;
  }
}


/*--------------------------------------------------------------
# main area
--------------------------------------------------------------*/

#main {
  background: linear-gradient(rgba(255, 255, 255, 0.970), rgba(255, 255, 255, 0.970)), url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}


/*--------------------------------------------------------------
# Technologywork
--------------------------------------------------------------*/

.Technologywork {
  background: #ffeff5;
}

.Technologywork .Technologywork-wrap {
  justify-content: center;
  justify-items: center;
}

.Technologywork .Technologywork-logo {
  padding: 30px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(192, 192, 192, 0.144);
  overflow: hidden;
  height: 60px;
}

.Technologywork .Technologywork-logo img {
  padding: 25px;
  -webkit-filter: none;
  filter: none;
  transform: scale(1.2);
}

.Technologywork .Technologywork-logo:hover img {
  padding: 20px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
}

.Technologywork img {
  transition: all 0.4s ease-in-out;
}

.Technologywork .owl-nav,
.Technologywork .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.Technologywork .owl-dot {
  z-index: 999;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .Technologywork .Technologywork-logo img {
      padding: 15px;
  }
  .Technologywork .Technologywork-logo:hover img {
      padding: 10px;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
  position: relative;
}

.about .content {
  padding: 50px;
  background: #fff;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 36px;
  background: -moz-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -webkit-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -ms-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

@media (max-width: 575px) {
  .about .content {
      padding: 25px;
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
  }
  .about .content h3 {
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .about .content ul {
      margin-top: 8px;
  }
  .about .content ul li {
      padding-bottom: 5px;
  }
}


/*--------------------------------------------------------------
# why
--------------------------------------------------------------*/

.why {
  display: block;
  text-align: center;
  justify-items: center;
  margin-top: 0px;
}

.why .icon-box {
  padding: 20px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.why .icon-box::before {
  content: '';
  position: absolute;
  background: #e2e5fe;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.why .icon-box:hover::before {
  background: #e2e5fe;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.why .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  background: #ffe1ed;
  transition: all 0.3s ease-in-out;
}

.why .icon img {
  line-height: 1;
  width: 100%;
}

.why .title {
  font-weight: 550;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #050748;
}

.why .icon-box:hover .title,
.why .icon-box:hover .description {
  color: #050748;
}

.why .icon-box:hover .icon {
  background: #fff;
}

.why .icon-box:hover .icon i {
  color: #206bfb;
}

@media (min-width: 768px) {
  .why {
      margin-top: 30px;
  }
}


/*--------------------------------------------------------------
# Experience
--------------------------------------------------------------*/

.experience {
  margin-top: 50px;
}

.experience .services-2 {
  padding: 20px;
}

.experience .services-2 .icon {
  position: relative;
  z-index: 0;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.experience .services-2 .icon:after,
.services-2 .icon:before {
  position: absolute;
  content: '';
  z-index: -1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}

.experience .services-2 .icon:after {
  bottom: 0;
  left: 5px;
  width: 40px;
  height: 40px;
}

.experience .services-2 .icon:before {
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}

.experience .services-2 .icon i {
  line-height: 1;
  font-size: 60px;
  color: #16df7e;
}

.experience .services-2 .text h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #a22c5d;
}

.experience .services-2 .text p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .experience {
      margin-top: 20px;
  }
  .services-2 {
      margin-top: 30px;
  }
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------
.features .content + .content {
margin-top: 100px;
}

.features .content img {
width: 85%;
margin: auto;
}

.features .content h3 {
font-weight: 600;
font-size: 40px;
font-family: 'Hello';
color: #206bfb;
}

.features .content p {
margin-top: 20px;
}

.features .content ul {
list-style: none;
padding: 0;
margin-top: 10px;
}

.features .content ul li {
padding-bottom: 5px;
}

.features .content ul i {
font-size: 20px;
padding-right: 4px;
color: #206bfb;
}

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


--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
  min-height: 50px;
  margin-top: 50px;
  display: block;
  text-align: center;
  background: linear-gradient(rgba(12, 167, 120, 0.9), rgba(10, 148, 141, 0.9)), url(../img/overlay-bg.jpg) fixed center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

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

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

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

.breadcrumbs ol li a:hover {
  color: #ffff;
}

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

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


/* Portfolio Section
--------------------------------*/

#portfolio {
  margin-top: 50px;
  background: transparent;
}

#portfolio #portfolio-flters {
  padding: 0;
  list-style: none;
  text-align: center;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  margin-left: 50px;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  width: 225px;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: auto;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #16df7e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 10px;
  height: auto;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #16df7e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .owl-nav,
#portfolio .owl-dots {
  margin-top: 10px;
  text-align: center;
}

#portfolio .owl-dot {
  display: inline-block;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #portfolio {
      margin-top: 30px;
  }
  #portfolio .portfolio-wrap {
      margin-left: 60px;
  }
  #portfolio .portfolio-item {
      width: 225px;
  }
}


/* Portfolio Details
--------------------------------*/

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

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

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

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

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

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

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

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

@media (max-width: 768px) {
  .portfolio-details {
      padding-bottom: 50px;
  }
  .portfolio-details .portfolio-description h2 {
      width: 100%;
  }
  .portfolio-details .portfolio-info {
      position: static;
      margin-top: 30px;
  }
}


/* Clients Section
--------------------------------*/

#clients {
  margin-top: 30px;
  margin-bottom: 50px;
  background: transparent;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #clients {
      margin-top: 0px;
      margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding-bottom: 10px;
}

.contact .info {
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

.contact .info i {
  font-size: 20px;
  color: #16df7e;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5f687b;
  font-family: 'Poppins', sans-serif;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #949cac;
}

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

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #16df7e;
  border-bottom: 3px solid #16df7e;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

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

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

.contact .php-email-form button[type="submit"] {
  background: #16df7e;
  border: 0;
  padding: 10px 24px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #206bfb;
  border: 3px solid#99bdff;
}

.contact .php-email-form button[type="submit"]:hover i {
  display: none;
}

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

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


/*--------------------------------------------------------------
# Associaltes
--------------------------------------------------------------*/

.associates {
  background: transparent;
}

.associates .associates-logo {
  display: flex;
  overflow: hidden;
}

.associates .associates-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s;
}

.associates .associates-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(0.9);
}

.associates img {
  transition: all 0.4s ease-in-out;
}

.associates .owl-nav,
.associates .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.associates .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.associates .owl-dot.active {
  background: transparent;
}


/*--------------------------------------------------------------
# About Inner Page Section
--------------------------------------------------------------*/

.why-us .content {
  padding: 0;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 32px;
  background: -moz-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -webkit-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  background: -ms-linear-gradient(0deg, #b67f12 0%, #d9b249 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin-top: 35px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #343a40;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 0 60px 0;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}

.why-us .accordion-list span {
  color: #206bfb;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #206bfb;
}

.why-us .accordion-list a.collapsed:hover {
  color: #206bfb;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
      padding-left: 0;
      padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
      min-height: 400px;
  }
  .why-us .content {
      padding-top: 30px;
  }
  .why-us .accordion-list {
      padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
      min-height: 300px;
  }
}


/* About Inner Features Section */

.about-inner-features {
  padding-bottom: 50px;
}

.about-inner-features .nav-tabs {
  border: 0;
}

.about-inner-features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fff;
}

.about-inner-features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #576971;
}

.about-inner-features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.about-inner-features.nav-link:hover {
  background: #fff;
}

.about-inner-features .nav-link:hover h4 {
  color: #364146;
}

.about-inner-features .nav-link.active {
  border-radius: 0;
  border: 0;
  border-left: 4px solid #206bfb;
  background: #fff;
}

.about-inner-features .nav-link.active h4 {
  color: #206bfb;
}

.about-inner-features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.about-inner-features .tab-content {
  text-align: right;
}

.about-inner-features .tab-content img {
  width: 80%;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .about-inner-features {
      padding-bottom: 75px;
  }
  .about-inner-features .tab-content img {
      display: none;
  }
}

@-webkit-keyframes slide-down {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes slide-down {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}


/* advantages section */

#advantages {
  background: transparent;
}

#advantages .section-header {
  margin-bottom: 40px;
}

#advantages .testimonial-item {
  text-align: center;
}

#advantages .testimonial-item .testimonial-img {
  width: 120px;
  margin: 0 auto;
}

#advantages .testimonial-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
}

#advantages .testimonial-item p {
  font-family: 'Roboto Mono', monospace;
  margin: 0 auto 15px auto;
  color: #fff;
}

@media (min-width: 992px) {
  #advantages .testimonial-item p {
      width: 80%;
  }
}

#advantages .owl-nav,
#advantages .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#advantages .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


/* team section */

.team {
  padding-top: 50px;
  padding-bottom: 50px;
  background: transparent;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #206bfb;
  margin: 5px 0 5px 0;
  transition: .4s linear;
  position: relative;
}

.team .member .social a::before,
.social a::after {
  content: '';
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .4s linear;
}

.team .member .social a:hover {
  color: #206bfb;
  transform: scale(.8);
}

.team .member .social a:hover::before {
  border-left: 3px solid;
  border-right: 3px solid;
  transform: skewX(20deg);
}

.team .member .social a:hover::after {
  border-top: 3px solid;
  border-bottom: 3px solid;
  transform: skewY(-20deg);
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}


/* Portfolio Inner Page Section
--------------------------------*/

#innerportfolio {
  padding: 60px 60px;
  background: transparent;
}

#innerportfolio #innerportfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#innerportfolio #innerportfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#innerportfolio #innerportfolio-flters li:hover,
#innerportfolio #innerportfolio-flters li.filter-active {
  background: #18d26e;
  border: 3px solid #99ffc0;
  color: #fff;
}

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

#innerportfolio .innerportfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#innerportfolio .innerportfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#innerportfolio .innerportfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#innerportfolio .innerportfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#innerportfolio .innerportfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#innerportfolio .innerportfolio-item figure .link-preview,
#innerportfolio .innerportfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#innerportfolio .innerportfolio-item figure .link-preview i,
#innerportfolio .innerportfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#innerportfolio .innerportfolio-item figure .link-preview:hover,
#innerportfolio .innerportfolio-item figure .link-details:hover {
  background: #18d26e;
}

#innerportfolio .innerportfolio-item figure .link-preview:hover i,
#innerportfolio .innerportfolio-item figure .link-details:hover i {
  color: #fff;
}

#innerportfolio .innerportfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#innerportfolio .innerportfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#innerportfolio .innerportfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#innerportfolio .innerportfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#innerportfolio .innerportfolio-item .innerportfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#innerportfolio .innerportfolio-item .innerportfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#innerportfolio .innerportfolio-item .innerportfolio-info h4 a {
  color: #333;
}

#innerportfolio .innerportfolio-item .innerportfolio-info h4 a:hover {
  color: #18d26e;
}

#innerportfolio .innerportfolio-item .innerportfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Web Services Area
--------------------------------------------------------------*/

.web-development {
  overflow: hidden;
}

.web-development .nav-tabs {
  border: 0;
}

.web-development .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #666666;
  font-family: 'Poppins', sans-serif;
  border-radius: 0;
  border-right: 2px solid #206bfb;
  font-weight: 600;
  font-size: 15px;
}

.web-development .nav-link:hover {
  color: #16df7e;
}

.web-development .nav-link.active {
  color: #ffff;
  background: #206bfb;
  border-color: #206bfb;
}

.web-development .nav-link:hover {
  border-color: #16df7e;
}

.web-development .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.web-development .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.web-development .details p {
  color: #777777;
}

.web-development .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .web-development .nav-link {
      border: 0;
      padding: 15px;
  }
}


/*--------------------------------------------------------------
# Serve
--------------------------------------------------------------*/

.Serve .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.Serve .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.Serve .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

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

.Serve .icon-box h3 a:hover {
  color: #3498db;
}

.Serve .icon-box:hover {
  background: #eef7fc;
}