<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Vendor-prefixed and regular ::selection selectors cannot be combined:
   * https://stackoverflow.com/a/16982510/7133471
   *
   * Customize the background color to match your design.
   */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.customSpan {
  font-weight: bolder;
}

/*
   * A better looking default horizontal rule
   */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */

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

/*
   * Remove default fieldset styles.
   */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
  resize: vertical;
}

/* ==========================================================================
     Browser Upgrade Prompt
     ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
     Author's custom styles
     ========================================================================== */

/*------------------------------------------------------------------
  [Master Stylesheet]
  Theme Name: 	Monchori
  Version:        1.0.0
  Author:         ThemeHunter
  URL:            https://themeforest.net/user/themexhunter
  -------------------------------------------------------------------*/

/*--------------------------------------------------------------
  &gt;&gt;&gt; TABLE OF CONTENTS:
  ----------------------------------------------------------------
  #1	 Theme Reset Style
  #2	 Global Elements
  #3	 header
  #4	 owl-slider
  #5	 footer
  #6	 services-section
  #7	 about-section
  #8	 industry-section
  #9	 contact-section
  #10	 projects-section
  #11	 team-section
  #12	 testimonial
  #13  blog-area
  #14	 brand-area
  
  
  
  ---------------------------------------------------------------
      #home style 2
  ---------------------------------------------------------------
  #1	 services-warp
  #2	 leader-area
  #3	 about-section-s2
  #4	 portfolio-area
  #5	 pricing-wrapper-c1
  #6	 blog-area-bk
  
  
  ---------------------------------------------------------------
      #home style 3
  ---------------------------------------------------------------
  #1	btns-area
  #2	about-section-s3
  #3	case-studies-section
  #4	cta-section
  #5	testimonials-style-2
  
  
  
  
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */

/*
   * Hide visually and from screen readers
   */

.hidden {
  display: none !important;
}

/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/bewar:root#ch:checked ~ .read-more-texe-smushed-off-screen-accessible-text-5952a4c2cbfe
   */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

:root {
  --lightGreen: #f2f7f3;
  --blackColor: #000;
  --darkGreen: #196935;
  --semiDarkGreen: #529166;
  --darkBrown: #623c20;
}

/*
   * Extends the .visuallyhidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
  visibility: hidden;
}

/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*---------------------------
      Fonts
  ----------------------------*/

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  list-style: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: var(--semiDarkGreen);
  text-decoration: none;
}

a,
button {
  color: ;
  outline: medium none;
}

button {
  cursor: pointer;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #313131;
  margin-top: 0px;
  font-style: normal;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  font-size: 15px;
  color: #7a8595;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.slicknav_menu {
  display: none;
}

/*********************************
      preloader
  ********************************/

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color: var(--lightGreen);
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner &gt; span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner &gt; span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner &gt; span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner &gt; span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%,
  100%,
  50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: var(--lightGreen);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: var(--darkGreen);
  }
}

@-webkit-keyframes preloader-animation {
  0%,
  100%,
  50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: var(--lightGreen);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: var(--darkGreen);
  }
}

/*********************************
      end of preloader
  ********************************/

/*******************************************
      start of header-style-1
  *******************************************/

.no-padding {
  padding: 12px 0px;
}

.topbar-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#topbar ul li:first-child {
  margin: 0px;
  padding-left: 4px;
}

#topbar ul li,
#topbar ul li a {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 15px;
}

#topbar ul li {
  border-right: 1px solid var(--darkGreen);
  display: inline-block;
  padding: 5px 10px;
}

#topbar .topbar-block.left ul li i {
  color: var(--darkGreen);
  font-size: 15px;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
}

#topbar .topbar-block.left ul li:nth-child(2) a {
  font-size: 14px;
}

#topbar ul li:last-child {
  border: medium none;
}

#topbar .topbar-block:last-child {
  padding-right: 10px;
}

#topbar .topbar-block ul.social a {
  font-size: 14px;
}

#topbar .topbar-block ul.social a:hover {
  color: ;
}

#topbar ul.social li {
  height: 17px;
  margin: 0 -1px;
  padding: 1px 9px;
  width: auto;
}

#topbar .topbar-block {
  float: left;
}

.scroll_header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc9c7;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 333;
}

.mainmenu_area {
  background-color: #fff !important;
  padding: 20px 0;
}

.mainmenu a {
  color: var(--blackColor) !important;
}

.mainmenu ul {
  padding: 0px;
  margin-bottom: 0rem;
}

.mainmenu ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.mainmenu ul li &gt; a {
  margin: 0 auto;
  position: relative;
  padding: 30px 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu ul li &gt; a i {
  color: #fff;
  font-size: 16px;
  padding-left: 4px;
}

.mainmenu ul li &gt; a:hover {
    color: var(--darkGreen)
}

.mainmenu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  padding: 0px;
  margin-top: 0;
}

.mainmenu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mainmenu ul li .sub-menu li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.mainmenu ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 12px 30px;
  text-transform: capitalize;
  display: block;
}

 .mainmenu ul li:hover &gt; .sub-menu li a:hover {
  color: #fff !important;
} 

.mainmenu ul li:hover &gt; .sub-menu li:hover {
  color: #fff !important;
  transition: 0.4sec;
  background: var(--semiDarkGreen);
  cursor: pointer;
}

.header-btn {
  padding-top: 14px;
}

.header-btn a {
  -moz-user-select: none;
  background: var(--darkGreen);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0 36px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  border-radius: 5px;
}

.header-btn a:hover {
  color: #fff;
  background: var(--darkGreen);
}

/*******************************************
      end of header-style-1
  *******************************************/

/*******************************************
      start of header-style-2
  *******************************************/

.mainmenu_area_6 {
  position: relative;
  display: block;
  width: 100vw !important;
  overflow: hidden;
}

#header_sticky_6.scroll_header_6 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.mainmenu_area_6 .header-form .form-control {
  border: 1px solid #ececec;
}

.mainmenu_area_6 .header-form {
  margin-top: 20px;
}

.mainmenu_area_6 .header-form button {
  top: 25px;
}

#header_sticky_2.scroll_header_2 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: white;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.header-navigation.stricky-fixed ul.navigation-box &gt; li &gt; a {
  color: #242c33;
}

.shariawalker {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJMYXllcl8yIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDc0LjUgMjExNy43Ij48ZyBpZD0iTGF5ZXJfMS0yIj48cGF0aCBkPSJtMTE5LjkzLDM2Ni40NmMyOC45My03Mi41MSw2Ni42Ny0xNDAuMjMsMTE2LjY4LTE5NS4xM0MzNDMuOTIsNTMuNTIsNTA3LjEzLTguNDcsNjY0LjkuOTNjMTA4LjE5LDYuNDUsMjEzLjMzLDM4LjE0LDMxNC43OSw3Ni4yNiwyNDIuMjUsOTEsNDcwLjEsMjIwLjE5LDY3Mi42MSwzODEuMjksMTc2LjE1LDE0MC4xNCwzNzUuMjIsMzE0LjgyLDQxNS45NCw1NDguMDEsNTcuNzQsMzMwLjY1LTI5Ni4zNyw2MDEuNjgtNTM5LjQ2LDc1OC4xLTE5NS4xNCwxMjUuNTctNDIxLjQ3LDI0OS4wNy02NDQuMjYsMzE2Ljk1LTE5MS4zNCw1OC4yOS00MzAuNDMsNTYuMjYtNTg4LjU3LTgyLjMyLTE2NC44Ny0xNDQuNDgtMjQ3LjcxLTM5Mi43Ni0yNzguODEtNjAzLjA0LTI2LjMzLTE3OC4wNS0xOS41NS0zNTkuMTksMS41MS01MzcuNCwxOS40OS0xNjQuOTQsMzkuMzItMzM3LjA2LDEwMS4yNy00OTIuMzRaIiBmaWxsPSIjZjJmN2YzIi8+PC9nPjwvc3ZnPg==);
  -webkit-mask-repeat: no-repeat;
  position: relative;
}

.shariacircle {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background: var(--darkGreen);
  position: absolute;
  z-index: 1;
  bottom: 100px;
  right: 0;
}

.mediation-image {
  width: 90%;
}

#topbar-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #0000001a;
}

.tbleftalign {
  float: left;
}

.topbar-base-2 {
  padding: 12px 0px;
}

.topbar-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#topbar-2 ul li:first-child {
  margin: 0px;
  padding-left: 4px;
}

#topbar-2 ul li,
#topbar-2 ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}

#topbar-2 ul li {
  border-right: 1px solid;
  display: inline-block;
  padding: 0 10px;
}

#topbar-2 .topbar-block.left ul li i {
  color: ;
  font-size: 14px;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
}

#topbar-2 .topbar-block.left ul li:nth-child(2) a {
  font-size: 13px;
}

#topbar-2 ul li:last-child {
  border: medium none;
}

#topbar-2 .topbar-block:last-child {
  padding-right: 10px;
}

#topbar-2.topbar-block ul.social a {
  font-size: 14px;
}

#topbar-2 ul.social li {
  height: 17px;
  margin: 0 -1px;
  padding: 1px 9px;
  width: auto;
}

.slider-wrapper-6 {
}

#topbar-2.topbar-block {
  float: left;
}

.mainmenu_area_2 {
  padding: 0px 200px;
  z-index: 999;
  top: 0px;
  background: white;
  width: 100% !important;
  display: block;
  position: absolute;
}

.header-bg {
  background: #fff;
}

.mainmenu_2 {
  width: 100% !important;
}

.custom_navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* .cutom-card-conflict:before,
.cutom-card-conflict:after {
    content: " "; 
    display: table; 
}

.cutom-card-conflict:after {
    clear: both;
} */

.my-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.my-col {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; /* Means flex: 1 1 0 */
    padding: 1em;
    margin: 0.25em;
}

.mainmenu_2 ul {
  margin-top: 0px;
  padding: 0px;
  margin-left: 100px;
  margin-bottom: 0rem;
  width: 100%;
  position: relative;
}

.mainmenu_2 ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-top: 0px;
}

.mainmenu_2 ul li &gt; a i {
  color: #000;
  font-size: 16px;
  padding-left: 4px;
}

.mainmenu_2 ul li &gt; a {
  margin: 0 auto;
  border-top: 2px solid transparent;
  position: relative;
  padding: 30px 12px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu_2 ul li &gt; a:hover {
  border-top: 2px solid var(--semiDarkGreen);
  color: var(--darkGreen);
  background: #f9f9f9;
}

.mainmenu_2 ul li &gt; a:hover i {
  color: var(--semiDarkGreen);
}

.mainmenu_2 ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid var(--darkGreen);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  padding: 0px;
  margin-top: 0;
}

.mainmenu_2 ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mainmenu_2 ul li .sub-menu li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.mainmenu_2 ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 12px 30px;
  text-transform: capitalize;
  display: block;
}

.mainmenu_2 ul li:hover &gt; .sub-menu li &gt; a:hover {
  color: #fff;
  background: var(--darkGreen);
  transition: 0.4sec;
}

.mainmenu_area_2 .header-btn a:hover {
  background: var(--darkGreen);
  color: #fff;
}

.mainmenu_area_2 .header-btn a {
  background: var(--darkGreen);
}

.mainmenu_area_2 .header-btn a:hover {
  background: var(--darkGreen);
}

/*******************************************
      end of header-style-2
  *******************************************/

/*******************************************
      start of header-style-3
  *******************************************/

#header_sticky_3.scroll_header_3 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: none repeat scroll 0 0;
  border: 0;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}

#topbar-3 {
  margin-bottom: 25px;
}

.topper .text {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 20px;
}

.topper .text span:first-child {
  font-weight: 400;
  color: #000000;
}

.topper .text span {
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 600;
}

.topper .icon span {
  color: var(--darkGreen);
  font-size: 32px;
}

.header-bg-3 {
  background: var(--darkGreen);
  margin-left: 0px;
  margin-right: 0;
}

.mainmenu_area_3 {
  border-bottom: 0px solid #ddd;
  padding: 0px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 94px;
}

.logo {
  width: 240px !important;
  /* margin-top: 20px; */
}

