body {
  font-family: 'Montserrat', sans-serif !important;
}

.bg-light {
  background-color: white !important;
}

a {
  text-decoration: none !important;
  text-transform: none !important;
  color: #474747 !important;
}

#nav-placeholder {
  height: 100px !important;
}

.navbar {
  position: fixed !important;
  z-index: 999;
  width: 100%;

}

.navbar-brand {
  width: 20rem !important;
}

.nav-link {
  color: #7a7a7a !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
  z-index: 999 !important;
}

.nav-link:hover {
  color: #0ca78b !important;
  font-weight: 500 !important;
  font-size: 1.2rem !important;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #0ca78b;
}

.contactUs-button {
  color: #0ca78b;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 1.2rem;
  font-weight: 500;
  border: 2px solid #108a73;
  background-color: #ffffff;
}

.contactUs-button:hover {
  color: rgb(255, 255, 255) !important;
  background-color: #025757;
  transition: 0.5s;
}

.nav-link:hover .line {
  visibility: visible !important;
}

.nav-link {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(to right, #0ca78b, #0ca78b, #0ca78b);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.nav-link:hover,
.nav-link:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

.services-menu {
  display: flex;
  position: absolute;
  z-index: 999;
  background-color: white;
  width: 100%;
}

.partone {
  border: 0.4px solid #dedede;
  padding: 50px 5%;
  flex-grow: 2;
}

.services-menu h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
}

.services-menu p {
  font-size: 0.7rem;
}

.parttwo {
  border: 0.4px solid #dedede;
  padding: 50px 10%;
  display: flex;
}

.car {
  width: 100px;
}

/* .services-menu h3,
.services-menu h6 {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(to right, #0ca78b, #0ca78b, #0ca78b);
  background-size: 50% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 20ms;
} */
.services-menu h3:hover,
.services-menu h6:hover,
.services-menu h3:focus,
.services-menu h6:focus {
  background-size: 0 0.1em, 100% 0.1em;
  color: #0ca78b;
}

.about-menu {
  display: flex;
  position: absolute;
  z-index: 999;
  background-color: white;
  width: 100%;
  box-shadow: 5px 2px 10px rgb(95, 95, 95);
}

.partoneabout {
  width: 60%;
  padding: 100px 10%;
  display: flex;
}

.about-menu h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
}

.about-menu p {
  font-size: 1.3rem;
}

.parttwoabout {
  padding: 10% 1%;
}

.headings-aboutus {
  margin: 30px 0px;
}

.headings-in-aboutus {
  color: #000;
  font-size: 4.8rem;
  letter-spacing: 4px;
  font-weight: 700;
  margin: 5px 0px;
}

.headings-in-aboutus:hover {
  margin-left: 2px !important;
  margin: 5px 0px;
  transition: 0.6s;
}

.car {
  width: 100px;
}

.about-menu h3,
.about-menu h6 {
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)),
    linear-gradient(to right, #0ca78b, #0ca78b, #0ca78b);
  background-size: 50% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.about-menu h3:hover,
.about-menu h6:hover,
.about-menu h3:focus,
.about-menu h6:focus {
  background-size: 0 0.1em, 100% 0.1em;
  color: #0ca78b;
}

.herosection {
  height: 100vh;
  background-image: url('../images/hero.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

/* https://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

Primary style

-------------------------------- */
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 80%;
}

a {
  color: #d44457;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

Main Components 

-------------------------------- */
.cd-header {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #21272c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
  }

}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}

#cd-logo img {
  display: block;
}

@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url('https://codyhouse.co/demo/hero-slider/assets/cd-icon-menu.svg') no-repeat center center;
}

.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.cd-primary-nav ul.is-visible {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}

.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #21272c;
  border-top: 1px solid #333c44;
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }

  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }

  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }

  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: 0.6em 1em;
    border-top: none;
  }
}

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

Slider

-------------------------------- */
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-hero-slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #000 !important;
}

.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cd-hero-slider li.is-moving,
.cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}


.hero-sec {
  background-color: #000 !important;
}

@media only screen and (max-width: 768px) {
  .cd-hero-slider {
    height: 500px;
  }
}

@media only screen and (max-width: 1170px) {
  .cd-hero-slider {
    height: 500px;
  }
}

