/**********
Body
***********/
body {
    background: #000;
}

.text-black {
    color: #1a1b1e;
}
.text-white {
    color: white;
}
.text-second {
    color: #83c443;
    background: linear-gradient(45deg, #83c443, #22B573, #22B573);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-banner-gradient {
    background-color: transparent;
    background-image: linear-gradient(80deg, #1a1b1e 0%, #23b572 100%);
}

#back-to-top {
    background: #78c24a;
    color: #1a1b1e;
}


.bounce-top {
	-webkit-animation: bounce-top 10s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite alternate both;
	        animation: bounce-top 10s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite alternate both;
}

@-webkit-keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  @keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }


.bg-about {
    background-image: none;
}
.bg-about:before {
    background-image: url(../images/shape-process-1.png);
    background-position-x: 100%;
    background-position-y: 115px;
    background-repeat: no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    filter: hue-rotate(286deg);
}

/***********
Navigation
***********/

.header-style-1.header-overlay .btn-cta-header a {
    color: #ffffff;
    background: #78c24a;
    box-shadow: 8px 8px 20px 0px #0d422a;
    -webkit-box-shadow: 8px 8px 20px 0px #0d422a;
    -moz-box-shadow: 8px 8px 20px 0px #0d422a;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#site-logo img {
    width: 100%;
    height: 50px;
}

.site-header.header-overlay {
    /* backdrop-filter: blur(20px); */
    background: rgb(1 48 53 / 50%);
}

.site-header .octf-main-header.is-stuck {
    /* backdrop-filter: blur(20px); */
    /* background: rgb(0 139 153 / 50%); */
    background: rgb(1 23 26 / 87%);
}

.attr-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 20px;
}
select#langSelector {
    width: 90px;
    border-radius: 30px;
    border: 1px solid white;
    /* padding: 10px 20px; */
    height: 50px;
    background: rgb(0 0 0 / 40%);
    color: white;

}
select#langSelector:hover {
    cursor: pointer;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(45deg, #8CC63F, transparent, #22B573);
}




input[type=checkbox].input-menu {
    display: none;
  }
 /*Scroll bar main-menu*/
.nav-menu ::-webkit-scrollbar {
    width: 4px;
  }
  .nav-menu ::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.3);
    border-radius: 10px;
  }
  .nav-menu ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  /*Placeholder*/
  ::-webkit-input-placeholder {
    color: #ccc;
  }
  ::-moz-placeholder {
    color: #ccc;
  }
  :-ms-input-placeholder {
    color: #ccc;
  }
  :-moz-placeholder {
    color: #ccc;
  }


.menu-right-nav  {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}

