/*-----------------------------------------------------------------------------------

    Template Name: Creasoft - software and digital agency HTML 5 template
    Author: Egens Theme
    Author https://themeforest.net/user/egenstheme/portfolio
    Support: https://www.egenslab.com/support/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01.COMMON
    02.Header css
    03.Hero css
    04.Services css
    05.About css
    06.Feature css
    07.Project css
    08.Partner css
    09.Price plan css
    10.Testimonial css
    11.Our Team css
    12.Blog css
    13.Subscribe css
    14.Footer css 
    15.Home two css 
    16.Contact page css 
    17.Error page css 
    18.FAQ page css 
    19.Service page css
    20.Project page css 
    21.About page css 
    22.Blog page css 

-----------------------------------------------------------------------------------*/
/*===========================
     01.COMMON CSS 
===========================*/
@font-face {
   font-family: Mic32New;
   src: url(../fonts/Mic32New-Regular.otf);
}

@font-face {
   font-family: Mic32New-Light;
   src: url(../fonts/Mic32New-Light.otf);
}

@font-face {
   font-family: Mic32New-Bold;
   src: url(../fonts/Mic32New-Bold.otf);
}

* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
   outline: 0 solid;
}

html,
body {
   height: 100%;
}

body {
   font-size: 16px;
   font-family: "Mic32New", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Mic32New-Bold", sans-serif;
   margin-bottom: 15px;
}

img {
   max-width: 100%;
}

a,
ul,
ol {
   padding: 0;
   margin: 0;
   list-style: none;
}



p {
   margin: 0;
   color: #272727;
   line-height: 1.8;
}

@media (max-width: 767px) {
   p {
      font-size: 14px;
   }
}

a,
a:hover {
   text-decoration: none;
}

input,
select,
audio,
canvas,
iframe,
img,
svg,
video {
   vertical-align: middle;
}

.sec-pad {
   padding: 120px 0;
}

.sec-pad-top {
   padding-top: 120px;
}

.sec-pad-bottom {
   padding-bottom: 120px;
}

.sec-mar {
   margin: 120px 0;
}

.sec-mar-top {
   margin-top: 120px;
}

.sec-mar-bottom {
   margin-bottom: 120px;
}



.title {
   color: #484B47;
   font-size: 60px;
   line-height: 75px;
   margin-bottom: 30px;
   margin-top: 115px;
}

@media (max-width: 767px) {
   .title {
      font-size: 40px;
      line-height: 35px;

   }
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
   color: #484B47;
}

/*=======================================
 preloader start
=======================================*/
.preloader {
   position: fixed;
   width: 100%;
   height: 100%;
   z-index: 99999;
   background: #000;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
}

@keyframes loader {

   0%,
   10%,
   100% {
      width: 80px;
      height: 80px;
   }

   65% {
      width: 150px;
      height: 150px;
   }
}