@media only screen and (max-width: 994px) {
  .service-item {
    /* height: 1000px !important; */
  }
}


@media only screen and (max-width: 1000px) {

  .hero-sec {
    height: 40vh !important;
  }
}

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

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cd-hero-slider li:first-of-type {
  background-image: url('../images/hero.webp') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.cd-slider-nav {
  border-top: 3ps solid #0ca78b;
}

.cd-hero-slider li:nth-of-type(2) {
  background-color: #3d4952;
  background-image: url('https://codyhouse.co/demo/hero-slider/assets/tech-1-mobile.webp');
}

.cd-hero-slider li:nth-of-type(3) {
  background-color: #586775;
  background-image: url('https://codyhouse.co/demo/hero-slider/assets/tech-2-mobile.webp');
}

.cd-hero-slider li:nth-of-type(4) {
  background-color: #2c343b;
  background-image: url('https://codyhouse.co/demo/hero-slider/assets/video-replace-mobile.webp');
}

.cd-hero-slider li:nth-of-type(5) {
  background-color: #2c343b;
  background-image: url(https://i.vimeocdn.com/video/222142554.webp?mw=1280&mh=720);
}

.cd-hero-slider li:nth-of-type(6) {
  background-color: #2c343b;
  /*background-image: url(https://i.vimeocdn.com/video/473131817.webp?mw=1280&mh=720);
*/
}

.cd-half-width {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.cd-full-width {
  display: flex !important;
  align-items: center;

}

.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  /* this padding is used to align the text */

  text-align: center;
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-hero-slider .cd-img-container {
  /* hide image on mobile device */
  display: none;
}

.cd-hero-slider .cd-img-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider .cd-bg-video-wrapper {
  /* hide video on mobile device */
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cd-hero-slider .cd-bg-video-wrapper video {
  /* you won't see this element in the html, but it will be injected using js */
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-hero-slider h2,
.cd-hero-slider p {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin: 0 auto 14px;
  color: #ffffff;
  width: 90%;
  max-width: 400px;
}

.cd-hero-slider h2 {
  font-size: 2.4rem;
}

.cd-hero-slider p {
  font-size: 1.4rem;
  line-height: 1.4;
}

.cd-hero-slider .cd-btn {
  display: inline-block;
  padding: 1.2em 1.4em;
  margin-top: 0.8em;
  background-color: rgba(212, 68, 87, 0.9);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-hero-slider .cd-btn.secondary {
  background-color: rgba(22, 26, 30, 0.8);
}

.cd-hero-slider .cd-btn:nth-of-type(2) {
  margin-left: 1em;
}

.no-touch .cd-hero-slider .cd-btn:hover {
  background-color: #d44457;
}

.no-touch .cd-hero-slider .cd-btn.secondary:hover {
  background-color: #161a1e;
}

@media only screen and (min-width: 768px) {
  .cd-hero-slider li:nth-of-type(2) {
    background-image: none;
  }

  .cd-hero-slider li:nth-of-type(3) {
    background-image: none;
  }

  .cd-hero-slider li:nth-of-type(4) {
    background-image: none;
  }

  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    /*padding-top: 150px;*/
  }

  .cd-hero-slider .cd-bg-video-wrapper {
    display: block;
  }

  .cd-hero-slider .cd-half-width {
    width: 45%;
  }

  .cd-hero-slider .cd-half-width:first-of-type {
    left: 5%;
  }

  .cd-hero-slider .cd-half-width:nth-of-type(2) {
    right: 5%;
    left: auto;
  }

  .cd-hero-slider .cd-img-container {
    display: block;
  }

  .cd-hero-slider h2,
  .cd-hero-slider p {
    max-width: 520px;
  }

  .cd-hero-slider h2 {
    font-size: 2.4em;
    font-weight: 300;
  }

  .cd-hero-slider .cd-btn {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1170px) {

  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {}



  .cd-hero-slider h2,
  .cd-hero-slider p {
    margin-bottom: 20px;
  }

  .cd-hero-slider h2 {
    font-size: 3.2em;
  }

  .cd-hero-slider p {
    font-size: 1.6rem;
  }
}

.emeraldheading {
  font-size: 7rem;
}

@media only screen and (max-width:1000px) {
  .emeraldheading {
    font-size: 6rem;
  }
}

@media only screen and (max-width:767px) {
  .emeraldheading {
    font-size: 3rem;

  }

}

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

Single slide animation

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-hero-slider .cd-half-width {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
  }

  .cd-hero-slider .move-left .cd-half-width {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  .cd-hero-slider .selected .cd-half-width {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-hero-slider .is-moving .cd-half-width {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }

  .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
  .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }

  .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
  .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
    /* this is the selected slide - different animation if it's entering from left or right */
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
  }

  .cd-hero-slider .cd-full-width h2,
  .cd-hero-slider .cd-full-width p,
  .cd-hero-slider .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  .cd-hero-slider .move-left .cd-full-width h2,
  .cd-hero-slider .move-left .cd-full-width p,
  .cd-hero-slider .move-left .cd-full-width .cd-btn {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  .cd-hero-slider .selected .cd-full-width h2,
  .cd-hero-slider .selected .cd-full-width p,
  .cd-hero-slider .selected .cd-full-width .cd-btn {
    /* this is the visible slide */
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-hero-slider li.is-moving .cd-full-width h2,
  .cd-hero-slider li.is-moving .cd-full-width p,
  .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
    /* this is the slide moving outside the viewport 
    wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
    -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
    -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
    transition: opacity 0s 0.5s, transform 0s 0.5s;
  }

  .cd-hero-slider li.selected h2 {
    -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
    -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
    transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
  }

  .cd-hero-slider li.selected p {
    -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
    -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
    transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
  }

  .cd-hero-slider li.selected .cd-btn {
    -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s,
      background-color 0.2s 0s;
    -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s,
      background-color 0.2s 0s;
    transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
  }
}

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

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
  height: 55px;
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav nav,
.cd-slider-nav ul,
.cd-slider-nav li,
.cd-slider-nav a {
  height: 100%;
}

.cd-slider-nav nav {
  display: inline-block;
  position: relative;
}

.cd-slider-nav .cd-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 100%;
  color: #d44457;
  background-color: #ffffff;
  box-shadow: inset 0 2px 0 currentColor;
  -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
  -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
}

.cd-slider-nav .cd-marker.item-2 {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-slider-nav .cd-marker.item-3 {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}

.cd-slider-nav .cd-marker.item-4 {
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -ms-transform: translateX(300%);
  -o-transform: translateX(300%);
  transform: translateX(300%);
}

.cd-slider-nav .cd-marker.item-5 {
  -webkit-transform: translateX(400%);
  -moz-transform: translateX(400%);
  -ms-transform: translateX(400%);
  -o-transform: translateX(400%);
  transform: translateX(400%);
}

.cd-slider-nav .cd-marker.item-6 {
  -webkit-transform: translateX(500%);
  -moz-transform: translateX(500%);
  -ms-transform: translateX(500%);
  -o-transform: translateX(500%);
  transform: translateX(500%);
}

.cd-slider-nav .cd-marker.item-7 {
  -webkit-transform: translateX(600%);
  -moz-transform: translateX(600%);
  -ms-transform: translateX(600%);
  -o-transform: translateX(600%);
  transform: translateX(600%);
}

.cd-slider-nav .cd-marker.item-8 {
  -webkit-transform: translateX(700%);
  -moz-transform: translateX(700%);
  -ms-transform: translateX(700%);
  -o-transform: translateX(700%);
  transform: translateX(700%);
}

.cd-slider-nav ul::after {
  clear: both;
  content: '';
  display: table;
}

.cd-slider-nav li {
  display: inline-block;
  width: 60px;
  float: left;
}

.cd-slider-nav li.selected a {
  color: #2c343b;
}

.no-touch .cd-slider-nav li.selected a:hover {
  background-color: transparent;
}

.cd-slider-nav a {
  display: block;
  position: relative;
  padding-top: 35px;
  font-size: 1rem;
  font-weight: 700;
  color: #a8b4be;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(https://codyhouse.co/demo/hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;
}

.no-touch .cd-slider-nav a:hover {
  background-color: rgba(0, 1, 1, 0.5);
}

.cd-slider-nav li:first-of-type a::before {
  background-position: 0 0;
}

.cd-slider-nav li.selected:first-of-type a::before {
  background-position: 0 -24px;
}

.cd-slider-nav li:nth-of-type(2) a::before {
  background-position: -24px 0;
}

.cd-slider-nav li.selected:nth-of-type(2) a::before {
  background-position: -24px -24px;
}

.cd-slider-nav li:nth-of-type(3) a::before {
  background-position: -48px 0;
}

.cd-slider-nav li.selected:nth-of-type(3) a::before {
  background-position: -48px -24px;
}

.cd-slider-nav li:nth-of-type(4) a::before {
  background-position: -72px 0;
}

.cd-slider-nav li.selected:nth-of-type(4) a::before {
  background-position: -72px -24px;
}

.cd-slider-nav li:nth-of-type(5) a::before {
  background-position: -96px 0;
}

.cd-slider-nav li.selected:nth-of-type(5) a::before {
  background-position: -96px -24px;
}

.cd-slider-nav li:nth-of-type(6) a::before {
  background-position: -96px 0;
}

.cd-slider-nav li.selected:nth-of-type(6) a::before {
  background-position: -96px -24px;
}

.cd-slider-nav li.selected:nth-of-type(7) a::before {
  background-position: -96px -24px;
}

.cd-slider-nav li.selected:nth-of-type(8) a::before {
  background-position: -96px -24px;
}

@media only screen and (min-width: 768px) {
  .cd-slider-nav {
    height: 80px;
  }

  .cd-slider-nav .cd-marker,
  .cd-slider-nav li {
    width: 95px;
  }

  .cd-slider-nav a {
    padding-top: 48px;
    font-size: 1.1rem;
    text-transform: uppercase;
  }

  .cd-slider-nav a::before {
    top: 18px;
  }
}

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

Main content

-------------------------------- */
.cd-main-content {
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-main-content p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #999999;
  margin: 2em 0;
}

@media only screen and (min-width: 1170px) {
  .cd-main-content {
    padding: 3em 0;
  }

  .cd-main-content p {
    font-size: 1.6rem;
  }
}

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

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}

.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

/*3D STUFF*/

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

Main Components 

-------------------------------- */
.cd-background-wrapper {
  background-color: #001426;
  position: relative;
  overflow: hidden;
}

.no-touch .cd-background-wrapper {
  -webkit-perspective: 4000px;
  -moz-perspective: 4000px;
  perspective: 4000px;
}

.cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'web';
  display: none;
}

.touch .cd-background-wrapper::before {
  /* never visible - this is used in jQuery to check the device type */
  content: 'mobile';
}

.cd-floating-background {
  position: relative;
}

.cd-floating-background img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* fixes a Firefox bug - images not correctly rendered*/
  background-color: rgba(255, 255, 255, 0.01);
}

.cd-floating-background img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

.no-touch .cd-floating-background {
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.no-touch .cd-floating-background.is-absolute {
  position: absolute;
}

.no-touch .cd-floating-background img:first-child {
  -webkit-transform: translateZ(50px);
  -moz-transform: translateZ(50px);
  -ms-transform: translateZ(50px);
  -o-transform: translateZ(50px);
  transform: translateZ(50px);
}

.no-touch .cd-floating-background img:nth-child(2) {
  -webkit-transform: translateZ(290px);
  -moz-transform: translateZ(290px);
  -ms-transform: translateZ(290px);
  -o-transform: translateZ(290px);
  transform: translateZ(290px);
}

.no-touch .cd-floating-background img:nth-child(3) {
  -webkit-transform: translateZ(400px);
  -moz-transform: translateZ(400px);
  -ms-transform: translateZ(400px);
  -o-transform: translateZ(400px);
  transform: translateZ(400px);
}

.no-touch.no-preserve-3d .cd-floating-background {
  /* we target browsers that don't support preserve-3d and show just a standard image - no effect visible */
  position: relative;
}

.homecd {
  background-image: url('/images/hero.webp');
}

.HalfImg:hover {
  position: relative;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}




.serviceh6 {
  color: #0ca78b;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 48px !important;
}




.serviceh6M {
  color: #0ca78b;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: large;
  margin-top: 40px;
}

.serviceh4m {

  font-weight: 500;
  color: rgb(134, 134, 134);
}

.service-item {
  padding: 5% 10%;
  display: flex;
  align-items: center;
}

.serviceh4 {
  /* color: #000000;
  font-weight: 700;
  font-size: 2vmax; */

  font-size: 40px !important;
  font-weight: 600 !important;
  color: #111 !important;
  font-family: montserrat, sans-serif !important;
}

.servicep {
  font-weight: 400;
  color: #838383;
  /* font-size: 1.3rem !important; */
  font-size: 1.4rem !important;
  line-height: 1.7;
}

.button {
  color: #159981 !important;
  border-radius: 20px;
  padding: 20px 40px;
  font-size: 1.2rem;
  /* font-weight: 500; */
  border: 2px solid #228f7b;
  background-color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(21, 153, 129, 0.15);
}

.button:hover {
  /* color: rgb(255, 255, 255) !important; */
  /* background-color: #228f7b; */
  transition: 0.5s;
  background-color: #159981;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(21, 153, 129, 0.3);
  transform: translateY(-2px);

}



.testimonial-card {
  min-height: 500px;
  width: 80%;
  background-color: #228f7b;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .3);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 20px;

}

.text {
  padding: 2.2em;
  line-height: 1.7em;
  position: relative;
  font-size: 18px;
  color: white;
}

.image {
  background-color: tomato;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 5px solid white;
  background: no-repeat center/cover url(https://images.unsplash.com/photo-1563715992566-7ad5cf5b71d3?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=400&fit=max&ixid=eyJhcHBfaWQiOjE0NTg5fQ);
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;

}

.footer {
  background: linear-gradient(90deg, #f1f8f7 0%, #ffffff 100%);
  height: 140px;
  border-radius: 0 0 10px 10px;
  position: relative;
  color: #045345;

}

.quote {
  font-size: 400%;
  float: right;
  opacity: .1;
  transform: rotate(10deg) translate(-10px, -40px);
  color: #4D3FA3;
}

.person {
  color: #025757;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 1.2rem;
  font-weight: 700;
}

.testinomailhere {
  margin: 10px 10%;
}

.buttonTnTechnologies {
  padding: 10px 30px;
  border-bottom: 1px solid #dedede !important;
  border-right: 1px solid #dedede !important;
  margin-bottom: 30px !important;
}



.colorGreen {
  background-color: #0ca78b !important;
  color: white !important;
}

.boxTech {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px !important;
  height: 180px !important;
  border: 1px solid #dbdbdb !important;
  transition: 0.9s;

  margin: 4px !important;
}

.boxTech:hover {
  /* box-shadow: 1px 5px 5px rgb(116, 112, 112); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 150px !important;
  border: 1px solid #c0c0c0 !important;


}

.boxTech img {
  width: 60px !important;
  height: 60px !important;
}

.boxTechPortfolio {
  margin: 10px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 150px !important;
  border: 1px solid #c7c7c7 !important;
  transition: 0.9s;

}

.boxTechPortfolio:hover {
  /* box-shadow: 1px 5px 5px rgb(116, 112, 112); */


  width: 150px !important;
  border: 1px solid #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.nameOfTech {
  font-weight: 700;
  font-size: 0.8rem;
  color: #6b6b6b;
  margin-bottom: 0px !important;
}

.technologiessection {
  height: fit-content;

}

.carousel {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.slides {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.slides::-webkit-scrollbar {
  display: none;
}

.slides-item {
  align-items: center;
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  font-size: 100px;
  height: 550px;
  justify-content: center;
  margin: 0 1rem;
  position: relative;
  scroll-snap-align: start;
  transform: scale(1);
  transform-origin: center center;
  transition: transform .5s;
  width: 100%;
}

.carousel__nav {
  padding: 1.25rem .5rem;
}

.slider-nav {
  align-items: center;
  background-color: #ddd;
  border-radius: 50%;
  color: #000;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  padding: .5rem;
  position: relative;
  text-decoration: none;
  width: 1.5rem;
}

.slider-nav:hover,
.slider-nav:active {
  background-color: #000;
  color: #fff;
}

.slide-1 {
  background-color: rgb(255, 255, 255);
}

.slide-2 {
  background-color: rgb(255, 255, 255);
}

.slide-3 {
  background-color: rgb(255, 255, 255);
}

.slide-4 {
  background-color: rgb(255, 255, 255);
}

.slide-5 {
  background-color: rgb(255, 255, 255);
}

.slide-6 {
  background-color: rgb(255, 255, 255) !important;
}

.carousel__skip-link {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.carousel__skip-link:focus {
  align-items: center;
  background-color: #000;
  color: #fff;
  display: flex;
  font-size: 30px;
  height: 680px;
  justify-content: center;
  opacity: .8;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}



.site-footer {
  width: 100% !important;

  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5
}

.site-footer hr.small {
  margin: 20px 0
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none
}

.footer-links li {
  display: block
}

.footer-links a {
  color: #a1a1a1 !important;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block
}

.site-footer .social-icons {
  text-align: right
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d
}

.copyright-text {
  margin: 0
}

@media (max-width:991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px
  }
}

/* @media (max-width:440px){
  .listw{
    line-height:100px !important;
  }
} */

@media (max-width:767px) {
  .cd-slider-nav a {
    font-size: 0.7rem !important;
  }

  .site-footer {
    padding-bottom: 0
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center
  }

  .service-item {
    padding: 5% 10%;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px
}

.social-icons a.facebook {
  background-color: #234180
}

.social-icons a.twitter {
  background-color: #239fcc
}

.social-icons a.linkedin {
  background-color: #1250a1
}

.social-icons a.dribbble {
  background-color: #241319
}


@media (max-width:640px) {
  .profile-card {
    position: relative !important;
    width: 220px !important;
    height: 150px !important;
    background: #fff !important;
    padding: 30px !important;
    border-radius: 30% !important;
    box-shadow: 0 0 22px #3336 !important;
    transition: .6s !important;
    margin: 0 25px !important;
  }

  .main {
    width: 60% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width:368px) {
  .main {
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .mobilemaergin-top {
    margin-top: 40px !important;
  }

  .service-item {
    padding: 5% 10%;
  }
}

@media (max-width:767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600
  }

  .service-item {
    padding: 5% 10%;
  }
}

.hero-text {
  height: 100vh;
  width: 100%;
  color: white;
  text-align: center;
  margin-top: auto;
  vertical-align: middle;
  padding: 50vh 0px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.hero-text h1 {
  font-size: 7vw;
  color: #ffffff;
}

.hero-text h3 {
  font-size: 2vw;
  color: #ffffff;
}

.wrapper-hero {
  border-left: 10px solid #0ca78b;
  border-right: 10px solid #0ca78b;
}

.main {
  width: 50%;
  margin: 0 25%;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0ca78b;
}

.main:hover {
  border-radius: 30px;
  transition: .6s;
}

.profile-card {
  position: relative;

  width: 220px;
  height: 220px;
  background: #fff;
  padding: 30px;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
  margin: 0 25px;
}

.profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .6s;
  z-index: 99;
}

.img img {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}

.profile-card:hover .img {
  transform: translateY(-60px);
}

.profile-card:hover img {
  border-radius: 10px;
}


.caption {
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}

.profile-card:hover .caption {
  opacity: 1;
}

.caption h3 {
  font-size: 21px;
  font-weight: 900;
}

.caption p {

  color: #0ca78b;

  margin: 2px 0 9px 0;
}

.caption .social-links a {
  color: #333;
  margin-right: 15px;
  font-size: 21px;
  transition: .6s;
}

.social-links a:hover {
  color: #0c52a1;
}

.makeitbigger {
  font-size: 2rem;
  font-weight: 700;
}

.boxthValues {
  background-color: #108a73;
  padding: 0px !important;

}

.boxthValues img:hover {
  opacity: 40%;
  transition: 0.6s;
}

.card {
  background-color: #ffffff !important;
  padding: 50px 20px;
  color: rgb(0, 0, 0);
  align-content: center;
  align-items: center;
  width: 200px;
}


.card:hover {
  background-color: #108a73 !important;

  transition: 0.6s;
  padding: 50px 20px;
  color: white;
  align-content: center;
  align-items: center;
  width: 200px;
}


.card:hover i {

  color: white !important;

}

.contact-form-wrapper {
  padding: 200px 0;
  background: url('../images/technologies/pexels-photo-1714341.webp');
}

.contact-form {
  padding: 30px 40px;
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 400px;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #aeb4b9;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #aeb4b9;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #108a73;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #108a73;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #aeb4b9;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #108a73;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #087460;
  transition: 0.4s;
}

.list {
  list-style: disc outside none;
  display: list-item;
  font-size: 1rem !important;
  text-align: left;
  line-height: 0.4 !important;
}



@media screen and (max-width :1170px) {
  .list {
    display: none;
  }



}

.listw {
  list-style: disc outside none;
  display: list-item;
  font-size: 1.3rem !important;
  text-align: left;
  /* line-height: 0.6 !important; */
  color: rgb(138, 138, 138);
  font-weight: 500;
}

.dropbtn {

  color: rgb(160, 25, 25);


  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  font-size: 0.9rem;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #087460;
  color: white !important;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}







@media only screen and (max-width: 600px) {
  .service-item {
    height: auto !important;
    /* padding: 0px !important; */
  }

  .service-item .col-lg-6 {
    /* margin-bottom: 30px !important;
    padding: 40px; */
  }

  .cd-slider-nav .cd-marker {
    width: 45px !important;
  }

  .cd-slider-nav li {
    width: 45px !important;
    background-color: #000;
  }

  .cd-slider-nav a {
    font-size: 7px !important;
  }

  .cd-slider-nav a::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 21px;
    top: 12px;
    left: 40%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(https://codyhouse.co/demo/hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;
  }

  .cd-slider-nav {
    height: 50px !important;
  }

  .hero-text h1 {
    font-size: 8vw;
    color: #ffffff;
  }

  .hero-text h3 {
    font-size: 3vw;
    color: #ffffff;
  }

}











/* ver small devices  */

@media only screen and (max-width: 360px) {
  .service-item {
    height: auto !important;
    padding: 0px !important;
  }

  .service-item .col-lg-6 {
    margin-bottom: 30px !important;
  }

  .cd-slider-nav .cd-marker {
    width: 40px !important;
  }

  .cd-slider-nav li {
    width: 37px !important;
  }

  .cd-slider-nav a {
    font-size: 6px !important;
  }

  .cd-slider-nav a::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 22px;
    top: 12px;
    left: 52%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(https://codyhouse.co/demo/hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;
  }

  .cd-slider-nav {
    height: 50px !important;
  }

  .hero-text h1 {
    font-size: 8vw;
    color: #ffffff;
  }

  .hero-text h3 {
    font-size: 3vw;
    color: #ffffff;
  }
}

#number {
  font-size: 4rem;
  font-weight: 800;
  line-height: 25px;
  margin: 25px 0px;


}


@media only screen and (max-width: 1000px) {


  .slides-item {
    height: auto !important;
  }

  .p-first {

    margin-bottom: 37px !important;
  }

  .cd-half-width {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .cd-half-width img {
    display: none !important;
  }

  #number {
    font-size: 3rem;
    font-weight: 800;


  }
}


.positive-impact {
  padding: 70px 0px;
  background-color: #f1f1f1;
}


/* best works  */
/* best works  */
/* best works  */
/* best works  */
/* best works  */
/* best works  */

.best-works {
  cursor: pointer !important;
}


.padding-this-holder {
  padding: 20px;
}


.padding-this-holder a {
  background-color: white !important;
}

.best-box {




  align-items: center;
  transition: 0.8s;


}




.best-box .imag {}

.best-box .description {
  padding: 10px;
  text-align: left;
}

.best-box .description p {
  padding: 0px 10px;
  text-align: left;
}


.owl-dots {
  margin: auto !important;
}



/* our profiles  */
/* our profiles  */

/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */
/* our profiles  */

.our-profiles .col-lg-6 .profile-box {
  transition: 0.5s;
  border-radius: 20px;
  background-color: #c3f7ae;

}

.our-profiles .col-lg-6 .profile-box:hover {
  transform: scale(1.02);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

.main-holder-provider {
  width: 100%;
  padding: 40px 10%;
  margin-bottom: 40px;
}

.box-inner-60 {
  width: 60%;
}

.box-inner-40 {
  width: 40%;
}

@media only screen and (max-width: 1000px) {
  .box-inner-60 {
    width: 100%;
  }

  .main-holder-provider {
    width: 100%;

  }

  .box-inner-40 {
    width: 100%;
  }
}

p {
  font-size: 1.3rem !important;
}

li {
  font-size: 1.3rem !important;

}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}