#topbar-3 .logo {
  margin-top: 0px;
}

.mainmenu_3 ul {
  margin-top: 0px;
  padding: 0px;
  margin-bottom: 0rem;
}

.mainmenu_3 ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-top: 0px;
}

.mainmenu_3 ul li &gt; a {
  margin: 0 auto;
  position: relative;
  padding: 24px 12px;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu_3 ul li &gt; a:hover {
}

.mainmenu_3 ul li &gt; a i {
  color: #fff;
  font-size: 16px;
  padding-left: 4px;
}

.mainmenu_3 ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  padding: 0px;
  margin-top: 0px;
}

.mainmenu_3 ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;

}

.mainmenu_3 ul li .sub-menu li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.mainmenu_3 ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 12px 30px;
  text-transform: capitalize;
  display: block;
}

.mainmenu_3 ul li:hover &gt; .sub-menu li &gt; a:hover {
  color: #fff;
  background: ;
  transition: 0.4sec;
}

.header-form {
  margin-top: 14px;
}

.header-form .form-control {
  display: block;
  width: 100%;
  height: calc(2.5rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box;
  border: 0px;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.header-form button {
  background: transparent;
  border: 0;
  outline: 0;
  color: #acabab;
  position: absolute;
  right: 18px;
  top: 20px;
  font-size: 15px;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

#header_sticky_4.scroll_header_4 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/*******************************************
      end of header-style-3
  *******************************************/

/*******************************************
      start of slider-area
  *******************************************/

.d-flex {
  align-items: center;
  display: flex;
}

.grid label {
  display: inline-block;
  cursor: pointer !important;
}

.vh {
  height: 100vh;
}

.slider-wrapper {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.slider-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-icon {
}

.slider-icon a {
  color: ;
  font-size: 18px;
  margin-right: 11px;
}

.slider-icon a:last-child {
  margin-right: 0;
}

.slider-content {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 17px;
}

.slider-content p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin: 0 auto;
  width: 45%;
  text-align: center;
}

.slider-content &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0px 36px;
  min-height: 56px;
  line-height: 56px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-content &gt; a:hover {
  background: var(--darkGreen);
}

.slider-text-animation {
}

.slider-icon,
.slider-text-animation h1,
.slider-text-animation p,
.slider-text-animation &gt; a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

.active .slider-icon,
.active .slider-text-animation h1,
.active .slider-text-animation p,
.active .slider-text-animation &gt; a {
  animation-name: fadeInUp;
}

.slider-icon {
  animation-delay: 0.2s;
}

.slider-text-animation h1 {
  animation-delay: 0.6s;
}

.slider-text-animation p {
  animation-delay: 1.2s;
}

.slider-text-animation &gt; a {
  animation-delay: 1.5s;
}

.slider-active .owl-nav div {
  background: var(--darkGreen);
  border-radius: 5px;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}

.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.slider-active .owl-nav div:hover {
  background: var(--darkGreen);
  color: #fff;
}

.slider-active:hover .owl-nav div {
  left: 40px;
  opacity: 1;
}

.slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 60px;
}

.slider-content-two {
  top: 55%;
  left: 108px;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content-two h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 17px;
}

.slider-content-two h1 span {
  color: ;
  font-size: 60px;
  font-weight: 700;
}

.slider-content-two p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  width: 60%;
  text-align: left;
}

.slider-content-two &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0 36px;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.slider-content-two &gt; a:hover {
  background: var(--darkGreen);
}

.slider-content-three {
  top: 50%;
  left: 0px;
  right: 0;
  padding: 65px;
  background: #fff;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content-three h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 0px;
  text-transform: capitalize;
}

.slider-content-three h1 span {
  color: ;
  font-size: 60px;
  font-weight: 700;
}

.slider-content-three p {
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  width: 100%;
  text-align: left;
}

.slider-content-three .slide {
  padding: 5px;
}

.slider-content-three .slide &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0 36px;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.slider-content-three .slide &gt; a:hover {
  background: var(--darkGreen);
}

.slider-content-three .owl-dots .owl-dot &gt; span {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 12px;
  height: 4px;
  margin: 3px;
  border-radius: 4px;
  background-color: #ddd;
}

.slider-content-three .owl-dots .owl-dot {
  display: inline-block;
}

.slider-content-three .owl-dots {
  text-align: center;
  position: absolute;
  right: 58px;
  margin-top: -8px;
}

.slider-content-three .owl-dots .owl-dot.active &gt; span {
  background-color: ;
}

.video-holder {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 88%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-btn-style {
  position: relative;
  height: 65px;
  width: 65px;
  background: #000;
  text-align: center;
  display: inline-block;
  line-height: 65px;
  color: ;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.video-btn-style:hover {
  background: ;
  color: #fff;
}

.video-btn-style:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*******************************************
      end of slider-area
  *******************************************/

/*******************************************
      start of features-area
  *******************************************/

.features-area {
  margin-top: -95px;
  position: relative;
  z-index: 1;
}

.features {
  position: relative;
  overflow: hidden;
  padding: 40px;
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.features {
  background: #fff none repeat scroll 0 0;
  border-radius: 0px;
}

.features-wrapper {
  padding: 15px;
}

.features-wrapper .features-icon i {
  font-size: 36px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: var(--darkGreen);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  background: #cacaca4f;
}

.features-wrapper:hover .features-icon i {
  background: var(--semiDarkGreen);
  color: #fff;
}

.features-content h4 {
  color: var(--darkGreen);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
}

.features-content h4 span {
  color: ;
  font-size: 34px;
}

.features-content p {
  color: var(--darkBrown) !important;
  font-size: 15px;
  line-height: 30px;
  z-index: 222;
  margin-bottom: 0;
  margin-top: 20px;
}

/*******************************************
      end of features-area
  *******************************************/

/*******************************************
      start of leader-area
  *******************************************/

.section-divide {
  padding-top: 110px;
  padding-bottom: 80px;
}

.section-divide1 {
  padding-top: 0px;
  padding-bottom: 80px;
}

.leader-area {
}

.leader-wrapper {
  margin-left: 20px;
}

.leader-content {
  margin-top: 0px;
}

.leader-content h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  line-height: 60px;
}

.leader-content span {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.leader-img {
  margin-top: 0px;
  overflow: hidden;
}

.leader-content p {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-right: 4%;
}

.leader-content p.pera-top {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 30px;
  background: #f4f9fc;
  border-left: 3px solid;
}

.leader-content a {
  -moz-user-select: none;
  background: var(--darkGreen);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 30px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0px 36px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

.leader-content a:hover {
  color: #fff;
  background: var(--semiDarkGreen);
}

.leader-content button {
  background: var(--darkGreen) !important;
  color: #fff !important;
}

.leader-content button:hover {
  background: var(--semiDarkGreen) !important;
}

.about-features {
  margin-top: 30px;
}

.about-features-item {
  position: relative;
}

.about-feature-icon {
  position: absolute;
  top: -3spx;
  left: 0;
  font-size: 18px;
  color: var(--semiDarkGreen);
}

.about-features-item .about-feature-text h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 22px;
  margin-left: 30px;
  text-transform: capitalize;
}

/*******************************************
      end of leader-area
  *******************************************/

/*******************************************
      start of service-section
  *******************************************/

.section-title-s1,
.section-title-s2,
.section-title-s3 {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.services-section {
  background: var(--lightGreen);
}

.our-services {
  background: #fff;
}

.benefitsIcons {
  max-width: 3rem;
  height: 3rem;
}

.services-icons {
  max-width: 5rem;
  height: 3rem;
}

.section-title-s1 &gt; span,
.section-title-s2 &gt; span,
.section-title-s3 &gt; span {
  color: var(--darkBrown);
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.helpingText {
  color: var(--blackColor) !important;
}

.section-title-s1 h2,
.section-title-s2 h2,
.section-title-s3 h2 {
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  color: var(--darkGreen);
}

.section-title-s3.p.section-title-s1.p {
  max-width: 500px;
  color: #7a8595;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0rem;
}

.section-title-s3 p,
.section-title-s1 p,
.section-title-s2 p {
  padding-top: 15px;
  color: #7a8595;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0rem;
  line-height: 30px;
}
.bg-padding {
  margin-bottom: 50px;
}

.gf {
  margin-bottom: 40px;
}

.services-section .services-grid .grid {
  text-align: center;
  padding: 40px 40px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.services-section .services-grid .grid:before {
  position: absolute;
  right: 0;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.item {
  margin-bottom: 30px;
}

/* cards */

.serviceCard {
  background: #fff;
  padding: 40px 40px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2rem;
}

.customServiceCard {
  background: #fff;
  padding: 20px 20px;
  position: relative;
  -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2rem;
}

.eclipseText {
    width: 100%;  
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    overflow:hidden;
}


.servicesCard {
  background: var(--lightGreen);
  padding: 40px 40px;
  position: relative;
  background: var(--lightGreen);
  -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 2rem;
}

/* .serviceCard .cardGrid .grid:before {
  position: absolute;
  right: 0;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
} */

.grid h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
}

.cardLabel {
  display: inline-block;
}

.read-more-text {
  display: none;
}

.read-more-text2 {
  display: none;
}

#check {
  display: none;
}

#check2 {
  display: none;
}

#check:checked ~ .read-more-text {
  display: block;
}

#check:checked ~ label {
  visibility: hidden;
}

#check:checked ~ label::after {
  content: "Show Less";
  display: block;
  visibility: visible;
}

#check2:checked ~ .read-more-text2 {
  display: block;
}

#check2:checked ~ label {
  visibility: hidden;
}

#check2:checked ~ label::after {
  content: "Show Less";
  display: block;
  visibility: visible;
}

.services-section .services-grid .service-icon {
  margin-bottom: 20px;
  margin-top: 5px;
}

.services-section .services-grid .service-icon i {
  font-size: 45px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: ;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.services-section .services-grid .grid h3 {
  font-weight: 700;
  color: #000;
  padding-top: 7px;
  font-size: 22px;
}

.services-section .grid p {
  padding-top: 15px;
  line-height: 28px;
  font-size: 15px;
}

.services-section .services-grid .grid a i {
  font-size: 30px;
  color: ;
  margin-top: 20px;
}

/* .services-section .grid:hover h3,
.services-section .grid:hover p {
  color: var(--darkBrown);
} */

.services-section .grid:hover {
  background-color: rgba(0, 0, 0, 0.6);
  background: url(../img/s2.jpg) center center/cover no-repeat local;
}

/*******************************************
      end of service-section
  *******************************************/

/*******************************************
      start of counter-area
  *******************************************/

.counter-area {
  background: ;
}

.counter-wrapper {
}

.counter-img {
  margin-bottom: 30px;
}

.counter-img img {
}

.counter-text {
}

.counter-text h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
}

.counter-text span {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin-top: 8px;
}

/*******************************************
      end of counter-area
  *******************************************/

/*******************************************
      start of team-area
  *******************************************/

.team-area {
  overflow: hidden;
}

.team-item {
  float: left;
  width: 25%;
  padding: 20px;
  margin-bottom: 60px;
}

.team-wrapper {
}

.team-img {
  position: relative;
}

.team-img::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: ;
  opacity: 0;
  transition: 0.3s;
  height: 0%;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.team-wrapper:hover .team-img::before {
  opacity: 1;
  height: 100%;
  top: 0;
  bottom: auto;
}

.team-img img {
  width: 100%;
}

.team-text {
  display: block;
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}

.team-wrapper:hover .team-text {
  opacity: 1;
}

.team-text h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.team-text span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.team-icon {
  position: relative;
  margin-top: 20px;
}

.team-icon a {
  transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-size: 15px;
  margin-right: 8px;
  border-radius: 0%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
}

.team-icon a:hover {
  color: #fff;
}

.team-icon a:last-child {
  margin-right: 0;
}

/*******************************************
      end of team-area
  *******************************************/

/*******************************************
      start of contact-section
  *******************************************/