@keyframes loaderBlock {

   0%,
   30% {
      transform: rotate(0);
   }

   55% {
      background-color: #006E63;
   }

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

@keyframes loaderBlockInverse {

   0%,
   20% {
      transform: rotate(0);
   }

   55% {
      background-color: #006E63;
   }

   100% {
      transform: rotate(-90deg);
   }
}

.preloader .loader {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 80px;
   height: 80px;
   transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
   animation: loader 1.2s infinite ease-in-out;
}

.preloader .loader span {
   position: absolute;
   display: block;
   width: 40px;
   height: 40px;
   background-color: #fff;
   animation: loaderBlock 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(1) {
   top: 0;
   left: 0;
}

.preloader .loader span:nth-child(2) {
   top: 0;
   right: 0;
   animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(3) {
   bottom: 0;
   left: 0;
   animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.preloader .loader span:nth-child(4) {
   bottom: 0;
   right: 0;
}

/*=======================================
   preloader end
  =======================================*/
.sticky {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   padding-top: 0 !important;
   padding-bottom: 0 !important;
   box-sizing: border-box;
   background-color: #191A1C;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
   z-index: 99;
}


@media (max-width: 767px) {
   .sticky {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
   }
}

.creasoft-wrap {
   position: relative;
   overflow: hidden;
   z-index: 1;
}


.line_wrap {
   top: 0px;
   left: 50%;
   bottom: 0px;
   width: 80%;
   z-index: -1;
   display: block;
   position: absolute;
   transform: translateX(-50%);
   border-left: 1px solid rgba(23, 22, 26, 0.06);
}

@media (max-width: 767px) {
   .line_wrap {
      border-left: 1px solid rgba(0, 0, 0, 0.03);
   }
}

.line_wrap.layout2 {
   border-left: 1px solid rgba(246, 246, 246, 0.02);
}

.line_wrap.layout2 .line_item {
   border-right: 1px solid rgba(246, 246, 246, 0.02);
}

.line_wrap:before {
   width: 1px;
   left: -1px;
   content: "";
   height: 100px;
   position: absolute;
   animation: scroll1 15s ease-out infinite;
   background-image: linear-gradient(0deg, #000000, transparent);
}

.line_item {
   width: 20%;
   float: left;
   height: 100%;
   position: relative;
   display: inline-block;
   border-right: 1px solid rgba(23, 22, 26, 0.06);
}

@media (max-width: 767px) {
   .line_item {
      border-right: 1px solid rgba(0, 0, 0, 0.03);
   }
}

.line_item:before {
   width: 1px;
   right: -1px;
   content: "";
   height: 100px;
   position: absolute;
}

.line_item:nth-child(odd):before {
   animation: scroll2 15s ease-out infinite;
   background-image: linear-gradient(0deg, transparent, #000000);
}

.line_item:nth-child(even):before {
   animation: scroll1 15s ease-out infinite;
   background-image: linear-gradient(0deg, #000000, transparent);
}

@keyframes scroll1 {
   0% {
      top: 0px;
      opacity: 1;
   }

   50% {
      top: 50%;
   }

   100% {
      top: 100%;
      opacity: 0.5;
   }
}

@keyframes scroll2 {
   0% {
      opacity: 1;
      bottom: 0px;
   }

   50% {
      bottom: 50%;
   }

   100% {
      bottom: 100%;
      opacity: 0.5;
   }
}

.breadcrumbs {
   position: relative;
   height: 480px;
   background-image: url(../img/breadcrumb-bg.jpg);
   background-size: cover;
   background-position: center center;
   z-index: 1;
}

@media (max-width: 767px) {
   .breadcrumbs {
      height: 320px;
   }
}

.breadcrumbs:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #484B47;
   opacity: 0.93;
   z-index: -1;
}

.breadcrumb-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 480px;
}

@media (max-width: 767px) {
   .breadcrumb-wrapper {
      height: 320px;
   }
}

.breadcrumb-cnt {
   position: relative;
}

.breadcrumb-cnt h1 {
   font-size: 60px;
   font-weight: 700;
   color: #006E63;
   text-transform: capitalize;
   margin-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .breadcrumb-cnt h1 {
      font-size: 40px;
   }
}

@media (max-width: 767px) {
   .breadcrumb-cnt h1 {
      font-size: 30px;
   }
}

.breadcrumb-cnt span {
   font-size: 14px;
   color: #fff;
   text-transform: capitalize;
}

.breadcrumb-cnt span a {
   display: inline-block;
   color: #006E63;
}

.breadcrumb-cnt span i {
   margin: 0 5px;
}

.breadcrumb-cnt .breadcrumb-video {
   position: absolute;
   right: 0;
   top: 0;
}

@media (max-width: 767px) {
   .breadcrumb-cnt .breadcrumb-video {
      display: none;
   }
}

.breadcrumb-cnt .breadcrumb-video img {
   max-width: 370px;
   max-height: 340px;
   border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #484B47;
   opacity: 0.7;
   border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.breadcrumb-cnt .breadcrumb-video .video-inner a {
   height: 80px;
   width: 80px;
   line-height: 80px;
   border: 2px dashed #fff;
   text-align: center;
   display: inline-block;
   color: #fff;
   border-radius: 50%;
   font-size: 20px;
   animation-name: ripple;
   animation-duration: 2.5s;
   animation-iteration-count: infinite;
}

/*Section title*/
.title-wrap {
   max-width: 630px;
   margin: 0 auto;
}

.sec-title {
   text-align: center;
   margin-bottom: 50px;
}

.sec-title.layout2 {
   text-align: left;
}

.sec-title.white h2,
.sec-title.white p {
   color: #fff;
}

.sec-title span {
   font-size: 16px;
   display: inline-block;
   color: #006E63;
   border-bottom: none;
   padding-bottom: 2px;
   margin-bottom: 20px;
   font-family: "Mic32New-Bold", sans-serif;
}

.sec-title h2 {
   font-weight: 700;
   font-size: 50px;
   color: #484B47;
   margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .sec-title h2 {
      font-size: 35px;
   }
}

@media (max-width: 767px) {
   .sec-title h2 {
      font-size: 30px;
   }
}

/*Common button*/
.cmn-btn {
   position: relative;
   display: inline-block;
}

.cmn-btn a {
   position: relative;
   display: inline-block;
   background-color: #000000;
   border-radius: 200px;
   min-width: 160px;
   font-weight: 700;
   font-size: 17px;
   text-align: center;
   color: #006E63;
   padding: 12px 30px;
   border: 1px solid #000000;
   overflow: hidden;
   z-index: 1;
   transition: all 0.8s ease-out 0s;
   vertical-align: top;
}

@media (max-width: 767px) {
   .cmn-btn a {
      min-width: 140px;
      font-size: 14px;
   }

   .cmn-btn {
      margin-top: 30px;
   }
}

.cmn-btn a:after {
   position: absolute;
   content: "";
   display: block;
   left: 0;
   right: -20%;
   top: -4%;
   height: 150%;
   width: 150%;
   bottom: 0;
   background-color: #006E63;
   transform: skewX(45deg) scale(0, 1);
   z-index: -1;
   transition: all 0.8s ease-out 0s;
}

.cmn-btn a:hover {
   color: white;
}

.cmn-btn a:hover:after {
   transform: skewX(45deg) scale(1, 1);
}

.cmn-btn .line-1 {
   position: absolute;
   right: 8px;
   top: 7px;
   z-index: 2;
}

.cmn-btn .line-1:before {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   width: 25px;
   opacity: 0.1;
   right: 0;
   transition: all 0.8s ease-out 0s;
}

.cmn-btn .line-1:after {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   height: 25px;
   opacity: 0.1;
   transition: all 0.8s ease-out 0s;
}

.cmn-btn .line-2 {
   position: absolute;
   left: 8px;
   bottom: 8px;
   z-index: 2;
}

.cmn-btn .line-2:before {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   height: 25px;
   opacity: 0.1;
   right: 0px;
   bottom: -2px;
}

.cmn-btn .line-2:after {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   width: 25px;
   opacity: 0.1;
   left: 0;
}

.cmn-btn:hover .line-1:before {
   border: 1px solid #000;
   opacity: 0.5;
}

.cmn-btn:hover .line-1:after {
   border: 1px solid #000;
   opacity: 0.5;
}

.mobile-menu-logo {
   display: none;
}

.mobile-menu-logo img {
   width: 160px;
}

.mobile-menu-logo .remove {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   cursor: pointer;
}

.mobile-menu-logo .remove i {
   height: 30px;
   width: 30px;
   line-height: 34px;
   display: inline-block;
   color: #fff;
   background-color: #006E63;
   text-align: center;
   border-radius: 50%;
   transform: rotate(-45deg);
}

/*================================
    Responsive mobile menu css
=================================*/
@media only screen and (max-width: 1199px) {
   header .main-nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 260px;
      padding: 10px 0 !important;
      z-index: 99999;
      height: 100%;
      overflow: auto;
      display: block;
      background: #fff;
      transform: translateX(-260px);
      transition: transform .3s ease-in;
   }

   header .main-nav .mobile-menu-logo {
      position: relative;
      text-align: left;
      padding: 20px 10px;
      margin-bottom: 20px;
      display: block;
      border-bottom: 1px solid #006E63;
   }

   header .main-nav ul {
      float: none;
      text-align: left;
      padding: 0;
   }

   header .main-nav ul li {
      position: relative;
      display: block;
      border-bottom: 1px solid #eee;
      padding: 0px 10px !important;
   }

   header .main-nav ul li:last-child {
      border: none;
   }

   header .main-nav ul li a {
      padding: 10px 0;
      display: block;
      font-weight: 500;
      color: #484B47;
      text-transform: none;
      font-family: "Mic32New", sans-serif;
   }

   header .main-nav ul li ul.sub-menu {
      position: static;
      min-width: 200px;
      background: 0 0;
      border: none;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      transform: none;
      transition: none;
      display: none;
      margin-top: 0 !important;
      transform: translateY(0px);
   }

   header .main-nav ul li ul.sub-menu li {
      padding: 0 !important;
   }

   header .main-nav ul li ul.sub-menu li a {
      padding: 12px 10px;
   }

   header .main-nav.slidenav {
      transform: translateX(0);
   }

   header .main-nav ul li .bi {
      display: block;
      top: 8px;
      right: 10px;
      font-size: 16px;
      color: #000;
      width: 100%;
      text-align: right;
   }

   .mobile-menu {
      position: relative;
      top: 2px;
      padding: 0 5px;
      border-radius: 50%;
      display: inline-block;
      text-align: right;
      margin-left: 30px;
   }

   .cross-btn {
      display: inline-block !important;
      position: relative;
      width: 30px !important;
      height: 22px !important;
      cursor: pointer;
      border: 3px solid transparent !important;
   }

   .cross-btn span {
      width: 100%;
      height: 2px;
      background: #006E63 !important;
      display: block;
      position: absolute;
      right: 0;
      transition: all .3s;
   }

   .cross-btn .cross-top {
      top: 0;
   }

   .cross-btn .cross-middle {
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
   }

   .cross-btn .cross-bottom {
      bottom: 0;
      width: 100%;
   }

   .cross-btn.h-active span.cross-top {
      transform: rotate(45deg);
      top: 50%;
      margin-top: -1px;
   }

   .cross-btn.h-active span.cross-middle {
      transform: translateX(-30px);
      opacity: 0;
   }

   .cross-btn.h-active span.cross-bottom {
      transform: rotate(-45deg);
      bottom: 50%;
      margin-bottom: -1px;
   }
}

.cursor {
   position: fixed;
   top: 0%;
   left: 0%;
   width: 30px;
   height: 30px;
   z-index: 999999;
   pointer-events: none;
   border-radius: 50%;
   transform-origin: left top;
   transition: transform 0.35s;
   transform: scale(0.35) translate(-50%, -50%);
   mix-blend-mode: exclusion;
   background-color: #fff;
}

/*===========================
     02.Header css 
===========================*/
header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 2;
}

.header-area {
   background-color: white;
   border-bottom: 1px solid rgba(23, 22, 26, 0.06);
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 20px 100px;
   transition: all 0.8s ease-out 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
   .header-area {
      padding: 20px 30px;
   }
}

@media (max-width: 767px) {
   .header-area {
      padding: 20px 10px;
   }
}

.logo a {
   display: inline-block;
}

.logo a img {
   max-width: 170px;
}

.main-nav {
   text-align: center;
}

.main-nav ul {
   list-style: none;
}

.main-nav ul li {
   display: inline-block;
   position: relative;
   padding: 0 20px;
   color: #E4E4E4;
}

.main-nav ul li:first-child {
   padding-left: 0;
}

.main-nav ul li a {
   position: relative;
   font-family: "Mic32New-Bold", sans-serif;
   font-size: 15px;
   padding: 30px 0;
   color: #484B47;
   display: inline-block;
   text-transform: none;
   transition: all 0.5s ease-out 0s;
}

.main-nav ul li a.active,
.main-nav ul li a.active~i {
   color: #006E63;
}

.main-nav ul li a:hover,
.main-nav ul li a:hover~i {
   color: #006E63;
}


.main-nav ul li i {
   position: absolute;
   top: 30px;
   right: 0;
   font-size: 14px;
   text-align: center;
   z-index: 999;
   cursor: pointer;
   color: #484B47;
}

.main-nav ul li ul.sub-menu {
   position: absolute;
   left: 0;
   right: 0;
   top: auto;
   margin: 0;
   opacity: 0;
   visibility: hidden;
   min-width: 200px;
   background-color: #fff;
   text-align: left;
   z-index: 9;
   box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
   transition: all 0.5s ease-out 0s;
   transform: translateY(-10px);
}

.main-nav ul li ul.sub-menu>li {
   padding: 0;
   display: block;
   border-bottom: 1px solid #eee;
}

.main-nav ul li ul.sub-menu>li:last-child {
   border: none;
}

.main-nav ul li ul.sub-menu>li a {
   position: relative;
   display: block;
   padding: 12px 20px;
   font-weight: 400;
   text-transform: none;
   line-height: 1.4;
   transition: all 0.5s ease-out 0s;
}

.main-nav ul li ul.sub-menu>li a:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   background-image: linear-gradient(96.98deg, #006E63 0%, #484B47 100%);
   width: 100%;
   height: 1px;
   transform: scaleX(0);
   transform-origin: left;
   transition: .4s ease-in;
   z-index: -1;
}

.main-nav ul li ul.sub-menu>li a.active {
   font-weight: 500;
   color: #006E63;
}

.main-nav ul li ul.sub-menu>li a:hover {
   color: #006E63;
}

.main-nav ul li ul.sub-menu>li a:hover:before {
   transform: scale(1);
}

.main-nav ul li:hover ul.sub-menu {
   visibility: visible;
   opacity: 1;
   transform: translateY(0);
}

.nav-right {
   display: none;
}

@media (max-width: 1024px) {
   .nav-right {
      display: flex;
      align-items: center;
   }
}


.get-qoute {
   text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
   .get-qoute {
      display: inline-block;
   }
}

@media (max-width: 767px) {
   .get-qoute {
      display: none;
   }
}

/*===========================
     03.Hero css 
===========================*/
.hero-area {
   position: relative;
   height: 100vh;
   background-image: url(../img/bg.png);
   background-size: cover;
   background-position: top left;
   background-color: #191A1C;
   overflow: hidden;
}

.hero-area .hero-shape-1 {
   position: absolute;
   left: 0;
   bottom: 0;
}

.hero-area .hero-shape-2 {
   position: absolute;
   right: 0;
   top: 0;
}

.hero-area .ken-burns-slideshow {
   position: absolute;
   right: 0;
   bottom: 0;
   overflow: hidden;
   width: 50%;
   border-radius: 100px 0px 0px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .hero-area .ken-burns-slideshow {
      display: none;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hero-area .ken-burns-slideshow {
      width: 45%;
   }
}

.hero-area .ken-burns-slideshow img {
   width: 100%;
   animation: kenburns 20s infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .hero-area .hero-img {
      display: none;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hero-area .hero-img img {
      width: 80%;
      margin: 0px auto;
      display: block;
   }
}

#particles-js {
   position: absolute;
   width: 100%;
   height: 100%;
}

.hero-wrapper {
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100vh;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hero-wrapper {
      padding-top: 100px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hero-wrapper {
      justify-content: flex-end;
   }
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
   .hero-content {
      padding-left: 100px;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hero-content {
      padding-left: 50px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hero-content {
      margin-bottom: 50px;
   }
}

.hero-content.layout2 h1 {
   text-transform: capitalize;
}

.hero-content.layout2 h1 span {
   text-transform: uppercase;
}

.hero-content h1 {
   font-weight: 800;
   font-size: 52px;
   text-transform: uppercase;
   color: #E4E4E4;
   margin-bottom: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1699px) {
   .hero-content h1 {
      font-size: 50px;
   }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .hero-content h1 {
      font-size: 48px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hero-content h1 {
      font-size: 40px;
   }
}

@media (max-width: 767px) {
   .hero-content h1 {
      font-size: 30px;
      line-height: 42px;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .hero-content h1 {
      font-size: 40px;
   }
}

.hero-content h1 span {
   display: block;
   -webkit-text-stroke: 1px #E4E4E4;
   -webkit-text-fill-color: transparent;
   overflow: hidden;
   white-space: nowrap;
   letter-spacing: .15em;
   animation: typing 3.5s steps(40, end);
}

.hero-content p {
   font-weight: 400;
   font-size: 16px;
   color: #E4E4E4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .hero-content p {
      font-size: 15px;
   }
}

@media (max-width: 767px) {
   .hero-content p {
      font-size: 14px;
   }
}

/* The typing effect */
@keyframes typing {
   from {
      width: 0;
   }

   to {
      width: 100%;
   }
}

.buttons {
   margin-top: 40px;
}

.buttons .cmn-btn {
   margin-right: 20px;
}

@media (max-width: 767px) {
   .buttons .cmn-btn {
      margin-right: 10px;
   }
}

.buttons .cmn-btn:last-child {
   margin: 0;
}

.cmn-btn.layout-two a {
   background-color: transparent;
   border: 1px solid #E4E4E4;
}

.verticale-social {
   position: absolute;
   left: -50px;
   top: 50%;
   transform: translateY(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .verticale-social {
      left: -120px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .verticale-social {
      left: 50px;
      top: 35%;
      transform: translateY(-35%);
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .verticale-social {
      left: 50px;
      top: auto;
      bottom: 50px;
   }
}

@media (max-width: 767px) {
   .verticale-social {
      left: 25px;
      top: auto;
      bottom: 50px;
   }
}

.vertical-media {
   list-style: none;
   transform: rotate(-90deg);
   display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .vertical-media {
      transform: none;
   }
}

.vertical-media li {
   position: relative;
   display: inline-block;
   padding: 0 20px;
}

@media (max-width: 767px) {
   .vertical-media li {
      padding: 0px 10px;
   }
}

.vertical-media li:before {
   position: absolute;
   content: "";
   height: 10px;
   width: 10px;
   border: 1px dashed #fff;
   border-radius: 50%;
   left: -10px;
   top: 42%;
   transform: translateY(-42%);
   animation-name: rotateme;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

@media (max-width: 767px) {
   .vertical-media li:before {
      left: -7px;
   }
}

.vertical-media li a {
   font-weight: 500;
   font-size: 16px;
   display: inline-block;
   color: #E4E4E4;
   transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
   .vertical-media li a {
      font-size: 14px;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .vertical-media li a {
      font-size: 16px;
   }
}

.vertical-media li a:hover {
   color: #006E63;
}

@keyframes rotateme {
   0% {
      transform: rotate(0deg);
      opacity: 1;
   }

   50% {
      transform: rotate(180deg);
   }

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

/*===========================
     04.Services css 
===========================*/
.services-area {
   position: relative;
}

@media (max-width: 767px) {
   .services-area {
      margin: 80px 0 50px;
   }
}

.services-area .swiper-button-next,
.services-area .swiper-button-prev {
   top: 50%;
}

@media (max-width: 767px) {

   .services-area .swiper-button-next,
   .services-area .swiper-button-prev {
      display: none;
   }
}

.services-area .swiper-button-next:after,
.services-area .swiper-button-prev:after {
   font-size: 20px;
   height: 40px;
   min-width: 40px;
   color: #2A2A2A;
   border: 1px solid #2A2A2A;
   text-align: center;
   line-height: 40px;
   border-radius: 50%;
   transition: all 0.5s ease-out 0s;
}

.services-area .swiper-button-next:hover:after,
.services-area .swiper-button-prev:hover:after {
   color: #E4E4E4;
   background-color: #2A2A2A;
}

.services-area .swiper-button-next {
   right: -7%;
}


.services-area .swiper-button-prev {
   left: -7%;
}



.swiper.services-slider {
   padding: 5px;
}

.services-slider img {
   border-radius: 40px 10px 10px 10px;
}

.single-service {
   position: relative;
   background-color: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
   border-radius: 10px;
   padding: 30px;
   transition: all 0.5s ease-out 0s;
}

.single-service span {
   position: absolute;
   right: 30px;
   top: 30px;
   font-weight: 700;
   font-size: 50px;
   -webkit-text-stroke: 1px #484B47;
   -webkit-text-fill-color: transparent;
   opacity: 0.07;
   line-height: 1;
   transition: all 0.5s ease-out 0s;
}

.single-service .icon {
   margin-bottom: 20px;
}

.single-service .icon img {
   height: 85px;
}

.single-service h4 {
   font-style: normal;
   font-weight: 500;
   font-size: 25px;
   color: #484B47;
   margin-bottom: 10px;
   transition: all 0.5s ease-out 0s;
}

.single-service p {
   font-weight: 400;
   font-size: 16px;
   color: #272727;
   transition: all 0.5s ease-out 0s;
}

.single-service .read-btn {
   text-align: right;
}

.single-service .read-btn a {
   position: relative;
   font-weight: 400;
   font-size: 17px;
   color: #484B47;
   text-align: right;
   display: inline-block;
   margin-top: 20px;
   transition: all 0.5s ease-out 0s;
}

.single-service .read-btn a:before {
   position: absolute;
   content: "";
   left: -10px;
   top: -3px;
   border: 0.8px solid #006E63;
   box-sizing: border-box;
   height: 30px;
   width: 30px;
   border-radius: 50%;
   animation-name: rotateme;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.single-service:hover {
   background-color: #0D0D0F;
}

.single-service:hover span {
   -webkit-text-stroke: 1px #006E63;
   -webkit-text-fill-color: transparent;
   opacity: .5;
}

.single-service:hover h4,
.single-service:hover p {
   color: #E4E4E4;
}

.single-service:hover .read-btn a {
   color: #E4E4E4;
}

/*===========================
     05.About css 
===========================*/

.about-area {
   padding-top: 100px;
   margin-top: 120px;
   margin-bottom: 0;
   padding-bottom: 200px;
}

@media (max-width: 767px) {
   .about-area {
      padding-bottom: 100px;
      margin-top: 50px;
   }

   .about-area .mt-150 {
      margin-top: 50px;
   }
}


.about-area .sec-title {
   margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .about-area .or-1 {
      order: 1;
   }

   .about-area .or-2 {
      order: 2;
      margin-top: 80px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px),
(max-width: 767px) and (max-width: 767px) {
   .about-area .or-2 {
      margin-top: 30px;
   }
}

.about-left h3 {
   font-weight: 500;
   font-size: 30px;
   text-transform: capitalize;
   color: #484B47;
}

.about-left p {
   margin-bottom: 40px;
   color: #636663;

}

@media (max-width: 767px) {
   .about-left h3 {
      font-size: 20px;
   }

   .about-left p {
      margin-bottom: 0;
   }

   .about-right {
      margin-top: 40px;
   }

}

.company-since {
   position: relative;
   background-color: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
   border-radius: 20px;
   padding: 30px 50px;
   margin-top: 30px;
}

@media (max-width: 767px) {
   .company-since {
      padding: 20px;
   }
}

.company-since:before {
   position: absolute;
   content: "";
   left: -0.5px;
   top: 1.5px;
   right: -1.5px;
   bottom: 1.5px;
   background-color: #006E63;
   z-index: -1;
   transform: skew(0.5deg, 0.5deg);
   border-radius: 23px;
   filter: blur(1px);
}

.company-logo {
   margin-bottom: 30px;
}

.company-logo img {
   max-width: 180px;
}

.company-since strong {
   position: absolute;
   right: 50px;
   top: 20px;
   font-weight: 700;
   font-size: 26px;
   color: #484B47;
   line-height: 1;
}

.company-since h4 {
   font-weight: 500;
   font-size: 24px;
   color: #484B47;
   margin: 0;
}

@media (max-width: 767px) {
   .company-since h4 {
      font-size: 20px;
   }
}

.company-since h4 span {
   display: block;
   color: #006E63;
}

.about-right {
   position: relative;
}

.banner-1 {
   position: relative;
   border-radius: 40px 10px 10px 10px;
}

.banner-1 img {
   width: 100%;
   border-radius: 40px 10px 10px 10px;
}

.banner-1 video {
   border-radius: 50px 0 0 0;
}

.banner-video:before {
   display: none;
}



.banner-2 {
   position: absolute;
   display: inline-block;
   right: 0;
   bottom: -55px;
   border-left: 10px solid #fff;
   border-top: 10px solid #fff;
   border-radius: 20px 5px 10px 15px;
}

@media (max-width: 767px) {
   .banner-2 {
      position: relative;
      text-align: center;
      margin-top: 20px;
      bottom: 0;
      border: none;
      width: 100%;
   }

   .banner-1 video {
      width: 100%;
   }
}


.banner-2 img {
   max-width: 200px;
}

@media (max-width: 767px) {
   .banner-2 img {
      width: 100%;
      max-width: none;
   }
}

.banner2-inner {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.banner2-inner .play a {
   display: inline-block;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   background-color: rgba(117, 218, 180, 0.3);
   font-size: 20px;
   border-radius: 50%;
   color: #006E63;
   animation-name: ripple;
   animation-duration: 1.5s;
   animation-iteration-count: infinite;
}

.banner2-inner .play a i {
   margin-left: 4px;
}

@keyframes ripple {
   0% {
      box-shadow: 0 0 0 0 rgba(117, 218, 180, 0.3), 0 0 0 0 rgba(117, 218, 180, 0.5);
   }

   80% {
      box-shadow: 0 0 0 20px #fff0, 0 0 0 40px #fff0;
   }

   100% {
      box-shadow: 0 0 0 0 #fff0, 0 0 0 0 #fff0;
   }
}

/*===========================
     06.Feature css 
===========================*/
.features-area {
   padding: 90px 0;
   background-image: url(../img/feature-bg.png);
   background-size: cover;
   background-position: center center;
   background-color: #191A1C;
}

@media (max-width: 767px) {
   .features-area {
      padding: 80px 0;
   }
}

.single-feature {
   background-color: #0D0D0F;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
   padding: 50px 30px;
   transform: skewY(-5deg);
   transition: all 0.5s ease-out 0s;
}

.single-feature .feature-inner {
   transform: skewY(5deg);
   text-align: center;
   transition: all 0.5s ease-out 0s;
}

.single-feature .feature-inner .icon {
   margin-bottom: 20px;
}

.single-feature .feature-inner .icon img {
   height: 85px;
}

.single-feature .feature-inner span,
.single-feature .feature-inner sup {
   font-weight: 700;
   font-size: 35px;
   line-height: 55px;
   color: #E4E4E4;
}

.single-feature .feature-inner sup {
   top: -10px;
}

.single-feature .feature-inner h4 {
   font-weight: 500;
   font-size: 20px;
   text-transform: capitalize;
   color: #E4E4E4;
   margin-top: 5px;
   margin-bottom: 0;
}

.single-feature:hover {
   transform: skewY(0deg);
}

.single-feature:hover .feature-inner {
   transform: skewY(0deg);
}

/*===========================
     07.Project css 
===========================*/
@media (max-width: 767px) {
   .project-area {
      margin: 80px 0;
   }
}

.isotope-menu {
   text-align: center;
   list-style: none;
   margin-bottom: 40px;
}

.isotope-menu li {
   display: inline-block;
   font-weight: 600;
   font-size: 16px;
   color: #E4E4E4;
   cursor: pointer;
   background: #191A1C;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
   padding: 10px 30px;
   margin: 0 10px;
   transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .isotope-menu li {
      font-size: 14px;
      margin: 0 5px;
   }
}

@media (max-width: 767px) {
   .isotope-menu li {
      font-size: 14px;
      padding: 15px 20px;
      margin: 10px 5px;
   }
}

.isotope-menu li.active {
   color: #191A1C;
   background-color: #006E63;
}

.isotope-menu li:hover {
   color: #191A1C;
   background-color: #006E63;
}

.single-item {
   position: relative;
}

.single-item .item-img a img {
   width: 100%;
   border-radius: 10px;
}

.single-item .item-inner-cnt {
   background-color: #0F0F11;
   border-radius: 5px;
   padding: 20px;
   width: 90%;
   left: 5%;
   position: absolute;
   bottom: 5%;
   transition: all 0.5s ease-out 0s;
}

.single-item .item-inner-cnt span {
   font-weight: 500;
   font-size: 15px;
   display: inline-block;
   color: #E4E4E4;
   border-bottom: 1px solid #006E63;
   padding-bottom: 2px;
   margin-bottom: 10px;
}

.single-item .item-inner-cnt h4 {
   font-weight: 600;
   font-size: 22px;
   text-transform: capitalize;
   color: #E4E4E4;
   margin: 0;
}

.single-item .item-inner-cnt .view-btn {
   text-align: right;
   visibility: hidden;
   opacity: 0;
   height: 0;
   transform: translateY(-100%);
   transition: all 0.5s ease-out 0s;
}

.single-item .item-inner-cnt .view-btn a {
   position: relative;
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
   color: #E4E4E4;
   display: inline-block;
   text-transform: capitalize;
}

.single-item .item-inner-cnt .view-btn a:before {
   position: absolute;
   content: "";
   left: -10px;
   top: -3px;
   border: 0.8px solid #006E63;
   box-sizing: border-box;
   height: 30px;
   width: 30px;
   border-radius: 50%;
   animation-name: rotateme;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.single-item:hover .item-inner-cnt .view-btn {
   margin-top: 20px;
   visibility: visible;
   opacity: 1;
   height: auto;
   transform: translateY(0%);
}

/*===========================
     08.Partner css 
===========================*/
.our-partner {
   padding: 100px 0;
   background-color: #191A1C;
}

@media (max-width: 767px) {
   .our-partner {
      padding: 80px 0;
   }
}

.our-partner .sec-title {
   margin-bottom: 10px;
   border-right: 1px solid #006E63;
}

.our-partner .sec-title .swiper-button-next-c,
.our-partner .sec-title .swiper-button-prev-c {
   color: #E4E4E4;
   font-size: 16px;
   display: inline-block;
   height: 40px;
   width: 40px;
   background-color: #0D0D0F;
   border-radius: 50%;
   line-height: 40px;
   text-align: center;
   transition: all 0.5s ease-out 0s;
}

.our-partner .sec-title .swiper-button-next-c:hover,
.our-partner .sec-title .swiper-button-prev-c:hover {
   color: #000;
   background-color: #006E63;
}

.our-partner .sec-title .swiper-button-prev-c {
   margin-right: 20px;
}

.single-partner {
   box-sizing: border-box;
   display: flex;
   justify-content: center;
   align-items: center;
}

.single-partner a {
   width: 100%;
}

.single-partner img {
   height: auto;
   width: 100%;
}


/*===========================
     09.Price plan css 
===========================*/
@media (max-width: 767px) {
   .priceing-plan {
      margin: 80px 0;
   }

   .single-partner a {
      width: auto;
   }
}

.price-table-tab {
   margin-bottom: 40px;
}

.nav.nav-pills {
   justify-content: center;
}

.nav.nav-pills .nav-item .nav-link {
   background-color: #191A1C;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
   min-width: 170px;
   padding: 10px 30px;
   margin: 0 15px;
   font-weight: 600;
   font-size: 17px;
   color: #E4E4E4;
   transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
   .nav.nav-pills .nav-item .nav-link {
      font-size: 14px;
      min-width: 125px;
      padding: 15px 20px;
      margin: 0px 10px;
   }
}

.nav.nav-pills .nav-item .nav-link.active {
   background-color: #006E63;
   color: #191A1C;
}

.nav.nav-pills .nav-item .nav-link:hover {
   background-color: #006E63;
   color: #191A1C;
}

.price-box {
   background-color: #FFFFFF;
   box-shadow: 0px 0px 40px rgba(33, 33, 33, 0.1);
   border-radius: 10px;
   padding: 40px;
   text-align: center;
   transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .price-box {
      padding: 40px 20px;
   }
}

.price-box.layout2 h3:before {
   position: absolute;
   content: "";
   left: 50%;
   bottom: -10px;
   width: 150px;
   height: 2px;
   transform: translateX(-50%);
   background: linear-gradient(90deg, #181818, #006E63, #181818);
}

.price-box h3 {
   position: relative;
   font-weight: 700;
   font-size: 32px;
   color: #484B47;
   margin-bottom: 30px;
   transition: all 0.5s ease-out 0s;
}

.price-box h3:before {
   position: absolute;
   content: "";
   left: 50%;
   bottom: -10px;
   width: 150px;
   height: 2px;
   transform: translateX(-50%);
   background: linear-gradient(90deg, #fff, #006E63, #fff);
}

.price-box span {
   font-weight: 400;
   font-size: 18px;
   color: #484B47;
   display: block;
   transition: all 0.5s ease-out 0s;
}

.price-box strong {
   font-weight: 700;
   font-size: 38px;
   color: #484B47;
   display: block;
   margin: 20px 0;
   transition: all 0.5s ease-out 0s;
}

.price-box strong sub {
   color: #006E63;
   font-size: 16px;
   font-weight: 400;
}

.price-box:hover {
   background-color: #191A1C;
   border-radius: 10px;
}

.price-box:hover h3 {
   color: #E4E4E4;
}

.price-box:hover h3:before {
   position: absolute;
   content: "";
   left: 50%;
   bottom: -10px;
   width: 150px;
   height: 2px;
   transform: translateX(-50%);
   background: linear-gradient(90deg, #181818, #006E63, #181818);
}

.price-box:hover h3,
.price-box:hover span,
.price-box:hover strong {
   color: #E4E4E4;
}

.price-box:hover .item-list li {
   color: #E4E4E4;
   transition: all 0.5s ease-out 0s;
}

.price-box:hover .price-btn a {
   color: #000;
   background-color: #006E63;
}

.item-list li {
   font-size: 16px;
   color: #484B47;
   margin-bottom: 15px;
}

.item-list li:last-child {
   margin: 0;
}

.item-list li i {
   margin-right: 5px;
   font-size: 18px;
}

.price-btn {
   position: relative;
   display: inline-block;
   margin-top: 40px;
}

.price-btn a {
   background-color: #484B47;
   border-radius: 5px;
   font-weight: 700;
   font-size: 17px;
   display: inline-block;
   text-align: center;
   color: #FFFFFF;
   min-width: 200px;
   padding: 10px 30px;
   @inlcude transition(.5s);
}

.price-btn .line-1 {
   position: absolute;
   right: 8px;
   top: 8px;
   z-index: 2;
}

.price-btn .line-1:before {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   width: 25px;
   opacity: 0.1;
   right: 0;
}

.price-btn .line-1:after {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   height: 25px;
   opacity: 0.1;
}

.price-btn .line-2 {
   position: absolute;
   left: 8px;
   bottom: 10px;
   z-index: 2;
}

.price-btn .line-2:before {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   height: 25px;
   opacity: 0.1;
   right: 0px;
   bottom: -2px;
}

.price-btn .line-2:after {
   position: absolute;
   content: "";
   border: 1px solid #FFFFFF;
   width: 25px;
   opacity: 0.1;
   left: 0px;
}

/*===========================
     10.Testimonial css
===========================*/
.testimonial-area {
   background-color: #191A1C;
   padding: 100px 0;
   position: relative;
}

@media (max-width: 767px) {
   .testimonial-area {
      padding: 80px 0;
   }
}

.testimonial-area .swiper-button-next,
.testimonial-area .swiper-button-prev {
   top: 62%;
}

.testimonial-area .swiper-button-next:after,
.testimonial-area .swiper-button-prev:after {
   font-size: 20px;
   height: 40px;
   min-width: 40px;
   color: #E4E4E4;
   background-color: #2A2A2A;
   border: 1px solid #2A2A2A;
   text-align: center;
   line-height: 40px;
   border-radius: 50%;
   transition: all 0.5s ease-out 0s;
}

.testimonial-area .swiper-button-next:hover:after,
.testimonial-area .swiper-button-prev:hover:after {
   color: #000;
   border: none;
   background-color: #006E63;
}

.testimonial-area .swiper-button-next {
   right: 7%;
}

.testimonial-area .swiper-button-prev {
   left: 7%;
}

.swiper.testimonial-slider .swiper-slide {
   opacity: 0.4;
}

.swiper.testimonial-slider .swiper-slide.swiper-slide-active {
   opacity: 1;
}

.single-testimonial {
   position: relative;
   background-color: #0D0D0F;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
   padding: 45px 20px;
}

.single-testimonial h5 {
   font-weight: 600;
   font-size: 25px;
   color: #E4E4E4;
   margin-bottom: 5px;
}

.single-testimonial span {
   font-weight: 400;
   font-size: 17px;
   color: #5F6062;
}

.single-testimonial p {
   color: #E4E4E4;
   font-size: 15px;
   margin: 30px 0;
}

.stars {
   position: absolute;
   top: 45px;
   right: 20px;
}

@media (max-width: 767px) {
   .stars {
      position: static;
      margin-top: 25px;
   }

}

.stars a {
   display: inline-block;
   color: #FFC107;
}

.quote {
   position: absolute;
   right: 20px;
   bottom: 45px;
}

.quote i {
   color: #E4E4E4;
   font-size: 80px;
   opacity: .1;
}

.reviewer img {
   height: 80px;
   width: 80px;
   border-radius: 50%;
}

/*===========================
     11.Our Team css
===========================*/
.our-team {
   padding-top: 120px;
}

.our-team .row {
   justify-content: center;
}


.our-team .swiper {
   margin-top: 100px;
}

@media (max-width: 767px) {
   .our-team {
      margin: 80px 0;
   }

   .our-team .swiper {
      margin-top: 50px;
   }

   .our-team .mt-40 {
      margin-top: 0;
   }

}

.swiper.team-slider {
   padding: 5px 5px 50px 5px;
}

.swiper.team-slider .swiper-pagination {
   bottom: -5px !important;
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet {
   background-color: transparent;
   height: 15px;
   width: 15px;
   border: 0.8px solid #006E63;
   opacity: 1;
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active {
   position: relative;
}

.swiper.team-slider .swiper-pagination .swiper-pagination-bullet-active:before {
   position: absolute;
   content: "";
   left: 50%;
   top: 50%;
   height: 5px;
   width: 5px;
   background-color: #006E63;
   border-radius: 50%;
   transform: translate(-50%, -50%);
}

.single-team {
   position: relative;
}


.member-img {
   position: relative;
   border-radius: 10px 10px 0px 0px;
   overflow: hidden;
}

.member-img:before {
   position: absolute;
   content: "";
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #191A1C;
   border-radius: 10px 10px 0px 0px;
   visibility: hidden;
   opacity: 0;
   z-index: 1;
   transform: translateY(-100%);
   transition: all 0.5s ease-out 0s;
}

.member-img img {
   width: 100%;
   border-radius: 10px 10px 0px 0px;
   transition: all 0.5s ease-out 0s;
}

.member-img svg {
   position: absolute;
   top: 0;
   left: 0;
   visibility: hidden;
   opacity: 0;
   transform: translateX(-100%);
   transition: all 0.5s ease-out 0s;
}

.member-img svg path {
   fill: #191A1C;
}

.member-img .team-social {
   position: absolute;
   left: 15px;
   top: 50%;
   z-index: 2;
   visibility: hidden;
   opacity: 0;
   transform: translateY(-100%);
   transition: all 0.5s ease-out 0s;
}

.member-img .team-social li {
   margin: 10px 0;
}

.member-img .team-social li a {
   display: inline-block;
   height: 30px;
   width: 30px;
   line-height: 30px;
   text-align: center;
   background-color: #0F1012;
   border-radius: 50%;
   font-size: 14px;
   color: #E4E4E4;
   transition: all 0.5s ease-out 0s;
}

.member-img .team-social li a:hover {
   background-color: #006E63;
   color: #0F1012;
}

.team-inner {
   border: 1px solid #E4E4E4;
   background-color: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
   border-radius: 0px 0px 10px 10px;
   padding: 20px;
   text-align: center;
   transition: all 0.5s ease-out 0s;
}

.team-inner h4 {
   font-weight: 600;
   font-size: 20px;
   color: #484B47;
   margin-bottom: 5px;
   transition: all 0.5s ease-out 0s;
}


.team-inner span {
   font-size: 17px;
   color: #006E63;
   transition: all 0.5s ease-out 0s;
}

/*===========================
     12.Blog css
===========================*/
.single-blog .blog-thumb {
   position: relative;
   overflow: hidden;
   border-radius: 10px 10px 0px 0px;
}

.single-blog .blog-thumb a img {
   border-radius: 10px 10px 0px 0px;
   width: 100%;
   transition: all 0.5s ease-out 0s;
}

.single-blog .blog-thumb .tag {
   position: absolute;
   top: 20px;
   left: 20px;
}

.single-blog .blog-thumb .tag a {
   font-weight: 600;
   font-size: 15px;
   display: inline-block;
   text-align: center;
   color: #0F1012;
   background-color: #006E63;
   padding: 5px 15px;
   border-radius: 30px;
   transition: all 0.5s ease-out 0s;
}

.single-blog .blog-inner {
   padding: 20px;
   background: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
   border-radius: 0px 0px 10px 10px;
}

.single-blog .blog-inner h4 {
   margin-top: 15px;
   margin-bottom: 5px;
}

.single-blog .blog-inner h4 a {
   font-weight: 600;
   font-size: 22px;
   display: inline-block;
   text-transform: capitalize;
   color: #484B47;
   transition: all 0.5s ease-out 0s;
}

.single-blog .blog-inner .author-date {
   display: flex;
   justify-content: space-between;
}

.single-blog .blog-inner .author-date a {
   font-weight: 500;
   font-size: 17px;
   text-transform: capitalize;
   color: #5F6062;
   display: inline-block;
}

@media (max-width: 767px) {
   .single-blog .blog-inner .author-date a.cmnt {
      display: none;
   }
}

.single-blog:hover .blog-thumb a img {
   transform: scale(1.1) skewY(5deg);
}

.single-blog:hover .blog-thumb .tag a {
   background-color: #fff;
   color: #006E63;
}

.single-blog:hover .blog-inner h4 a {
   color: #006E63;
}

/*===========================
     13.Subscribe css
===========================*/
.subscribe-newsletter {
   position: relative;
   z-index: 1;
}

@media (max-width: 767px) {
   .subscribe-newsletter {
      margin-top: 80px;
   }
}

.news-letter-content {
   position: relative;
   padding: 60px 80px;
   border-radius: 10px;
   background-color: #1A191D;
   background-image: url(../img/subscribe-bg.png);
   background-size: cover;
   background-position: center center;
}

@media (max-width: 767px) {
   .news-letter-content {
      padding: 30px 20px;
   }
}

.subscribe-cnt span {
   font-weight: 600;
   font-size: 20px;
   display: block;
   text-transform: capitalize;
   color: #006E63;
}

.subscribe-cnt h3 {
   font-weight: 700;
   font-size: 45px;
   text-transform: uppercase;
   color: #E4E4E4;
   margin-bottom: 5px;
}

@media (max-width: 767px) {
   .subscribe-cnt h3 {
      font-size: 30px;
   }
}

.subscribe-cnt strong {
   -webkit-text-stroke: 1px #5F5F5F;
   -webkit-text-fill-color: transparent;
   font-size: 45px;
   text-transform: uppercase;
   font-weight: 700;
}

@media (max-width: 767px) {
   .subscribe-cnt strong {
      font-size: 30px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .subscribe-form {
      margin-top: 15px;
   }
}

.subscribe-form form {
   position: relative;
}

.subscribe-form form input {
   height: 60px;
   width: 100%;
   background-color: #0F0F11;
   border-radius: 10px;
   border: none;
   padding: 0 20px;
   color: #E4E4E4;
}

.subscribe-form form input[type="email"] {
   padding-right: 160px;
}

@media (max-width: 767px) {
   .subscribe-form form input[type="email"] {
      padding: 0 10px;
   }
}

.subscribe-form form input[type="submit"] {
   max-width: 140px;
   background-color: #006E63;
   border-radius: 10px;
   position: absolute;
   right: 5px;
   height: 50px;
   top: 5px;
   color: #000;
   font-size: 16px;
   font-weight: 600;
   text-transform: uppercase;
   transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
   .subscribe-form form input[type="submit"] {
      position: static;
      margin-top: 15px;
   }
}

.subscribe-form form input[type="submit"]:hover {
   color: #006E63;
   background-color: #fff;
}

/*===========================
     14.Footer css 
===========================*/
footer {
   position: relative;
   padding-top: 100px;
   background-color: #303432;
}

.footer-widget p.footer-desc {
   line-height: 1.4;
   font-size: 17px;
   color: #EDEDED;
}

footer.error {
   padding-top: 0;
   margin-top: 0;
}

/* .footer-top {
  padding-top: 100px;
} */

@media (max-width: 767px) {
   .footer-top {
      padding-top: 0;
   }

   footer {
      padding-top: 70px;
   }
}

@media (max-width: 767px) {
   .footer-widget {
      margin-bottom: 50px;
   }
}

.partners {
   padding-top: 100px;
   background-color: white;
   border-top: 1px solid #E4E4E4;

}

.partners-title {
   color: #484B47;
   font-size: 36px;
   font-family: "Mic32New-Bold", sans-serif;
   text-align: center;
   margin-bottom: 100px;
}

@media (max-width: 767px) {
   .partners-title {
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 23px;
   }
}

.partners-logo {
   display: flex;
   flex-wrap: wrap;
}

.partner-slider {
   display: none;
}

@media (max-width: 767px) {
   .partners-logo {
      display: none;
   }

   .partner-slider {
      display: block;
      margin-bottom: 0;
      margin-left: -100px;
      width: calc(100% + 200px);

   }

   .partner-slider .swiper-wrapper {
      align-items: center;
   }
}

.partners-logo a {
   flex: 1 1 16.6%;
   margin-bottom: 100px;
   display: flex;
   align-items: end;
}


.row-logo {
   margin-bottom: 50px;
}

.footer-widget .footer-logo {
   margin-bottom: 30px;
}

.footer-widget .footer-logo a img {
   width: auto;
}


@media (max-width: 767px) {
   .footer-widget .footer-logo a img {
      max-width: 149px;
   }

   .row-logo {
      margin-bottom: 0;
   }
}


.footer-widget h4 {
   font-weight: 700;
   font-size: 25px;
   color: #E4E4E4;
   margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .footer-widget h4 {
      font-size: 24px;
   }
}

.footer-widget p {
   font-weight: 300;
   font-size: 16px;
   color: #E4E4E4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .footer-widget p {
      font-size: 14px;
   }
}

.social-media-icons {
   list-style: none;
   margin-top: 30px;
}

.social-media-icons li {
   display: inline-block;
   padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .social-media-icons li {
      padding-right: 25px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .social-media-icons li {
      padding-right: 15px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .social-media-icons li {
      padding-right: 5px;
   }
}

.social-media-icons li a {
   display: inline-block;
   box-sizing: border-box;
   border-radius: 10px;
   height: 35px;
   width: 35px;
   line-height: 35px;
   text-align: center;
   color: #E4E4E4;
   background: #0F1012;
   transition: all 0.8s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .social-media-icons li a {
      height: 30px;
      width: 30px;
      line-height: 30px;
   }
}

.social-media-icons li a:hover {
   color: #0F1012;
   background-color: #006E63;
   transform: rotate(360deg);
}

.footer-menu {
   list-style: none;
}

.footer-menu li {
   display: block;
   padding-bottom: 15px;
}

.footer-menu li:last-child {
   padding-bottom: 0;
}

.footer-menu li a {
   position: relative;
   font-weight: 500;
   font-size: 16px;
   color: #E4E4E4;
   display: inline-block;
   transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .footer-menu li a {
      font-size: 15px;
   }
}

.footer-menu li a:before {
   position: absolute;
   content: "";
   top: 50%;
   transform: translateY(-50%);
   left: -20px;
   height: 10px;
   width: 10px;
   background-color: #006E63;
   border-radius: 50%;
   visibility: hidden;
   opacity: 0;
   transition: all 0.5s ease-out 0s;
}

.footer-menu li a:hover {
   color: #006E63;
   padding-left: 15px;
}

.footer-menu li a:hover:before {
   left: 0;
   visibility: visible;
   opacity: 1;
}

.number,
.office-mail,
.address {
   display: flex;
   width: 100%;
   align-items: flex-start;
   margin-bottom: 20px;
}

.number p,
.office-mail p,
.address p {
   font-family: "Mic32New-Light", sans-serif;
   font-size: 15px;
   letter-spacing: 0.03em;
   color: #EDEDED;
   margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

   .number p,
   .office-mail p,
   .address p {
      font-size: 14px;
   }
}

.phone a,
.email a {
   font-family: "Mic32New-Light", sans-serif;
   font-size: 15px;
   letter-spacing: 0.03em;
   color: #EDEDED;
   display: block;
   padding-bottom: 5px;
   transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

   .phone a,
   .email a {
      font-size: 13px;
   }
}

.phone a:hover,
.email a:hover {
   color: #006E63;
}

.num-icon,
.mail-icon,
.address-icon {
   min-width: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

   .num-icon,
   .mail-icon,
   .address-icon {
      min-width: 30px;
   }
}

.num-icon i,
.mail-icon i,
.address-icon i {
   color: #006E63;
   font-size: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

   .num-icon i,
   .mail-icon i,
   .address-icon i {
      font-size: 20px;
   }
}

.footer-bottom {
   margin-top: 60px;
   padding: 30px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
   .footer-bottom {
      margin-top: 30px !important;
   }
}

@media (max-width: 767px) {
   .footer-bottom .copy-txt {
      text-align: center;
   }
}

.footer-bottom .copy-txt span {
   font-size: 14px;
   font-family: "Mic32New-Light", sans-serif;
   color: #E4E4E4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .footer-bottom .copy-txt span {
      font-size: 13px;
   }
}

@media (max-width: 767px) {
   .footer-bottom .copy-txt span {
      font-size: 13px;
   }

}

.footer-bottom .copy-txt span a {
   font-weight: 700;
   color: #E4E4E4;
   transition: all 0.5s ease-out 0s;
}

.footer-bottom .copy-txt span a:hover {
   color: #006E63;
}

.footer-bottom .footer-bottom-menu {
   list-style: none;
   text-align: right;
}

@media (max-width: 767px) {
   .footer-bottom .footer-bottom-menu {
      margin-top: 30px;
      text-align: center;
   }

   .footer-bottom .copy-txt span a:last-child {
      display: block
   }
}

.footer-bottom .footer-bottom-menu li {
   display: inline-block;
}

.footer-bottom .footer-bottom-menu li a {
   position: relative;
   font-size: 14px;
   text-align: right;
   letter-spacing: 0.01em;
   color: #E4E4E4;
   padding: 0 20px;
   line-height: 1;
   transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
   .footer-bottom .footer-bottom-menu li a {
      padding: 0;
      padding-right: 10px;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .footer-bottom .footer-bottom-menu li a {
      padding: 0 20px;
   }
}

.footer-bottom .footer-bottom-menu li a:before {
   border-right: 1px solid #fff;
   position: absolute;
   content: "";
   height: 60%;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}

@media (max-width: 767px) {
   .footer-bottom .footer-bottom-menu li a:before {
      display: none;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .footer-bottom .footer-bottom-menu li a:before {
      display: block;
   }
}

.footer-bottom .footer-bottom-menu li a:hover {
   color: #006E63;
}

.footer-bottom .footer-bottom-menu li:last-child a:before {
   display: none;
}

/*===========================
     15.Home two css 
===========================*/
.creasoft-wrap.layout2 {
   background-image: url(../img/black-concrete-textured.png);
   background-repeat: repeat;
   background-color: #000000;
}

.services-area.layout2 .swiper-button-next::after,
.services-area.layout2 .swiper-button-prev::after {
   background-color: #2A2A2A;
   color: #E4E4E4;
}

.single-service.layout2 {
   position: relative;
   background-color: #0D0D0E;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
}

.single-service.layout2:hover {
   background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
   backdrop-filter: blur(42px);
   border-radius: 10px;
}

.single-service.layout2 h4 {
   color: #E4E4E4;
}

.single-service.layout2 p {
   color: #E4E4E4;
}

.single-service.layout2 .read-btn a {
   color: #E4E4E4;
}

.single-service.layout2 span {
   -webkit-text-stroke: 1px #006E63;
}

.about-left.layout2 h3 {
   color: #E4E4E4;
}

.about-left.layout2 p {
   color: #E4E4E4;
}

.company-since.layout2 {
   background: #0D0D0F;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 20px;
}

.company-since.layout2 h4 {
   color: #E4E4E4;
}

.company-since.layout2 strong {
   color: #E4E4E4;
}

.about-right.layout2 .banner-2 {
   border-left: 10px solid #000;
   border-top: 10px solid #000;
}

@media (max-width: 767px) {
   .about-right.layout2 .banner-2 {
      border: none;
   }
}

.isotope-menu.layout2 li.active {
   position: relative;
   color: #fff;
   background-color: #0D0D0F;
}

.isotope-menu.layout2 li.active:before {
   position: absolute;
   content: "";
   left: -1px;
   top: -1px;
   right: -1px;
   bottom: -.5px;
   background-color: #006E63;
   z-index: -1;
   transform: skew(1deg, 1deg);
   border-radius: 12px;
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active {
   position: relative;
   background-color: #191A1C;
   color: #fff;
}

.price-table-tab.layout2 .nav.nav-pills .nav-item .nav-link.active:before {
   position: absolute;
   content: "";
   left: -1px;
   top: -.5px;
   right: -1px;
   bottom: -.5px;
   background-color: #006E63;
   z-index: -1;
   transform: skew(1deg, 1deg);
   border-radius: 12px;
}

.nav.nav-pills .nav-item .nav-link.active {
   position: relative;
   background-color: #006E63;
   color: #fff;
}

.price-box.layout2 {
   background-color: #0D0D0F;
   box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
   border-radius: 10px;
}

.price-box.layout2 h3,
.price-box.layout2 span,
.price-box.layout2 strong {
   color: #fff;
}

.price-box.layout2 .item-list li {
   color: #fff;
}

.price-box.layout2:hover {
   background-color: #191A1C;
}

.single-team.layout2 .team-inner {
   background-color: #191A1C;
}

.single-team.layout2 .team-inner h4 {
   color: #E4E4E4;
}

.single-team.layout2 .team-inner span {
   color: #5F6062;
}

.single-blog.layout2 .blog-inner {
   background: transparent;
   transition: all 0.5s ease-out 0s;
}

.single-blog.layout2 .blog-inner .author-date a {
   color: #5F6062;
}

.single-blog.layout2 .blog-inner h4 a {
   color: #E4E4E4;
}

.single-blog.layout2:hover .blog-inner {
   background: linear-gradient(357.81deg, rgba(39, 39, 46, 0.6445) 1.75%, rgba(74, 75, 86, 0.0072) 98.16%);
   border-radius: 0px 0px 10px 10px;
}

/*===========================
     16.Contact page css 
===========================*/

.contact-area {
   padding-top: 110px;
}

.contact-area img {
   border-radius: 40px 10px 10px 10px;
}

@media (max-width: 767px) {
   .contact-area {
      margin: 80px 0;
   }
}

@media (max-width: 767px) {
   .contact-left {
      margin-bottom: 50px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .contact-left .sec-title h2 {
      font-size: 30px;
   }
}

.social-follow {
   list-style: none;
}

.social-follow li {
   display: inline-block;
}

.social-follow li a {
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   display: inline-block;
   color: #fff;
   background-color: #484B47;
   font-size: 14px;
   border-radius: 10px;
   margin-right: 15px;
   transition: all 0.5s ease-out 0s;
}

.social-follow li a:hover {
   background-color: #006E63;
}

.informations {
   margin-top: 50px;
}

.single-info {
   display: flex;
   width: 100%;
   margin-bottom: 30px;
}

.single-info:last-child {
   margin-bottom: 0;
}

.single-info .icon {
   min-width: 40px;
   padding-top: 30px;
}

.single-info .icon i {
   height: 80px;
   width: 80px;
   line-height: 80px;
   font-size: 30px;
   text-align: center;
   background-color: rgba(23, 22, 26, 0.1);
   border-radius: 50%;
   transition: all 0.5s ease-out 0s;
}

.single-info:hover .icon i {
   color: #006E63;
   background-color: rgba(117, 218, 180, 0.1);
}

.info h3 {
   font-family: "Mic32New-Light";
   font-size: 20px;
   font-weight: 400;
   color: #006E63;
   margin-bottom: 10px;
}

.info p {
   font-family: "Mic32New-Light";
   font-size: 16px;
   font-weight: 400;
   color: #484B47;
}

.info a {
   font-family: "Mic32New-Light";
   font-size: 16px;
   font-weight: 400;
   color: #484B47;
   display: block;
   transition: all 0.5s ease-out 0s;
}

.info a:hover {
   color: #006E63;
}

.mapouter .gmap_canvas iframe {
   height: 620px;
   width: 100%;
}

@media (max-width: 767px) {
   .mapouter .gmap_canvas iframe {
      height: 320px;
   }
}

.getin-touch {
   margin-top: 120px;
}

@media (max-width: 767px) {
   .getin-touch {
      margin-top: 80px;
   }
}

.getin-touch .contact-form h3 {
   font-weight: 700;
   font-size: 30px;
   text-transform: uppercase;
   color: #484B47;
   margin-bottom: 50px;
}

@media (max-width: 767px) {
   .getin-touch .contact-form h3 {
      font-size: 24px;
   }
}

.getin-touch .contact-form form input,
.getin-touch .contact-form form textarea {
   background-color: #FFFFFF;
   border: 1px solid #E9E9E9;
   box-sizing: border-box;
   height: 60px;
   width: 100%;
   padding: 0 15px;
   margin-bottom: 30px;
}

.getin-touch .contact-form form input[type="submit"],
.getin-touch .contact-form form textarea[type="submit"] {
   background-color: #484B47;
   border-radius: 30px;
   max-width: 180px;
   font-weight: 600;
   font-size: 16px;
   text-align: center;
   color: #FFFFFF;
   border: none;
   border: none;
   margin: 0;
}

.getin-touch .contact-form form textarea {
   height: 150px;
   padding: 15px;
   resize: none;
}

@media (max-width: 767px) {
   .getin-touch .call-banner {
      display: none;
   }
}

.getin-touch .call-banner img {
   width: 100%;
}

/*===========================
     17.Error page css 
===========================*/
.back-to-home {
   background-size: cover;
   background-position: top left;
}

@media (max-width: 767px) {
   .back-to-home {
      padding: 80px 0;
   }
}

.error-wrapper {
   text-align: center;
   padding-top: 50px;
}

.error-wrapper img {
   max-width: 500px;
   margin-bottom: 50px;
}

@media (max-width: 767px) {
   .error-wrapper img {
      max-width: 100%;
   }
}

.error-wrapper h3 {
   font-weight: 700;
   font-size: 34px;
   text-align: center;
   text-transform: uppercase;
   color: #272727;
   margin-bottom: 20px;
   margin-top: 50px
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 768px) and (max-width: 991px) {
   .error-wrapper h3 {
      font-size: 40px;
   }
}

@media (max-width: 767px) {
   .error-wrapper h3 {
      font-size: 30px;
   }
}

.error-wrapper p {
   font-weight: 400;
   font-size: 15px;
   text-align: center;
   color: #272727;
   max-width: 675px;
   margin: 0 auto;
}

.error-wrapper .home-btn {
   margin-top: 25px;
}

.error-wrapper .home-btn a {
   display: inline-block;
   background-color: #006E63;
   border-radius: 30px;
   font-weight: 600;
   font-size: 16px;
   color: #272727;
   text-align: center;
   text-transform: uppercase;
   min-width: 180px;
   padding: 15px 30px;
   border: 2px solid #006E63;
   transition: all 0.5s ease-out 0s;
}

.error-wrapper .home-btn a:hover {
   border: 2px solid #006E63;
   background-color: transparent;
}

.error-wrapper .home-btn a i {
   margin-right: 5px;
}

/*===========================
     18.FAQ page css 
===========================*/
@media (max-width: 767px) {
   .faqs-area {
      margin-top: 80px;
   }
}

.sidebar-tab {
   background-color: #FFFFFF;
   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
   padding: 40px;
   margin-top: 40px;
}

.sidebar-tab:first-child {
   margin: 0;
}

.tabs a {
   display: block;
   text-align: center;
   font-weight: 600;
   font-size: 30px;
   color: #484B47;
}

.tab-link.active {
   color: #006E63;
}

.questions-form h4 {
   font-weight: 600;
   font-size: 30px;
   text-align: center;
   color: #484B47;
   margin-bottom: 30px;
}

.questions-form form input,
.questions-form form textarea {
   width: 100%;
   height: 50px;
   background-color: #F0F0F0;
   border: navajowhite;
   margin-bottom: 20px;
   padding: 0 10px;
   font-size: 14px;
   color: #272727;
}

.questions-form form input[type="submit"],
.questions-form form textarea[type="submit"] {
   background-color: #006E63;
   max-width: 160px;
   font-size: 18px;
   color: #ffffff;
   font-weight: 600;
   text-transform: capitalize;
   margin-bottom: 0;
   margin-top: 20px;
   border: 2px solid #006E63;
   transition: all 0.5s ease-out 0s;
}

.questions-form form input[type="submit"]:hover,
.questions-form form textarea[type="submit"]:hover {
   color: #000;
   background-color: transparent;
   border: 2px solid #006E63;
}

.questions-form form textarea {
   height: 145px;
   resize: none;
   padding: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .faqs-tabs {
      margin-top: 50px;
   }
}

.faqs {
   margin-bottom: 80px;
}

.faqs h4 {
   position: relative;
   display: block;
   font-weight: 600;
   font-size: 25px;
   color: #484B47;
   margin-bottom: 50px;
}

.faqs h4:before {
   position: absolute;
   content: "";
   left: 0;
   bottom: -10px;
   width: 170px;
   border: 1px solid #EEEEEE;
}

.faqs:last-child {
   margin: 0;
}

.accordion {
   display: none;
}


.accordion-item {
   background: #FFFFFF;
   border: 1px solid #E4E4E4;
   border-radius: 30px;
   margin-bottom: 15px
}


.accordion-item:last-of-type,
.accordion-item:first-of-type {
   border-bottom-right-radius: 30px;
   border-bottom-left-radius: 30px;
   border-top-right-radius: 30px;
   border-top-left-radius: 30px;
}

.accordion-button {
   background: none;
   border: none;
   font-size: 18px;
   line-height: 1;
   font-family: 'Mic32New-Bold';
   color: #006E63;
   padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
   color: #006E63;
   background-color: transparent;
   box-shadow: none;
}

.accordion-button:focus {
   box-shadow: none;
   border: none;
}

.accordion-button::after {
   flex-shrink: 0;
   width: 1.25rem;
   height: 1.25rem;
   margin-left: auto;
   content: "\F64D";
   font-family: "bootstrap-icons";
   background: transparent;
   transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
   color: #006E63;
   content: "\F63B";
   font-family: "bootstrap-icons";
   background: transparent;
}

.accordion-body {
   margin: 0 25px;
   padding: 15px 0;
   border-bottom: 1px solid #E4E4E4;
}

.accordion-body:first-child {
   padding: 5px 0 15px 0;
}

.accordion-body:last-child {
   border-bottom: 0;
}

@media (max-width: 767px) {

   .accordion {
      display: block;
   }
}

/*===========================
     19.Service page css 
===========================*/
@media (max-width: 767px) {
   .services-grid {
      margin: 80px 0;
   }
}

@media (max-width: 767px) {
   .service-details {
      margin: 80px 0;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .service-details-content {
      margin-bottom: 50px;
   }
}

.service-details-content>img {
   width: 100%;
}

.service-details-content h3 {
   font-weight: 600;
   font-size: 35px;
   color: #484B47;
   margin-top: 40px;
   margin-bottom: 30px;
}

@media (max-width: 767px) {
   .service-details-content h3 {
      font-size: 24px;
   }
}

.service-details-content h3 i {
   margin-right: 10px;
}

.service-details-content p {
   font-size: 15px;
   color: #272727;
   margin-bottom: 30px;
}

.service-details-content p:last-child {
   margin: 0;
}

.sidebar-widget {
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   padding: 35px 20px;
   margin-bottom: 40px;
}

.sidebar-widget:last-child {
   margin-bottom: 0;
}

.sidebar-widget h4 {
   font-weight: 700;
   font-size: 22px;
   display: inline-block;
   text-transform: uppercase;
   color: #484B47;
   margin-bottom: 20px;
   border-bottom: 2px solid #eee;
   padding-bottom: 10px;
}

.category {
   list-style: none;
}

.category li {
   margin-bottom: 15px;
}

.category li:last-child {
   margin: 0;
}

.category li a {
   font-weight: 500;
   font-size: 16px;
   color: #272727;
   position: relative;
   display: block;
   transition: all 0.5s ease-out 0s;
}

.category li a i {
   position: absolute;
   right: 0;
}

.category li a:hover {
   color: #006E63;
}

.sidebar-banner {
   position: relative;
}

.sidebar-banner:before {
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   background-color: #484B47;
   opacity: 0.8;
   content: "";
}

.sidebar-banner img {
   width: 100%;
}

.banner-inner {
   position: absolute;
   left: 5%;
   top: 5%;
   width: 90%;
   height: 90%;
   padding: 100px 20px;
   background-color: #484B47;
   border-radius: 10px;
   background-image: url(../img/widget-content-bg.png);
   background-size: cover;
   background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .banner-inner {
      padding: 50px 20px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .banner-inner {
      padding: 20px;
   }
}

@media (max-width: 767px) {
   .banner-inner {
      padding: 60px 20px;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .banner-inner {
      padding: 100px 20px;
   }
}

.banner-inner h3 {
   font-weight: 700;
   font-size: 41px;
   text-align: center;
   text-transform: uppercase;
   color: #FFFFFF;
   margin-bottom: 0;
}

@media (max-width: 767px) {
   .banner-inner h3 {
      font-size: 34px;
   }
}

.banner-inner h3 img.angle {
   position: relative;
   top: -10px;
   width: auto;
}

.banner-inner h3 span {
   color: #006E63;
   display: block;
}

.banner-inner a {
   position: absolute;
   bottom: 100px;
   left: 50%;
   font-weight: 700;
   font-size: 30px;
   display: block;
   color: #FFFFFF;
   width: 100%;
   text-align: center;
   transform: translateX(-50%);
}

.service-details-item {
   margin-bottom: 200px;
}

.service-details-item:first-child {
   margin-top: 100px;
}

@media (max-width: 767px) {
   .service-details-item {
      margin-bottom: 50px;
   }
}



@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .banner-inner a {
      bottom: 50px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .banner-inner a {
      bottom: 20px;
   }
}

@media (max-width: 767px) {
   .banner-inner a {
      bottom: 60px;
   }

   .mobile-reverse {
      flex-direction: column-reverse;
   }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
   .banner-inner a {
      bottom: 100px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .service-items {
      margin-top: 80px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .service-items {
      margin-top: 50px;
   }
}

@media (max-width: 767px) {
   .service-items {
      margin-top: 10px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .service-items .service-details-item {
      margin-top: 80px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .service-items .service-details-item .or-2 {
      order: 2;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .single-details {
      margin-bottom: 35px;
   }

   .empresas .single-details {
      margin-top: 0;
   }

   .sustentabilidade .single-details {
      margin-top: 0;
   }


}

.single-details {
   margin-top: 100px;
}



@media (max-width: 767px) {
   .single-details {
      margin-top: 0;
   }
}

.single-details h4 {
   font-weight: 600;
   font-size: 30px;
   color: #484B47;
   margin: 20px 0;
}

.single-details h4 span {
   font-weight: 700;
   font-size: 80px;
   opacity: 0.1;
   -webkit-text-stroke: 3px #484B47;
   -webkit-text-fill-color: transparent;
   margin-right: 10px;
   line-height: 1;
   display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
   .single-details h4 span {
      font-size: 60px;
   }
}

.single-details p {
   font-size: 16px;
   color: #272727;
   margin-bottom: 40px;
}

/* .single-details-thumb{
  margin-top: 40px
} */

.single-details-thumb img {
   width: 100%;
}

/*===========================
     20.Project page css 
===========================*/
@media (max-width: 767px) {
   .project-details {
      margin-top: 80px;
   }

   .single-details p {
      margin-bottom: 0;
   }
}

.project-thumb {
   position: relative;
}

.project-thumb img {
   width: 100%;
}

.project-thumb .tag {
   position: absolute;
   bottom: 0;
}

.project-thumb .tag a {
   background-color: #006E63;
   font-weight: 500;
   font-size: 18px;
   display: inline-block;
   text-align: center;
   text-transform: capitalize;
   color: #272727;
   padding: 8px 20px;
   min-width: 140px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .project-details-content {
      margin-bottom: 40px;
   }
}

.project-details-content h3 {
   font-weight: 600;
   font-size: 35px;
   text-transform: capitalize;
   color: #484B47;
   margin: 30px 0 20px;
}

@media (max-width: 767px) {
   .project-details-content h3 {
      font-size: 30px;
   }
}

.project-details-content h3 p {
   text-align: justify;
   font-size: 15px;
}

.project-details-content .clinet-need {
   margin-top: 20px;
}

.project-details-content .clinet-need h4 {
   font-weight: 600;
   font-size: 30px;
   text-transform: capitalize;
   color: #484B47;
}

.project-details-content .clinet-need p {
   font-size: 15px;
   margin-bottom: 15px;
}

.project-details-content .clinet-need p:last-child {
   margin: 0;
}

.swiper.work-process-slide .arrow {
   position: absolute;
   right: 0;
   top: 50%;
   left: auto;
   transform: translateY(-50%) rotate(90deg);
   z-index: 1;
}

@media (max-width: 767px) {
   .swiper.work-process-slide .arrow {
      display: none;
   }
}

.swiper.work-process-slide .arrow .swiper-button-next-c,
.swiper.work-process-slide .arrow .swiper-button-prev-c {
   border: 1px solid #D3D3D3;
   box-sizing: border-box;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
   color: #006E63;
   font-size: 18px;
   transition: all 0.5s ease-out 0s;
   overflow: hidden;
}

.swiper.work-process-slide .arrow .swiper-button-next-c:hover,
.swiper.work-process-slide .arrow .swiper-button-prev-c:hover {
   color: #fff;
   background-color: #006E63;
}

.swiper.work-process-slide .arrow .swiper-button-prev-c {
   position: absolute;
   right: 70px;
   top: 0;
   left: auto;
}

.working-process {
   margin-top: 20px;
}

.working-process h4 {
   font-weight: 600;
   font-size: 30px;
   text-transform: capitalize;
   color: #484B47;
   margin-bottom: 30px;
}

.working-process p {
   font-size: 15px;
   text-align: justify;
   margin-top: 30px;
}

.work-thumb {
   position: relative;
}

.work-thumb img {
   width: 85%;
}

@media (max-width: 767px) {
   .work-thumb img {
      width: 100%;
   }
}

.label {
   position: absolute;
   top: 0;
}

.label span {
   font-weight: 600;
   font-size: 22px;
   text-align: center;
   text-transform: capitalize;
   color: #FFFFFF;
   background-color: #484B47;
   padding: 5px 20px;
   display: inline-block;
}

.check-lunch h4 {
   font-weight: 600;
   font-size: 30px;
   text-transform: capitalize;
   color: #484B47;
   margin: 25px 0 20px;
}

.check-lunch p {
   text-align: justify;
   font-size: 15px;
}

.check {
   list-style: none;
}

@media (max-width: 767px) {
   .check {
      margin-bottom: 20px;
   }
}

.check li {
   margin-bottom: 15px;
   font-weight: 500;
   font-size: 18px;
   display: block;
   color: #484B47;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
   .check li {
      font-size: 15px;
   }
}

.check li:last-child {
   margin: 0;
}

.check li i {
   margin-right: 10px;
}

.project-slider {
   position: relative;
   margin-top: 100px;
}

@media (max-width: 767px) {
   .project-slider {
      margin-top: 80px;
   }
}

.project-slider h4 {
   font-weight: 600;
   font-size: 35px;
   text-transform: capitalize;
   color: #484B47;
   margin-bottom: 50px;
}

@media (max-width: 767px) {
   .project-slider h4 {
      font-size: 30px;
   }
}

.project-slider .arrow {
   position: absolute;
   right: 0;
   top: 0;
   left: auto;
}

@media (max-width: 767px) {
   .project-slider .arrow {
      display: none;
   }
}

.project-slider .arrow .swiper-button-next-c,
.project-slider .arrow .swiper-button-prev-c {
   border: 1px solid #D3D3D3;
   box-sizing: border-box;
   border-radius: 50%;
   height: 40px;
   width: 40px;
   text-align: center;
   line-height: 40px;
   color: #006E63;
   font-size: 18px;
   transition: all 0.5s ease-out 0s;
   overflow: hidden;
}

.project-slider .arrow .swiper-button-next-c:hover,
.project-slider .arrow .swiper-button-prev-c:hover {
   color: #fff;
   background-color: #006E63;
}

.project-slider .arrow .swiper-button-prev-c {
   position: absolute;
   right: 70px;
   top: 0;
   left: auto;
}

.client-box {
   margin-bottom: 20px;
}

.client-box:last-child {
   margin: 0;
}

.client-box span {
   position: relative;
   font-size: 15px;
   display: inline-block;
   color: #272727;
   margin-bottom: 5px;
   padding-left: 25px;
}

.client-box span:after {
   position: absolute;
   content: "";
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   height: 16px;
   width: 16px;
   background-color: #006E63;
   border-radius: 50%;
}

.client-box span:before {
   position: absolute;
   content: "";
   left: 3px;
   top: 50%;
   transform: translateY(-50%);
   height: 10px;
   width: 10px;
   border: 1px solid rgba(255, 255, 255, 0.4);
   border-radius: 50%;
   z-index: 1;
}

.client-box h5 {
   font-weight: 600;
   font-size: 20px;
   color: #484B47;
   margin: 0;
}

.contact-info h3 {
   font-weight: 600;
   font-size: 35px;
   color: #484B47;
   margin-bottom: 20px;
}

@media (max-width: 767px) {
   .contact-info h3 {
      font-size: 30px;
   }
}

.contact-info p {
   font-size: 15px;
}

.cmpy-info {
   display: flex;
   width: 100%;
   align-items: center;
   margin-top: 30px;
}

.cmpy-info .icon {
   min-width: 60px;
}

.cmpy-info .icon i {
   height: 45px;
   width: 45px;
   line-height: 45px;
   font-size: 20px;
   text-align: center;
   background-color: rgba(23, 22, 26, 0.1);
   border-radius: 50%;
   transition: all 0.5s ease-out 0s;
}

.cmpy-info .cnt h5 {
   font-size: 20px;
   font-weight: 600;
   color: #484B47;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.cmpy-info .cnt p {
   font-size: 14px;
   font-weight: 500;
   color: #272727;
}

.cmpy-info .cnt a {
   font-size: 14px;
   font-weight: 500;
   color: #272727;
   display: block;
   transition: all 0.5s ease-out 0s;
}

.cmpy-info .cnt a:hover {
   color: #006E63;
}

.cmpy-info:hover .icon i {
   color: #006E63;
   background-color: rgba(117, 218, 180, 0.1);
}

/*===========================
     21.About page css 
===========================*/
@media (max-width: 767px) {
   .why-choose {
      margin: 80px 0;
   }
}

.why-choose-left {
   display: flex;
   width: 100%;
   align-items: start;
   position: relative;
}

@media (max-width: 767px) {
   .why-choose-right .sec-title.layout2 {
      margin-bottom: 30px;
   }
}

.choose-banner1 {
   min-width: 49%;
   margin-right: 5px;
}

.choose-banner1 img {
   width: 100%;
   border-radius: 5px;
}

.choose-banner2 {
   margin-top: 70px;
   min-width: 49%;
   margin-left: 5px;
}

.choose-banner2 img {
   width: 100%;
   border-radius: 5px;
}

.choose-banner2 img:first-child {
   margin-bottom: 10px;
}

.years {
   background-color: #484B47;
   border-radius: 5px;
   position: absolute;
   top: 0;
   right: 0;
   text-align: center;
   padding: 20px;
}

.years h5 {
   font-weight: 700;
   font-size: 28px;
   text-align: center;
   color: #006E63;
   margin-bottom: 5px;
}

.years span {
   font-weight: 500;
   font-size: 18px;
   text-transform: uppercase;
   color: #FFFFFF;
}

.counter-boxes {
   margin-bottom: 40px;
   display: flex;
   width: 100%;
   align-items: center;
   justify-content: space-between;
}

@media (max-width: 767px) {
   .counter-boxes {
      align-items: flex-start;
   }
}

.counter-boxes .count-box {
   min-width: 33.33%;
   margin-right: 10px;
}

.counter-boxes .count-box:last-child {
   margin-right: 0;
}

@media (max-width: 767px) {
   .counter-boxes .count-box {
      margin-right: 0;
   }
}

.counter-boxes .count-box span {
   font-weight: 700;
   font-size: 35px;
   color: #006E63;
   display: inline-block;
   margin-bottom: 5px;
}

.counter-boxes .count-box sup {
   top: -10px;
   font-weight: 700;
   font-size: 35px;
   color: #006E63;
   display: inline-block;
   margin-bottom: 5px;
}

.counter-boxes .count-box h5 {
   font-weight: 500;
   font-size: 18px;
   color: #272727;
   margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .counter-boxes .count-box h5 {
      font-size: 17px;
   }
}

.buttons-group {
   margin-top: 40px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

@media (max-width: 767px) {
   .buttons-group {
      display: block;
      text-align: center;
   }
}

.buttons-group span {
   background-color: #006E63;
   border: 1px solid #006E63;
   box-sizing: border-box;
   border-radius: 5px;
   font-weight: 600;
   font-size: 15px;
   display: inline-block;
   text-align: center;
   color: #0F1012;
   padding: 12px 30px;
   transition: all 0.5s ease-out 0s;
}

@media (max-width: 767px) {
   .buttons-group span {
      margin-top: 15px;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .buttons-group span {
      padding: 15px;
   }
}

.buttons-group span:hover {
   color: #006E63;
   border: 1px solid #006E63;
   background-color: transparent;
}

@media (max-width: 767px) {
   .history-area {
      margin: 80px 0;
   }
}

.single-history {
   position: relative;
   display: flex;
   width: 100%;
   margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .single-history {
      display: block;
   }
}

@media (max-width: 767px) {
   .single-history {
      margin-bottom: 40px;
   }
}

.single-history:before {
   position: absolute;
   left: 50%;
   top: 0;
   height: 100%;
   width: 5px;
   background-color: #272727;
   content: "";
   border-radius: 10px;
   transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .single-history:before {
      display: none;
   }
}

.single-history:last-child {
   margin-bottom: 0;
}

.history {
   position: relative;
   min-width: 50%;
}

.history:first-child {
   padding-right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .history:first-child {
      padding-right: 40px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history:first-child {
      padding: 0;
   }
}

.history:first-child .circle {
   position: absolute;
   right: -7px;
   transform: rotate(180deg);
   bottom: 60px;
}

.history:first-child .history-cnt-inner {
   margin-right: 60px;
   margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history:first-child .history-cnt-inner {
      margin-right: 0;
      margin-bottom: 20px;
   }
}

.history:first-child .history-cnt-inner span {
   position: absolute;
   right: -105px;
   left: auto;
   top: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history:first-child .history-cnt-inner span {
      position: static;
   }
}

.history:last-child {
   padding-left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
   .history:last-child {
      padding-left: 40px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history:last-child {
      padding: 0;
   }
}

.history:last-child .circle {
   position: absolute;
   left: -7px;
   top: 60px;
}

.history:last-child .history-cnt-inner {
   margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history:last-child .history-cnt-inner {
      margin-left: 0;
   }
}

.history .history-thumb {
   position: relative;
   z-index: 1;
}

.history .history-thumb img {
   width: 100%;
}

.circle {
   position: relative;
   height: 14px;
   width: 14px;
   background: #006E63;
   border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .circle {
      display: none;
   }
}

.circle:before {
   position: absolute;
   content: "";
   left: -3px;
   top: -3px;
   height: 20px;
   width: 20px;
   border: 1px solid #006E63;
   border-radius: 50%;
   animation-name: rotateme;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.circle:after {
   position: absolute;
   content: "";
   left: -6px;
   top: -6px;
   height: 26px;
   width: 26px;
   border: 1px solid #006E63;
   border-radius: 50%;
   animation-name: rotateme;
   animation-duration: 5s;
   animation-iteration-count: infinite;
   animation-timing-function: linear;
   transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.circle .inner {
   width: 70px;
   border: 1.5px dashed #006E63;
   position: relative;
   top: 5.5px;
   left: 15px;
   border-radius: 10px;
}

.history-cnt .history-cnt-inner {
   position: relative;
   margin-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history-cnt .history-cnt-inner {
      margin-left: 0;
   }
}

.history-cnt .history-cnt-inner h4 {
   font-weight: 600;
   font-size: 30px;
   color: #484B47;
   text-transform: capitalize;
   margin-bottom: 15px;
}

@media (max-width: 767px) {
   .history-cnt .history-cnt-inner h4 {
      font-size: 24px;
   }
}

.history-cnt .history-cnt-inner span {
   font-weight: 700;
   font-size: 60px;
   color: #484B47;
   opacity: 0.1;
   transform: rotate(-90deg);
   position: absolute;
   left: -105px;
   top: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .history-cnt .history-cnt-inner span {
      position: static;
      transform: none;
   }
}

@media (max-width: 767px) {
   .history-cnt .history-cnt-inner span {
      font-size: 40px;
   }
}

.history-cnt .history-cnt-inner p {
   font-size: 15px;
   text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .history-cnt .history-cnt-inner p {
      font-size: 14px;
   }
}

/*===========================
     22.Blog page css 
===========================*/
@media (max-width: 767px) {
   .blog-grid {
      margin-top: 80px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .blog-item-grid {
      margin-top: 50px;
   }
}

.widget-search {
   position: relative;
}

.widget-search form input {
   background-color: #F0F0F0;
   border-radius: 3px;
   border: none;
   height: 50px;
   width: 100%;
   padding: 0 10px;
}

.widget-search form input[type="text"] {
   padding-right: 75px;
}

.widget-search form button {
   position: absolute;
   border: none;
   font-size: 20px;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
   color: #484B47;
   background: #006E63;
   border-radius: 0px 3px 3px 0px;
   height: 50px;
   width: 70px;
}

.recent-post {
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}

.recent-post:last-child {
   margin-bottom: 0;
}

.recent-post span {
   font-weight: 500;
   font-size: 16px;
   color: #5F6062;
   display: inline-block;
   margin-bottom: 5px;
}

.recent-post h5 {
   margin: 0;
}

.recent-post h5 a {
   font-weight: 600;
   font-size: 18px;
   text-transform: capitalize;
   color: #2E2D31;
   transition: all 0.5s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .recent-post h5 a {
      font-size: 15px;
   }
}

.recent-post .recent-thumb {
   min-width: 120px;
   overflow: hidden;
}

.recent-post .recent-thumb a img {
   width: 100px;
   transition: all 0.5s ease-out 0s;
}

.recent-post:hover .recent-thumb a img {
   transform: scale(1.1);
}

.recent-post:hover h5 a {
   color: #006E63;
}

.tag-list {
   list-style: none;
}

.tag-list li {
   display: inline-block;
}

.tag-list li a {
   display: inline-block;
   border: 1px solid rgba(23, 22, 26, 0.2);
   box-sizing: border-box;
   border-radius: 2px;
   padding: 8px 15px;
   margin: 10px;
   color: #A0A0A0;
   font-size: 12px;
   font-weight: 500;
   transition: all 0.5s ease-out 0s;
}

.tag-list li a:hover {
   color: #006E63;
   border: 1px solid #006E63;
}

.load-more {
   text-align: center;
   margin-top: 50px;
}

.paginations li {
   display: inline-block;
   margin: 0 2.5px;
}

.paginations li.active a {
   color: #fff;
   border: 1px solid #006E63;
   background-color: #006E63;
}

.paginations li a {
   border: 1px solid rgba(23, 22, 26, 0.2);
   box-sizing: border-box;
   display: inline-block;
   height: 40px;
   width: 40px;
   line-height: 40px;
   text-align: center;
   font-size: 16px;
   font-family: "Mic32New-Bold", sans-serif;
   color: #D3D3D3;
   transition: all 0.5s ease-out 0s;
}

.paginations li a:hover {
   color: #fff;
   background-color: #006E63;
}

@media (max-width: 767px) {
   .blog-standard {
      margin-top: 80px;
   }

   .blog-standard .or-2 {
      order: 2;
   }

   .blog-standard .or-1 {
      order: 1;
   }
}

@media (max-width: 767px) {
   .blog-standard-details {
      margin-top: 40px;
   }
}

.single-blog.layout3 {
   display: flex;
   width: 100%;
}

@media (max-width: 767px) {
   .single-blog.layout3 {
      display: block;
   }
}

.single-blog.layout3 .blog-thumb {
   min-width: 49%;
}

.single-blog.layout3 .blog-thumb a img {
   border-radius: 10px;
}

.single-blog.layout3 .blog-inner {
   min-width: 50%;
}

.single-blog.layout3 .blog-inner h4 {
   margin-bottom: 10px;
}

.single-blog.layout3 .blog-inner h4 a {
   font-size: 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
   .single-blog.layout3 .blog-inner h4 a {
      font-size: 18px;
   }
}

.single-blog.layout3 .blog-inner p {
   font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
   .single-blog.layout3 .blog-inner p {
      font-size: 14px;
   }
}

.single-blog.layout3:hover .blog-thumb a img {
   border-radius: 10px;
   transform: scale(1.1) skewY(0);
}

.single-blog.layout4 {
   margin-top: 50px;
}

.single-blog.layout4 .blog-inner h4 {
   margin-bottom: 10px;
}

.single-blog.layout4 .blog-inner h4 a {
   font-size: 26px;
}

@media (max-width: 767px) {
   .single-blog.layout4 .blog-inner h4 a {
      font-size: 20px;
   }
}

.single-blog.layout4:hover .blog-thumb a img {
   border-radius: 10px;
   transform: scale(1.1) skewY(0);
}

@media (max-width: 767px) {
   .blog-details-area {
      margin-top: 80px;
   }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
   .blog-details-content {
      margin-bottom: 50px;
   }
}

.blog-details-content h3 {
   font-weight: 600;
   font-size: 27px;
   text-transform: capitalize;
   color: #484B47;
   margin-bottom: 20px;
}

@media (max-width: 767px) {
   .blog-details-content h3 {
      font-size: 22px;
   }
}

.blog-details-content h4 {
   font-weight: 600;
   font-size: 27px;
   text-transform: capitalize;
   color: #484B47;
   margin-bottom: 20px;
}

@media (max-width: 767px) {
   .blog-details-content h4 {
      font-size: 22px;
   }
}

.blog-details-content p {
   font-size: 15px;
   color: #272727;
   text-align: justify;
}

.author-date {
   display: flex;
   justify-content: space-between;
   margin-bottom: 15px;
}

.author-date.layout2 {
   margin-bottom: 30px;
}

.author-date a {
   font-weight: 500;
   font-size: 17px;
   text-transform: capitalize;
   color: #5F6062;
   display: inline-block;
}

.details-thumb {
   margin-bottom: 30px;
}

.details-thumb img {
   width: 100%;
}

.blog-gallery {
   display: flex;
   width: 100%;
   margin: 30px 0;
}

.blog-gallery img {
   width: 100%;
}

.blog-gallery .b-gallery {
   width: 50%;
}

.blog-gallery .b-gallery:first-child {
   margin-right: 10px;
}

.blog-gallery .b-gallery:last-child {
   margin-left: 10px;
}

.special {
   margin-bottom: 10px;
}

.special p span {
   font-size: 75px;
   color: #272727;
   float: left;
   line-height: 55px;
}

.blog-quote {
   position: relative;
}

.blog-quote p {
   font-size: 25px;
   color: #272727;
   font-style: italic;
   margin: 30px 0;
   padding-left: 100px;
}

@media (max-width: 767px) {
   .blog-quote p {
      font-size: 15px;
   }
}

.blog-quote i {
   font-size: 70px;
   color: rgba(39, 39, 39, 0.1);
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}

.tag-share {
   display: flex;
   width: 100%;
   justify-content: space-between;
   padding: 50px 0;
   border-bottom: 1px solid #EEEEEE;
}

@media (max-width: 767px) {
   .tag-share {
      display: block;
   }
}

.line-tag {
   min-width: 50%;
}

@media (max-width: 767px) {
   .line-tag {
      margin-bottom: 20px;
   }
}

.line-tag span {
   font-weight: 600;
   font-size: 22px;
   color: #484B47;
   display: inline-block;
   margin-right: 5px;
}

.line-tag a {
   display: inline-block;
   font-size: 17px;
   font-weight: 500;
   color: #A4A4A4;
   transition: all 0.5s ease-out 0s;
}

.line-tag a:hover {
   color: #006E63;
}

.share-blog {
   min-width: 50%;
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   padding: 10px 30px;
   text-align: center;
}

.share-blog span {
   font-weight: 600;
   font-size: 22px;
   display: inline-block;
   color: #484B47;
   margin-right: 5px;
}

.social-share-blog {
   display: inline-block;
   list-style: none;
}

.social-share-blog li {
   display: inline-block;
   margin: 0 10px;
}

.social-share-blog li a {
   display: inline-block;
   color: #909090;
   font-size: 16px;
   transition: all 0.5s ease-out 0s;
}

.social-share-blog li a:hover {
   color: #006E63;
}

.comments {
   margin-top: 50px;
}

.comments h3 {
   font-weight: 600;
   font-size: 35px;
   text-transform: capitalize;
   color: #111111;
   border-bottom: 1px solid #EEEEEE;
   padding-bottom: 10px;
   margin-bottom: 40px;
}

.single-comment {
   margin-bottom: 50px;
}

.single-comment:last-child {
   margin: 0;
}

.author-post {
   position: relative;
   display: flex;
   align-items: center;
   width: 100%;
   margin-bottom: 15px;
}

.author-thumb {
   min-width: 90px;
}

.author-thumb img {
   height: 70px;
   width: 70px;
}

.author-info h5 {
   font-weight: 600;
   font-size: 20px;
   text-transform: uppercase;
   color: #111111;
   margin-bottom: 5px;
}

.author-info span {
   font-weight: 500;
   font-size: 15px;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: #A4A4A4;
}

.reply {
   position: absolute;
   right: 0;
   top: 50%;
   transform: translateY(-50%);
}

@media (max-width: 767px) {
   .reply {
      display: none;
   }
}

.reply a {
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   font-weight: 500;
   font-size: 16px;
   text-transform: uppercase;
   color: #111111;
   padding: 5px 10px;
   transition: all 0.5s ease-out 0s;
}

.reply a i {
   margin-right: 5px;
}

.reply a:hover {
   color: #006E63;
   border: 1px solid #006E63;
}

.comment-form {
   margin-top: 70px;
}

.comment-form h5 {
   font-weight: 600;
   font-size: 35px;
   text-transform: capitalize;
   color: #00152B;
   border-bottom: 1px solid #eee;
   padding-bottom: 10px;
   margin-bottom: 40px;
}

.comment-form form label {
   font-weight: 500;
   font-size: 15px;
   color: #484B47;
   width: 100%;
}

.comment-form form label input {
   background-color: #FFFFFF;
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   width: 100%;
   height: 50px;
   padding: 0 20px;
   margin-bottom: 30px;
   margin-top: 5px;
}

.comment-form form label textarea {
   background-color: #FFFFFF;
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   width: 100%;
   height: 250px;
   padding: 20px;
   resize: none;
   margin-bottom: 30px;
   margin-top: 5px;
}

.comment-form form input[type="submit"] {
   font-weight: 600;
   font-size: 16px;
   text-align: center;
   color: #FFFFFF;
   background-color: #484B47;
   border: 1px solid #F0F0F0;
   box-sizing: border-box;
   height: 50px;
   min-width: 200px;
   border-radius: 10px;
   padding: 10px 30px;
}

.mt-40 {
   margin-top: 40px;
}

.mt-150 {
   margin-top: 150px;
}

.mb-100 {
   margin-bottom: 100px;
}

.organigrama-mobile {
   display: none;
}

@media (max-width: 767px) {
   .organigrama {
      padding-top: 50px;
   }

   .organigrama-desktop {
      display: none;
   }

   .organigrama-mobile {
      display: block;
   }

}

.single {
   margin-bottom: 200px;
}

.empresas-section {
   padding-bottom: 100px;
}

.empresas-section .single .single-details {
   margin-top: 50px;
}

.sustentabilidade-item .single-details {
   margin-top: 50px;
}

.sustentabilidade-item:not(:first-child) .title {
   margin-top: 80px;
}

@media (max-width: 767px) {
   .sustentabilidade-item:not(:first-child) .title {
      margin-top: 50px;
   }

   .empresas-section {
      padding-bottom: 0;
   }
}

.policy .sec-title h3 {
   color: #006E63
}

.policy .title {
   margin-bottom: 80px;
   margin-top: 0;
}

@media (max-width: 767px) {
   .policy .title {
      margin-bottom: 30px;
   }

   .map {
      display: none;
   }
}

.map path {
   stroke: white;
   stroke-width: 0.3px;
   transition: fill 250ms ease;
}

.map g[id] path,
.map g[id] polygon {
   fill: #006E63;
}

.map g[id]:focus {
   outline: none;
   border: none;
}

.tooltip-inner {
   background: #FFFFFF !important;
   border: 1px solid #D8D8D8 !important;
   border-radius: 150px !important;
   font-family: 'Mic32New-Bold' !important;
   font-size: 16px !important;
   line-height: 1.2 !important;
   text-align: center !important;
   color: #006E63 !important;
   padding: 15px 30px !important;

}

.tooltip-arrow {
   display: none !important;
}

.policy ul {
   list-style: inherit;
   padding-left: 15px;
}

.policy a {
   color: #006E63;
}

.policy li {
   color: #636663;
}

.bullets {
   margin-bottom: 40px;
}

.bullets p {
   margin-bottom: 20px;
}

.policy strong {
   font-family: 'Mic32New-Bold';
   font-weight: 400;
}

/* COOKIES */

/* Barra cookies */

.in-modal .cookies-wrapper {
   overflow: auto;
}

.cookies-box .btn-primary {
   background-color: #006E63;
   border-color: #006E63;
   border-radius: 0;
}

.cookies-box .btn-default {
   border: 1px solid #212529;
   border-radius: 0;
}

.cookies-box label.form-check-label {
   padding-left: 15px;
}

.cookies-description {
   display: flex;
}

.cookies-wrapper {
   display: none;
   padding: 30px;
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 99999;
   background-color: rgba(0, 0, 0, 0.6);
   font-size: 14px;
}

.cookies-wrapper * {
   box-sizing: border-box;
}

@media (max-width: 575px) {
   .cookies-wrapper button {
      display: block;
      width: 100%;
   }
}

.cookies-box {
   max-width: 600px;
   padding: 60px 30px 60px 30px;
   position: relative;
   margin: 0 auto;
   border-radius: 0;
   background-color: white;
}

.cookies__title {
   display: block;
   width: 100%;
   margin-bottom: 30px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;
}

.cookies-bar-message {
   display: block;
   float: left;
   margin-bottom: 40px;
   color: #1B1926;
   font-size: 1em;
   line-height: 20px;
}

@media (min-width: 576px) {
   .cookies-settings-link {
      text-align: right;
   }
}

.cookies-settings {
   display: none;
}

@media (min-width: 576px) {
   .cookies-settings-cancel {
      text-align: right;
   }
}

.cookie-info {
   display: block;
   padding-left: 38px;
   line-height: 16px;
   margin-bottom: 20px;
}

.cookies-policy-link {
   padding: 0 15px;
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0 0 4px 4px;
   background-color: #eee;
   text-align: center;
}

@media (min-width: 576px) {
   .cookies-policy-link {
      padding: 0 45px;
   }
}

.cookies-bar-know-more {
   color: #9a9a9a;
   font-size: 0.85em;
   line-height: 30px;
   transition: color 0.2s ease;
}

.cookies-bar-know-more:hover {
   color: white;
}

.cookies-message p {
   display: none;
}

.cookies-message b {
   display: block;
   margin-bottom: 10px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
   .cookies-bar-message {
      height: auto;
   }

   .cookies-bar-know-more {
      padding-left: 0;
   }

   .cookies-box .btn-default {
      margin-bottom: 10px;
   }

   .cookies-settings-cancel {
      margin-top: 10px
   }
}



/* Barra cookies END */



.empresas .single-details {
   margin-top: 0;
}

.empresas .sec-title span {
   margin-bottom: 5px;
}

.empresas .single-details h4 {
   margin: 0 0 20px 0;
}

.sustentabilidade .single-details {
   margin-top: 0;
}

.fit-content {
   height: fit-content;
}

.empresa {
   position: relative;
}

/*# sourceMappingURL=style.css.map */