/* System Menu*/
.check-control {
    display: none;
  }
  .menu-bt {
    z-index: 999;
    cursor: pointer;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    margin-left: 20px;
    justify-content: flex-end;
    border: 1px solid white;
    border-radius: 50%;
    background: rgb(0 0 0 / 40%);
  }
  .menu-bt:hover {
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: linear-gradient(45deg, #8CC63F, transparent, #22B573);
  }
  .menu-bt:before {
    display: block;
    line-height: initial;
    width: 50px;
    height: 50px;
    font-family: "Material Design Icons";
    font-size: 30px;
    font-weight: normal;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    
  }
  .menu-bt.right:before {
    content: "\f35c";
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .menu-bt.left:before {
    content: "\f35c";
  }
  #menu-right:checked + .menu-bt:before {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  [id*=menu-]:checked + .menu-bt:before {
    color: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  [id*=menu-]:checked + .menu-bt:before {
    content: "\f5ad";
  }
  .nav-menu {
    position: fixed;
    top: 0;
    z-index: 998;
    height: 100vh;
    width: 80%;
    max-width: 320px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0 12px rgba(0,0,0,0), 0 0 32px rgba(0,0,0,0);
  }
  .nav-menu.right {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
    transform: translate(100%);
  }
  .nav-menu.left {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    transform: translate(-100%);
  }
  [id*=menu-]:checked ~ .nav-menu {
    box-shadow: 0 0 12px rgba(0,0,0,0.1), 0 0 32px rgba(0,0,0,0.2);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .nav-menu.left {
    left: 0;
  }
  .nav-menu.right {
    right: 0;
    
  }
  .nav-menu h5 {
    color: #71c14f;
    font-size: 0.85em;
    margin: 0;
    text-transform: uppercase;
    padding: 32px 24px 14px 24px;
  }
  .nav-menu h5:after {
    content: "";
    display: block;
    width: 3em;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .nav-menu a {
    display: block;
    color: #fff;
    padding: 14px 8px 14px 58px;
    text-decoration: none;
    position: relative;
    border-radius: 3px;
  }
  .nav-menu a:before {
    margin-right: 14px;
    font-size: 24px;
    left: 20px;
    top: 9px;
    position: absolute;
  }
  .nav-menu a span {
    float: right;
    margin-top: -3px;
    border-radius: 10px;
    color: #fff;
    font-size: 0.85em;
    padding: 4px 8px;
  }
  .nav-menu .menu-scroll {
    height: calc(100vh - 80px);
    overflow-y: auto;
    margin-top: 80px;
    padding: 0 8px 24px 8px;
    width: 100%;
    margin-right: 8px;
    z-index: 3;
    position: absolute;
    text-align: left;
    overflow: scroll;
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
  }
/* System colors*/
/*Right menu background*/
.nav-menu.right {
    /* background: #222; */
    backdrop-filter: blur(20px);
    background: rgb(1 23 26 / 87%);
  }
.nav-menu.right:before {
    position: absolute;
    content: "";
    display: flex;
    height: 100vh;
    width: 100%;
    filter: blur(20px);
    z-index: 2;
    background: rgb(1 23 26 / 87%);
}
  /*Main menu background*/
  .nav-menu.left {
    background: #222;
  }
  /*Menu hint number*/
  .nav-menu a span {
    background-color: #00aeef;
  }
  /*Menu active item - main menu*/
  .nav-menu.left a.active {
    background-color: #4285f4;
  }
  /*Menu active item - right menu*/
  .nav-menu.right a:hover {
    background-color: rgb(0 139 153 / 20%);
  }
  .nav-menu.right a.active {
    background-color: rgb(0 139 153 / 50%);
  }
  

.content-right.octf-col {
    justify-content: end;
}


@media only screen and (max-width: 1199px) {
    .octf-main-header {
        display: block;
    }
    .header_mobile {
        display: none;
    }
    .octf-mainbar-row .octf-col {
        padding: 0;
    }
}
@media only screen and (max-width: 991px) {
    .header-fullwidth .octf-area-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .site-header .octf-btn-cta .octf-header-module {
        display: none;
    }
}
@media only screen and (max-width: 769px) {
    .octf-main-header .octf-mainbar-row {
        flex-wrap: wrap;
    }
    .octf-mainbar-row .octf-col {
        flex-wrap: nowrap;
        flex: 1 0;
        /* flex-direction: row; */
        flex-direction: row-reverse;
    }
    #site-logo img {
        
        clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    }
    #site-logo {
        background-image: url(../images/logo/Verdant-nav.png);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: left;
        float: left;
        display: flex;
        justify-content: flex-start;
        min-width: 50px;
    }
    .attr-nav {
        margin-left: 0;
    }
}

/***********
Section
***********/
/** Video Home Start**/
.video-bg {
    display: flex;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
    grid-area: 1 / 1 / -1 / -1;
    filter: hue-rotate(213deg) saturate(0.5) brightness(0.5);
}
.bg-overlay-1 {
    position: absolute;
    overflow: hidden;
}

.banner .shape-fill {
    fill: #14837d;
}
.bg-light {

    background: #14837d;
}

@media only screen and (max-width: 480px) {
    .about-home-img .banner-img {
        margin-top: 100px;
    }
}

/** Icon box 3 start **/
.icon-box.s3 {
    background: linear-gradient(45deg, #83c443, #22B573, #22B573);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box.s3:hover {
    background: transparent;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box.s3 .bg-s3 {
    background: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
}

.icon-box.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, #20342c 100%, #237851 100%);
}
.icon-box.s3:hover .icon-main {
    background: #fff;
    color: #81c445;
}

.big-padding-top-2 {
    padding: 190px 0 0;
}
.about-home {
    padding-bottom: 300px;
}

.flex-wrapping {
    justify-content: center;
    display: inline-flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}
.flex-wrapped {
    display: flex;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .xs-m-t50 {
        margin-top: 50px;
    }
}

/** Circle Logo **/
.ot-cprocess .circle_logo {
    position: absolute;
    z-index: 2;
    top: 140px;
    left: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.repeater-item-1 .ot-cprocess-item-dot {
    background-color: #78c24a;
    box-shadow: 8px 8px 18px 0px rgba(0, 195, 255, .4);
}
.repeater-item-3 .ot-cprocess-item-number {
    color: #fe721c;
}
.repeater-item-3 .ot-cprocess-item-dot {
    background-color: #fe721c;
    box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, .4);
}
.repeater-item-2 .ot-cprocess-item-number {
    color: #226847;
}
.repeater-item-1 .ot-cprocess-item-number {
    color: #78c24a;
}
.repeater-item-2 .ot-cprocess-item-dot {
    background-color: #226847;
    box-shadow: 8px 8px 18px 0px rgb(132 196 67 / 80%);
}

.process-box .number-box {
    background-image: -moz-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}
.process-box .icon-main {
    margin-bottom: 0;
}
.services-content-marketing .process-box {
    margin-bottom: 60px;
    background: #29a262;
}
.process-box:hover {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    background: #228055;
    background-image: linear-gradient(80deg, #1a1b1e 0%, #228055 100%);
}
.process-box p {
    color: white;
}
.process-box:hover p {
    color: white;
}
.process-box:hover h5 {
    color: white;
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    .transform-scale-down {
        transform: scale(0.85);
    }
}
@media only screen and (max-width: 1024px) {
    .transform-scale-down {
        transform: scale(1);
    }
}

/** CTA Start **/
.search-engine-form {
    position: relative;
    /* margin-bottom: -160px; */
    background-color: transparent;
    background-image: linear-gradient(145deg, #073529 0%, #fe721c 100%);
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 30px 30px 65px 0px rgb(129 196 67 / 40%);
    margin-bottom: 0;
    height: auto;
    display: flex;
    flex-direction: column;
}
.search-engine-form .bg-overlay-img2 {
    max-height: unset;
    opacity: 0.8;
}
.octf-btn-secondary {
    background: #78c24a;
}
.octf-btn-secondary i {
    color: #1a1b1e;
}
.octf-btn-secondary.octf-btn:hover {
    color: #000;
}
.octf-btn-secondary.octf-btn:hover i {
    color: white;
    background: black;
}
/**  CTA End **/

/** Btn styles Start **/
.octf-btn.octf-btn-white {
    background: #fe721c;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    color: #fff;
}
.octf-btn.octf-btn-white:visited, .octf-btn.octf-btn-white:hover, .octf-btn.octf-btn-white:focus {
    color: #1a1b1e;
}
.octf-btn.octf-btn-white i {
    background: #1a1b1e;
    color: #ffffff;
}
.octf-btn.octf-btn-white:before {
    background-color: rgb(255 255 255 / 50%);
}

/** Btn styles end **/

/** Page header Start **/
.page-header.dtable {
    margin-top: 100px;
}
/** Page header End **/

/** Service Box start **/
.service-box-s2-bg1,
.service-box-s2-bg2,
.service-box-s2-bg3 {
    background: linear-gradient(45deg, #83c443, #22B573, #22B573);
}

.service-box-s2 .number-box {
    color: #ffffff;
    background-image: -moz-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}

.number-box.s3 {
    color: #fe721c;
    background-color: rgba(254, 76, 28, .154);
    background-image: -moz-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}

.number-box.s2 {
    color: #78c24a;
    background-color: rgba(1, 96, 231, .152);
    background-image: -moz-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background-image: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -webkit-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
    -moz-box-shadow: 10px 10px 30px 0px rgba(2, 156, 236, 0.3);
}

.about-swrap-top-1 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.about-swrap-top-1 .col-md-4 {
    display: flex;
}

/** BG team **/
.bg-team {
    background-image: none;
}
.bg-team:before {
    background-image: url(../images/shape-team-1.png);
    background-position: 0 71%;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.4;
    display: flex;
    content: '';
    width: 100%;
    height: 100%;
    filter: hue-rotate(262deg);
}
.team-block {
    box-shadow: 30px 30px 65px 0px rgba(2, 156, 236, .3);
    padding: 50px;
    border-radius: 15px;
    float: right;
    background: #228055;
    background-image: linear-gradient(80deg, #1a1b1e 0%, #228055 100%);
}

@media only screen and (min-width: 992px) {
    .team--top {
        margin-top: -23%;
    }
}


/** Tabs side Start **/
.ot-tabs .tab-content {
    background: transparent;
}
.ot-tabs .tab-link {
    font-size: 16px;
    font-size: clamp(1.1rem, 1vw, 16px);
    margin: 5px;
}
.ot-tabs .tab-content ul.has-icon li {
    color: white;
}
.ot-tabs .tab-content ul.has-icon li strong {
    color: #78c24a;
}
.ot-tabs .tab-content ul.has-icon li i {
    color: #fd721c;
}

.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
    background: #218055;
}
.ot-tabs .tab-link {
    border: 1px solid;
}
.ot-tabs .tab-link:last-child {
    margin-right: 5px!important;
}
@media only screen and (max-width: 992px) {
    .ot-tabs ul.tabs-heading {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

/** Tabs side End **/

/** Accordion Start **/
.ot-accordions .acc-item {
    background: linear-gradient(45deg, #83c443, #22B573, #22B573);
}
.ot-accordions .acc-item.current .acc-toggle {
    color: #fff;
}
.ot-accordions .acc-item .acc-toggle i {
    background: #ffffff;
    color: #1a1b1e;
}
.ot-accordions .acc-item .acc-content {
    color: black;
}
.ot-accordions .acc-item .acc-toggle:hover {
    /* color: #fe721c; */
    text-shadow: #1a1b1e 1px 0 0;
    color: white;
    text-decoration: underline;
}
/** Accordion End **/


/**************
Contact
***************/
.our-contact {
    background-image: linear-gradient(145deg, #218055 0%, #1a1b1e 100%);
}
.sliderMask .slider:before {
    background-color: #78c24a;
}


.contact-detail form input, 
.contact-detail form textarea{
  margin-bottom: 20px;
  padding: 15px;
  background-color: #ffffff17;
  
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  box-shadow: 0 0 0 8px #26b5714f;
  background-color: #17181bfa;
  display: flex;
    flex: 1;
    width: 100%;
}

.contact-detail form input:focus, 
.contact-detail form textarea:focus,
.contact-detail form input:active, 
.contact-detail form textarea:active{
  outline: none;
}


.contact-detail form textarea{
  resize: vertical;
  min-height: 300px;
}

.section-contact .our-contact {
    padding: 45px;
}
.contact-info .info-text p {
    font-size: 20px;
}
@media only screen and (max-width: 1229px) {
    .section-contact .our-contact {
        padding: 18px;
    }
}
@media only screen and (max-width: 425px) {
    .section-contact .our-contact {
        padding: 25px 10px;
    }
    .contact-info .info-text p {
        font-size: 18px;
    }
    .section-contact .contact-info.text-light {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .contact-info .info-text {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 320px) {
    .contact-info .info-text p {
        font-size: 16px;
    }
}


/********************
Terms
********************/
#step-1, #step-2, #step-3, #step-4, #step-5, #step-6, #step-7, #step-8, #step-9, #step-10, #step-11, #step-12,
#step-13, #step-14, #step-15, #step-16, #step-17, #step-18, #step-19 {
    scroll-margin-top: 14vh;
    padding: 30px 0 0;
    margin: -30px 0 0;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.card-casestudy .card-title {
    margin-bottom: 30px;
}
.card-casestudy .card-title h4 {
    font-weight: 40;
    border-radius: 5px;
    padding: 0 10px;
    background: #78c24a;
    background: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    text-shadow: #000000 1px 0 10px;
}
.card-casestudy .card-title h6 {
    text-decoration: underline;
    border-radius: 5px;
    padding: 0 30px;
    background: #78c24a;
    background: -webkit-linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    background: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    text-shadow: #000000 1px 0 10px;
    font-size: medium;
    font-weight: 40;
}

.card-casestudy .card-title .number {
    background-color: white;
    width: 39px;
    height: 39px;
    color: #191919;
    font-size: 24px;
    line-height: 39px;
    display: inline-block;
    margin-right: 8px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.36);
    text-shadow: none;
}

.detail-term .card-casestudy .card-desc p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}
.detail-term .card-casestudy .card-desc p strong {
  font-size: 18px;
}
.detail-term .card-casestudy ul.list-items {
    font-size: 14px;
}
.detail-term .card-casestudy .card-desc p,
.detail-term .list-check-black li,
.detail-term .card-title h4,
.detail-term .card-title h6 {
    color: white;
}
.detail-term .list-check-black li {
  font-size: 14px;
}

.detail-term .sidebar-border-left {
    border-left: 4px solid white;
    padding-left: 40px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 35px;
}
.detail-term .sidebar-border-left .list-categories {
    margin-left: 0;
}

.detail-term .sidebar-border-left .list-categories li {
    list-style-type: decimal;
    color: #f3f3f3c2;
    text-shadow: #212529 1px 0 10px;
}

.detail-term .sidebar-border-left .list-categories li a {
    font-size: 18px;
    line-height: 28px;
    color: #f3f3f3c2;
    font-weight: 400;
    text-shadow: #212529 1px 0 10px;
}

.detail-term .sidebar-border-left .list-categories li a:hover {
    color: #78c24a;
}

ul.cs-list.cs-style1 li {
    color: #78c24a;
}

ul.cs-list.cs-style1 {
    list-style-type: none;
}


/**************
Footer 
**************/
.site-footer.bg-gradient {
    /* background: rgb(1 23 26 / 87%); */
    background-image: linear-gradient(80deg, #1a1b1e 0%, #218055 100%);
}
.footer-shape-fill {
    fill: #000;
}
.contact-info.text-light h6, .contact-info.text-light i {
    color: #82c342;
}
.contact-info.text-light h6 {
    color: #82c342;
}
.footer-legals {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 22px;
    margin-bottom: 0;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.site-footer a {
    color: #fff;
}
.site-footer .copyright {
    color: #fff;
}
.symbol {
    color: #82c342;
}

ul#menu-footer-menu li {
    display: inline-flex;
    position: relative;
    flex-wrap: wrap;
    margin: 5px;
}
ul#menu-footer-menu li a {
    color: #ffffff;
    /* background: #78c24a; */
    box-shadow: 8px 8px 20px 0px #0d422a;
    -webkit-box-shadow: 8px 8px 20px 0px #0d422a;
    -moz-box-shadow: 8px 8px 20px 0px #0d422a;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    font-size: clamp(1.1rem, 1vw, 16px);
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #fe721c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    
}

ul#menu-footer-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

ul#menu-footer-menu li a:hover,
ul#menu-footer-menu li a:focus {
    box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 139, 153, 0.3);
    border: 1px solid;
}

ul#menu-footer-menu li a:hover:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.site-footer .box {
    display: flex;
    background: #1a1b1e;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 25px;
}
.site-footer .box.box-link {
    flex-direction: column;
    flex: 1;
}
.site-footer .box.box-link .menu {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.site-footer .box.box-link .menu li::marker {
    color: #fe721c;
}
.site-footer .box.box-link a:hover {
    color: #fe721c;
    text-decoration: underline;
}


.footer-title {
    color: #82c342;
}
.footer-logo {
    margin-bottom: 50px;
}
.footer-menu {
    margin-top: 50px;
}

.footer-top-bottom {
    padding: 100px 0 30px;
}

.footer-legals a:hover {
    color: #78c24a;
    text-decoration: underline;
}

.footer-logo-link {
    z-index: 2;
    position: relative;
}

@media only screen and (max-width: 550px) {
    .footer-legals {
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
    }
    .site-footer .d-flex.flex-fill {
        flex: 1 1 100%;
    }
    .site-footer .footer-legals a {
        margin-top: 20px;
    }
    .site-footer .footer-legals span {
        display: none;
    }
}