.contact-section {
  background: url(../img/all/inner.jpg) center center/cover no-repeat fixed;
  position: relative;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.contact-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cv {
  margin-bottom: 30px;
}

.form-control:focus {
  border-color: var(--darkGreen);
  box-shadow: none;
  background: transparent;
  color: #000;
}

.comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.comment-respond form &gt; div {
  margin-bottom: 20px;
  float: left;
}

.comment-respond form textarea,
.comment-respond form input {
  background-color: transparent;
  height: 50px;
  border: 1px solid #e6e9ec;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  background-clip: unset;
  font-size: 15px;
  color: #000000;
}

.my-location {
  margin-bottom: 45px;
  width: 100%;
}

.detail-share {
  width: 32%;
  float: left;
  display: inline-block;
  padding: 30px 20px;
  margin: 0px 12px 30px 0px;
  cursor: pointer;
  transition: 0.5sec;
}

.comment-respond {
  background-color: #fff !important;
  padding: 50px;
  border-radius: 5px;
}

.comment-respond form textarea {
  height: 195px;
}

.comment-respond .submit-btn {
  text-align: center;
  margin: 22px 0 0;
}

.comment-respond .submit-btn button {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: var(--darkGreen);
  padding: 10px 30px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border: 0;
  outline: 0;
}

.contact-section .contact-title {
  padding-left: 18px;
  margin-top: 30px;
}

.contact-section .contact-title span {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contact-section .contact-title h2 {
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
}

.contact-section .contact-title p {
  color: #d7d8da;
  font-size: 15px;
  line-height: 30px;
  margin-top: 26px;
  margin-bottom: 0;
}

.contact-section .leader-content a {
  color: #fff;
}

.contact-title.leader-content a {
  margin-top: 40px;
}

.cta-video.inter-title a:hover {
  color: #fff;
  background: transparent;
}

.cta-video .video-btn-style:hover {
  background: var(--darkGreen);
  color: #fff;
}

.cta-video .video-btn-style {
  background: ;
  color: #fff;
}

.cta-video.inter-title a {
  border: 0px solid;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 12px 14px;
  min-height: 56px;
  line-height: 56px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

/*******************************************
      end of contact-section
  *******************************************/

/*******************************************
      start of pricing-area
  *******************************************/

.pricing-area {
  text-align: center;
  position: relative;
  background: #f4f9fc;
}

.pricing-custom {
}

.pricing-wrapper {
  border: 1px solid #fff;
  padding: 40px 0;
  background: #fff;
  transition: all 0.3s ease 0s;
}

.pricing-wrapper.active,
.pricing-wrapper:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  transform: translateY(-0.5rem);
}

.pricing-top {
  border-bottom: 1px solid #cfd1fc;
  padding-bottom: 28px;
  transition: 0.3s;
}

.pricing-wrapper:hover .pricing-top {
  border-color: #e6e6e6;
}

.pricing-top h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
}

.pricing-text {
  margin-top: 20px;
}

.pricing-text h1 {
  color: ;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.pricing-text span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 46px;
  margin-right: 5px;
  vertical-align: top;
}

.pricing-menu {
  padding-left: 10px;
}

.pricing-menu li {
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  list-style: none;
  padding-bottom: 10px;
}

.pricing-menu li.remove {
  text-decoration: line-through;
  color: #9a9a9a;
}

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

.pricing-button {
}

.pricing-button a {
  border: 1px solid var(--darkGreen);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: var(--darkGreen);
  padding: 0px 36px;
  min-height: 50px;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.pricing-button a:hover {
  background: var(--semiDarkGreen);
}

/*******************************************
      end of pricing-area
  *******************************************/

/*--------------------------------------------------------------
      start of blog 1
  --------------------------------------------------------------*/

.grid-blogg {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-blogg:hover {
  background-color: rgba(0, 0, 0, 0.95);
  background: url(../img/4.jpg) center center/cover no-repeat local;
}

.grid-blogg:hover .grid-content h2,
.grid-blogg:hover .grid-content p,
.grid-blogg:hover .grid-content span i,
.grid-blogg:hover .grid-content span a {
  color: #fff;
}

.grid-content {
  text-align: center;
  padding: 40px 40px;
}

.grid-content h2 {
  padding-bottom: 15px;
  color: #000;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 35px;
  font-size: 22px;
}

.grid-content p {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.bp-padd {
  padding-right: 20px;
}

.grid-content span i {
  font-size: 18px;
  color: #7a8595;
}

.grid-content span a {
  font-size: 15px;
  color: #7a8595;
  margin-left: 4px;
}

/*--------------------------------------------------------------
      end of blog 1
  --------------------------------------------------------------*/

.blog-area {
  background: #f4f9fc;
}

/*******************************************
      start of footer
  *******************************************/

.footer-top-area {
  position: relative;
  background-color: var(--lightGreen);
}

.footer-text {
  color: var(--darkGreen);
}

.footer-info &gt; :nth-child(2) {
  color: #525252;
}

/* .footer-top-area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/footer-bg.png);
    background-repeat: repeat;
    background-position: center;
    content: "";
    background-color: var()--darkGreen;
  } */

.footer-wrapper img {
  margin-top: -10px;
}

.footerLogo {
  max-width: 75%;
}

.footer-wrapper p {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.footer-wrapper h4 {
  color: var(--darkGreen);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.footer-info a {
  color: var(--blackColor);
}

.footer-menubtn {
  color: var(--blackColor);
}

.newsletter-form form div {
  position: relative;
  margin-top: 30px;
}

.newsletter-form input {
  border: 1px solid #ececec;
}

.newsletter-form input {
  width: calc(100% - 70px);
  height: 45px;
  font-size: 13px;
  padding: 6px 15px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.newsletter-form form div button {
  background-color: var(--semiDarkGreen);
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  border: 0;
  outline: 0;
  position: absolute;
  right: 27px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter-form .form-control:focus {
  color: #495057;
  background-color: #fff;
}

.footer-link {
}

.footer-link li {
  color: var(--blackColor);
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 11px;
}

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

.footer-icon a:last-child {
  margin-right: 0;
}

.footer-menu {
  padding: 0px;
  overflow: hidden;
  padding-right: 19px;
}

.footer-menu li {
  display: block;
  padding-bottom: 10px;
  position: relative;
  list-style: none;
  width: 50%;
  float: left;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}

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

.footer-menu li:before {
}

.footer-menu li a {
  color: var(--blackColor);
  font-size: 15px;
  font-weight: 400;
  transition: 0.3s;
}

.footer-menu li a:hover {
  color: var(--darkGreen);
  padding-left: 10px;
}

.footer-menu li a i {
  font-size: 10px;
  margin-right: 15px;
}

ul.footers {
  margin: 0;
  padding: 0;
}

.footers &gt; li {
  margin-bottom: 24px;
  overflow: hidden;
}

.footers &gt; li:last-child {
  margin-bottom: 0;
}

.footer-insta ul {
  margin: 0 -6px;
  padding: 0;
}

.footer-insta {
  margin-top: 10px;
  display: inline-block;
}

.footer-insta ul li {
  width: 33.33%;
  float: left;
  padding: 0 6px;
  margin-bottom: 22px;
}

.footer-insta ul li img {
  width: 100%;
}

.footer-img {
  float: left;
  margin-right: 20px;
}

.footer-img a {
}

.footer-info {
  overflow: hidden;
}

.footer-info h4 {
  color: #eee;
  font-size: 15px;
  position: relative;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 4px;
}

.footer-info h4 a:hover {
  color: var(--darkGreen);
}

.footer-info span {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
}

.footer-bootom-area {
  background: var(--semiDarkGreen);
  padding: 22px 0px;
}

.copyright {
}

.copyright &gt; p {
  font-size: 0.8rem;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 15px;
}

.copyright &gt; p a {
  font-size: 15px;
  color: #fff;
}

.copyright &gt; p a:hover {
  text-decoration: underline;
}

.footer-bottom-link {
  text-align: right;
}

.footer-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  text-align: right;
}

.footer-icon a {
  color: #e8e8e8;
  font-size: 15px;
  margin-right: 20px;
  transition: 0.3s;
}

.footer-icon a:hover {
  color: #fff;
}

/*******************************************
      end of blog-area
  *******************************************/

/*******************************************
      start of scrollUp
  *******************************************/

#scrollUp {
  background-color: var(--darkGreen);
  bottom: 80px;
  color: #fff;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  right: 30px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  transition: all 0.3s ease 0s;
  width: 45px;
}

#scrollUp:hover {
  background: var(--semiDarkGreen);
  color: #fff;
}

/*******************************************
      end of scrollUp
  *******************************************/

/*******************************************
      start of  breadcrumb-area
  *******************************************/

.breadcrumb-area {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  background-image: url(../img/banner/OUR\ SERVICES\ HERO\ SECTION.jpg);
  z-index: 1;
  height: 400px;
}

.mediation-area {
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat;
  position: relative;
  background-image: url(../img/mediation/ASSESSMENT.jpg);
  z-index: 1;
  height: 400px;
}

.breadcrumb-area::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.breadcrumb-text {
  position: relative;
  z-index: 1;
  top: 50%;
  transform: translateY(50%);
  text-align: center;
}

.breadcrumb-text h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
  align-items: center;
}

.breadcrumb-menu p {
  margin: 0px;
  padding: 0px;
}

.breadcrumb-menu ul li {
  display: inline-block;
  padding: 0 10px;
  text-transform: capitalize;
}

.breadcrumb-menu ul li::after {
  color: #fff;
  content: "/";
  display: inline-block;
  float: right;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  right: -12px;
  top: 2px;
}

.breadcrumb-menu ul li:last-child::after {
  display: none;
}

.breadcrumb-menu span {
  color: ;
  font-size: 15px;
  font-weight: 400;
}

.breadcrumb-menu ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}

/*******************************************
      end of breadcrumb-area
  *******************************************/

/*******************************************
      start of blog sub-menu area
  *******************************************/

.blog-sidebar.blog-area {
  background: #fff;
}

.mb-30 {
  margin-bottom: 30px;
}

.blog-custom-size {
  -moz-box-flex: 0;
  flex: 0 0 48%;
  max-width: 48%;
}

.custom-size {
  -moz-box-flex: 0;
  flex: 0 0 52%;
  max-width: 52%;
}

.blog-custom .blog-text &gt; a {
  margin-top: 23px;
}

.blog-custom {
  padding-right: 48px;
}

.blog-custom .blog-text h4 {
  padding-right: 17px;
  line-height: 30px;
}

.blog3-custom .blog-text h4 {
  line-height: 30px;
  margin-bottom: 6px;
  padding-right: 25%;
}

.blog3-custom .blog-text &gt; a {
  margin-top: 22px;
}

.blog3-custom .blog-text {
  margin-top: 0;
}

.widget {
  margin-bottom: 40px;
  overflow: hidden;
}

.search-form {
  overflow: hidden;
  position: relative;
}

.search-form input {
  border: 2px solid #efefef;
  color: #595959;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 50px;
  border-radius: 0;
  padding-left: 17px;
  width: 100%;
}

.search-form input::focus {
  border: 2px solid var(--semiDarkGreen);
  color: #595959;
}

.search-form .form-control:focus {
  border-color: var(--semiDarkGreen);
  box-shadow: none;
  background: transparent;
  color: #000;
}

.search-form button:focus {
  outline: 0px auto transparent;
}

.search-form button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: var(--semiDarkGreen);
  font-size: 14px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: all 0.3s ease 0s;
  width: 55px;
}

.widget-title {
  color: #3f3f3f;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
}

.widget-title::after {
  border-bottom: 2px solid;
  content: "";
  display: block;
  margin: 15px auto 28px 0;
  position: relative;
  width: 30px;
  z-index: 1;
}

.widget-title::before {
  border-bottom: 2px solid #eeeeee;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.recent-posts {
  padding-left: 0px;
}

.recent-posts &gt; li {
  margin-bottom: 18px;
  overflow: hidden;
}

.recent-posts &gt; li:last-child {
  margin-bottom: 0;
}

.widget-posts-image {
  float: left;
  overflow: hidden;
}

.widget-posts-body {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 83px;
  overflow: hidden;
  padding-bottom: 15px;
}

.recent-posts &gt; li:last-child .widget-posts-body {
  border-bottom: 0;
  padding-bottom: 0;
}

.widget-posts-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
}

.widget-posts-meta {
  color: #777;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

.widget-posts-title &gt; a {
  color: #646464;
  transition: all 0.3s ease 0s;
}

.widget-posts-title &gt; a:hover {
  color: ;
}

.blog-categories &gt; li {
  padding-bottom: 13px;
}

.blog-categories &gt; li:last-child {
  padding-bottom: 0;
}

.blog-categories {
  padding: 0px 18px;
}

.blog-categories a {
  color: #595959;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.blog-categories a:hover {
  color: ;
  padding-left: 15px;
}

.tag {
  padding-left: 0px;
}

.tag li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.tag li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.tag li a {
  border: 1px solid #efefef;
  color: #595959;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 10px 13px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.tag li a:hover {
  background: ;
  border-color: ;
  color: #fff;
}

.paginationss {
  margin-top: 30px;
}

.paginationss ul {
  margin: 0px;
  padding: 0px;
}

.paginationss ul li {
  display: inline-block;
  margin-right: 3px;
}

.paginationss ul li:hover a,
.paginationss ul li.active a {
  background: ;
  color: #fff;
}

.paginationss ul li a {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #3f3f3f;
  display: table-cell;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  text-align: center;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 40px;
}

.paginationss ul li a i {
  color: #3f3f3f;
  font-size: 22px;
}

.paginationss ul li a:hover i {
  color: #fff;
}

/*******************************************
      end of blog sub-menu area
  *******************************************/

/*******************************************
      start of blog setails area
  *******************************************/

.blog-text p.pera-top {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  background: #f4f9fc;
  border-left: 3px solid;
}

.blog-desc-text h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-desc-text p {
  font-weight: 400;
  font-size: 15px;
  color: #7a8595;
  margin-bottom: 0;
  line-height: 30px;
}

.blog-text .article-share .social {
  padding-left: 0;
  list-style-type: none;
  background-color: #f9fafb;
  padding: 12px 25px;
  line-height: 1;
  margin-bottom: 0;
}

.blog-text .article-share .social li {
  display: inline-block;
  margin-right: 5px;
}

.blog-text .article-share .social li p {
  display: inline-block;
  margin-right: 2px;
  font-weight: 600;
  color: #333333;
  position: relative;
  top: 8px;
}

.article-share .social li a {
  font-size: 15px;
  color: #333333;
  position: relative;
  top: 8px;
}

.blog-text .comment-respond {
  margin-top: 55px;
  padding: 0;
}

.blog-text .comment-respond .submit-btn {
  text-align: center;
  margin: 0px 0 0;
}

.blog-text .comment-respond form &gt; div {
  margin-bottom: 30px;
  float: left;
}

/*******************************************
      end of blog setails area
  *******************************************/

/*******************************************
      start of register	
  *******************************************/

.signup-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.signup-form h3 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.form-group {
  margin-bottom: 30px;
}

.signup-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #7a8595;
  font-size: 15px;
  padding-left: 20px;
  background: transparent;
}

.form-check-label {
  margin-bottom: 0;
  color: #7a8595;
  font-size: 15px;
}

.default-btn {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0px 36px;
  min-height: 56px;
  line-height: 56px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.default-btn:hover {
  background: var(--darkGreen);
}

.sign-in-form {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 5px;
  max-width: 600px;
  margin: auto;
}

.sign-in-form .sign-in-title {
  text-align: center;
  margin-bottom: 30px;
}

.sign-in-form .sign-in-title h3 {
  font-size: 30px;
  margin-bottom: 8px;
}

.sign-in-form .sign-in-title p {
  margin-bottom: 30px;
  color: #7a8595;
}

.sign-in-form form .form-control {
  height: 50px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #7a8595;
  font-size: 15px;
  padding-left: 20px;
  background: transparent;
}

.sign-in-form .forgot-password {
  margin-bottom: 0;
  margin-top: -25px;
}

.sign-in-form form .form-check .form-check-label {
  color: #666666;
  position: relative;
  top: -2px;
  z-index: 1;
}

.sign-in-form .form-check-input {
  position: absolute;
  margin-top: 0.2rem;
}

.sign-in-form .forgot-password a {
  color: #7a8595;
  font-size: 15px;
}

.sign-in-form .forgot-password a:hover {
  color: ;
}

.sign-in-form form .send-btn {
  margin-top: 20px;
}

.sign-in-form form span {
  display: block;
  color: #777777;
}

.sign-in-form form span a {
  color: var(--darkGreen);
}

button:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
}

/*******************************************
      end of register
  *******************************************/

/*******************************************
      start of contact
  *******************************************/

.contact-features.features {
  background: var(--lightGreen);
}

.contact-features .features-content p {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  z-index: 222;
  margin-bottom: 0px;
  margin-top: 20px;
}

.contact-features .features-content p.no-padd {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  z-index: 222;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* .contact-custom {
  padding-right: 30px;
} */

.contact-wrapper {
  overflow: hidden;
}

.contact-text {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 0px;
}

.contact-text h4 {
  color: var(--darkGreen);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-text p {
  color: #7a8595;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.contact-menu {
  padding: 0px;
}

.contact-menu li {
  list-style: none;
  padding-bottom: 15px;
}

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

.address {
  color: var(--darkGreen);
  font-size: 14px;
  font-weight: 600;
}

.address i {
  /* margin-right: 27px; */
}

.contact-link {
  color: var(--darkBrown);
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 16px;
  float: right;
  cursor: pointer;
}

.contact-link:hover {
  color: var(--semiDarkGreen);
}

.offerParagraph {
  text-align: justify;
  text-align-last: center;
}

.contact-link:last-child {
  padding-bottom: 0;
}

.contact-icon {
  display: block;
  float: right;
}

.contact-icon a {
  color: var(--darkBrown);
  font-size: 14px;
  margin-right: 37px;
  transition: 0.3s;
}

.contact-icon a:hover {
  color: var(--darkGreen);
}

.contact-icon a:last-child {
  margin-right: 0;
}

.contact-icon a i {
}

/*******************************************
      end of contact
  *******************************************/

/*******************************************
  start of map
  *******************************************/

#map {
  height: 340px;
  width: 100%;
}

/*******************************************
      end of map
  *******************************************/

/*******************************************
      start of contact1
  *******************************************/

.contact1-start {
}

.contact1-wrapper {
  background: var(--lightGreen);
  padding: 40px 40px;
}

.contact1-wrapper h3 {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 50px;
}

#contact-form {
}

#contact-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #e0e0e0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #909090;
  padding: 20px;
  font-size: 15px;
  height: 143px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
}

