/*****************************
    SASS VARIABLES START
******************************/
/*****************************
    COMMON STYLE START
******************************/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-weight: 300;
  line-height: 175%;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.77);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 99999;
}

picture {
  display: block;
}

.menu-open body::after {
  opacity: 1;
  visibility: visible;
}
.menu-open .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose {
  display: flex;
}
.menu-open .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .txt {
  display: none;
}

.home-body {
  position: relative;
}
.home-body .header {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  position: absolute;
}

.inner-pg-body {
  position: relative;
}
.inner-pg-body .header {
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  position: absolute;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  display: inline-block;
}
a:hover {
  color: #017472;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

input,
textarea {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/*****************************
    COMMON STYLE END
******************************/
.hd-typ1 {
  color: #454545;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.hd-typ2 {
  color: #454545;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.9px;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

.hd-typ3 {
  font-weight: 400;
  line-height: 27px;
  color: #0B5735;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.hd-typ4 {
  color: #454545;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.btn-typ1 {
  cursor: pointer;
  display: inline-block;
}
.btn-typ1 .txt-line {
  cursor: pointer;
  color: #4B4B4B;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  font-family: "Poppins", sans-serif;
}
.btn-typ1 svg {
  cursor: pointer;
  margin-left: 5px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.btn-typ2 {
  border: none;
  min-width: 111px;
  padding: 15px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  background: #0B5735;
}
.btn-typ2:hover {
  background-color: #CD992B;
}

.header {
  z-index: 9999;
  background: rgba(7, 72, 42, 0.7450980392);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: background-color 0.4s ease;
}
.header .container .inner {
  height: 79px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.header .container .inner .logo {
  max-width: 135px;
  display: inline-block;
}
.header .container .inner .navigation {
  top: 0;
  left: 100%;
  bottom: 0;
  width: auto;
  position: fixed;
  opacity: 0;
  display: flex;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #ffffff;
  z-index: 999999 !important;
  flex-direction: column;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.header .container .inner .navigation .top-wrap .mobmenu-header {
  position: relative;
  display: flex;
  padding: 0px 15px;
  background: #ffffff;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .menu-logo {
  max-width: 135px;
  margin: 15px 0;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose {
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  padding-right: 60px;
  display: none;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .chat {
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border: 1px solid #EDEDED;
  border-width: 0px 1px;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .chat .txt {
  margin-right: 8px;
  color: #454545;
  font-size: 16px;
  text-transform: uppercase;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .chat img {
  display: inline-block;
  width: 15px;
}
.header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .close-ico-mob {
  width: 15px;
  height: 15px;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 20px;
  position: absolute;
}
.header .container .inner .navigation .top-wrap ul {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
}
.header .container .inner .navigation .top-wrap ul li {
  width: 100%;
  display: block;
}
.header .container .inner .navigation .top-wrap ul li a {
  display: block;
  padding: 20px 15px 20px 15px;
  font-size: 16px;
  color: #6F6F6F;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.header .container .inner .navigation .bottom-wrap {
  padding: 40px 15px;
  background: url(../images/side-menu-bg-mob.png) no-repeat 0 0/cover;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item {
  margin-top: 20px;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item:first-child {
  margin-top: 0px;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item a {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item a .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item a .txt {
  max-width: 84%;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item a .txt:hover {
  opacity: 0.7;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item.address-list {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .txt {
  max-width: 84%;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .txt br {
  display: none;
}
.header .container .inner .navigation .bottom-wrap .social-icons {
  margin-top: 40px;
}
.header .container .inner .navigation .bottom-wrap .social-icons ul {
  display: flex;
}
.header .container .inner .navigation .bottom-wrap .social-icons ul li {
  margin-left: 20px;
}
.header .container .inner .navigation .bottom-wrap .social-icons ul li:first-child {
  margin-left: 0;
}
.header .container .inner .header-rgt {
  height: 100%;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  position: relative;
}
.header .container .inner .header-rgt .chat {
  height: 100%;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  border: 1px solid #044F2A;
  border-width: 0px 1px;
}
.header .container .inner .header-rgt .chat .txt {
  margin-right: 8px;
  color: #ffffff;
  font-size: 16px;
}
.header .container .inner .header-rgt .chat img {
  width: 15px;
}
.header .container .inner .header-rgt .hamburger-menu {
  padding-left: 10px;
  line-height: 1;
  display: inline-block;
}
.header .container .inner .header-rgt .hamburger-menu svg {
  width: 35px;
}

.side-nav {
  display: none;
}

.home-banner {
  position: relative;
}
.home-banner canvas {
  height: 100% !important;
  width: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  position: absolute;
}
.home-banner .bg {
  height: 100%;
  width: 100%;
}
.home-banner .bg picture {
  width: 100%;
}
.home-banner .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
}
.home-banner .content-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.home-banner .content-wrapper .container .inner {
  text-align: center;
}
.home-banner .content-wrapper .container .inner .hd {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 35px;
}
.home-banner .content-wrapper .container .inner .txt {
  max-width: 100%;
  margin: 0 23px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.welcome-section {
  padding: 60px 0;
}
.welcome-section .container .wrapper .row .cols .content-welcome .txt {
  font-weight: 300;
  color: #6F6F6F;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.welcome-section .container .wrapper .row .cols .rgt-content {
  margin-top: 40px;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
  text-align: center;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li::after {
  content: "";
  width: 70px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #CD992B;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li:first-child {
  margin-top: 0;
  padding-top: 0;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li:first-child::after {
  display: none;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #0B5735;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus {
  padding-right: 25px;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
  content: "+";
  font-weight: 600;
  color: #0B5735;
  line-height: 1.1;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.welcome-section .container .wrapper .row .cols .rgt-content ul li .txt {
  font-weight: 400;
  color: #6E6E6E;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

.ourkey-section {
  padding: 60px 0;
  position: relative;
  background: transparent;
  overflow-x: hidden;
}
.ourkey-section .parallax-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ourkey-section .parallax-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.ourkey-section .parallax-dots {
  background: url("../images/dots-mobile.jpg") no-repeat 0 0/cover;
  transition: transform 0.5s ease;
}
.ourkey-section .content-wrapper {
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 0;
  right: 0;
  background: rgba(9, 70, 40, 0.9);
  filter: blur(167.5px);
}
.ourkey-section .container {
  z-index: 99;
  position: relative;
}
.ourkey-section .container .top-content {
  text-align: center;
  margin-bottom: 47px;
}
.ourkey-section .container .top-content .hd-typ4 {
  color: #ffffff;
}
.ourkey-section .container .top-content .txt {
  color: #ffffff;
  font-weight: 300;
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.ourkey-section .container .ourkey-slider .slick-list {
  margin: 0 -15px;
}
.ourkey-section .container .ourkey-slider .slick-list .slick-track {
  display: flex !important;
}
.ourkey-section .container .ourkey-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.ourkey-section .container .ourkey-slider .item {
  height: 100%;
  margin-top: 25px;
  padding: 10px 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.05);
}
.ourkey-section .container .ourkey-slider .item::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-left: 1px solid transparent;
  -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
     border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
}
.ourkey-section .container .ourkey-slider .item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-right: 1px solid transparent;
  -o-border-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
     border-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
}
.ourkey-section .container .ourkey-slider .item:first-child {
  margin-top: 0;
}
.ourkey-section .container .ourkey-slider .item .inner {
  padding: 25px 15px;
  position: relative;
  background: #ffffff;
  min-height: 100%;
}
.ourkey-section .container .ourkey-slider .item .inner::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -11px;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border-top: 1px solid transparent;
  -o-border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
}
.ourkey-section .container .ourkey-slider .item .inner::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -11px;
  width: calc(100% + 22px);
  height: calc(100% + 22px);
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
     border-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.4) 100%) 1;
}
.ourkey-section .container .ourkey-slider .item .inner .hd {
  min-height: 50px;
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.ourkey-section .container .ourkey-slider .item .inner .hd::after {
  top: 100%;
  left: 0;
  width: 50%;
  height: 3px;
  content: "";
  position: absolute;
  background: #0B5735;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.ourkey-section .container .ourkey-slider .item .inner .hd::before {
  top: 100%;
  left: 0;
  z-index: 2;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: #CD992B;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd {
  display: block;
  position: relative;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .title {
  color: #1C1F24;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .sub-hd {
  color: #4F4F4F;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.ourkey-section .container .ourkey-slider .item .inner .txt {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}
.ourkey-section .container .ourkey-slider .item .inner .btn-bar {
  position: relative;
  z-index: 99;
}

.confidence-section {
  background: #FAFAFA;
}
.confidence-section .container .inner .top-content {
  text-align: center;
  margin-bottom: 40px;
}
.confidence-section .container .inner .top-content .hd-typ4 {
  text-align: center;
}
.confidence-section .container .inner .top-content .txt {
  font-weight: 300;
  color: #6F6F6F;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.confidence-section .container .inner .list-confidence .row {
  margin: 0;
  gap: 30px;
}
.confidence-section .container .inner .list-confidence .row .cols {
  padding: 0;
}
.confidence-section .container .inner .list-confidence .row .cols .infobox {
  padding: 40px 35px;
  background: #ffffff;
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.03);
  border: 1px solid #EDEDED;
}
.confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  margin-bottom: 19px;
}
.confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer .icon {
  display: inline-block;
  margin-right: 20px;
}
.confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer .title {
  line-height: 1;
  font-weight: 400;
  color: #454545;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.confidence-section .container .inner .list-confidence .row .cols .infobox .content {
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
}

.comment-section {
  background: url(../images/bg-1.svg) no-repeat 0 0/cover;
}
.comment-section .container .inner {
  display: flex;
  max-width: 755px;
  margin: 0 auto;
  padding: 60px 0;
}
.comment-section .container .inner .icon {
  margin-right: 20px;
  display: inline-block;
}
.comment-section .container .inner .content .comment {
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.comment-section .container .inner .content .name {
  font-weight: 300;
  color: #ffffff;
  margin-top: 20px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.weserve-section {
  padding: 60px 0 30px 0;
  background: #FAFAFA;
}
.weserve-section .container .inner .top-content {
  margin-bottom: 130px;
}
.weserve-section .container .inner .top-content .hd-typ4 {
  text-align: left;
}
.weserve-section .container .inner .top-content .txt {
  font-weight: 300;
  color: #6F6F6F;
  line-height: 28px;
  max-width: 100%;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.weserve-section .container .inner .weserve-slider .slick-list {
  margin: 0 -15px;
  padding-bottom: 30px;
}
.weserve-section .container .inner .weserve-slider .slick-list .slick-track {
  display: flex !important;
}
.weserve-section .container .inner .weserve-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.weserve-section .container .inner .weserve-slider .slick-list.draggable {
  padding-right: 60px;
}
.weserve-section .container .inner .weserve-slider .slick-arrow {
  top: -62px;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.weserve-section .container .inner .weserve-slider .slick-arrow::before {
  display: none;
}
.weserve-section .container .inner .weserve-slider .slick-arrow .white-btn {
  display: none;
}
.weserve-section .container .inner .weserve-slider .slick-arrow.slick-prev {
  left: 0px;
  right: auto;
}
.weserve-section .container .inner .weserve-slider .slick-arrow.slick-next {
  left: 70px;
  right: auto;
}
.weserve-section .container .inner .weserve-slider .slick-arrow .inner {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.weserve-section .container .inner .weserve-slider .item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.weserve-section .container .inner .weserve-slider .item::before {
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #0B5735;
}
.weserve-section .container .inner .weserve-slider .item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: #CD992B;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.weserve-section .container .inner .weserve-slider .item .img-box {
  overflow: hidden;
}
.weserve-section .container .inner .weserve-slider .item .img-box img {
  width: 100%;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.weserve-section .container .inner .weserve-slider .item .content-box {
  padding: 25px 15px 30px 15px;
}
.weserve-section .container .inner .weserve-slider .item .content-box .hd {
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.weserve-section .container .inner .weserve-slider .item .content-box .txt {
  font-weight: 300;
  color: #6E6E6E;
  line-height: 28px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.philosophy-section {
  padding: 60px 0;
  text-align: center;
}
.philosophy-section .container .inner .item {
  margin-top: 40px;
}
.philosophy-section .container .inner .item:first-child {
  margin-top: 0;
}
.philosophy-section .container .inner .item .txt p {
  font-weight: 300;
  color: #6F6F6F;
  line-height: 28px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  margin-top: 24px;
  margin-bottom: 0;
}
.philosophy-section .container .inner .item .txt p:first-child {
  margin-top: 0;
}
.philosophy-section .container .inner .item .txt p span {
  color: #0B5735;
  font-weight: 400;
}

.sectors-section {
  padding: 60px 0;
  position: relative;
  background: #EDEDED;
  overflow-x: hidden;
}
.sectors-section .container {
  z-index: 99;
  position: relative;
}
.sectors-section .container .inner .top-content {
  text-align: center;
  max-width: 100%;
}
.sectors-section .container .inner .sectors-slider {
  margin-top: 97px;
}
.sectors-section .container .inner .sectors-slider .slick-list {
  margin: 0 -15px;
}
.sectors-section .container .inner .sectors-slider .slick-list .slick-track {
  display: flex !important;
}
.sectors-section .container .inner .sectors-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.sectors-section .container .inner .sectors-slider .slick-list.draggable {
  padding-right: 80px;
}
.sectors-section .container .inner .sectors-slider .slick-arrow {
  top: -52px;
  width: 78px;
  height: 78px;
  position: absolute;
}
.sectors-section .container .inner .sectors-slider .slick-arrow::before {
  display: none;
}
.sectors-section .container .inner .sectors-slider .slick-arrow.slick-prev {
  right: 65px;
  left: auto;
}
.sectors-section .container .inner .sectors-slider .slick-arrow.slick-next {
  right: 0;
}
.sectors-section .container .inner .sectors-slider .item {
  padding: 45px 20px;
  text-align: center;
  background: #ffffff;
}
.sectors-section .container .inner .sectors-slider .item .img-box {
  display: block;
  position: relative;
  margin-bottom: 62px;
}
.sectors-section .container .inner .sectors-slider .item .img-box::after {
  content: "";
  height: 2px;
  width: 128px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: absolute;
  background-color: #CD992B;
}
.sectors-section .container .inner .sectors-slider .item .img-box img {
  display: inline-block;
}
.sectors-section .container .inner .sectors-slider .item .hd {
  color: #6E6E6E;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.footer {
  padding: 60px 0;
  overflow-x: hidden;
  background: url(../images/footer-bg-mobile.jpg) no-repeat 0 0/cover;
}
.footer.shw-icon #gototop {
  bottom: 240px;
}
.footer #gototop {
  display: none;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #0B5735;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 100px;
  right: 16px;
  transition: background-color 0.5s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.footer #gototop svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.footer #gototop.light {
  background-color: #ffffff;
}
.footer #gototop.light svg path {
  fill: #0B5735;
}
.footer #gototop .inner {
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.footer #gototop .inner svg path {
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}
.footer #gototop.show {
  opacity: 1;
  visibility: visible;
}
.footer .footer-inner {
  position: relative;
}
.footer .footer-inner .ft-top-row {
  margin-bottom: 60px;
}
.footer .footer-inner .ft-top-row .container .inner {
  flex-wrap: wrap;
  display: flex;
}
.footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper {
  width: 35%;
}
.footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper .logo {
  max-width: 177px;
}
.footer .footer-inner .ft-top-row .container .inner .ft-main-hd {
  width: 65%;
}
.footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn::after {
  left: 3px;
  right: 3px;
  bottom: -3px;
  content: "";
  height: 1px;
  width: auto;
  position: absolute;
  background-color: #ffffff;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.footer .footer-inner .ft-mid-row .container .inner {
  display: flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer .footer-inner .ft-mid-row .container .inner .cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item {
  margin-bottom: 40px;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item .hd {
  font-weight: 600;
  line-height: 30px;
  color: #BCBCBC;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item .address {
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-mail {
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-phone {
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item ul li {
  margin-top: 10px;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item ul li:first-child {
  margin-top: 0;
}
.footer .footer-inner .ft-mid-row .container .inner .cols .item ul li a {
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.lft-col {
  width: 35%;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col {
  width: 65%;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item {
  width: auto;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap {
  width: 50%;
  margin-bottom: 0;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap .links-outer {
  max-width: 338px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap .links-outer ul {
  width: auto;
}
.footer .footer-inner .ft-bottom-row .container .inner {
  display: flex;
  align-items: flex-end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
  color: #BCBCBC;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
  color: #BCBCBC;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
  color: #BCBCBC;
  display: inline-block;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.footer .footer-inner .ft-bottom-row .container .inner .rgtbx {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul {
  display: flex;
}
.footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li {
  margin-left: 20px;
}
.footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li:first-child {
  margin-left: 0;
}

.leader-section {
  padding: 60px 0;
  background: #FAFAFA;
}
.leader-section .container .item {
  padding: 40px 20px;
  background: #ffffff;
}
.leader-section .container .item .inner .img-box {
  margin-bottom: 20px;
}
.leader-section .container .item .inner .img-box img {
  width: 200px;
}
.leader-section .container .item .inner .content .hd-outer {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #EDEDED;
}
.leader-section .container .item .inner .content .hd-outer .name {
  font-weight: 400;
  line-height: 35px;
  color: #454545;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.leader-section .container .item .inner .content .hd-outer .designation {
  font-weight: 300;
  font-style: italic;
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.leader-section .container .item .inner .content .txt {
  font-weight: 300;
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.content-main {
  padding: 60px 0 40px 0;
}
.content-main .container .hd-typ4 {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.content-main .container .txt {
  font-weight: 300;
  text-align: center;
  color: #6E6E6E;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.sectors-list-section {
  margin-bottom: 30px;
}
.sectors-list-section .container .row .cols {
  margin-bottom: 30px;
}
.sectors-list-section .container .row .cols .item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.sectors-list-section .container .row .cols .item::before {
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #0B5735;
}
.sectors-list-section .container .row .cols .item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: #CD992B;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.sectors-list-section .container .row .cols .item .img-box {
  overflow: hidden;
}
.sectors-list-section .container .row .cols .item .img-box img {
  width: 100%;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.sectors-list-section .container .row .cols .item .content-box {
  padding: 25px 15px 30px 15px;
}
.sectors-list-section .container .row .cols .item .content-box .hd {
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
.sectors-list-section .container .row .cols .item .content-box .txt {
  font-weight: 300;
  color: #6E6E6E;
  line-height: 28px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.team-section {
  margin-bottom: 60px;
}
.team-section .container .inner .row {
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  gap: 30px;
  margin: 0;
}
.team-section .container .inner .row .cols {
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.team-section .container .inner .row .cols .member-box {
  height: 100%;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.team-section .container .inner .row .cols .member-box .imgbox {
  margin-bottom: 15px;
}
.team-section .container .inner .row .cols .member-box .imgbox img {
  width: 100%;
}
.team-section .container .inner .row .cols .member-box .name {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: #454545;
  font-family: "Poppins", sans-serif;
}
.team-section .container .inner .row .cols .member-box .designation {
  color: #6F6F6F;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.protfolio-section {
  padding: 60px 0;
}
.protfolio-section .container .p-line {
  display: none;
}
.protfolio-section .container .inner .item {
  margin-top: 40px;
}
.protfolio-section .container .inner .item:first-child {
  margin-top: 0;
}
.protfolio-section .container .inner .item .inner-wrap .row .cols .content-box {
  text-align: center;
}
.protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .year {
  font-weight: 600;
  line-height: 55px;
  color: #454545;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 40px;
}
.protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .logo {
  margin-bottom: 20px;
}
.protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .hd {
  font-weight: 400;
  color: #454545;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .txt {
  font-weight: 300;
  color: #6F6F6F;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  gap: 10px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #D8D8D8;
  background-color: #ffffff;
  box-shadow: 0px 3.2px 11.2px 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.pagination .page-numbers.current {
  color: #4B4B4B;
}
.pagination .page-numbers.next {
  margin-left: 20px;
}
.pagination .page-numbers.prev {
  margin-right: 20px;
}

@media screen and (min-width: 369px) {
  body {
    font-size: 16px;
  }
  .hd-typ1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hd-typ2 {
    font-size: 30px;
    line-height: 35px;
  }
  .hd-typ3 {
    font-size: 18px;
  }
  .hd-typ4 {
    font-size: 40px;
    line-height: 50px;
  }
  .btn-typ1 {
    display: inline-block;
  }
  .btn-typ1 .txt-line {
    font-size: 16px;
  }
  .btn-typ2 {
    font-size: 16px;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .close-ico-mob {
    width: 17px;
    height: 17px;
  }
  .header .container .inner .navigation .top-wrap ul li a {
    font-size: 16px;
    padding: 24px 15px 24px 15px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item a .icon {
    height: 45px;
    width: 45px;
    margin-right: 20px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item a .txt {
    max-width: 81%;
    font-size: 16px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .icon {
    height: 45px;
    width: 45px;
    margin-right: 20px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .txt {
    max-width: 81%;
    font-size: 16px;
  }
  .header .container .inner .header-rgt .chat {
    padding: 0px 20px;
  }
  .header .container .inner .header-rgt .hamburger-menu {
    padding-left: 20px;
  }
  .home-banner .content-wrapper .container .inner .hd {
    font-size: 45px;
  }
  .home-banner .content-wrapper .container .inner .txt {
    font-size: 18px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
    font-size: 40px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
    font-size: 40px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .txt {
    font-size: 20px;
  }
  .welcome-section .container .wrapper .row .cols .content-welcome .txt {
    font-size: 16px;
  }
  .ourkey-section .container .top-content .txt {
    font-size: 16px;
  }
  .ourkey-section .container .ourkey-slider .item .inner {
    padding: 40px 25px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .title {
    font-size: 20px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .sub-hd {
    font-size: 18px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .txt {
    font-size: 16px;
  }
  .confidence-section .container .inner .top-content .txt {
    max-width: 660px;
    font-size: 16px;
    margin: 0 auto;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer .title {
    font-size: 20px;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .content {
    font-size: 16px;
  }
  .comment-section .container .inner .icon {
    margin-right: 40px;
  }
  .comment-section .container .inner .content .comment {
    font-size: 20px;
  }
  .comment-section .container .inner .content .name {
    font-size: 16px;
  }
  .weserve-section .container .inner .top-content .txt {
    font-size: 16px;
  }
  .philosophy-section .container .inner .item .txt p {
    font-size: 16px;
  }
  .sectors-section .container .inner .sectors-slider .slick-list.draggable {
    padding-right: 130px;
  }
  .sectors-section .container .inner .sectors-slider .item .hd {
    font-size: 16px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
    font-size: 40px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
    font-size: 40px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
    font-size: 40px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .hd {
    font-size: 20px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .address {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-mail {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-phone {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item ul li a {
    font-size: 16px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
    font-size: 14px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
    font-size: 14px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
    font-size: 14px;
  }
  .content-main .container .hd-typ4 {
    max-width: 100%;
  }
  .content-main .container .txt {
    font-size: 16px;
  }
  .sectors-list-section .container .row .cols .item .content-box .hd {
    font-size: 20px;
  }
  .sectors-list-section .container .row .cols .item .content-box .txt {
    font-size: 16px;
  }
  .team-section .container .inner .row .cols .member-box .name {
    font-size: 20px;
  }
  .team-section .container .inner .row .cols .member-box .designation {
    font-size: 16px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .year {
    font-size: 40px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .hd {
    font-size: 20px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .txt {
    font-size: 16px;
  }
}
@media screen and (min-width: 390px) {
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .close-ico-mob {
    width: 20px;
    height: 20px;
  }
  .header .container .inner .header-rgt .chat {
    padding: 0px 20px;
  }
  .header .container .inner .header-rgt .hamburger-menu {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .hd-typ1 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 50px;
  }
  .hd-typ2 {
    margin-bottom: 40px;
    line-height: 45px;
    font-size: 40px;
  }
  .hd-typ3 {
    font-size: 18px;
  }
  .hd-typ4 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 50px;
  }
  .header .container .inner {
    height: 79px;
  }
  .header .container .inner .logo {
    max-width: 100%;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .menu-logo {
    max-width: 100%;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose {
    padding-right: 110px;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .chat {
    padding: 0px 40px;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .chat .txt {
    display: block;
    font-size: 16px;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .wrap-chatnclose .close-ico-mob {
    right: 45px;
  }
  .header .container .inner .navigation .top-wrap ul li a {
    display: block;
    padding: 29px 40px 29px 40px;
    font-size: 16px;
  }
  .header .container .inner .navigation .bottom-wrap {
    background: url(../images/side-menu-bg-tab.png) no-repeat 0 0/100% 100%;
    padding: 60px 40px;
    display: flex;
    align-items: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item a .txt {
    font-size: 16px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .txt {
    max-width: none;
    font-size: 16px;
  }
  .header .container .inner .navigation .bottom-wrap .menu-address .item.address-list .address .txt br {
    display: block;
  }
  .header .container .inner .navigation .bottom-wrap .social-icons {
    margin-top: 0;
  }
  .header .container .inner .header-rgt .hamburger-menu svg {
    width: 39px;
  }
  .home-banner .content-wrapper .container .inner .hd {
    font-size: 50px;
  }
  .home-banner .content-wrapper .container .inner .txt {
    font-size: 20px;
  }
  .welcome-section {
    padding: 70px 0;
  }
  .welcome-section .container .wrapper .row .cols .content-welcome .txt {
    font-size: 16px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
    font-size: 50px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus {
    padding-right: 35px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
    font-size: 50px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .txt {
    font-size: 20px;
  }
  .ourkey-section {
    padding: 70px 0;
  }
  .ourkey-section .parallax-dots {
    background: url("../images/dots-ipad-landscape.jpg") no-repeat 0 0/cover;
    transition: transform 0.5s ease;
  }
  .ourkey-section .container .top-content {
    margin-bottom: 40px;
  }
  .ourkey-section .container .top-content .hd .inner-hd .title {
    font-size: 20px;
  }
  .ourkey-section .container .top-content .hd .inner-hd .sub-hd {
    font-size: 16px;
  }
  .ourkey-section .container .top-content .txt {
    font-size: 16px;
  }
  .ourkey-section .container .ourkey-slider {
    overflow: visible;
  }
  .ourkey-section .container .ourkey-slider .item {
    overflow: visible;
    margin: 0;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd {
    min-height: 60px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .title {
    font-size: 20px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .sub-hd {
    font-size: 18px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::before {
    top: -10px;
    left: -11px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::after {
    bottom: -10px;
    left: -11px;
  }
  .philosophy-section {
    padding: 70px 0;
  }
  .philosophy-section .container .inner .item .txt p {
    font-size: 16px;
  }
  .confidence-section .container .inner .top-content .txt {
    font-size: 16px;
  }
  .confidence-section .container .inner .list-confidence .row .cols {
    width: calc(50% - 15px);
    flex-grow: 1;
    min-height: 258px;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox {
    height: 100%;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer .title {
    font-size: 20px;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .content {
    font-size: 16px;
  }
  .comment-section .container .inner {
    max-width: 628px;
    padding: 70px 0;
  }
  .comment-section .container .inner .content .comment {
    font-size: 20px;
  }
  .comment-section .container .inner .content .name {
    font-size: 16px;
  }
  .weserve-section {
    padding: 70px 0 40px 0;
  }
  .weserve-section .container .inner .top-content {
    margin-bottom: 40px;
  }
  .weserve-section .container .inner .top-content .txt {
    font-size: 16px;
    max-width: 439px;
  }
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 108%;
  }
  .weserve-section .container .inner .weserve-slider .slick-list.draggable {
    padding-right: 268px;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow::before {
    display: none;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow.slick-next {
    right: 0px;
    left: auto;
  }
  .sectors-section {
    padding: 70px 0;
  }
  .sectors-section .sectors-slider .slick-list.draggable {
    padding-right: 120px;
  }
  .sectors-section .sectors-slider .item .hd {
    font-size: 24px;
  }
  .footer {
    padding: 70px 0;
    background: url(../images/footer-bg-ipad.jpg) no-repeat 0 0/cover;
  }
  .footer #gototop {
    display: inline-block;
    width: 50px;
    height: 50px;
    right: 40px;
  }
  .footer #gototop svg path {
    fill: #ffffff;
  }
  .footer #gototop.light {
    background-color: #ffffff;
  }
  .footer #gototop.light svg path {
    fill: #0B5735;
  }
  .footer #gototop .inner {
    height: 50px;
    width: 50px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
    font-size: 50px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
    font-size: 50px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
    font-size: 50px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .hd {
    font-size: 20px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .address {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-mail {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-phone {
    font-size: 16px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item ul li a {
    font-size: 16px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
    font-size: 14px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
    font-size: 14px;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
    font-size: 14px;
  }
  .leader-section {
    padding: 70px 0;
  }
  .leader-section .container .item {
    padding: 40px;
  }
  .leader-section .container .item .inner .img-box {
    margin-bottom: 20px;
  }
  .leader-section .container .item .inner .img-box img {
    width: 220px;
  }
  .leader-section .container .item .inner .content .hd-outer .name {
    font-size: 20px;
  }
  .leader-section .container .item .inner .content .hd-outer .designation {
    font-size: 16px;
  }
  .leader-section .container .item .inner .content .txt {
    font-size: 16px;
  }
  .content-main {
    padding: 70px 0 40px 0;
  }
  .content-main .container .hd-typ4 {
    max-width: 688px;
  }
  .content-main .container .txt {
    font-size: 16px;
  }
  .sectors-list-section {
    margin-bottom: 40px;
  }
  .sectors-list-section .container .row .cols {
    min-height: 538px;
  }
  .sectors-list-section .container .row .cols .item {
    height: 100%;
  }
  .sectors-list-section .container .row .cols .item .content-box .hd {
    font-size: 20px;
  }
  .sectors-list-section .container .row .cols .item .content-box .txt {
    min-height: 112px;
    font-size: 16px;
  }
  .team-section {
    margin-bottom: 70px;
  }
  .team-section .container .inner {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-section .container .inner .row {
    gap: 30px;
    margin: 0;
  }
  .team-section .container .inner .row .cols {
    margin: 0;
    padding: 0;
    width: calc(50% - 15px);
  }
  .team-section .container .inner .row .cols .member-box .name {
    font-size: 20px;
  }
  .team-section .container .inner .row .cols .member-box .designation {
    font-size: 16px;
  }
  .protfolio-section {
    padding: 70px 0;
  }
  .protfolio-section .container .inner .item {
    margin-top: 50px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .year {
    font-size: 50px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .hd {
    font-size: 20px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .txt {
    font-size: 16px;
  }
  .pagination {
    gap: 15px;
  }
  .pagination .page-numbers {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .pagination .page-numbers.next {
    margin-left: 35px;
  }
  .pagination .page-numbers.prev {
    margin-right: 35px;
  }
}
@media screen and (min-width: 992px) {
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 107%;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .hd {
    margin-bottom: 15px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.lft-col .item.quicklink-wrap {
    display: none;
  }
  .footer .footer-inner .ft-bottom-row {
    margin-top: 30px;
  }
  .sectors-list-section .container .row .cols {
    min-height: 541px;
  }
  .sectors-list-section .container .row .cols .item .content-box .txt {
    min-height: 140px;
  }
  .team-section .container .inner {
    max-width: 100%;
  }
  .team-section .container .inner .row {
    gap: 30px;
    margin: 0;
  }
  .team-section .container .inner .row .cols {
    margin: 0;
    padding: 0;
    width: calc(33.33333333% - 20px);
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .ourkey-section .container .ourkey-slider {
    width: 108%;
  }
  .ourkey-section .container .ourkey-slider .slick-list.draggable {
    padding-right: 250px;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
  .ourkey-section .container .ourkey-slider {
    width: 108%;
  }
  .ourkey-section .container .ourkey-slider .slick-list.draggable {
    padding-right: 150px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  .sectors-section {
    overflow-x: hidden;
  }
  .sectors-section .container .inner .sectors-slider {
    width: 103%;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --typ1-FontSize:14px;
    --typ2-FontSize:14px;
    --typ3-FontSize:22px;
    --typ4-FontSize:16px;
    --typ5-FontSize:21px;
    --typ6-FontSize:20px;
    --typ7-FontSize:40px;
    --typ8-FontSize:40px;
    --typ9-FontSize:60px;
    --typ10-FontSize:16px;
    --typ11-FontSize:14px;
    --typ12-FontSize:18px;
    --typ13-FontSize:15px;
    --typ14-FontSize:40px;
  }
  body {
    font-size: var(--typ13-FontSize);
  }
  .container {
    max-width: 1020px;
  }
  .hd-typ1 {
    text-align: left;
    line-height: 1.25;
    margin-bottom: 20px;
    font-size: var(--typ8-FontSize);
  }
  .hd-typ2 {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.127;
    letter-spacing: 1.62px;
    font-size: var(--typ7-FontSize);
  }
  .hd-typ3 {
    font-size: var(--typ10-FontSize);
  }
  .hd-typ4 {
    text-align: left;
    line-height: 1.25;
    margin-bottom: 20px;
    font-size: var(--typ8-FontSize);
  }
  .btn-typ1 .txt-line {
    font-size: var(--typ13-FontSize);
  }
  .btn-typ1:hover svg {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -6px;
  }
  .btn-typ2 {
    font-size: var(--typ13-FontSize);
  }
  .header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
  }
  .header.hide-header {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .header .container {
    max-width: 1139px;
  }
  .header .container .inner {
    gap: 10px;
    height: 60px;
  }
  .header .container .inner .logo {
    max-width: 135px;
  }
  .header .container .inner .navigation {
    opacity: 1;
    padding: 0;
    width: inherit;
    background: none;
    position: static;
    height: 100%;
  }
  .header .container .inner .navigation .top-wrap {
    height: 100%;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header {
    display: none;
  }
  .header .container .inner .navigation .top-wrap ul {
    height: 100%;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    flex-direction: row;
  }
  .header .container .inner .navigation .top-wrap ul li {
    height: 100%;
    width: auto;
    display: flex;
    margin: 0 clamp(23px, 1.9vw, 35px);
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    position: relative;
  }
  .header .container .inner .navigation .top-wrap ul li:first-child {
    margin-left: 0;
  }
  .header .container .inner .navigation .top-wrap ul li:last-child {
    margin-right: 0;
  }
  .header .container .inner .navigation .top-wrap ul li::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: #ffffff;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
  }
  .header .container .inner .navigation .top-wrap ul li a {
    padding: 0;
    color: #ffffff;
    display: inline-block;
    font-size: var(--typ11-FontSize);
    background: transparent;
    position: relative;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children {
    position: relative;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a {
    position: relative;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a::after {
    content: "";
    padding: 3px;
    top: 3px;
    right: -15px;
    display: inline-block;
    position: absolute;
    border: solid #ffffff;
    border-width: 0 1.5px 1.5px 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu {
    left: 0;
    right: 0;
    top: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    height: 80px;
    border-top: 0;
    max-height: 0;
    overflow: hidden;
    position: fixed;
    background: #FFFFFF;
    list-style-type: none;
    flex-direction: row;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    transition: max-height 0.35s ease-in;
    -moz-transition: max-height 0.35s ease-in;
    -webkit-transition: max-height 0.35s ease-in;
    box-shadow: 0px 4px 4px rgba(168, 168, 168, 0.05);
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li {
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #E9E9E9;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li::before {
    display: none;
    background-color: #0B5735;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li a {
    height: 100%;
    color: #6E6E6E;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li a::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    content: "";
    position: absolute;
    background: #0B5735;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li:hover a {
    color: #0B5735;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li.current-menu-item a {
    color: #0B5735;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li.current-menu-item a::before {
    width: 100%;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children:hover .sub-menu {
    max-height: 500px;
    transition: max-height 0.35s ease-in;
  }
  .header .container .inner .navigation .top-wrap ul li:hover::before {
    width: 100%;
  }
  .header .container .inner .navigation .top-wrap ul li.current-menu-item::before {
    width: 100%;
  }
  .header .container .inner .navigation .bottom-wrap {
    display: none;
  }
  .header .container .inner .header-rgt {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .header .container .inner .header-rgt .chat {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .header .container .inner .header-rgt .chat .txt {
    margin-right: 8px;
    font-size: var(--typ2-FontSize);
  }
  .header .container .inner .header-rgt .chat img {
    width: 18px;
  }
  .header .container .inner .header-rgt .hamburger-menu {
    cursor: pointer;
    display: inline-block;
  }
  .side-nav {
    width: 40%;
    height: 100vh;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    z-index: 999999 !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.26);
  }
  .side-nav .wraper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    background: #ffffff;
  }
  .side-nav .wraper .close-ico {
    top: 40px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -100%;
    width: 18px;
    height: 18px;
    line-height: 1;
    cursor: pointer;
    display: block;
    z-index: 9999;
  }
  .side-nav .wraper .close-ico img {
    transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
  }
  .side-nav .wraper .close-ico:hover img {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .side-nav .wraper .sdnv-top {
    position: relative;
    height: 100%;
    padding: 33px 70px 0 80px;
  }
  .side-nav .wraper .sdnv-top .header-sidenav {
    position: relative;
    margin-bottom: 20px;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .sidenav-logo {
    display: inline-block;
    margin-bottom: 40px;
    max-width: 135px;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .sidenav-logo img {
    max-width: 100%;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .nav-top-hd .hd {
    color: #0B5735;
    font-family: "Poppins", sans-serif;
    font-size: var(--typ7-FontSize);
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.55px;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .txt {
    font-weight: 300;
    line-height: normal;
    color: #6F6F6F;
    font-size: var(--typ13-FontSize);
    font-family: "Poppins", sans-serif;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons {
    margin-top: 40px;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li {
    margin-left: 20px;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li:first-child {
    margin-left: 0;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li a svg rect {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li a svg path {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li a:hover svg rect {
    stroke: #0B5735;
  }
  .side-nav .wraper .sdnv-top .content-sidenav .social-icons ul li a:hover path {
    fill: #0B5735;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li {
    margin-top: 20px;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li:first-child {
    margin-top: 0;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper {
    position: relative;
    line-height: 1;
    padding: 15px 0px 15px 0px;
    border-bottom: 1px solid #E2E2E2;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper input {
    width: 100%;
    border: none;
    outline: none;
    font-weight: 300;
    color: #9E9E9E;
    background: transparent;
    font-size: var(--typ13-FontSize);
    font-family: "Poppins", sans-serif;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper input::-webkit-input-placeholder {
    color: #9E9E9E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper input::-moz-placeholder {
    color: #9E9E9E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper input:-ms-input-placeholder {
    color: #9E9E9E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .input-wraper input:-moz-placeholder {
    color: #9E9E9E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .btn-bar {
    margin-top: 20px;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .btn-bar input::-webkit-input-placeholder {
    color: #6E6E6E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .btn-bar input::-moz-placeholder {
    color: #6E6E6E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .btn-bar input:-ms-input-placeholder {
    color: #6E6E6E;
  }
  .side-nav .wraper .sdnv-top .form-sidenav ul li .btn-bar input:-moz-placeholder {
    color: #6E6E6E;
  }
  .side-nav .wraper .sdnv-bottom {
    padding: 25px 80px;
    background: url(../images/side-menu-bg.png) no-repeat 0 0/cover;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item {
    margin-top: 20px;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item:first-child {
    margin-top: 0px;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item a {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item a .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item a .txt {
    display: inline-block;
    color: #ffffff;
    font-size: var(--typ13-FontSize);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item a .txt:hover {
    opacity: 0.7;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item.address-list {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item.address-list .address {
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item.address-list .address .icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
  }
  .side-nav .wraper .sdnv-bottom .menu-address .item.address-list .address .txt {
    display: inline-block;
    color: #ffffff;
    font-size: var(--typ13-FontSize);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .menu-open .side-nav {
    right: 0;
  }
  .menu-open .side-nav .wraper {
    overflow-y: auto;
  }
  .menu-open .side-nav .wraper::-webkit-scrollbar {
    width: 3px;
  }
  .menu-open .side-nav .wraper::-webkit-scrollbar-thumb {
    background: #044F2A;
    border-radius: 5px;
  }
  .menu-open .side-nav .wraper::-webkit-scrollbar-track {
    background: #BCBCBC;
  }
  .menu-open .side-nav .wraper .close-ico {
    right: 70px;
    opacity: 1;
    visibility: visible;
  }
  .menu-open .side-nav .wraper .sdnv-top .form-sidenav {
    margin-bottom: 30px;
  }
  .home-banner .content-wrapper .container .inner .hd {
    font-size: var(--typ9-FontSize);
  }
  .home-banner .content-wrapper .container .inner .txt {
    font-size: var(--typ3-FontSize);
  }
  .welcome-section {
    padding: 100px 0;
  }
  .welcome-section .container .wrapper .row {
    margin-left: -50px;
    margin-right: -50px;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
  }
  .welcome-section .container .wrapper .row .cols {
    padding-left: 50px;
    padding-right: 50px;
  }
  .welcome-section .container .wrapper .row .cols .content-welcome .txt {
    text-align: left;
    max-width: 796px;
    font-size: var(--typ13-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content {
    margin-top: 0;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li {
    padding-top: 30px;
    text-align: left;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li::after {
    margin: 0;
    left: 0;
    top: 0;
    position: absolute;
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
    text-align: left;
    font-size: var(--typ8-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
    font-size: var(--typ8-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .txt {
    text-align: left;
    font-size: var(--typ12-FontSize);
  }
  .ourkey-section {
    position: relative;
    background: transparent;
    overflow: hidden;
  }
  .ourkey-section .parallax-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .ourkey-section .parallax-bg,
  .ourkey-section .parallax-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  .ourkey-section .parallax-bg {
    background: url("../images/bg.jpg") no-repeat 0 0/cover;
  }
  .ourkey-section .parallax-dots {
    background: url("../images/dots.png") no-repeat 0 0/cover;
    transition: transform 0.5s ease;
  }
  .ourkey-section .container {
    position: relative;
    z-index: 1;
  }
  .ourkey-section .container .top-content {
    text-align: left;
    margin-bottom: 40px;
  }
  .ourkey-section .container .top-content .hd .inner-hd .title {
    font-size: var(--typ5-FontSize);
  }
  .ourkey-section .container .top-content .hd .inner-hd .sub-hd {
    font-size: var(--typ2-FontSize);
  }
  .ourkey-section .container .top-content .txt {
    max-width: 649px;
    font-size: var(--typ13-FontSize);
  }
  .ourkey-section .container .ourkey-slider {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
  }
  .ourkey-section .container .ourkey-slider .item {
    margin: 0;
    width: calc(33.33333333% - 20px);
    position: relative;
    overflow: visible;
    padding: 20px;
    height: auto;
    flex: 1 0 0;
    transition: translate 0.5s ease;
  }
  .ourkey-section .container .ourkey-slider .item::after, .ourkey-section .container .ourkey-slider .item::before {
    transition: border 0.5s ease;
  }
  .ourkey-section .container .ourkey-slider .item .inner {
    padding: 40px 30px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::after, .ourkey-section .container .ourkey-slider .item .inner::before {
    width: calc(100% + 42px);
    height: calc(100% + 42px);
    transition: border 0.5s ease;
    left: -21px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::before {
    top: -20px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::after {
    bottom: -20px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd {
    min-height: 72px;
  }
  .ourkey-section .container .ourkey-slider .item .inner .hd .inner-hd .sub-hd {
    font-size: var(--typ10-FontSize);
  }
  .ourkey-section .container .ourkey-slider .item .inner .txt {
    font-size: var(--typ13-FontSize);
    line-height: 30px;
    min-height: 120px;
    margin-bottom: 50px;
  }
  .ourkey-section .container .ourkey-slider .item .inner::after {
    transition-duration: 0.5s;
  }
  .ourkey-section .container .ourkey-slider .item:hover::before, .ourkey-section .container .ourkey-slider .item:hover::after {
    -o-border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%) 1;
       border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%) 1;
  }
  .ourkey-section .container .ourkey-slider .item:hover .inner::before, .ourkey-section .container .ourkey-slider .item:hover .inner::after {
    -o-border-image: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%) 1;
       border-image: linear-gradient(to left, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%) 1;
  }
  .ourkey-section .container .ourkey-slider .item:hover .inner .hd {
    padding-left: 0;
  }
  .ourkey-section .container .ourkey-slider .item:hover .inner .hd::before {
    width: 50%;
  }
  .ourkey-section .container .ourkey-slider .item:hover .inner .hd .inner-hd {
    z-index: 99;
  }
  .ourkey-section .container .ourkey-slider .item:hover::after {
    width: 100%;
  }
  .confidence-section {
    padding: 100px 0 100px 0;
  }
  .confidence-section .container .inner .top-content .txt {
    font-size: var(--typ13-FontSize);
  }
  .confidence-section .container .inner .list-confidence .row {
    gap: 30px;
    margin: 0;
  }
  .confidence-section .container .inner .list-confidence .row .cols {
    margin: 0;
    padding: 0;
    width: calc(33.33333333% - 20px);
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox {
    position: relative;
    overflow: hidden;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox::before {
    position: absolute;
    top: 0;
    left: -963px;
    z-index: 2;
    display: block;
    content: "";
    width: 963px;
    height: 100%;
    background: url(../images/bg-effects.png) no-repeat 0 0/cover;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox:hover::before {
    animation: shine 3s;
  }
  @keyframes shine {
    100% {
      left: 150%;
    }
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer {
    z-index: 99;
    position: relative;
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .hd-outer .title {
    font-size: var(--typ12-FontSize);
  }
  .confidence-section .container .inner .list-confidence .row .cols .infobox .content {
    z-index: 99;
    position: relative;
    font-size: var(--typ13-FontSize);
  }
  .comment-section .container .inner {
    max-width: 639px;
    padding: 117px 0;
  }
  .comment-section .container .inner .content .comment {
    font-size: var(--typ12-FontSize);
  }
  .comment-section .container .inner .content .name {
    font-size: var(--typ13-FontSize);
  }
  .weserve-section {
    padding: 100px 0 70px 0;
  }
  .weserve-section .container .inner .top-content .txt {
    max-width: 649px;
    font-size: var(--typ13-FontSize);
  }
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 120%;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow {
    top: -70px;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow.slick-prev {
    right: 40px;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow.slick-next {
    right: -30px;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow .inner {
    height: 52px;
    width: 52px;
    margin-top: -1px;
    margin-left: -1px;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow .inner:after {
    position: absolute;
    bottom: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #0B5735;
    border-radius: 50%;
    z-index: -1;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow .inner:after {
    bottom: -10px;
    transform: translate(0, 50%);
  }
  @keyframes criss-arrow-bottom {
    0% {
      bottom: -10px;
    }
    50% {
      bottom: 50%;
      width: 10px;
      height: 10px;
    }
    100% {
      bottom: 50%;
      width: 375px;
      height: 375px;
    }
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow:hover .inner:after {
    animation: criss-arrow-bottom 0.9s both;
    animation-direction: alternate;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow:hover .inner .normal-btn {
    display: none;
  }
  .weserve-section .container .inner .weserve-slider .slick-arrow:hover .inner .white-btn {
    display: block;
  }
  .weserve-section .container .inner .weserve-slider .item:hover::after {
    width: 100%;
  }
  .weserve-section .container .inner .weserve-slider .item:hover .img-box img {
    transform: scale(1.1);
  }
  .philosophy-section {
    padding: 100px 0;
    text-align: left;
  }
  .philosophy-section .container .inner .item .txt p {
    font-size: var(--typ13-FontSize);
  }
  .sectors-section {
    padding: 100px 0;
    background: #FAFAFA;
  }
  .sectors-section::after {
    content: "";
    height: 100%;
    width: 64%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
    position: absolute;
    background: #EDEDED;
  }
  .sectors-section .container .inner .top-content {
    max-width: 728px;
    text-align: left;
  }
  .sectors-section .container .inner .sectors-slider .slick-list.draggable {
    padding-right: 0px;
  }
  .sectors-section .container .inner .sectors-slider .item .hd {
    font-size: var(--typ4-FontSize);
  }
  .footer {
    padding: 100px 0;
    background: url(../images/footer-bg.jpg) no-repeat 0 0/cover;
  }
  .footer #gototop {
    right: 80px;
    cursor: pointer;
  }
  .footer #gototop.light .inner:after {
    background-color: #0B5735;
  }
  .footer #gototop.light:hover .inner svg path {
    fill: #ffffff;
  }
  .footer #gototop .inner {
    height: 52px;
    width: 52px;
    margin-top: -1px;
    margin-left: -1px;
  }
  .footer #gototop .inner:after {
    position: absolute;
    bottom: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
  }
  .footer #gototop .inner:after {
    bottom: -10px;
    transform: translate(0, 50%);
  }
  @keyframes criss-cross-bottom {
    0% {
      bottom: -10px;
    }
    50% {
      bottom: 50%;
      width: 10px;
      height: 10px;
    }
    100% {
      bottom: 50%;
      width: 375px;
      height: 375px;
    }
  }
  .footer #gototop:hover .inner:after {
    animation: criss-cross-bottom 0.9s both;
    animation-direction: alternate;
  }
  .footer #gototop:hover .inner svg path {
    fill: #0B5735;
  }
  .footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper .logo {
    max-width: 150px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd {
    padding-left: 80px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn:hover {
    color: #BCBCBC;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn:hover::after {
    left: 50%;
    right: 50%;
    background: #BCBCBC;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item {
    z-index: 9;
    position: relative;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item.quicklink-wrap {
    z-index: 999;
    position: relative;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .hd {
    font-size: var(--typ12-FontSize);
    margin-bottom: 30px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .address {
    font-size: var(--typ11-FontSize);
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-mail {
    margin-top: 20px;
    font-size: var(--typ11-FontSize);
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-phone {
    margin-top: 20px;
    font-size: var(--typ11-FontSize);
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item ul li a {
    font-size: var(--typ11-FontSize);
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item a:hover {
    color: #CD992B;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col {
    padding-left: 80px;
  }
  .footer .footer-inner .ft-bottom-row {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 99;
    margin: 0;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a:hover {
    color: #CD992B;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li a svg path {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li a svg rect {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li a:hover svg path {
    fill: #CD992B;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .rgtbx .social-icons ul li a:hover svg rect {
    stroke-opacity: 1;
    stroke: #CD992B;
  }
  .leader-section {
    padding: 100px 0;
  }
  .leader-section .container .item {
    margin-top: 30px;
  }
  .leader-section .container .item .inner {
    display: flex;
  }
  .leader-section .container .item .inner .img-box {
    width: 240px;
    margin: 0 40px 0 0;
  }
  .leader-section .container .item .inner .img-box img {
    width: 240px;
  }
  .leader-section .container .item .inner .content {
    width: 76%;
  }
  .leader-section .container .item .inner .content .hd-outer .name {
    font-size: var(--typ12-FontSize);
  }
  .leader-section .container .item .inner .content .hd-outer .designation {
    font-size: var(--typ13-FontSize);
  }
  .leader-section .container .item .inner .content .txt {
    font-size: var(--typ13-FontSize);
  }
  .content-main {
    padding: 70px 0 40px 0;
  }
  .content-main .container .hd-typ4 {
    max-width: 800px;
  }
  .content-main .container .txt {
    font-size: var(--typ13-FontSize);
  }
  .sectors-list-section {
    margin-bottom: 100px;
  }
  .sectors-list-section .container .row {
    gap: 30px;
    margin: 0;
  }
  .sectors-list-section .container .row .cols {
    min-height: 592px;
    margin: 0;
    padding: 0;
    width: calc(33.33333333% - 20px);
  }
  .sectors-list-section .container .row .cols .item {
    height: 100%;
  }
  .sectors-list-section .container .row .cols .item .content-box {
    padding: 20px;
  }
  .sectors-list-section .container .row .cols .item .content-box .hd {
    font-size: var(--typ12-FontSize);
  }
  .sectors-list-section .container .row .cols .item .content-box .txt {
    font-size: var(--typ13-FontSize);
    min-height: 112px;
  }
  .sectors-list-section .container .row .cols .item:hover::after {
    width: 100%;
  }
  .sectors-list-section .container .row .cols .item:hover .img-box img {
    transform: rotate(-3deg) scale(1.1);
  }
  .team-section {
    margin-bottom: 100px;
  }
  .team-section .container .inner {
    max-width: 1080px;
  }
  .team-section .container .inner .row {
    gap: 30px;
    margin: 0;
  }
  .team-section .container .inner .row .cols {
    margin: 0;
    padding: 0;
    width: calc(33.33333333% - 20px);
  }
  .team-section .container .inner .row .cols .member-box .name {
    font-size: var(--typ12-FontSize);
  }
  .team-section .container .inner .row .cols .member-box .designation {
    font-size: var(--typ13-FontSize);
  }
  .protfolio-section {
    padding: 111px 0 100px 0;
  }
  .protfolio-section .container {
    position: relative;
    overflow: hidden;
  }
  .protfolio-section .container .p-line {
    display: inline-block;
    width: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: height 0s ease;
    position: absolute;
    background: #0B5735;
    z-index: 99;
  }
  .protfolio-section .container .inner {
    position: relative;
    overflow: hidden;
  }
  .protfolio-section .container .inner::before {
    width: 3px;
    height: 100%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    background: #E0E0E0;
  }
  .protfolio-section .container .inner .item {
    margin-top: 60px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row {
    gap: 80px;
    margin: 0;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: calc(50% - 40px);
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box {
    margin-bottom: 0;
    text-align: left;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .year {
    font-size: var(--typ14-FontSize);
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .hd {
    font-size: var(--typ12-FontSize);
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .txt {
    font-size: var(--typ13-FontSize);
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols {
    order: 1;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols:first-child {
    order: 2;
  }
  .protfolio-section .container .inner .item:nth-child(odd) .inner-wrap .row .cols .content-box {
    text-align: right;
  }
  .protfolio-section .container .inner .item.stickyyear {
    padding-top: 70px;
    margin-top: 70px;
  }
  .protfolio-section .container .inner .item.stickyyear:first-child {
    margin-top: 0;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year {
    left: 50%;
    right: auto;
    padding-right: 0;
    padding-left: 40px;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox {
    position: relative;
    text-align: left;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox::after {
    left: -50px;
    right: auto;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row {
    position: relative;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    top: -70px;
    right: 50%;
    position: absolute;
    padding-right: 40px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox {
    position: relative;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox::after {
    content: "";
    width: 20px;
    height: 20px;
    right: -50px;
    top: 0;
    position: absolute;
    background: #0B5735;
  }
  .pagination {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1399px) {
  :root {
    --typ1-FontSize:14px;
    --typ2-FontSize:16px;
    --typ3-FontSize:25px;
    --typ4-FontSize:18px;
    --typ5-FontSize:25px;
    --typ6-FontSize:24px;
    --typ7-FontSize:45px;
    --typ8-FontSize:45px;
    --typ9-FontSize:72px;
    --typ10-FontSize:16px;
    --typ11-FontSize:15px;
    --typ12-FontSize:22px;
    --typ13-FontSize:16px;
    --typ14-FontSize:45px;
  }
  .container {
    max-width: 1288px;
  }
  .hd-typ1 {
    font-size: var(--typ8-FontSize);
  }
  .hd-typ2 {
    font-size: var(--typ7-FontSize);
  }
  .hd-typ4 {
    font-size: var(--typ8-FontSize);
  }
  .side-nav .wraper {
    gap: 48px;
  }
  .side-nav .wraper .sdnv-top {
    padding: 33px 100px 0;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .sidenav-logo {
    max-width: 169px;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .nav-top-hd .hd {
    font-size: var(--typ7-FontSize);
  }
  .side-nav .wraper .sdnv-bottom {
    padding: 40px 100px;
  }
  .header .container {
    max-width: 1392px;
  }
  .header .container .inner {
    height: 90px;
  }
  .header .container .inner .logo {
    max-width: 100%;
  }
  .header .container .inner .navigation .top-wrap ul li a {
    font-size: var(--typ11-FontSize);
  }
  .home-banner .content-wrapper .container .inner .hd {
    font-size: var(--typ9-FontSize);
  }
  .home-banner .content-wrapper .container .inner .txt {
    font-size: var(--typ3-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
    font-size: var(--typ8-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
    font-size: var(--typ8-FontSize);
  }
  .comment-section .container .inner {
    max-width: 665px;
  }
  .content-main {
    padding: 80px 0 40px;
  }
  .content-main .container .hd-typ4 {
    max-width: 900px;
  }
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 110%;
  }
  .footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper .logo {
    max-width: 169px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
    font-size: var(--typ1-FontSize);
  }
  .protfolio-section .container .inner .item.stickyyear {
    padding-top: 80px;
    margin-top: 80px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    top: -80px;
  }
}
@media screen and (min-width: 1599px) {
  .header .container {
    max-width: 1445px;
  }
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 110%;
  }
  .weserve-section .container .inner .weserve-slider .slick-list.draggable {
    padding-right: 150px;
  }
}
@media screen and (min-width: 1699px) {
  :root {
    --typ1-FontSize:14px;
    --typ2-FontSize:16px;
    --typ3-FontSize:30px;
    --typ4-FontSize:18px;
    --typ5-FontSize:25px;
    --typ6-FontSize:28px;
    --typ7-FontSize:55px;
    --typ8-FontSize:55px;
    --typ9-FontSize:90px;
    --typ10-FontSize:18px;
    --typ11-FontSize:16px;
    --typ12-FontSize:25px;
    --typ13-FontSize:18px;
    --typ14-FontSize:55px;
  }
  .hd-typ1 {
    font-size: var(--typ8-FontSize);
  }
  .hd-typ2 {
    font-size: var(--typ7-FontSize);
    line-height: 62px;
  }
  .hd-typ4 {
    font-size: var(--typ8-FontSize);
  }
  .side-nav .wraper {
    gap: 60px;
  }
  .side-nav .wraper .sdnv-top .header-sidenav .nav-top-hd .hd {
    font-size: var(--typ7-FontSize);
  }
  .side-nav .wraper .sdnv-top .content-sidenav .txt {
    line-height: 30px;
  }
  .side-nav .wraper .sdnv-bottom {
    padding: 48px 100px;
  }
  .header .container {
    max-width: 1761px;
  }
  .header .container .inner {
    height: 90px;
  }
  .home-banner .content-wrapper .container .inner .hd {
    font-size: var(--typ9-FontSize);
  }
  .home-banner .content-wrapper .container .inner .txt {
    font-size: var(--typ3-FontSize);
  }
  .welcome-section .container .wrapper .row {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .welcome-section .container .wrapper .row .cols {
    width: 382px;
  }
  .welcome-section .container .wrapper .row .cols:first-child {
    width: 978px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number {
    font-size: var(--typ8-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus {
    padding-right: 45px;
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .number.plus::after {
    font-size: var(--typ8-FontSize);
  }
  .welcome-section .container .wrapper .row .cols .rgt-content ul li .txt {
    white-space: nowrap;
  }
  .content-main {
    padding: 100px 0 40px;
  }
  .content-main .container .hd-typ4 {
    max-width: 1033px;
  }
  .comment-section .container .inner {
    max-width: 755px;
  }
  .weserve-section .container .inner .weserve-slider .slick-list {
    width: 128%;
  }
  .weserve-section .container .inner .weserve-slider .slick-list.draggable {
    padding-right: 300px;
  }
  .protfolio-section .container .inner .item.stickyyear {
    padding-top: 100px;
    margin-top: 100px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    top: -100px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper .logo {
    max-width: 169px;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .sub-hd {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd .letstalk-btn {
    font-size: var(--typ8-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links a {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .ftbtm-links .sep {
    font-size: var(--typ1-FontSize);
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx .copyright {
    font-size: var(--typ1-FontSize);
  }
}
@media screen and (max-width: 1199px) {
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a {
    position: relative;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a::after {
    content: "";
    padding: 4px;
    top: 41%;
    transform: translateY(-41%);
    -moz-transform: translateY(-41%);
    -webkit-transform: translateY(-41%);
    right: 42px;
    display: inline-block;
    position: absolute;
    border: solid #6E6E6E;
    border-width: 0 1.5px 1.5px 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a.open::after {
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 46%;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu {
    display: none;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li a {
    background: #ffffff;
    border-bottom: 1px solid #EDEDED;
    padding: 20px 40px 20px 60px;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li:first-child a {
    border-top: 1px solid #EDEDED;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li:nth-child(even) a {
    background: #ffffff;
  }
  .menu-open {
    overflow-x: visible;
  }
  .menu-open body {
    overflow: hidden;
  }
  .menu-open .header {
    height: 100%;
    z-index: 999999;
    overflow: auto;
  }
  .menu-open .header .container .inner .navigation {
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100vh;
  }
  .menu-open .header .container .inner .navigation .top-wrap ul li a {
    background: #ffffff;
  }
  .menu-open .header .container .inner .navigation .top-wrap ul li:nth-child(even) a {
    background: #FAFAFA;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-mail {
    margin-top: 20px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols .item .ft-phone {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-inner .ft-top-row .container .inner {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper {
    width: auto;
  }
  .footer .footer-inner .ft-top-row .container .inner .ft-main-hd {
    width: auto;
  }
  .footer .footer-inner .ft-mid-row .container .inner {
    flex-direction: column;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.lft-col {
    width: 100%;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.lft-col .item.quicklink-wrap .links-outer {
    width: 298px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col {
    width: 100%;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap {
    display: none;
  }
  .protfolio-section .container {
    padding: 0;
    max-width: 100%;
  }
  .protfolio-section .container .inner .item .inner-wrap {
    padding: 0;
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
  .protfolio-section .container .inner .item:nth-child(even) {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FAFAFA;
  }
}
@media screen and (max-width: 767px) {
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children > a::after {
    right: 20px;
  }
  .header .container .inner .navigation .top-wrap ul li.menu-item-has-children .sub-menu li a {
    padding: 20px 20px 20px 30px;
  }
  .footer .footer-inner .ft-top-row {
    margin-bottom: 40px;
  }
  .footer .footer-inner .ft-top-row .container .inner {
    flex-direction: column;
  }
  .footer .footer-inner .ft-top-row .container .inner .ftlogo-wrapper {
    margin-bottom: 60px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item:nth-child(2) {
    order: 3;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item:nth-child(3) {
    order: 2;
  }
  .footer .footer-inner .ft-bottom-row .container .inner {
    flex-direction: column;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .lftbx {
    order: 2;
    width: 100%;
  }
  .footer .footer-inner .ft-bottom-row .container .inner .rgtbx {
    order: 1;
    width: 100%;
    margin-bottom: 60px;
    justify-content: flex-start;
  }
  .protfolio-section .container .inner .item:nth-child(even) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .protfolio-section .container .inner .item .inner-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 359px) {
  .header .container .inner .logo img {
    max-width: 130px;
  }
  .header .container .inner .navigation .top-wrap .mobmenu-header .menu-logo img {
    max-width: 130px;
  }
  .header .container .inner .header-rgt .chat {
    padding: 0px 15px;
  }
}/*# sourceMappingURL=style.css.map */