#contact-form .form-control:focus {
  border-color: var(--semiDarkGreen);
  box-shadow: none;
  background: #fff;
  color: #000;
}

#contact-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e0e0e0;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #909090;
  font-size: 15px;
  height: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 100%;
}

#contact-form button {
  top: 40px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid var(--darkGreen);
  border-radius: 30px;
  color: #595959;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 35px;
  position: relative;
  text-transform: capitalize;
  transform: perspective(1px) translateZ(0px);
  transition: color 0.3s ease 0s;
  vertical-align: middle;
}

#contact-form button:hover {
  color: #fff;
}

#contact-form button::before {
  background: var(--semiDarkGreen) none repeat scroll 0 0;
  border-radius: 30px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

#contact-form button:hover::before {
  transform: scaleY(1);
}

/*******************************************
      end of contact1
  *******************************************/

/*--------------------------------------------------------------
      Services page
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of services-pg-section
  --------------------------------------------------------------*/

.services-pg-section {
  padding-bottom: 45px;
}

.services-pg-section .service-grids .grid {
  margin: 0 15px 50px;
}

/*--------------------------------------------------------------
      #service single page
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of service-single-content	
  --------------------------------------------------------------*/

.single-padding {
  padding: 90px 0px;
}

.service-sidebar ul {
  list-style: none;
}

.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active {
  color: ;
  padding-left: 15px;
}

.service-sidebar .link-widget ul &gt; li + li {
  margin-top: 8px;
}

.service-sidebar ul {
  list-style: none;
  padding: 0px;
}

.service-sidebar h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.46em;
  font-weight: 600;
}

.service-sidebar &gt; .widget1 + .widget1 {
  margin-top: 55px;
}

.service-sidebar .link-widget li {
  margin: 0;
  padding: 0;
  border: 1px solid #eeeeee;
  position: relative;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.service-sidebar .link-widget li:after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #000;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-sidebar .link-widget ul &gt; li + li {
  margin-top: 8px;
}

.service-sidebar .link-widget a {
  color: #000;
  padding: 9px 25px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.service-sidebar .link-widget li:hover,
.service-sidebar .link-widget li.active {
  color: ;
}

.service-sidebar .link-widget li:hover a,
.service-sidebar .link-widget li.active a {
  color: ;
}

.service-sidebar .link-widget li:hover:after,
.service-sidebar .link-widget li.active:after {
  color: ;
}

.service-sidebar .google-map-widget {
  width: 100%;
}

.service-sidebar .google-map-widget &gt; div {
  height: 200px;
}

.service-sidebar .google-map-widget iframe {
  width: 100%;
  height: 100%;
}

.service-sidebar .contact-widget ul li {
  font-weight: 500;
  font-size: 15px;
  color: #000;
  line-height: 1.6em;
  padding-left: 45px;
  position: relative;
}

.service-sidebar .contact-widget ul &gt; li + li {
  margin-top: 30px;
}

.service-sidebar .contact-widget ul li i {
  font-size: 20px;
  color: ;
  position: absolute;
  left: 0;
  top: 4px;
}

.service-sidebar .brochures-widget p {
  margin-bottom: 2em;
  color: #7a8595;
  line-height: 30px;
  font-size: 15px;
}

.service-sidebar .brochures-widget .btns a {
  font-size: 15px;
  font-weight: 500;
  color: ;
  padding: 10px 32px;
  margin-bottom: 30px;
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.service-sidebar .brochures-widget .btns i {
  display: inline-block;
  padding-right: 5px;
}

.service-sidebar .brochures-widget .btns a:last-child {
  margin-bottom: 0;
}

.service-sidebar .brochures-widget .btns a:hover {
  background-color: ;
  color: #fff;
}

.service-sidebar .brochures-widget .btns a:hover i {
  color: #fff;
}

.service-sidebar .case-link-widget {
}

.service-sidebar .case-link-widget ul &gt; li + li {
  margin-top: 15px;
}

.service-sidebar .case-link-widget li a {
  font-size: 15px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #86909e;
  border-radius: 5px;
  display: block;
}

.service-sidebar .case-link-widget li.current a,
.service-sidebar .case-link-widget a:hover {
  color: ;
}

.service-sidebar .newsletter-widget {
  background-color: #f2f2f2;
  padding: 35px 25px;
  position: relative;
}

.service-sidebar .newsletter-widget:before {
  content: "";
  background: url("../images/newsletter-env.png") center center/100% no-repeat
    local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

.service-sidebar .newsletter-widget form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-moz-placeholder {
  font-style: 15px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form ::-moz-placeholder {
  font-style: 15px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget form :-ms-input-placeholder {
  font-style: 15px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget h3 {
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

.service-sidebar .newsletter-widget input {
  height: 45px;
  font-size: 1.06667rem;
  border: 0;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid red;
  border-radius: 10px;
}

.service-sidebar .newsletter-widget button {
  background-color: var(--darkGreen);
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.06667rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.service-sidebar .newsletter-widget button:hover {
  background-color: var(--semiDarkGreen);
}

.service-single-content {
  margin-left: 25px;
}

.mediation-doodle {
  width: 30rem !important;
  height: 30rem !important;
}

.service-single-content .service-details h2 {
  font-size: 30px;
  font-size: 45px;
  line-height: 0.8em;
  margin: 0 0 1.25em;
  font-weight: 700;
  color: var(--darkGreen);
}

.service-single-content .service-details p {
  margin: 0 0 30px;
  color: var(--blackColor);
  line-height: 30px;
  font-size: 15px;
}

.service-details h3 {
  color: var(--semiDarkGreen);
}

.service-details h4 {
  color: var(--semiDarkGreen);
}

.service-single-content .service-details p {
  margin: 0 0 30px;
}

.service-single-content .service-details ul {
  list-style: none;
  padding: 0px;
}

.service-single-content .service-details ul li {
  margin-bottom: 12px;
  color: #7a8595;
  font-size: 15px;
}

.service-single-content .service-details ul li:last-child {
  margin-bottom: 0;
}

.service-single-content .service-details ul i {
  display: inline-block;
  padding-right: 5px;
}

.service-single-content .img-holder {
  margin-top: 55px;
}

.service-single-content .service-single-tab {
  margin-top: 60px;
}

.service-single-content .service-single-tab .nav {
  overflow: hidden;
}

.service-single-content .service-single-tab .nav li {
  float: left;
  padding: 10px 0px;
}

.service-single-content .service-single-tab .nav &gt; li + li {
  margin-left: 5px;
}

.service-single-tab h4 {
  color: var(--semiDarkGreen);
}

.service-single-content .service-single-tab .nav a {
  background-color: #f1f1f1;
  font-size: 15px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #000;
  padding: 10px 45px;
}

.service-single-content .service-single-tab .nav .active a,
.service-single-content .service-single-tab .nav a:hover {
  color: #fff;
}

.fade.in {
  opacity: 1;
}

.service-single-content .tab-content {
  padding-top: 25px;
}

.service-single-content .tab-content .tab-pane p {
  margin-bottom: 20px;
  color: #7a8595;
  line-height: 30px;
  font-size: 15px;
}

.service-single-content .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
      end of service-single-content	
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of home 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of service-area 2
  --------------------------------------------------------------*/

.single-generating {
  background: none;
  padding: 40px 40px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.single-generating:hover {
  background-color: var(--lightGreen) !important;
  box-shadow: 0px 2px 10px 0px #cecece;
}

.single-generating:hover .generating-cap h4 {
  color: #000;
}

.single-generating:hover .generating-cap p {
  color: #707b8e;
}

.generating-icon {
  margin-bottom: 120px;
}

.generating-icon i {
  font-size: 45px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--semiDarkGreen);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.generating-cap {
  padding-left: 28px;
}

.generating-cap h4 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.generating-cap h4::before,
.generating-cap h4::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0px;
  width: 40%;
  background-color: var(--lightGreen);
  transition: all 0.4s ease-in-out 0s;
  height: 3px;
}

.generating-cap h4::before {
  background: var(--semiDarkGreen);
  z-index: 9;
  width: 0px;
  visibility: hidden;
  opacity: 0;
}

.single-generating:hover h4::before {
  width: 40%;
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}

.generating-cap p {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 400;
}

/*--------------------------------------------------------------
      end of service-area 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of fusion-area
  --------------------------------------------------------------*/

.fusion-area {
  text-align: center;
  margin-top: 70px;
}

.fusion-area-2 {
  padding-bottom: 60px;
  margin-top: 40px;
}

.fusion-area a,
.fusion-area-2 a,
.fusion-area-fas a {
  padding: 10px 25px;
  color: ;
  font-size: 18px;
  border: 1px solid;
  font-family: "Nunito", sans-serif;
}


.fusion-area a:hover,
.fusion-area-2 a:hover,
.fusion-area-fas a:hover {
  background: #12b9f1ba;
  color: #fff;
}

.fusion-area-fas {
  text-align: right;
  margin-top: 30px;
}

.fusion-area a {
  color: ;
  font-size: 20px;
  border: 1px solid;
  padding: 10px 25px;
  font-family: poppins;
}

.fusion-area a:hover {
  transition: 0.5s;
  background-color: ;
  color: #fff;
}

/*--------------------------------------------------------------
      end of fusion-area
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of news-area 2
  --------------------------------------------------------------*/

.news-img:hover img,
.news-img.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.news-img:hover i,
.news-img.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 100ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.news-img {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.news-img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.news-img img {
  max-width: 100%;
  vertical-align: top;
}

.services-section-style2 .owl-item {
  padding: 0px 5px;
}

.news-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 100ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.news-img a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.news-img {
  background-color: ;
}

.news-img i {
  color: ;
}

/*--------------------------------------------------------------
      end of news-area 2	
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of inter-section
  --------------------------------------------------------------*/

.inter-section {
  background: url(../img/slider/slide1.jpg) center center/cover no-repeat fixed;
  position: relative;
  overflow: hidden;
}

.inter-section:before {
  content: "";
  background-color: rgba(22, 24, 25, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inter-title h3 {
  line-height: 1.6em;
  color: #fff;
  font-size: 45px;
  padding-top: 0px;
  font-weight: 700;
}

.inter-area {
  text-align: right;
  margin-top: 32px;
}

.inter-title a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0px 36px;
  min-height: 56px;
  line-height: 56px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.inter-title a:hover {
  color: #fff;
  background: var(--darkGreen);
}

/*--------------------------------------------------------------
      end of inter-section
  --------------------------------------------------------------*/

/*******************************************
      start of industry-section
  *******************************************/

.industry-section .features-grids {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}

.img-holder img {
  width: 50rem !important;
  height: 30rem;
  object-fit: cover;
}

.industry-section .features-grids .grid .icon {
  background-color: var(--darkGreen);
  color: #fff;
  font-size: 0px;
  border-radius: 5px;
  padding-right: 18px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.industry-section .grid .icon .fi:before {
  font-size: 30px;
  color: #fff;
}

.industry-section .features-grids .grid h3 {
  font-size: 22px;
  margin: 0 0 0.75em;
  font-weight: 700;
  color: var(--darkGreen);
}

.industry-section .features-grids .grid p {
  margin-bottom: 3rem;
  padding-top: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
}

.industry-section .img-holder {
  padding-bottom: 40px;
}

.industry-section .features-grids .grid {
  position: relative;
  padding-left: 100px;
}

/*******************************************
      end of industry-section
  *******************************************/

/*--------------------------------------------------------------
      start of wrp section
  --------------------------------------------------------------*/

.warp-section {
  background: #f4f9fc;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.wrp {
  text-align: center;
  height: 100%;
  width: 100%;
}

.wrp::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.wrp .icon {
  display: inline-block;
  font-size: 42px;
  line-height: 90px;
  height: 90px;
  width: 90px;
  color: #4099ff;
  border-radius: 100%;
  position: relative;
}

.wrp .icon::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.wrp .icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background: ;
  border-radius: 100%;
  z-index: -1;
}

.grid-wrp:hover .icon {
  animation-name: bubble2;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

.grid-wrp:hover .icon::after {
  animation-name: bubble;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.grid-wrp:hover .wrp .icon {
  color: #fff;
}

.wrp .icon-twitter {
  color: ;
}

.wrp .icon-twitter::after i {
  background: ;
  color: #fff !important;
}

@-moz-keyframes bubble {
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes bubble {
  100% {
    transform: scale(1);
  }
}

@-o-keyframes bubble {
  100% {
    transform: scale(1);
  }
}

@keyframes bubble {
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@-webkit-keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@-o-keyframes bubble2 {
  100% {
    color: #fff;
  }
}

@keyframes bubble2 {
  100% {
    color: #fff;
  }
}

.wrp {
  padding: 10px 6px;
}

.grid-wrp:hover .wrp h4 {
  color: ;
}

.wrp h4 {
  font-size: 22px;
  margin: 0px;
  margin-bottom: 16px;
  margin-top: 30px;
  display: block;
  font-weight: 700;
}

.wrp p {
  color: #7a8595;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
      end of wrp section
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of portfolio-area 2
  --------------------------------------------------------------*/

.portfolio-slider .grid-item {
}

.portfolio-area {
  position: relative;
}

.pb-200 {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 60px;
}

.portfolio-menu {
  margin-bottom: 60px;
}

.portfolio-menu button {
  background: #fff rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #595959;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-right: 12px;
  padding: 10px 15px;
  transition: all 0.3s ease 0s;
}

.portfolio-menu button:focus {
  outline: 0 none;
}

.portfolio-menu button:last-child {
  margin-right: 0;
}

.portfolio-menu button:hover {
  color: var(--darkGreen);
}

.portfolio-menu button.active {
  background: var(--darkGreen);
  color: #fff;
}

.custom {
  margin: 0 -15px;
}

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.portfolio-img {
  position: relative;
  overflow: hidden;
}

/* rgba image background: var(--semiDarkGreen)55; */

.portfolio-img::before {
  /* background: rgba(94, 141, 108, 0.3); */
  background: var(--semiDarkGreen) 55;
  bottom: 0px;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.5s ease 0s;
  z-index: 9;
  width: 0%;
}

.portfolio-wrapper:hover .portfolio-img::before {
  opacity: 1;
  width: 100%;
}

.portfolio-img img {
  width: 100%;
  transition: 0.6s;
}

.portfolio-wrapper:hover .portfolio-img img {
  transform: scale(1.1);
}

.portfolio-content {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 70%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  z-index: 10;
  transform: translateY(100px);
  transition: transform 0.4s linear, opacity 0.5s linear,
    -webkit-transform 0.4s linear;
}

.portfolio-wrapper:hover .portfolio-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-wrapper:hover .portfolio-content {
  opacity: 1;
}

.portfolio-content i {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.3s;
  cursor: pointer;
}

.portfolio-content h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

.portfolio-content h4 &gt; a {
  color: #fff;
  transition: 0.3s;
}

/*--------------------------------------------------------------
      start of portfolio-area 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of icon-progress 2
  --------------------------------------------------------------*/

.icon-progress-bar:after {
  position: absolute;
  height: 100%;
  background-color: #19693575;
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}

.icon-progress-bar {
  background-image: url(../img/slider_03.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 100% 16px;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}

.icon-progress-bar .icon-progressbar .media .media-left {
  border-right: 2px solid #fff;
}

.icon-progress-bar .icon-progressbar .media .media-left i:before {
  display: inline-block;
  color: #ffffff;
  font-size: 50px;
  line-height: 65px;
  padding-right: 16px;
}

.icon-progress-bar .icon-progressbar .media .media-body span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}

.icon-progress-bar .icon-progressbar .media .media-body h4 {
  margin-top: 10px;
  font-size: 15px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}

.icon-progress-bar .icon-progressbar .media .media-body {
  padding-left: 20px;
}

.icon-progress-bar .icon-progressbar {
  color: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
      end of icon-progress 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of leader-area 2
  --------------------------------------------------------------*/

.review-area {
  position: relative;
  background-image: url(../img/all/testibg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 100% 16px;
  background-size: cover;
}

.review-area .section-title-s1 {
  position: relative;
  z-index: 333;
}

.review-area:after {
  position: absolute;
  height: 100%;
  background-color: rgba(238, 242, 246, 0.9);
  background-repeat: repeat;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
}

.testimonials-grids .grid4 {
  z-index: 333;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 16px 4px rgba(181, 179, 255, 0.2);
  padding: 30px;
  padding-left: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.testimonials-grids .grid4:after {
  content: "\f10e";
  right: 45px;
  top: 40px;
}

.testimonials-grids .grid4:after {
  font-family: "FontAwesome";
  content: "\f10e";
  position: absolute;
  font-size: 50px;
  color: ;
  font-weight: 900;
  font-style: normal;
}

.review-area .testimonials-grids .grid4 .test-img img {
  max-width: 95px;
  padding-top: 10px;
  float: left;
  border-radius: 50%;
}

.review-area .testimonials-grids .grid4 .test-tittle {
  float: left;
  display: inline-block;
  padding-left: 45px;
  padding-top: 25px;
}

.testimonials-grids .grid4 .test-tittle h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.testimonials-grids .grid4 .test-tittle span {
  font-size: 15px;
  color: #666;
  font-weight: 600;
}

.review-area .testimonials-grids .details {
  padding-top: 25px;
  float: left;
}

.review-area .testimonials-grids .details p {
  font-size: 15px;
  line-height: 28px;
  position: relative;
  margin-bottom: 0;
}

.review-area .owl-controls {
  position: absolute;
  margin-top: 0;
  right: 0;
  bottom: 0;
}

.testimonials-grids .owl-dots .owl-dot &gt; span {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 30px;
  height: 4px;
  margin: 4px;
  border-radius: 5px;
  background-color: #fff;
}

.testimonials-grids .owl-dots .owl-dot {
  display: inline-block;
}

.testimonials-grids .owl-dots {
  padding-top: 3rem;
  text-align: center;
}

.testimonials-grids .owl-dots .owl-dot.active &gt; span {
  background-color: ;
}

/*******************************************
      start of brand-area
  *******************************************/

.brand-area {
}

img {
  display: inline-block;
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  border-style: none;
}

.brand-active.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/*******************************************
      end of brand-area
  *******************************************/

/*--------------------------------------------------------------
      start of figure 2
  --------------------------------------------------------------*/

.blog-area-bk {
  background: #f4f9fc;
}

figure.snip1208 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

figure.snip1208 figcaption {
  padding: 40px;
  position: relative;
}

figure.snip1208 .date,
figure.snip1208 i {
  background-color: ;
  top: 25px;
  color: #fff;
  left: 25px;
  border-radius: 5px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}

figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
}

figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}

figure.snip1208 .date .month {
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1208 h4,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}

figure.snip1208 h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 30px;
}

figure.snip1208 p {
  color: #7a8595;
  font-size: 15px;
  margin-bottom: 0px;
  line-height: 28px;
}

.figure-btn a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
}

.figure-btn a:hover {
  color: var(--darkGreen);
}

figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1208:hover .date,
figure.snip1208.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1208:hover i,
figure.snip1208.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*--------------------------------------------------------------
      end of figure 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      end of home 2
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of home 3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of btn 3
  --------------------------------------------------------------*/

.about-wrapper {
  margin-right: 20px;
}

.ml-left {
  margin-left: 0px;
}

.about-cop {
  display: block;
  width: 100%;
  position: relative;
  padding: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-cop:hover {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}

.about-cop.about-cop-middle {
  margin-top: 80px;
}

.about-cop .icon {
  line-height: 1.3;
  position: relative;
}

.about-cop .icon span {
  font-size: 50px;
  color: ;
}

.about-cop .icon span:before {
  display: inline-block;
  color: ;
  font-size: 40px;
  line-height: 55px;
  padding-right: 10px;
  margin-left: 0;
}

.about-cop .media-body h3 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  color: #000;
  line-height: 32px;
}

/*--------------------------------------------------------------
      end of service 3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of service-area 3
  --------------------------------------------------------------*/

.service-warp .service-desc h4 {
  position: relative;
  padding: 25px;
  background: #fff;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-warp:hover .service-desc h4 {
  color: ;
}

.service-warp:hover .service-desc p {
  border-bottom: 2px solid;
  -webkit-box-shadow: 0 6px 12px 0px #d3dbe39e;
  box-shadow: 0 6px 12px 0px #d3dbe39e;
}

.service-warp .service-desc p {
  color: #7a8595;
  font-size: 15px;
  line-height: 30px;
  padding: 25px;
  background: #fff;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #ddd;
}

/*--------------------------------------------------------------
      end of service-area 3
  --------------------------------------------------------------*/

/*******************************************
      start of portfolio-area-3
  *******************************************/

.portfolio-wrapper .portfolio-content-3 {
  padding: 25px;
  background: #fff;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.portfolio-wrapper .portfolio-content-3 h4 {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-wrapper:hover .portfolio-content-3 h4 {
  color: ;
}

.portfolio-wrapper .portfolio-content-3 span {
  font-size: 15px;
  color: #7a8595;
}

.portfolio-wrapper .portfolio-img-3:after {
  background-image: url(../img/ro.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.portfolio-wrapper .portfolio-img-3 {
  position: relative;
}

.portfolio-wrapper .portfolio-img-3:after {
  content: "";
  position: absolute;
  z-index: 33;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.35s;
}

.portfolio-wrapper .portfolio-img-3:before {
  content: "";
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transition: 0.35s;
}

.portfolio-wrapper:hover .portfolio-img-3:before {
  background: rgba(34, 35, 40, 0.4);
}

.portfolio-wrapper .portfolio-img-3:after {
  opacity: 0;
}

.portfolio-wrapper:hover .portfolio-img-3:after {
  opacity: 1;
}

/*******************************************
      end of portfolio-area-3
  *******************************************/

/*--------------------------------------------------------------
      start of about-section-s3
  -------------------------------px;---------------------------*/

/*--------------------------------------------------------------
      end of about-section-s3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of cta-section-s3
  --------------------------------------------------------------*/

.cta-section-2.cta-section {
  background: url(../img/slider/bg9.jpg) center center/cover no-repeat;
}

.cta-section {
  background: url(../img/slider/red.jpg) center center/cover no-repeat;
  text-align: center;
  position: relative;
  background-attachment: scroll;
  background-position: top center;
  width: 100%;
  height: 100%;
}

.cta-section-2 .cta-detail.inter-title a {
  margin-top: 20px;
}

.cta-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta-section .cta-detail h2 {
  font-size: 45px;
  line-height: 60px;
  margin: 0;
  color: #fff;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-weight: 700;
}

.cta-section .cta-detail p {
  font-size: 15px;
  color: #fff;
  line-height: 30px;
}

/*--------------------------------------------------------------
      end of cta-section-s3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of pricing-section-3
  --------------------------------------------------------------*/

.pricing-wrapper-3 {
  background: #f4f9fc;
}

.pricing {
  background: #fff;
  padding: 40px 30px;
}

.pricing h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.pricing-wrapper-3 .section-title-s3 h2 {
  line-height: 60px;
}

.pricing .price-btn a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 0px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0px 36px;
  min-height: 50px;
  line-height: 50px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.pricing .price-btn a:hover {
  background: var(--darkGreen);
  color: #fff;
  border: 1px solid;
}

.pricing .price &gt; span {
  color: #9a9a9a;
}

.pricing .price &gt; span &gt; span {
  font-size: 3rem;
  color: ;
  font-weight: 600;
}

.pricing ul li {
  margin-bottom: 20px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 15px;
}

.ul-check.success li:before {
  color: #71bc42;
}

.pricing {
  transition: 0.4s;
  margin-top: 0px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}

.pricing:hover,
.pricing.active {
  -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
}

.ul-check li.remove {
  text-decoration: line-through;
  color: #9a9a9a;
}

.ul-check li.remove:before {
  color: #9a9a9a;
}

/*--------------------------------------------------------------
      end of pricing-section-3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of testimonial 3
  --------------------------------------------------------------*/

.review-part-text {
  margin-left: 15px;
  margin-right: 15px;
}

.review-part-text .queit-box {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.review-part-text .queit-box i {
  color: ;
  font-size: 48px;
}

.review-part-text .client-pic img {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.review-part-text .rating i {
  color: #ffc515;
}

.review-part-text .details-about h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 16px 0px 30px 0px;
}

.review-part-text .details-about p {
  max-width: 810px;
  padding-top: 15px;
  margin: 0 auto;
  font-size: 15px;
  color: #7a8595;
  line-height: 30px;
  margin-bottom: 1em;
}

.testimonials-slider-3 .owl-nav {
  text-align: right;
  margin-top: 40px;
}

.testimonials-slider-3 .owl-nav &gt; div {
  background-color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: ;
  text-align: center;
  line-height: 46px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0 0 0 10px;
  border: 2px solid #bdbdbd;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-slider-3 .owl-nav .owl-prev:hover,
.testimonials-slider-3 .owl-nav .owl-next:hover {
  color: #fff;
  background: var(--darkGreen);
  border: 2px solid var(--darkGreen);
}

/*--------------------------------------------------------------
      end of testimonial 3
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
      start of team-3
  --------------------------------------------------------------*/

.team-area-3 {
}

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

.team-member-warp .overlay-box {
  position: absolute;
  text-align: center;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}

.team-member-warp .overlay-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(199, 199, 199, 0.67);
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: 0.2s ease-in;
}

.team-member-warp:hover .overlay-box::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.team-member-warp .overlay-box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 123, 255, 0.85);
  left: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: 0.2s ease-in;
}

.team-member-warp:hover .overlay-box::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition-delay: 0.3s;
}

.team-member-warp .overlay-box .overlay-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  z-index: 1;
}

.team-member-warp .social-iconn li {
  list-style: none;
  display: inline-block;
}

.team-member-warp .social-iconn li a {
  display: inline-block;
  padding: 8px 5px;
  color: #fff;
}

.team-member-warp ul {
  padding-left: 0;
  margin-bottom: 0;
}

.team-member-warp .overlay-inner {
  -webkit-transform: translateX(-16px);
  transform: translateX(-16px);
  opacity: 0;
  transition: 0.2s ease;
  transition-delay: 0s;
}

.team-member-warp:hover .overlay-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.team-member-warp .team-detail-tittle {
  padding: 25px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 16px 0px rgba(205, 190, 255, 0.2);
}

.team-member-warp .team-detail-tittle h3 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.team-member-warp .team-detail-tittle span {
  color: #7a8595;
  font-size: 15px;
}

/*--------------------------------------------------------------
      end of team 3
  --------------------------------------------------------------*/

/*******************************************
      start of blog-area
  *******************************************/

.blog-area {
}

.blog-img {
  position: relative;
}

.blog-wrapper:hover .blog-text h4:hover .blog-img::before {
  color: var(--semiDarkGreen);
}

.blog-img::before {
  background: rgba(0, 123, 255, 0.74);
  content: "";
  transition: all 0.5s;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  opacity: 0;
  position: absolute;
  width: 0%;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.blog-wrapper:hover .blog-img::before {
  width: 100%;
  opacity: 1;
  right: auto;
  left: 0;
}

.blog-img img {
  width: 100%;
}

.blog-text {
  margin-top: 25px;
}

.blog-text h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 30px;
  text-transform: capitalize;
}

.blog-text h4 a {
  color: #3f3f3f;
  transition: 0.3s;
}

.blog-wrapper:hover .blog-text h4 a {
  color: var(--semiDarkGreen);
}

.blog-text span {
  color: #595959;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
}

.blog-text span::before {
  background: var(--semiDarkGreen) none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: -70px;
  top: 11px;
  width: 50px;
}

.blog-text &gt; p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #7a8595;
  margin-bottom: 0;
}

/*******************************************
      end of blog-area
  *******************************************/

/************************************************************
      Start Demo Four
  *************************************************************/

/************************************
      start of menu
  *************************************/

.mainmenu_area_4 {
  padding: 0px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0px;
}

.bg-white {
  background: #fff;
}

.demo-n-4 .slider-wrapper:before {
  background-color: rgba(0, 0, 0, 0);
}

.text-4-blck.slider-content-four h1 {
  color: #000;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
}

.slider-content-four {
  margin-top: 6em;
}

.text-4-blck.slider-content-four h1 span {
  color: var(--semiDarkGreen);
  font-size: 46px;
}

.text-4-blck.slider-content-four p {
  color: #7a8595;
  margin-bottom: 28px;
}

.slider-content-four a:hover.easy-btn {
  color: #fff;
}

.ex-margin {
  margin-top: 4.5em;
}

.easy-btn {
  -moz-user-select: none;
  background: var(--darkGreen);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0 36px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  border-radius: 5px;
}

.banner-mini-img img {
  border-radius: 8px;
}

.pos-rella {
  position: relative;
}

.adv-option {
  position: absolute;
  left: 0;
  top: 70px;
}

.adv-icon {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  display: flex;
  text-align: left;
  border-radius: 4px;
  animation-delay: 1s;
  animation: move 4.2s linear infinite;
}

.adv-icon img {
  width: 60px;
  height: 60px;
  border-radius: 2px;
  margin-right: 15px;
}

.adv-icon span {
  color: ;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.adv-icon p {
  font-size: 15px;
  margin-bottom: 0;
  line-height: 26px;
}

.adv-option-2 {
  position: absolute;
  right: 15px;
  bottom: 75px;
}

.adv-details-2 {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  animation-delay: 1s;
  animation: move 4.2s linear infinite;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.adv-details-2 i {
  font-size: 40px;
  color: #007fbb;
}

@-webkit-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-moz-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(25px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*******************************************
      end of menu
  *******************************************/

/*******************************************
      start of process
  *******************************************/

.inter-section-4 {
  background-position: center top;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background: #15171f;
}

.inter-section-4:before {
  content: "";
  background-color: rgba(22, 24, 25, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.item-offers {
  display: flex;
}

.item-offers span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 20px;
  border: 1px solid #777;
  border-radius: 8px;
  margin-right: 20px;
  display: inline-block;
}

.item-offers .cont h6 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.item-offers .cont p {
  font-size: 15px;
  line-height: 28px;
}

/*******************************************
      end of process
  *******************************************/

/*******************************************
      start of about-4
  *******************************************/

.sec-tittle-color h2 span {
  color: var(--semiDarkGreen);
  line-height: 60px;
}

.mr-30 {
  margin-right: 30px;
}

.about-4 {
  display: flex;
}

.icon-4 {
  margin-bottom: 22px;
}

.icon-4 span {
  font-size: 30px;
  font-weight: 500;
}

.grid-4 h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ab-4-btn a:hover {
  color: #fff;
}

.ab-4-btn {
  margin-top: 40px;
}

.img-holder {
  position: relative;
}

.img-holder img {
  border-radius: 8px;
}

.img-holder-4 {
  position: absolute;
  right: -30px;
  bottom: 8em;
  background: var(--darkGreen);
  padding: 30px;
  border-radius: 5px;
  width: 40%;
}

.img-holder-4 h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 22px;
  line-height: 30px;
  text-transform: capitalize;
}

.img-holder-4 img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
}

/*******************************************
      end of about-4
  *******************************************/

/*******************************************
      start of service-4
  *******************************************/

.single-service-4 {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.myBox{
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  height: 300px;
}

.service-5-sec .myBox:hover {
  -webkit-box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  border-color: transparent;
}

.service-5-sec .myBox {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service-5-sec .myBox .service-4-cap p {
  margin-bottom: 18px;
  margin-top: 8px;
}

.service-5-sec .myBox .service-4-cap a {
  color: #000;
}

/* my cuastom box starts */

.single-service-4-custom{
  padding: 40px;
  background: var(--lightGreen);
  border-radius: 5px;
  box-shadow: 0 0 35px rgb(0 0 0 / 5%);
  height: 300px;
}


.service-5-sec .single-service-4-custom:hover {
  -webkit-box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  border-color: transparent;
}

.service-5-sec .single-service-4-custom {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service-5-sec .single-service-4-custom .service-4-cap p {
  margin-bottom: 18px;
  margin-top: 8px;
}

.service-5-sec .single-service-4-custom .service-4-cap a {
  color: #000;
}

/* my cuastom box ends */

.service-4-icon {
  margin-bottom: 45px;
}

.service-4-icon i {
  color: var(--semiDarkGreen);
  font-size: 50px;
}

.handshake {
  font-size: 50px;
  color: var(--semiDarkGreen);
}

.service-4-cap h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-4-cap a {
}

.easy-btn-2 span {
  color: var(--darkBrown);
}

.easy-btn-2 {
  color: var(--darkBrown);
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0px 0px;
  text-align: center;
  transition: all 0.3s ease 0s;
  position: relative;
  text-transform: capitalize;
}

.easy-btn-2 i {
  font-size: 18px;
  margin-top: 5px;
  opacity: 0;
  padding-left: 15px;
  transition: all 0.3s ease 0s;
  color: var(--darkBrown);
}

.easy-btn-2:hover i {
  opacity: 1;
  padding-left: 0px;
}

.easy-btn:hover {
  background: var(--semiDarkGreen);
}

.mt-e40 {
  margin-top: 40px;
}

/*******************************************
      end of service-4
  *******************************************/

/*******************************************
      start of testimonial-4
  *******************************************/

.inner-sec-4.cta-section {
  background: url(../img/slider/inr4.jpg) center center/cover no-repeat;
}

.author-4 img {
  float: left;
}

.grid-text-4 {
  position: relative;
  background: var(--lightGreen);
  border-radius: 5px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 35px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.grid-testi-4:hover .grid-text-4 {
  -moz-transform: translate3d(0, -3px, 0);
  -o-transform: translate3d(0, -3px, 0);
  -ms-transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.grid-text-4:before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent;
  border-width: 27px 10px 0;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -19px;
  left: 50px;
  z-index: 1;
  -webkit-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  transform: rotate(27deg);
}

.grid-text-4 p {
  font-size: 15px;
  margin-bottom: 0;
}

.author-4 {
  padding: 0px 15px;
}

.author-4 img {
  margin-right: 20px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.testi-name-4 {
  margin-top: 10px;
  display: inline-block;
}

.testi-name-4 h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.testi-name-4 h4 span {
  color: #828282;
  font-size: 15px;
  margin-left: 15px;
  font-weight: 500;
}

.testi-name-4 .rating-4 i {
  color: #fcc032;
  font-size: 13px;
}

/*******************************************
      end of testimonial-4
  *******************************************/

/*******************************************
      start of blog-area-4
  *******************************************/

.bg-gray-blue {
  background: var(--lightGreen);
}

.blog-wrap-4 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.blog-wrap-4 .blog-img-4 {
  background: var(--lightGreen);
  position: relative;
  overflow: hidden;
}

.blog-wrap-4:hover .blog-img-4 span {
  background: #fff;
  color: var(--semiDarkGreen);
}

.blog-wrap-4 .blog-img-4 span {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 15px;
  font-weight: 500;
  line-height: 14px;
  background: var(--semiDarkGreen);
  color: #fff;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 8px 16px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.blog-wrap-4 .blog-des4 {
  padding: 40px;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.blog-wrap-4 .des-img {
  margin-bottom: 0px;
}

.blog-wrap-4 .des-img img {
  width: 45px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  padding: 2px;
  border: 1px solid #f4f9fc;
  -webkit-box-shadow: 0px 10px 14px 0px rgb(1 11 60 / 10%);
  -moz-box-shadow: 0px 10px 14px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 10px 14px 0px rgb(1 11 60 / 10%);
}

.blog-wrap-4 .des-img h5 {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
}

.blog-wrap-4 .des-img h5 span {
  font-size: 15px;
  line-height: 22px;
  color: #828282;
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
}

.blog-wrap-4 .des-img .des-date {
  display: inline-block;
  position: relative;
  text-align: right;
  float: right;
  margin-top: 10px;
}

.blog-wrap-4 .des-img .des-date span {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
}

.blog-wrap-4 .blog-des4 h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
  line-height: 34px;
}

.blog-wrap-4 .blog-des4 h4 a:hover {
  color: #2f2f2f;
}

.blog-wrap-4 .blog-des4 p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 24px;
}

.blog-warp-4 .blog-img-4 {
  background: #2f2f2f;
}

.blog-wrap-4:hover .blog-img-4 img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.blog-warp-4 .blog-img-4 img {
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

/*******************************************
      end of blog-area-4
  *******************************************/

/************************************************************
      Start Demo Five
  *************************************************************/

/************************************
      start of menu 5
  *************************************/

.mainmenu_area_5 {
  padding: 0px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0px;
}

#header_sticky_5.scroll_header_5 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: ;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/************************************
      start of menu 5
  *************************************/

/************************************
      start of banner 5
  *************************************/

.slider-five .slider-wrapper:before {
  background-color: rgba(0, 0, 0, 0.45);
}

.slider-content-5 h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
  text-transform: capitalize;
}

.slider-content-5 a {
  margin-top: 15px;
}

.slider-content-5 a:hover {
  color: #fff;
}

/************************************
      end of banner 5
  *************************************/

/************************************
      start of features 5
  *************************************/

.features-extra-top {
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.features-content-five {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgb(205 190 255 / 20%);
}

.features-content-five i {
  font-size: 40px;
  color: ;
}

.features-des-5 {
  padding-left: 25px;
}

.features-des-5 h4 {
  font-size: 18px;
  font-weight: 600;
}

.features-des-5 p {
  font-size: 15px;
}

/************************************
      end of features 5
  *************************************/

/************************************
      start of portfolio-area 5
  *************************************/

.sec-span-color span {
  color: var(--darkGreen);
  font-weight: bolder;
}

.sec-span-color h2 {
  color: var(--darkGreen);
}

.grid-slider-5 .owl-nav {
  text-align: left;
  margin-top: 40px;
  position: absolute;
  left: -24em;
  bottom: 6em;
}

.grid-slider-5 .owl-nav &gt; div {
  background-color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: ;
  text-align: center;
  line-height: 46px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0 0 0 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-slider-5 .owl-nav .owl-prev:hover,
.grid-slider-5 .owl-nav .owl-next:hover {
  color: #fff;
  background: var(--darkGreen);
  border: 1px solid var(--darkGreen);
}

/************************************
      end of portfolio-area 5
  *************************************/

/************************************
      start of service-area 5
  *************************************/

.width-half h2 {
  max-width: 58%;
  margin: 0 auto;
}

.service-5-sec .single-service-4:hover {
  -webkit-box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  box-shadow: 0 20px 50px rgb(0 5 39 / 7%);
  border-color: transparent;
}

.service-5-sec .single-service-4 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.service-5-sec .single-service-4 .service-4-cap p {
  margin-bottom: 18px;
  margin-top: 8px;
}

.service-5-sec .single-service-4 .service-4-cap a {
  color: #000;
}

.bulletText::before{
    content: "\f0a4";
    font-family: 'FontAwesome';
    color: var(--semiDarkGreen)
}

.bulletText{
    text-align: start;
}


.service-5-sec .myBox .service-4-cap a {
  color: #000;
}

.service-5-sec .myBox .service-4-cap a:hover {
  color: var(--darkGreen);
}

/************************************
      start of service-area 5
  *************************************/

/************************************
      start of team-area 5
  *************************************/

.team-img-5 {
  padding: 40px;
  border-radius: 5px;
  border: 1px solid #eee;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-img-5:hover {
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.team-img-5 img {
  border-radius: 5px;
}

.team-text-5 h4 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.team-text-5 span {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

.team-icon-5 {
}

.team-icon-5 a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
  transition: 0.3s;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: ;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team-icon-5 a:hover {
  color: ;
  background: #fff;
  border: 1px solid #eee;
}

/************************************
      end of team-area 5
  *************************************/

/************************************
      start of pricing-area 5
  *************************************/

.pricing-slider-5 .owl-nav {
  text-align: left;
  margin-top: 40px;
  position: absolute;
  left: -24em;
  bottom: 6em;
}

.pricing-slider-5 .owl-nav &gt; div {
  background-color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: ;
  text-align: center;
  line-height: 46px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0 0 0 10px;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pricing-slider-5 .owl-nav .owl-prev:hover,
.pricing-slider-5 .owl-nav .owl-next:hover {
  color: #fff;
  background: ;
  border: 1px solid;
}

.pricing-slider-5 .pricing:hover {
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.pricing-slider-5 .pricing:hover,
.pricing-slider-5 .pricing.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/************************************
      end of pricing-area 5
  *************************************/

/******************************************************
      end of demo  5
  ********************************************************/

/******************************************************
      start of demo  6
  ********************************************************/

/************************************
      start of menu 6
  *************************************/

.mainmenu_area_6 {
  position: relative;
  display: block;
}

#header_sticky_6 .scroll_header_6 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.mainmenu_area_6 .header-form .form-control {
  border: 1px solid #ececec;
}

.mainmenu_area_6 .header-form {
  margin-top: 20px;
}

.mainmenu_area_6 .header-form button {
  top: 25px;
}

/************************************
      end of menu 6
  ***********slider-six-img**************************/

.slider-six-img img {
  position: relative;
  max-width: 60vw !important;
  padding: 20px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.doodle1 {
  padding-bottom: 50px;
}

.doodle1 img {
  max-width: 100% !important;
}

.doodly {
  margin-left: 8vw;
}

.slider-six-img:hover img {
  transform: rotate(6deg);
}

.slider-six-img:hover .shape {
  transform: rotate(-6deg);
}

.slider-content-six {
  margin-top: -75px;
}

.slider-content-six ul li{
    color: var(--blackColor);
}


.customBulletText p{
    font-weight: 300;
}


.customBulletText p{
    list-style-type: '\f0a4'; 
    font-family: 'FontAwesome';  
    list-style-position: outside; 
}

.custom-ul-list li p::before {
  color: red !important;
}

.slider-content-six p {
  color: var(--blackColor);
}

.slider-six-img .shape {
  transform: rotate(-8deg);
  position: absolute;
  width: 90%;
  content: "";
  background: #ddd;
  left: 0;
  top: 0;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-color: #d6e5dc;
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-content-six {
  position: relative;
}

.slider-content-six .video-holder {
  left: 8%;
  top: 133%;
}

.slider-content-six h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--semiDarkGreen);
}

.slider-content-six-custom h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 60px;
  text-transform: capitalize;
  color: var(--semiDarkGreen);
}

.about-6-section .ab-4-btn {
  margin-top: 0px;
}

.extra-middle {
  align-content: center;
  align-items: center;
}

.bg-extra-img {
  position: relative;
}

.bg-extra-img img {
  position: absolute;
  left: -150px;
  top: -238px;
  z-index: -1;
  width: 25%;
  opacity: 0.1;
}

.img-holder-6 img {
  border-radius: 5px;
}

/******************************************************
      end of demo  6
  ********************************************************/

/************************************
      start of index demo
  *************************************/

.demo-header-area {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 20px 50px;
}

.demo-header .mainmenu_2 ul li &gt; a {
  color: var(--darkGreen);
  position: relative;
}

.demo-header .mainmenu_2 ul li &gt; a:hover {
  color: var(--semiDarkGreen);
  background: transparent;
  border-top: 2px solid transparent;
}

.hearder_area {
  background: #fff !important;
  width: 100%;
}

.demo-header.mainmenu_area_2 {
  top: 0px;
  background: #fff;
  height: 130px;
  padding: 0 50px;
}

.top-header.mainmenu_area_2 {
  top: 0px;
  background: #fff;
  height: 130px;
  padding: 0 50px;
}

.mainmenu_area {
  background-color: #fff;
}

.mt-top {
  margin-top: 60px;
}

.demo-banner .slider-wrapper:before {
  background-color: rgb(0, 0, 0, 0.5);
}

.demo-content h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 20px;
  padding: 0 50px;
  line-height: 15px;
}

.demo-content h2 {
  color: #fff;
}

.demo-content p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0 auto;
  width: 70%;
}

.demo-content &gt; a {
  border: 1px solid var(--darkGreen);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  background: var(--darkGreen);
  padding: 0 36px;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.bg-gray-green {
  background: var(--lightGreen);
}

.demo-content &gt; a:hover {
  background: var(--semiDarkGreen);
}

.demo-area {
  background: #f7f7f7;
}

.demo-image img {
  position: relative;
}

/* .demo-area .section-title-s1 h2 span {
  color: ;
} */

.content-two &gt; h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
}

/* .content-two &gt; h3 a:hover {
  color: ;
} */

.single-demo .image {
  position: relative;
  transition: 0.5s;
}

.single-demo .image:hover {
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.single-demo:hover .content-two &gt; h3 {
  color: ;
}

.inner-area.demo-area {
  background: #fff;
}

.inner-area .demo-image {
  transition: 0.5s;
}

.inner-area .demo-image:hover {
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.inner-area .content-two &gt; h3 {
}

#header_sticky_2.demo-header.scroll_header_2 {
  background: white;
}

.features-demo {
  border-radius: 5px;
  padding: 45px 15px;
  text-align: center;
  background: #fff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}

.features-demo:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  transform: translateY(-0.5rem);
}

.features-image img {
  border-radius: 5px;
  margin-bottom: 15px;
  width: 70px;
}

.features-two h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

/* new footer start */
.footer .width-20 {
  width: 20%;
}

.footer .width-25 {
  width: 25%;
}

.footer .width-22 {
  width: 22%;
}

.footer .width-23 {
  width: 23%;
}

.footer .width-16 {
  width: 19%;
}

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

.footer .menu-footer li {
  list-style: none;
  margin-bottom: 8px;
}

.footer .menu-footer li a {
  color: #4e6770;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
}

.footer .menu-footer li a:hover {
  color: var(--primary-color);
  padding-left: 2px;
  transition-duration: 0.2s;
}

.footer .footer-bottom {
  border-top: 1px solid #6a838c;
  color: #3d565f;
  font-size: 14px;
  padding: 30px 0;
}

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

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

.menu-bottom li:first-child a {
  padding-left: 0;
}

.footer-1 {
  background-color: #fff;
  margin: 0;
  padding: 90px 0 25px;
}

.btn.btn-default.color-brand-1 {
  transition-duration: 0.2s;
}

.btn.btn-default.color-brand-1 svg {
  color: var(--primary-color);
  transition-duration: 0.2s;
}

.card-member-2 .card-info a.color-brand-1 {
  display: block;
  margin-bottom: 1px;
}

/* .footer-home2 .footer-1 {
    padding-bottom: 0;
  } */

/* new footer end */

.demo-footer {
  text-align: center;
  background: #eaeaea;
  padding: 40px 0px 40px 0px;
}

.copyright-demo {
  text-align: center;
  font-size: 18px;
  color: #000;
  padding-top: 0px;
  font-weight: 500;
}

.copyright-demo a {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.copyright-demo a:hover {
  color: var(--semiDarkGreen);
  text-decoration: underline;
}

/*--------------------------------------------------------------
      end of home 3
  --------------------------------------------------------------*/

/*******************************************
      start of slider-area
  *******************************************/

.d-flex {
  align-items: center;
  display: flex;
}

.vh {
  height: 100vh;
}

.slider-wrapper {
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.slider-wrapper:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.slider-icon {
}

.slider-icon a {
  color: ;
  font-size: 18px;
  margin-right: 11px;
}

.slider-icon a:last-child {
  margin-right: 0;
}

.slider-content {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 17px;
}

.slider-content p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin: 0 auto;
  width: 45%;
  text-align: center;
}

.slider-content &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0px 36px;
  min-height: 56px;
  line-height: 56px;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slider-content &gt; a:hover {
  background: var(--darkGreen);
}

.slider-text-animation {
}

.slider-icon,
.slider-text-animation h1,
.slider-text-animation p,
.slider-text-animation &gt; a {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOutDown;
}

.active .slider-icon,
.active .slider-text-animation h1,
.active .slider-text-animation p,
.active .slider-text-animation &gt; a {
  animation-name: fadeInUp;
}

.slider-icon {
  animation-delay: 0.2s;
}

.slider-text-animation h1 {
  animation-delay: 0.6s;
}

.slider-text-animation p {
  animation-delay: 1.2s;
}

.slider-text-animation &gt; a {
  animation-delay: 1.5s;
}

.slider-active .owl-nav div {
  background: var(--darkGreen);
  border-radius: 5px;
  color: #ffffff;
  font-size: 24px;
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 60px;
}

.slider-active .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.slider-active .owl-nav div:hover {
  background: var(--darkGreen);
  color: #fff;
}

.slider-active:hover .owl-nav div {
  left: 40px;
  opacity: 1;
}

.slider-active:hover .owl-nav div.owl-next {
  left: auto;
  right: 60px;
}

.slider-content-two {
  top: 55%;
  left: 108px;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content-two h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 17px;
}

.slider-content-two h1 span {
  color: ;
  font-size: 60px;
  font-weight: 700;
}

.slider-content-two p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  width: 60%;
  text-align: left;
}

.slider-content-two &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0 36px;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.slider-content-two &gt; a:hover {
  background: var(--darkGreen);
}

.slider-content-three {
  top: 50%;
  left: 0px;
  right: 0;
  padding: 65px;
  background: #fff;
  position: absolute;
  transform: translateY(-50%);
}

.slider-content-three h1 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 19px;
  margin-top: 0px;
  text-transform: capitalize;
}

.slider-content-three h1 span {
  color: ;
  font-size: 60px;
  font-weight: 700;
}

.slider-content-three p {
  color: #777;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  width: 100%;
  text-align: left;
}

.slider-content-three .slide {
  padding: 5px;
}

.slider-content-three .slide &gt; a {
  border: 1px solid;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-top: 38px;
  letter-spacing: 1.2px;
  position: relative;
  overflow: hidden;
  background: ;
  padding: 0 36px;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}

.slider-content-three .slide &gt; a:hover {
  background: var(--darkGreen);
}

.slider-content-three .owl-dots .owl-dot &gt; span {
  display: inline-block;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 12px;
  height: 4px;
  margin: 3px;
  border-radius: 4px;
  background-color: #ddd;
}

.slider-content-three .owl-dots .owl-dot {
  display: inline-block;
}

.slider-content-three .owl-dots {
  text-align: center;
  position: absolute;
  right: 58px;
  margin-top: -8px;
}

.slider-content-three .owl-dots .owl-dot.active &gt; span {
  background-color: ;
}

.video-holder {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 88%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-btn-style {
  position: relative;
  height: 65px;
  width: 65px;
  background: #000;
  text-align: center;
  display: inline-block;
  line-height: 65px;
  color: ;
  border-radius: 50%;
  transition-duration: 0s;
  -ms-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.video-btn-style:hover {
  background: ;
  color: #fff;
}

.video-btn-style:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* header */
.mainmenu_area_5 {
  padding: 0px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0px;
}

#header_sticky_5.scroll_header_5 {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: var(--semiDarkGreen);
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/*******************************************
      start of header-style-1
  *******************************************/

.no-padding {
  padding: 12px 0px;
}

.topbar-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#topbar ul li:first-child {
  margin: 0px;
  padding-left: 4px;
}

#topbar ul li,
#topbar ul li a {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 15px;
}

#topbar ul li {
  border-right: 1px solid var(--semiDarkGreen);
  display: inline-block;
  padding: 5px 10px;
}

#topbar .topbar-block.left ul li i {
  color: var(--semiDarkGreen);
  font-size: 15px;
  margin-right: 6px;
  margin-top: 1px;
  float: left;
}

#topbar .topbar-block.left ul li:nth-child(2) a {
  font-size: 14px;
}

#topbar ul li:last-child {
  border: medium none;
}

#topbar .topbar-block:last-child {
  padding-right: 10px;
}

#topbar .topbar-block ul.social a {
  font-size: 14px;
}

#topbar .topbar-block ul.social a:hover {
  color: var(--semiDarkGreen);
}

#topbar ul.social li {
  height: 17px;
  margin: 0 -1px;
  padding: 1px 9px;
  width: auto;
}

#topbar .topbar-block {
  float: left;
}

.scroll_header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc9c7;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 333;
}

.mainmenu_area {
  background-color: var(--semiDarkGreen);
}

/* .logo {
  width: 270px !important;
} */

.mainmenu ul {
  padding: 0px;
  margin-bottom: 0rem;
}

.mainmenu ul li {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0;
  display: inline-block;
}

.mainmenu ul li &gt; a {
  margin: 0 auto;
  position: relative;
  padding: 30px 12px;
  color: #fff;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu ul li &gt; a i {
  color: #fff;
  font-size: 16px;
  padding-left: 4px;
}

.mainmenu ul li &gt; a:hover {
}

.mainmenu ul li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  border-top: 2px solid var(--semiDarkGreen);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: -8px;
  opacity: 0;
  position: absolute;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 220px;
  z-index: 9;
  padding: 0px;
  margin-top: 0;
}

.mainmenu ul li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.mainmenu ul li .sub-menu li {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.mainmenu ul li .sub-menu li a {
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  padding: 12px 30px;
  text-transform: capitalize;
  display: block;
}

.mainmenu ul li:hover &gt; .sub-menu li &gt; a:hover {
  color: #fff;
  background: var(--semiDarkGreen);
  transition: 0.4sec;
}

.header-btn {
  padding-top: 14px;
}

.header-btn a {
  -moz-user-select: none;
  background: var(--darkGreen);
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 0 36px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-height: 56px;
  line-height: 56px;
  border-radius: 5px;
}

.header-btn a:hover {
  color: #fff;
  background: var(--semiDarkGreen);
}

/*******************************************
      end of header-style-1
  *******************************************/
</pre></body></html>