@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');

@font-face {
  font-family: 'Orator Std';
  src: url('../fonts/OratorStd.eot');
  src: url('../fonts/OratorStd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OratorStd.woff2') format('woff2'),
    url('../fonts/OratorStd.woff') format('woff'),
    url('../fonts/OratorStd.ttf') format('truetype'),
    url('../fonts/OratorStd.svg#OratorStd') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/**  
* -----------------------------------------------------------------------------   
    TABLE OF CONTENT
---------------------------------------------------------
#271d16
#162127
#462223
#1d4148

--------------------------------------------------------*/
/* -----------------------------------
    01. General CSS
-------------------------------------*/html,
body {
  font-size: 14px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 100;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #0a0a0a;
  margin: 0 0 26px;
  line-height: 1.2;
}

h1 {
  font-size: 52px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.text-md-left {
  text-align: left;
}

.text-md-right {
  text-align: right;
}

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

.no-border {
  border: none !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.gray-bg {
  background: #ebebeb;
}

.gray-bg2 {
  background: #ededed;
}

.gray-bg3 {
  background: #f6f7f9;
}

.gray-bg4 {
  background: #f6f6f6;
}

.gray-bg5 {
  background: #f9f9f9;
}

.gray-bg6 {
  background: #f7f7f7;
}

.gray-bg7 {
  background: #fcfcfc;
}

.black-bg {
  background: #15161a;
}

.black-bg2 {
  background: #0c0b0b;
}

.black-bg3 {
  background: #201d1d;
}

.white-color {
  color: #ffffff !important;
}

.title-color {
  color: #0a0a0a !important;
}

.body-color {
  color: #454545 !important;
}

.white-bg {
  background: #fff;
}

.primary-color2 {
  color: #408634 !important;
}

.primary-bd2 {
  background: #408634 !important;
}

.secondary-bg2 {
  background: #408634 !important;
}

.rs-vertical-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.rs-vertical-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

a {
  color: #408634;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #408634;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: #408634;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background: #408634;
  text-shadow: none;
  color: #ffffff;
}

.grid-body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: #271d14;
  background-image: linear-gradient(rgba(77, 50, 41, 1) 0.1em, transparent 0.1em), linear-gradient(90deg, rgba(77, 50, 41, 1)0.1em, transparent 0.1em);
  background-size: 40px 40px;
}

.shape-bg {
  background: url(assets/images/background/shape/shape-bg.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #fff;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .6;
  z-index: 222;
}

body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}

.bg-unset {
  background: unset !important;
}

.rs-menu-toggle {
  color: #408634;
  text-align: right;
}

button {
  cursor: pointer;
}

.glyph-icon:before {
  margin: 0;
}

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

ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}

ul.services-list li a:hover,
ul.services-list li a.active {
  background: #408634;
  color: #ffffff;
}

ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}

ul.listing-style li {
  margin-bottom: 7px;
}

ul.listing-style li i {
  color: #408634;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}

.features-content {
  padding: 98px 150px 97px 100px;
}

.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}

.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: #c2a25d;
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}

.features-content ul.rs-features-list li .feature-text {
  color: #4d4d4d;
  font-weight: 400;
}

.icon-item li {
  display: flex;
  padding-bottom: 10px;
}

.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}

.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}

.icon-item li:last-child {
  padding-bottom: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

.pagination-area {
  display: inline-block;
}

.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #408634;
}

.pagination-area .nav-link .page-number {
  padding: 2px 15px 0 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #eee;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}

.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}

.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}

.pagination-part li a {
  color: #454545;
}

.pagination-part li:last-child {
  border-right: unset;
}

.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}

.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}

.pagination-part .next-page:before {
  right: 4px;
}

.pagination-part .active a {
  color: #408634;
}

.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  background: 0 0 !important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 0;
}

.gridFilter button.active {
  color: #FFFFFF;
  background: #408634 !important;
}

.gridFilter button:hover {
  color: #FFFFFF;
  background: #408634 !important;
}

.gridFilter button+button {
  margin-left: 20px;
}

blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}

blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #FD6509;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}

blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #ff5421;
  padding-bottom: 0px;
  display: inline-block;
  background: #408634;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}

.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}

.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #408634;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #408634;
}

.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #408634;
}

.rs-carousel.nav-style1 {
  position: relative;
}

.rs-carousel.nav-style1 .owl-nav {
  display: block;
}

.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #408634;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}

.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}

.rs-carousel.nav-style2 {
  position: relative;
}

.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #408634;
}

.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}

.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}

.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}

.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #408634;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #408634;
  opacity: .5;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}

.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}

.btn-part2 .readon.consultant {
  background: #4caf50;
}

.btn-part3 .readon.consultant {
  background: #0082f1;
}

.btnx .readon.consultant {
  background: none;
  color: #408634;
  border: 2px solid #408634;
}

.btnx .readon.consultant:hover {
  color: #ffffff;
  background: #408634;
}

.btnx .readon.consultant::after {
  display: none;
}

.btny .readon.consultant {
  background: none;
  color: #408634;
  border: 2px solid #408634;
  border-radius: 10px;
}

.btny .readon.consultant:hover {
  color: #ffffff;
  background: #408634;
}

.btny .readon.consultant::after {
  display: none;
}

.btnz .readon.consultant {
  background: none;
  color: #408634;
  border: 2px solid #408634;
  border-radius: 100px;
}

.btnz .readon.consultant:hover {
  color: #ffffff;
  background: #408634;
}

.btnz .readon.consultant::after {
  display: none;
}

.button-area1 .btn-part {
  margin-bottom: 20px;
}

.button-area2 .btn-part {
  margin-bottom: 20px;
}

.button-area3 .btn-area {
  margin-bottom: 20px;
}

.btn-area3 .readon2 {
  border-radius: 0;
  padding: 20px 35px;
}

.btn-area4 .readon2 {
  padding: 20px 35px;
}

.btn-area4 .readon2 .btn-arrow {
  margin-right: 11px;
  margin-left: 0;
  transform: rotate(180deg);
}

.button-area-inner2 .btn-area .bnr-play-btn {
  color: #222;
  transition: all 0.3s ease !important;
  position: relative;
  top: 4px;
}

.button-area-inner2 .btn-area .bnr-play-btn .border-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 71px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #408634;
}

.year-btn .readon {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.readon {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

.year-btn .readon.consultant {
  padding: 4px 16px 4px 16px;
}

.readon.consultant {
  padding: 18px 35px 18px 35px;
  border-radius: 0px 0px 0px 0px;
  color: #fff;
  background: #408634;
  overflow: hidden;
  position: relative;
}

.readon.consultant:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #333;
  border-color: transparent;
  border-radius: 50%;
  transform: translate(-40px, -80px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}

.readon.consultant:hover:after {
  opacity: .3;
  transform-origin: 100px 100px;
  transform: scale(1) translate(-10px, -70px);
}

.readon.consultant.slider {
  padding: 18px 40px 18px 40px;
}

.readon.consultant.discover {
  padding: 15px 40px 15px 40px;
}

.readon.consultant.discover.orange-more {
  background: #408634;
}

.readon.consultant.blue-view {
  padding: 15px 40px 15px 40px;
  background: #0082f1;
}

.readon.consultant.orange-slide {
  background: #408634;
}

.readon.consultant.blog {
  font-size: 14px;
  font-weight: 600;
  padding: 9px 50px 9px 25px;
  background: #408634;
  position: relative;
}

.readon.consultant.blog:before {
  content: "\f114";
  font-family: Flaticon;
  font-size: 15px;
  font-weight: 900;
  position: absolute;
  top: 11px;
  right: 26px;
  transition: all 0.3s;
  color: #fff;
  transition: all ease .4s;
  color: #ffffff;
}

.readon.consultant.lets-talk {
  padding: 8px 22px;
  font-size: 14px;
  background: #408634;
}

.readon.consultant.get-quote {
  font-size: 14px;
  padding: 8px 22px;
  background: #4caf50;
  border-color: #4caf50;
}

.readon.consultant.paste-btn {
  font-weight: 500;
  padding: 15px 33px 15px 33px;
  background-color: #4CAF50;
  border-radius: 4px 4px 4px 4px;
}

.readon.consultant.paste-btn.more {
  padding: 15px 40px 15px 40px;
}

.readon.blue-slide {
  background-color: #0082f1;
  color: #ffffff;
  padding: 17px 35px 17px;
  display: inline-block !important;
}

.readon.blue-slide:hover {
  opacity: 0.8;
}

.readon.submit {
  background-color: #408634;
  padding: 18px 35px 18px 35px;
  border: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.readon.submit:hover {
  color: #fff;
  opacity: .99;
}

.readon.submit.blue-small {
  background-color: #0082F1;
  padding: 17px 30px 17px 30px;
  font-size: 16px;
  border-radius: 0px 0px 0px 0px;
}

.readon.submit.orange-submit {
  background-color: #408634;
  font-size: 16px;
}

.readon.submit.paste-btn {
  color: #fff;
  background-color: #4CAF50;
  margin: 0px 0px 0px 0px;
  padding: 18px 35px 18px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
}

.readon.post {
  padding: 14px 25px;
  border-radius: 0;
  line-height: normal;
  font-size: 14px;
  font-weight: 500;
  background: #408634;
  border: none;
}

.readon.price {
  padding: 8px 30px 8px 30px;
  color: #0A0A0A;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0A0A0A;
  border-radius: 0px 0px 0px 0px;
}

.readon.price:hover {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #408634;
  color: #ffffff;
  background-color: #408634;
}

.readon.price.price2 {
  background-color: #408634;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #408634;
  background: #408634;
  color: #ffffff;
}

.readon.price.price2:hover {
  border-width: 1px 1px 1px 1px;
  border-color: #DF1313;
  background: #DF1313;
}

.readon.price.big {
  font-size: 20px;
  font-weight: 500;
}

.readon.apply {
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background-color: #408634;
}

.readon.view-more {
  padding: 7px 25px 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
}

.readon.view-more.small {
  padding: 7px 25px 7px 25px;
  border-radius: 4px 4px 4px 4px;
}

.readon2 {
  padding: 12px 35px 10px;
  border-radius: 30px;
  color: #ffffff !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #408634;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease !important;
}

.readon2 .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 11px;
}

.readon2 .btn-arrow:before,
.readon2 .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  transition: all 0.3s ease;
}

.readon2 .btn-arrow:before {
  right: 1px;
}

.readon2 .btn-arrow:after {
  right: 22px;
}

.readon2:hover {
  color: #ffffff;
  background: #408634;
}

.readon2:hover div:before,
.readon2:hover div:after {
  color: #408634;
}

.readon2:hover div:before {
  right: -20px;
}

.readon2:hover div:after {
  right: 1px;
}

.readon2.hover-light:hover {
  background: #ffffff;
  color: #408634 !important;
}

.readon2.hover-light:hover .btn-arrow:before,
.readon2.hover-light:hover .btn-arrow:after {
  color: #408634;
}

.left-line-v {
  position: relative;
  padding-left: 20px;
}

.left-line-v .draw-line.start-draw {
  position: absolute;
  content: '';
  left: 0;
  top: 3px;
  width: 4px;
  height: 0;
  background: #408634;
  animation: start-draw 1.5s ease forwards;
}

.blog-button a {
  text-align: center;
  display: inline-block;
  color: #408634;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 15px;
}

.blog-button a:after {
  content: "\f114";
  position: absolute;
  font-family: flaticon;
  font-size: 15px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
}

.blog-button a:hover:after {
  right: -5px;
  opacity: 1;
}

.blog-button.services a {
  font-size: 16px;
  font-weight: 600;
  color: #408634;
  padding-right: 12px;
}

.blog-button.services a:after {
  content: "\f113";
  position: absolute;
  font-family: flaticon;
  font-size: 10px;
  top: 1px;
  right: 0;
  opacity: 1;
  transition: all 0.3s;
  color: #408634;
}

.blog-button.services a:hover:after {
  right: -2px;
  opacity: 1;
  transform: unset;
}

.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #408634;
  color: #ffffff;
  border: none;
}

.add-btn:hover {
  opacity: 0.7;
}

/*-- Submit Button Css --*/
.submit-btn {
  box-shadow: 0 28px 50px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  border: none;
  padding: 18px 18px 18px 18px;
  border-radius: 3px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #4CAF50;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}

.submit-btn:hover {
  opacity: 0.9;
}

.margin-remove {
  margin: 0 !important;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}

.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.relative {
  position: relative;
}

.pt-relative {
  position: relative !important;
}

.sub-text {
  font-weight: 600;
  margin: 0 0 10px;
  display: inline-block;
  color: #408634;
  line-height: 28px;
  font-size: 15px;
  text-transform: uppercase;
}

.desc {
  font-weight: 400;
}

.sec-title .sub-text {
  font-size: 15px;
  line-height: 28px;
  font-weight: 600;
  color: #191821;
  margin: 0 0 10px;
  text-transform: capitalize;
  display: block;
}

.sec-title .sub-text.big {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}

.sec-title .sub-text.small {
  font-size: 15px;
  color: #0082f1;
  text-transform: uppercase;
}

.rs-choose p {
  font-size: 18px;
  line-height: 2;
  color: #4d4d4d;
  font-weight: 300;
}

.sec-title .title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #4d4d4d;
  margin: 0;
  position: relative;
  padding-top: 28px;
  text-transform: uppercase;
}

.sec-title .title span {
  color: #408634;
  font-style: oblique;
}

.sec-title .title span.new-text {
  font-style: unset;
}

.sec-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #408634;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: 0;
}

.sec-title .title.title2:after {
  left: 50%;
  transform: translateX(-50%);
}

.sec-title .title.title2.contact {
  max-width: 530px;
  margin: 0 auto;
  color: #ffffff;
}

.sec-title .title.title3 {
  padding-top: 0;
}

.sec-title .title.title3:after {
  display: none;
}

.sec-title .title.title3.small {
  font-size: 28px;
}

.sec-title .title.title4 {
  font-size: 28px;
  line-height: 36px;
}

.sec-title .title span {
  color: #408634;
}

.sec-title .title-inner .title-small {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 6px 0px;
  color: #0a0a0a;
}

.sec-title2 .title {
  font-size: 36px;
  text-transform: uppercase;
  color: #4d4d4d;
}

.sec-title2 .title span {
  color: #408634;
  font-style: oblique;
}

.sec-title2 .title span.new-next {
  font-style: unset;
}

.sec-title2 .first-half {
  max-width: 50%;
  flex: 0 0 50%;
}

.sec-title2 .last-half {
  max-width: 50%;
  flex: 0 0 50%;
  font-weight: 500;
}

.sec-title3 {
  position: relative;
}

.sec-title3 .sub-title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #408634;
  display: block;
  margin: 0 0 10px;
}

.sec-title3 .sub-title.paste-color {
  color: #4caf50;
}

.sec-title3 .sub-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  color: #408634;
  margin: 0 0 10px;
  display: block;
  position: relative;
  padding-left: 107px;
}

.sec-title3 .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  border-radius: 2px;
  background-color: #408634;
  transition: all .3s ease;
  z-index: 0;
}

.sec-title3 .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 55px;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
  border-radius: 2px;
  background-color: #408634;
  transition: all .3s ease;
  z-index: 0;
}

.sec-title3 .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  color: #4d4d4d;
  margin: 0;
  text-transform: uppercase;
}

.sec-title3 .heading-border-line {
  position: relative;
}

.sec-title3 .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #408634;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}

.sec-title3 .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #408634;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.sec-title3 .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}

.sec-title3 .heading-border-line.left-style:before {
  left: 0;
}

.sec-title3 .heading-border-line.left-style:after {
  left: 0;
}

.sec-title3:hover .sub-text:before {
  width: 65px;
  background: #408634;
}

.sec-title3:hover .sub-text:after {
  margin-left: 46px;
  width: 12px;
  background: #408634;
}

.sec-title3:hover .heading-border-line {
  position: relative;
}

.sec-title3:hover .heading-border-line:before {
  margin-left: -5px;
  width: 65px;
  background: #408634;
}

.sec-title3:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #408634;
}

.sec-title4 {
  position: relative;
  z-index: 1;
}

.sec-title4 .sub-title {
  color: #408634;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 14px;
}

.sec-title4 .title {
  color: #4d4d4d;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}

.full-width-header .rs-header {
  position: relative;
}

.full-width-header .rs-header .topbar-area.style1 {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 50px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-right: 20px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i {
  margin-right: 5px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li i:before {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li a:hover {
  color: #408634;
}

.full-width-header .rs-header .topbar-area.style1 .topbar-contact li:last-child {
  margin: 0;
  border: none;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  padding-right: 40px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em {
  font-size: 13px;
  font-style: normal;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i {
  margin-right: 8px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul .opening em i:before {
  font-size: 13px;
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-right: 12px;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a {
  font-size: 14px;
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  color: #408634;
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li:last-child {
  margin: 0;
}

.full-width-header .rs-header .topbar-area.style3 .toolbar-sl-share ul li a:hover {
  color: #ffffff;
}

.full-width-header .rs-header .topbar-area.style4 .topbar-contact li a:hover {
  color: #4caf50;
}

.full-width-header .rs-header .topbar-area.style4 .toolbar-sl-share ul li a:hover {
  color: #4caf50;
}

.full-width-header .rs-header .topbar-area.style2 {
  background-color: unset !important;
  padding-bottom: 30px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo {
  display: flex;
  flex: 1;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .normal-logo {
  display: block;
  max-height: 50px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-logo .logo-area a .sticky-logo {
  display: none;
  max-height: 50px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list {
  display: inline-block;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  font-size: 14px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon {
  float: left;
  margin-right: 15px;
  line-height: 35px;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-icon i:before {
  font-size: 26px;
  color: #0082f1;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content {
  float: left;
  text-align: left;
  display: block;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a {
  color: #0a0a0a;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-title a:hover {
  color: #0082f1;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des {
  font-size: 14px;
  color: #595858;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a {
  color: #595858;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list .info-content .info-des a:hover {
  color: #0082f1;
}

.full-width-header .rs-header .topbar-area.style2 .row-table .header-quote .rs-address-area .address-list:last-child {
  border: none;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}

.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  max-height: 50px;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  /* margin-right: 72px; */
}

.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 300;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #4d4d4d;
  position: relative;
  font-family: Poppins;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #408634;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a {
  padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children>a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover>a:before {
  content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #408634;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 14px;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 300;
  height: unset;
  line-height: 12px;
  text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #408634;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item>a {
  color: #408634;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before {
  color: #408634 !important;
}

.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #4d4d4d;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: #408634;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: #408634;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a {
  color: #4d4d4d;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .rsphone a:hover {
  color: #408634;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .icon-bar .cart-icon i {
  color: #0a0a0a;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #4d4d4d;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #408634;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander .bar span {
  background: #4d4d4d;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .nav-link .nav-expander:hover .bar span {
  background: #408634;
}

.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 22px;
}

.full-width-header .rs-header .expand-btn-inner ul li>a {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
}

.full-width-header .rs-header .expand-btn-inner ul li>a i:before {
  font-size: 18px;
  font-weight: 600;
}

.full-width-header .rs-header .expand-btn-inner ul li>a i.flaticon-shopping-bag-1:before {
  font-weight: normal;
}

.full-width-header .rs-header .expand-btn-inner ul li>a:hover {
  color: #408634;
}

.full-width-header .rs-header .expand-btn-inner ul li:last-child {
  margin-right: 0;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #408634;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #408634;
}

.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.full-width-header .rs-header.style2 {
  position: static;
}

.full-width-header .rs-header.style2 .topbar-area {
  background-color: #408634;
}

.full-width-header .rs-header.style2 .topbar-area.style1 .topbar-contact li a:hover {
  color: #fff;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li:hover {
  background-color: #111;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #408634;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
  color: #408634;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li>a {
  color: #0a0a0a;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li>a:hover {
  color: #408634;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li:last-child {
  margin-right: 0;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
  /* height: 116px;
  line-height: 116px; */
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #408634;
}

.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style2.header-home4-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
  color: #408634;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a {
  color: #0a0a0a;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li>a:hover {
  color: #408634;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul li:last-child {
  margin-right: 0;
}

.full-width-header .rs-header.style2.header-home4-style .expand-btn-inner ul .humburger {
  display: none;
}

.full-width-header .rs-header.style3 {
  bottom: -33px;
}

.full-width-header .rs-header.style3 .box-layout {
  position: relative;
  z-index: 10;
  max-width: 1172px;
  margin: 0 auto;
  border-radius: 1px;
  background: #0082f1;
  padding: 0 30px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .header-logo {
  display: none;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #ffffff;
  height: 65px;
  line-height: 65px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #bbb !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a {
  padding-right: 17px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover>a:before {
  content: "-";
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item>a {
  color: #bbb !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a {
  color: #4d4d4d;
  line-height: 25px;
  height: unset;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #0082f1 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .main-menu .rs-menu ul li.current-menu-item>a {
  color: #0082f1 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky {
  background: transparent;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .box-layout {
  background: unset !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 50px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .logo-area a .normal-logo {
  display: none;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #4d4d4d !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li>a:hover {
  color: #0082f1 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .menu-responsive .sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: #0082f1 !important;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #ffffff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
  display: none;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
  padding-left: 22px;
  border-color: #fff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li {
  display: inline-block;
  margin-right: 22px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i {
  color: #ffffff;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:before {
  font-size: 14px;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li a i:hover {
  color: #ccc;
}

.full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share li:last-child {
  margin-right: 0;
}

.full-width-header .rs-header.style3 .sticky {
  background: transparent;
}

.full-width-header .rs-header.style3 .sticky .box-layout {
  background: unset !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo {
  display: block;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .header-logo .logo-area a img {
  max-height: 40px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a {
  color: #4d4d4d;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #0082f1 !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children>a {
  padding-right: 17px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.menu-item-has-children:hover>a:before {
  content: "-";
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .menu-responsive .main-menu .rs-menu ul.nav-menu.current-menu-item>a {
  color: #bbb !important;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent {
  margin-right: 24px;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:before {
  color: #0a0a0a;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .search-parent a i:hover {
  color: #0082f1;
}

.full-width-header .rs-header.style3 .sticky .box-layout .row-table .rightbar-menu .expand-btn-inner .toolbar-sl-share {
  display: none;
}

.full-width-header .rs-header.header-home5-style .menu-area {
  padding-top: 10px;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul li>a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul li.current-menu-item>a:before,
.full-width-header .rs-header.header-home5-style .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #4caf50 !important;
}

.full-width-header .rs-header.header-home5-style .menu-area.sticky {
  padding-top: unset;
}

.full-width-header .rs-header.header-home5-style .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #4caf50;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
  display: none;
}

.full-width-header .mobile-menu {
  display: none;
}

.full-width-header .mobile-menu .mobile-logo {
  float: left;
}

.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}

.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}

.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #408634;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #191821;
}

.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}

.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}

.full-width-header .right_menu_togle {
  background: #000000;
  padding: 46px 40px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  position: fixed;
  overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
}

.full-width-header .right_menu_togle .close-btn .nav-close {
  position: absolute;
  top: 25px;
  display: block;
  z-index: 99;
  right: 35px;
  cursor: pointer;
  transition: all .3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #408634;
}

.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 25px;
}

.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 28px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin: 5px 0 45px;
}

.full-width-header .right_menu_togle .canvas-contact {
  padding: 30px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #408634;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #408634;
}

.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}

.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}

.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: #408634;
  color: #ffffff;
}

.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}

.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}

.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}

.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover>ul>li {
  height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:after {
  top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu>li:first-child>span.submenu-button:before {
  top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #408634;
}

body.modal-open {
  padding: 0 !important;
}

body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}

body .search-modal {
  padding: 0 !important;
  background: #000;
}

body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}

body .search-modal .search-block form {
  position: relative;
}

body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}

body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}

body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 0.3;
}

body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}

body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}

body .search-modal .close:hover {
  opacity: 0.8 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu {
  position: absolute;
  left: 0;
  min-width: 1210px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.015);
  padding: 20px 0;
}

.full-width-header .rs-header.style3 .menu-area .main-menu .rs-menu ul.mega-menu {
  min-width: 1180px;
  left: -31px;
}

/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}

@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.style1 .about-img {
  position: relative;
}

.rs-about.style1 .about-img .working-experiance {
  position: absolute;
  width: 200px;
  max-width: 200px;
  bottom: 0;
  left: 2px;
  z-index: 1;
  padding: 50px 30px 30px 30px;
  background-color: #408634;
  border-radius: 0px 0px 0px 15px;
}

.rs-about.style1 .about-img .working-experiance .count-year .sub-text {
  font-size: 73px;
  font-weight: 800;
  color: #ffffff;
}

.rs-about.style1 .about-img .working-experiance .title {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.rs-about.style2 {
  position: relative;
}

.rs-about.style2 .rs-animation .animate-style {
  position: absolute;
  right: 21%;
  bottom: 19%;
}

.rs-about.style2 .rs-animation .animate-style img {
  width: 130px;
}

.rs-about.style3 .accordion {
  border-width: 12px;
}

.rs-about.style3 .accordion .card {
  margin-bottom: 3px;
  border: none;
}

.rs-about.style3 .accordion .card:last-child {
  margin-bottom: 0;
}

.rs-about.style3 .accordion .card .card-header {
  padding: 0 !important;
  border: none;
  background: #fff;
  padding: 16px 2px 16px 2px !important;
}

.rs-about.style3 .accordion .card .card-header .card-link {
  color: #1273EB;
  font-weight: 700;
}

.rs-about.style3 .accordion .card .card-body {
  background: #f9f9f9;
  font-weight: 400;
  color: #454545;
  padding: 17px 65px 40px 22px !important;
  border: none;
}

.rs-about.style3 .accordion .card .card-header .card-link {
  position: relative;
  padding-left: 44px !important;
}

.rs-about.style3 .accordion .card .card-header .card-link:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  color: #0082f1;
  font-size: 15px;
  font-weight: 200;
  top: 50%;
  transform: translateY(-50%);
}

.rs-about.style3 .accordion .card .card-header .card-link.collapsed.card-link {
  color: #0a0a0a !important;
}

.rs-about.style3 .accordion .card .card-header .card-link.collapsed:after {
  content: "\f054";
  font-family: FontAwesome;
  color: #454545;
}

.rs-about.style3 .about-content {
  position: relative;
  z-index: 111;
}

.rs-about.style3 .about-content .rs-animations .spinner {
  position: absolute;
  bottom: 0;
  z-index: -11;
}

.rs-about.style3 .about-content .rs-animations .spinner.dot {
  top: -45px;
  left: -40px;
}

.rs-about.style3 .about-content .rs-animations .spinner.ball {
  bottom: -66px;
  left: -73px;
}

.rs-about.style4 .about-img {
  position: relative;
  z-index: 11;
}

.rs-about.style4 .about-img .animations {
  position: absolute;
  bottom: 0;
  z-index: -11;
}

.rs-about.style4 .about-img .animations.one {
  left: 16%;
  bottom: -77px;
}

.rs-about.style4 .about-img .animations.two {
  left: 26%;
  top: -6%;
}

.rs-about.style5 .left-side {
  position: relative;
}

.rs-about.style5 .left-side img {
  border-radius: 0 50px 0 0;
}

.rs-about.style5 .left-side .skill-tag {
  position: absolute;
  content: '';
  right: -50px;
  top: 50%;
  width: 150px;
  height: 150px;
  transform: translateY(-50%);
  border: 5px solid #ffffff;
  font-size: 16px;
  padding: 46px 20px;
  line-height: 24px;
  border-radius: 100%;
  text-align: center;
  background: #408634;
  color: #ffffff;
  font-weight: 600;
}

.rs-about.style5 .left-side .skill-tag span {
  font-size: 30px;
  font-weight: 700;
}

.rs-about.style5 .left-side .left-pattern {
  position: absolute;
  content: '';
  left: -170px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.rs-about.style5 .services li {
  font-weight: 500;
  color: #454545;
  margin-bottom: 18px;
  transition: all 0.3s ease;
  display: inline-block;
}

.rs-about.style5 .services li i {
  margin-right: 10px;
}

.rs-about.style5 .services li i:before {
  color: #408634;
  font-size: 16px;
  font-weight: 700;
}

.rs-about.style5 .services li:last-child {
  margin-bottom: 0;
}

.rs-about.style5 .services li:hover {
  padding-left: 5px;
}

.rs-about.style5 .pattern-img .left-pattern {
  position: absolute;
  content: '';
  top: 20px;
  right: 0;
  z-index: -1;
}

/* ------------------------------------
    06. Appointment Section CSS
---------------------------------------*/
.rs-appointment.style1 .border-section {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #02010108;
  padding: 50px 0px 100px 0px;
}

.rs-appointment.style1 .appoint-schedule .appoint-img {
  background: url(assets/images/appointment/1.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap {
  padding: 110px 100px 100px 70px;
  background: #13171c;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0d0d0d;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap textarea {
  height: 120px;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.rs-appointment.style1 .appoint-schedule .contact-wrap input[type=submit]:hover {
  opacity: .9;
}

.rs-appointment.style1.apply-career .appoint-schedule .appoint-img {
  background: url(assets/images/careers/2.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap {
  padding: 100px 100px 100px 70px;
  background: #13171c;
}

.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group label {
  color: #ffffff;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group .form-control-mod {
  width: 100%;
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
}

/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.breadcrumbs-name {
  color: #FFF;
  margin-bottom: 10px;
}

.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}

.rs-breadcrumbs .breadcrumbs-inner {
  padding: 300px 0 200px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-transform: uppercase;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  height: 5px;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
  background: #408634;
  width: 65px;
  margin: 0 auto;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}

.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
  padding-right: 290px;
}

.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}

.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}

.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: .7;
}

.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/inr_1.jpg);
}

.rs-breadcrumbs.img2 {
  background: url(assets/images/breadcrumbs/inr_2.jpg);
}

.rs-breadcrumbs.img3 {
  background: url(assets/images/breadcrumbs/inr_3.jpg);
}

.rs-breadcrumbs.img4 {
  background: url(assets/images/breadcrumbs/inr_4.jpg);
}

.rs-breadcrumbs.img5 {
  background: url(assets/images/breadcrumbs/inr_5.jpg);
}

.rs-breadcrumbs.img6 {
  background: url(assets/images/breadcrumbs/inr_6.jpg);
}

.rs-breadcrumbs.img7 {
  background: url(assets/images/breadcrumbs/inr_7.jpg);
}

.rs-breadcrumbs.img8 {
  background: url(assets/images/breadcrumbs/inr_8.jpg);
}

.rs-breadcrumbs.img9 {
  background: url(assets/images/breadcrumbs/inr_9.jpg);
}

.rs-breadcrumbs.img10 {
  background: url(assets/images/breadcrumbs/inr_10.jpg);
}

/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/style1/main-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 111;
  height: 100vh;
}

.rs-banner.main-home .content-wrap {
  padding: 180px 0 298px;
  position: relative;
  z-index: 10;
}

.rs-banner.main-home .content-wrap .border-line {
  background-color: #408634;
  color: #4d4d4d;
  width: 70px;
  height: 8px;
  margin-bottom: 28px;
}

.rs-banner.main-home .content-wrap .title {
  font-size: 44px;
  line-height: 84px;
  font-weight: 800;
  color: #4d4d4d;
  margin: 0px 0px 14px 0px;
  text-transform: uppercase;
}

.rs-banner.main-home .content-wrap .sub-title-main {
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  margin: 0px 0px 47px 0px;
  text-transform: uppercase;
}

.rs-banner.main-home .animate-part .spiner {
  position: absolute;
  bottom: 0;
}

.rs-banner.main-home .animate-part .spiner.dot {
  right: 46%;
  top: 30%;
}

.rs-banner.main-home .animate-part .spiner.dot img {
  width: 70px;
}

.rs-banner.main-home .animate-part .spiner.tri-circle {
  left: 33%;
  bottom: 9%;
}

.rs-banner.main-home .animate-part .spiner.tri-circle img {
  width: 150px;
}

.rs-banner.main-home .animate-part .spiner.circle {
  right: 35%;
  bottom: 27%;
}

.rs-banner.main-home .animate-part .spiner.circle img {
  width: 85px;
}

.rs-banner.main-home .animate-part .spiner.line {
  bottom: -40px;
  right: -10px;
}

.rs-banner.main-home .animate-part .spiner.line img {
  width: 1030px;
}

.rs-banner.banner-home-style2 {
  background: url(assets/images/banner/banner2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.rs-banner.banner-home-style2 .content-wrap {
  padding: 325px 0 230px;
}

.rs-banner.banner-home-style2 .content-wrap .sub-text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #4caf50;
  text-transform: capitalize;
  display: block;
  margin-bottom: 18px;
}

.rs-banner.banner-home-style2 .content-wrap .title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 22px;
}

.rs-banner.banner-home-style2 .content-wrap .description {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap {
  background: #ffffff;
  padding: 22px 40px 45px;
  border-radius: 4px 4px 4px 4px;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part {
  text-align: center;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
  color: #0A0A0A;
  margin: 10px 0px 4px 0px;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap .content-part .description {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap .from-control {
  padding: 12px 25px 12px 25px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #02010100;
  background-color: #F7F7F7;
  color: #454545;
  width: 100%;
  opacity: 4;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap textarea {
  height: 120px;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}

.rs-banner.banner-home-style2 .rs-contact .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}

.rs-banner.banner-style6 {
  background: url(assets/images/banner/home_banner6.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 250px 0;
}

.rs-banner.banner-style6 .title {
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  margin-left: -5px;
}

.rs-banner.banner-style6 .btn-area {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.rs-banner.banner-style6 .bnr-play-btn {
  color: #222;
  transition: all 0.3s ease !important;
  margin-left: 20px;
  position: relative;
  top: 4px;
}

.rs-banner.banner-style6 .bnr-play-btn .border-wrap {
  position: relative;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center !important;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  background: #408634;
}

.rs-banner.banner-style6 .bnr-play-btn .border-wrap i:before {
  font-size: 15px;
  padding-left: 3px;
}

.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before,
.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  content: "";
  position: absolute;
  z-index: -4;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: transparent;
  border: 1px solid #408634;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
  transition: all 0.3s ease;
  z-index: 9;
}

.rs-banner.banner-style6 .bnr-play-btn .border-wrap:after {
  width: 47px;
  height: 47px;
}

.rs-banner.banner-style6 .bnr-play-btn .border-wrap:before {
  width: 55px;
  height: 55px;
}

.rs-banner.banner-style6 .bnr-play-btn:hover {
  color: #408634;
}

/*---------------------------------------
    09. Slider Section CSS
---------------------------------------*/
.rs-slider {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.rs-slider.slider3 {
  position: relative;
  /*-- Animations Start --*/
  /*-- Animations End --*/
}

.rs-slider.slider3 .desc {
  font-size: 17px;
  color: #0a0a0a;
  max-width: 500px;
  margin: 25px 0 45px;
}

.rs-slider.slider3 .slider-bottom {
  display: block;
  overflow: hidden;
}

.rs-slider.slider3 .slider-bottom .consultant {
  display: inline-block !important;
}

.rs-slider.slider3 .sl-subtitle {
  -webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}

.rs-slider.slider3 .sl-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}

.rs-slider.slider3 .slider-bottom {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}

.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.rs-slider.slider3 .content-part .sl-subtitle {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #408634;
}

.rs-slider.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 36px;
}

.rs-slider.slider3 .content-part .slider-bottom {
  display: inline-block;
}

.rs-slider.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 32px;
}

.rs-slider.slider3 .content-part .slider-bottom ul li {
  display: inline-block;
  margin-right: 15px;
}

.rs-slider.slider3 .content-part .slider-bottom ul li:last-child {
  margin: 0;
}

.rs-slider.slider3 .nivo-caption {
  padding: 0;
}

.rs-slider.slider3 .nivo-directionNav>a {
  background: rgba(0, 0, 0, 0.2);
}

.rs-slider.slider3 .nivo-directionNav>a:before {
  color: #ffffff;
}

.rs-slider .sl-wrap {
  padding: 50px 0;
}

.rs-slider .nivo-directionNav>a {
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: none;
  background: #ebebeb;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav,
.rs-slider .nivo-directionNav>a.nivo-nextNav {
  /* left: 0px; */
  background: #408634;
}

.rs-slider .nivo-directionNav>a.nivo-prevNav {
  /* top: 44.4%; */
}

.rs-slider .nivo-directionNav>a.nivo-prevNav:before {
  content: "\f104";
}

.rs-slider .nivo-directionNav>a.nivo-nextNav {
  /* top: 53%; */
}

.rs-slider .nivo-directionNav>a.nivo-nextNav:before {
  content: "\f105";
}

.rs-slider .nivo-directionNav>a:before {
  font-family: FontAwesome;
  position: absolute;
  font-size: 28px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.3s ease;
  color: #408634;
}

.rs-slider .nivo-directionNav>a:hover {
  opacity: 95;
}

.rs-slider .nivo-controlNav {
  position: absolute;
  bottom: 50px;
  z-index: 11;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none !important;
}

.rs-slider .nivo-controlNav .nivo-control {
  width: 26px;
  height: 7px;
  border: 1px solid #fff;
  font-size: 0px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.rs-slider .nivo-controlNav .nivo-control.active {
  background: #408634;
  border-color: #408634;
}

.rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #0082f1;
}

.rs-slider.rs-slider-style3.slider3 .content-part .sl-title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 36px;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a {
  border-radius: 50%;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-prevNav,
.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-nextNav {
  left: 30px;
  background: #0082f1;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}

.rs-slider.rs-slider-style3 .nivo-directionNav>a:before {
  color: #0082f1;
}

.rs-slider.rs-slider-style4 {
  position: relative;
  z-index: 2;
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #408634;
  margin-bottom: 6px;
}

.rs-slider.rs-slider-style4.slider3 .content-part .sl-title {
  font-size: 80px;
  line-height: 1.3;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 38px;
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom {
  display: inline-block;
  overflow: unset;
  position: relative;
  left: -4%;
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
  display: block !important;
  font-size: 17px;
  font-weight: 600;
  padding: 17px 42px 17px;
}

.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom li .rs-videos .animate-border .popup-border {
  top: -5px;
  left: unset;
  right: -136px;
  z-index: 111;
  transform: unset;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a {
  border-radius: 50%;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-prevNav,
.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-nextNav {
  left: 30px;
  background: #408634;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-prevNav {
  top: 50%;
  transform: translateY(-50%);
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-prevNav:before {
  content: "\f104";
  color: #ffffff;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-nextNav {
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  left: unset;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a.nivo-nextNav:before {
  content: "\f105";
  color: #ffffff;
}

.rs-slider.rs-slider-style4 .nivo-directionNav>a:before {
  color: #408634;
}

.rs-slider.style4 .owl-nav .owl-next,
.rs-slider.style4 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}

.rs-slider.style4 .owl-nav .owl-next i:before,
.rs-slider.style4 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}

.rs-slider.style4 .owl-nav .owl-next {
  right: 10px;
  left: unset;
}

.rs-slider.style4 .owl-nav .owl-next i:before {
  content: "\f113";
}

/* ------------------------------------
    10. Video Section CSS
---------------------------------------*/
.rs-videos .animate-border .popup-border {
  background: #408634;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}

.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #408634;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #408634;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.rs-videos .animate-border.blue-color-style .popup-border:after,
.rs-videos .animate-border.blue-color-style .popup-border:before {
  border: 2px solid #0082f1;
}

.rs-videos .animate-border.blue-color-style .popup-border {
  background: #0082f1;
}

.rs-videos .animate-border.orange-color-style .popup-border:after,
.rs-videos .animate-border.orange-color-style .popup-border:before {
  border: 2px solid #ffffff;
}

.rs-videos .animate-border.orange-color-style .popup-border i {
  color: #408634;
}

.rs-videos .animate-border.orange-color-style .popup-border {
  background: #ffffff;
}

.rs-videos.choose-video {
  position: relative;
}

.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-videos.choose-video.careers-video {
  position: relative;
}

.rs-videos.choose-video.careers-video .images-video {
  background: url(assets/images/careers/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 100px 300px;
}

.rs-videos.choose-video.careers-video .animate-border .popup-border {
  left: 45%;
  top: 32%;
  transform: unset;
}

.rs-videos.choose-video.careers-video .animate-border .video-desc {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  left: 40%;
  top: 60%;
  position: absolute;
}

.rs-videos.address-item .address-icon {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #408634;
}

.rs-videos.address-item .address-icon i {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
}

.rs-videos.address-item .address-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  background: #408634;
}

.rs-videos.faq {
  position: relative;
}

.rs-videos.faq .images-video {
  background: url(assets/images/video/faq.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 280px 0px 280px 0px;
}

.rs-videos.faq .animate-border .popup-border {
  background: #4caf50;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.rs-videos.faq .animate-border .popup-border:after,
.rs-videos.faq .animate-border .popup-border:before {
  border: 2px solid #4CAF50;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: .5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

/* ------------------------------------
    11. Iconbox Area Section CSS
---------------------------------------*/
.rs-iconbox-area .box-inner .box-item {
  background: #ffffff;
  padding: 50px 12px 40px 12px;
  box-shadow: 5px 8px 20px 6px #eee;
  text-align: center;
  margin: 0 3px 0 3px;
}

.rs-iconbox-area .box-inner .box-item .icon-box {
  margin-bottom: 30px;
}

.rs-iconbox-area .box-inner .box-item .text-area .services-txt {
  margin: 0;
}

/* ------------------------------------
    12. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 13px;
  line-height: 6px;
  font-weight: 600;
  color: #15161a;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar {
  height: 7px;
  line-height: 7px;
  background-color: #EBEBEB;
  margin: 10px 0 24px;
  position: relative;
  width: 100%;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 7px;
  line-height: 7px;
  background-image: linear-gradient(180deg, #408634 0%, #9d0c0c 100%);
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: -38px;
  font-size: 13px;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar-title {
  font-size: 16px;
  font-weight: 400;
  color: #454545;
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #408634;
  height: 9px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  margin: 10px 0 20px;
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skillbar-bar {
  background: #408634;
  height: 5px;
}

.rs-skillbar.style1.team-single .cl-skill-bar .skillbar .skill-bar-percent {
  font-size: 16px;
  right: 70px;
  color: #454545;
  font-weight: 400;
}

.rs-skillbar.style1.home3-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-image: linear-gradient(180deg, #0082f1 0%, #0082f1 100%);
}

.rs-skillbar.style1.home4-skillbar-style .cl-skill-bar .skillbar .skillbar-bar {
  background-color: #408634;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* ------------------------------------
    13. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  display: flex;
}

.rs-services.main-home .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}

.rs-services.main-home .services-item .services-text {
  padding: 0px 0px 0px 30px;
}

.rs-services.main-home .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 13px;
}

.rs-services.main-home .services-item .services-text .title a {
  color: #ffffff;
}

.rs-services.main-home .services-item .services-text .title a:hover {
  color: #408634;
}

.rs-services.main-home .services-item .services-text .services-txt {
  color: #F5F5F5;
  margin: 0;
}

.rs-services.main-home.services-style1 .services-item {
  position: relative;
}

.rs-services.main-home.services-style1 .services-item .services-text .title a {
  color: #0a0a0a;
}

.rs-services.main-home.services-style1 .services-item .services-text .title a:hover {
  color: #408634;
}

.rs-services.main-home.services-style1 .services-item .services-text .services-txt {
  color: #454545;
  margin-bottom: 26px;
}

.rs-services.main-home.services-style1 .services-item .services-text .serial-number {
  position: absolute;
  left: -6px;
  top: 44px;
  color: #00000008;
  font-size: 70px;
  font-weight: 600;
}

.rs-services.main-home.services-style1 .services-item:after {
  display: block;
  width: 47px;
  left: 124px;
  background: #C12A2A;
  content: "";
  height: 4px;
  position: absolute;
  transition: all .3s ease 0s;
  bottom: 0;
  z-index: 9;
  transform: translateX(-50%);
}

.rs-services.main-home.services-style1.home-4-style .services-item .services-text .title a:hover {
  color: #408634;
}

.rs-services.main-home.services-style1.home-4-style .services-item:after {
  background: #408634;
}

.rs-services.chooseus-style .services-item {
  display: flex;
  padding: 25px 25px 25px 25px;
  background-color: #15181D;
  margin: 0 -4px 0 0;
}

.rs-services.chooseus-style .services-item .services-icon img {
  height: 65px;
  width: 65px;
  max-width: unset;
  padding: 5px 5px 0px 0px;
}

.rs-services.chooseus-style .services-item .services-text {
  padding: 0px 0px 0px 15px;
}

.rs-services.chooseus-style .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 10px;
}

.rs-services.chooseus-style .services-item .services-text .title a {
  color: #ffffff;
}

.rs-services.chooseus-style .services-item .services-text .title a:hover {
  color: #408634;
}

.rs-services.chooseus-style .services-item .services-text .services-txt {
  margin: 0;
  color: #F4F4F4;
}

.rs-services.chooseus-style.about-style .services-item {
  padding: unset;
  background-color: unset;
  margin: unset;
}

.rs-services.home-style2 .services-item {
  display: flex;
}

.rs-services.home-style2 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}

.rs-services.home-style2 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}

.rs-services.home-style2 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 6px;
}

.rs-services.home-style2 .services-item .services-text .title a {
  color: #0a0a0a;
}

.rs-services.home-style2 .services-item .services-text .title a:hover {
  color: #408634;
}

.rs-services.home-style2 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}

.rs-services.style2 .service-wrap {
  padding: 15px 15px 30px;
  background: #ffffff;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}

.rs-services.style2 .service-wrap .image-part {
  overflow: hidden;
  margin-bottom: 20px;
}

.rs-services.style2 .service-wrap .image-part img {
  transform: scale(1);
  transition: all 0.9s;
}

.rs-services.style2 .service-wrap .content-part {
  padding: 10px 20px 5px;
}

.rs-services.style2 .service-wrap .content-part .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}

.rs-services.style2 .service-wrap .content-part .title a {
  color: #0a0a0a;
}

.rs-services.style2 .service-wrap .content-part .title a:hover {
  color: #408634;
}

.rs-services.style2 .service-wrap:hover .image-part img {
  transform: scale(1.1);
}

.rs-services.style2.rs-services-style2 .service-wrap {
  box-shadow: unset;
}

.rs-services.style2.rs-services-style2 .service-wrap .image-part img {
  transform: unset;
}

.rs-services.style2.rs-services-style2 .service-wrap:hover .image-part img {
  transform: unset;
}

.rs-services.style3 .services-item {
  position: relative;
  transition: all 500ms ease;
}

.rs-services.style3 .services-item .services-icon {
  margin-bottom: 35px;
}

.rs-services.style3 .services-item .services-icon img {
  width: 80px;
  height: 80px;
  max-width: unset;
}

.rs-services.style3 .services-item .services-content .services-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 17px;
}

.rs-services.style3 .services-item .services-content .services-title a {
  color: #0a0a0a;
}

.rs-services.style3 .services-item .services-content .services-title a:hover {
  color: #408634;
}

.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}

.rs-services.style3 .services-item:hover {
  transform: translateY(-10px);
}

.rs-services.style4 .services-item {
  background: #ffffff;
  box-shadow: 0px 0px 45px 22px #eee;
  padding: 40px 30px 40px 30px;
  border-radius: 5px 5px 5px 5px;
  margin: 0px -7px 0 0;
}

.rs-services.style4 .services-item .services-icon {
  margin-bottom: 17px;
}

.rs-services.style4 .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}

.rs-services.style4 .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.rs-services.style4 .services-item .services-content .title a {
  color: #0a0a0a;
}

.rs-services.style4 .services-item .services-content .title a:hover {
  color: #0082f1;
}

.rs-services.style4 .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style5 .flip-box-inner {
  position: relative;
  z-index: 1;
  margin: 0;
  backface-visibility: hidden;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1e3px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  transform: rotateY(0);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 50px 40px 50px 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #0a0a0a;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #408634;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  color: #444;
  margin: 0;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
  position: absolute;
  z-index: -1;
  padding: 30px;
  border-radius: 5px;
  background-color: #562dd4;
  transform: rotateY(-180deg);
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: initial;
  background-position: 50%;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1e3px;
  perspective: 1e3px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  transition: all .9s ease 0s;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}

.rs-services.style5 .flip-box-inner .flip-box-wrap .back-part:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #0082f1 0%, #0082f1 58%);
  content: "";
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part {
  transform: rotateY(0);
  z-index: 1;
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content {
  right: 0;
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
  color: #ffffff;
}

.rs-services.style5 .flip-box-inner:hover .flip-box-wrap .back-part .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}

.rs-services.style6 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  margin-top: -140px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}

.rs-services.style6 .services-box-area {
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #408634;
  box-shadow: 0px 11px 35px 0px #e9d1cf;
}

.rs-services.style6 .services-box-area .services-item {
  border-style: dashed;
  border-width: 0px 1px 0px 0px;
  border-color: #4086343D;
  margin: 0px 8px 0px 8px;
  padding: 40px 35px 40px 35px;
}

.rs-services.style6 .services-box-area .services-item .services-icon {
  margin-bottom: 17px;
}

.rs-services.style6 .services-box-area .services-item .services-icon img {
  width: 54px;
  padding: 8px 0px 0px 0px;
}

.rs-services.style6 .services-box-area .services-item .services-content .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}

.rs-services.style6 .services-box-area .services-item .services-content .title a {
  color: #0a0a0a;
}

.rs-services.style6 .services-box-area .services-item .services-content .title a:hover {
  color: #408634;
}

.rs-services.style6 .services-box-area .services-item .services-content p {
  font-size: 15px;
}

.rs-services.style7 .services-item {
  display: flex;
  align-items: center;
}

.rs-services.style7 .services-item .services-icon img {
  height: 50px;
  width: 50px;
  max-width: unset;
}

.rs-services.style7 .services-item .services-content {
  padding: 0px 20px 0px 26px;
}

.rs-services.style7 .services-item .services-content .title {
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.rs-services.style7 .services-item .services-content .title:hover {
  color: #4caf50;
}

.rs-services.style7 .services-item .services-content .services-txt {
  color: #ffffff;
  margin: 0;
}

.rs-services.style8 .flip-box-inner {
  position: relative;
  z-index: 1;
  padding: 0;
  backface-visibility: hidden;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  perspective: 1000px;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part {
  position: relative;
  bottom: 0;
  z-index: 10;
  text-align: left;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
  background-color: #fff;
  text-align: left;
  padding: 38px 38px 38px 38px;
  margin: 0 6px 0 6px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part {
  margin-bottom: 15px;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
  width: 60px;
  height: 60px;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a {
  color: #4d4d4d;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title a:hover {
  color: #408634;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-desc-part p {
  font-size: 15px;
  color: #444444;
  margin-bottom: 0;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front {
  transform: rotateY(-180deg);
  background-color: #562dd4;
  position: absolute;
  z-index: -1;
  padding: 30px;
  margin: 0 6px 0 6px;
  border-radius: 4px 4px 4px 4px;
  top: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  height: 300px;
  background-color: transparent;
  background-position: center;
  background-clip: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
  transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front .back-front-content .back-title-part .back-title a {
  color: #ffffff;
}

.rs-services.style8 .flip-box-inner .flip-box-wrap .back-front:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  width: 100%;
  height: 100%;
  background-color: transparent;
  content: "";
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .front-part {
  transform: rotateY(180deg);
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front {
  transform: rotateY(0);
  z-index: 1;
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #4caf50 0%, #4caf50 58%);
  border-radius: 4px 4px 4px 4px;
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-title-part .back-title {
  color: #ffffff;
}

.rs-services.style8 .flip-box-inner:hover .flip-box-wrap .back-front .back-front-content .back-desc-part .back-desc {
  color: #ffffff;
}

.rs-services.style1 {
  margin-top: -120px;
}

.rs-services.style1 .service-wrap {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  z-index: 9;
  position: relative;
  border-radius: 0 100px 0 0;
}

.rs-services.style1 .service-wrap .service-grid {
  padding: 50px 45px 40px;
  transition: all 0.3s ease;
  background: #ffffff;
  transform: scale(1);
  border-right: 1px solid;
  border-color: #f5f5f5;
}

.rs-services.style1 .service-wrap .service-grid.bdru {
  border-radius: 0 100px 0 0;
}

.rs-services.style1 .service-wrap .service-grid .service-icon img {
  max-width: 51px;
  height: 56px;
  filter: grayscale(1);
  transition: all 0.3s ease;
}

.rs-services.style1 .service-wrap .service-grid .title a {
  color: #408634;
}

.rs-services.style1 .service-wrap .service-grid .title a:hover {
  color: #408634;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow {
  position: relative;
  width: 20px;
  height: 16px;
  overflow: hidden;
  margin-left: 8px;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  position: absolute;
  content: "\f114";
  font-family: Flaticon;
  top: 50%;
  transform: translateY(-50%);
  color: #408634;
  transition: all 0.3s ease;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:before {
  right: 1px;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore .btn-arrow:after {
  right: 22px;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover {
  color: #408634;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before,
.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  color: #408634;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:before {
  right: -20px;
}

.rs-services.style1 .service-wrap .service-grid .btn-wrap .readmore:hover div:after {
  right: 1px;
}

.rs-services.style1 .service-wrap .service-grid.br-none {
  border-right: none;
}

.rs-services.style1 .service-wrap .service-grid:hover {
  transform: scale(1.1);
  position: relative;
  z-index: 1;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}

.rs-services.style1 .service-wrap .service-grid:hover .service-icon img {
  filter: grayscale(0);
}

.rs-services.style1.modify {
  margin: 0;
}

.rs-services.style1.modify .service-wrap {
  border-radius: 0;
}

.rs-services.style1.modify .service-wrap .service-grid {
  border-bottom: 2px solid #f5f5f5;
}

.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}

.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}

.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}

.rs-services-single .brochures {
  background: #ebebeb;
  padding: 35px 30px 45px 30px;
}

.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}

.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #408634;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}

.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}

.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #408634;
  color: #ffffff;
  margin: 0 -4px;
}

.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}

.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}

.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}

.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}

.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}

.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}

.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #408634;
}

.rs-services-single .widget-item li:first-child {
  border-top: none;
}

.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}

.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}

.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}

.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}

.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}

.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}

.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.html);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}

.rs-services-single .call-us .contact-widget {
  text-align: center;
}

.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}

.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}

.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}

.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}

.rs-services-single .call-us .contact-widget .title a:hover {
  color: #408634;
}

/* ------------------------------------
    14. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}

.rs-faq .faq-content .accordion .card {
  margin-bottom: 15px;
  border: none;
  background-color: #fff;
}

.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}

.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  box-shadow: 0 0 10px #efefef;
  background: #fff;
}

.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: 0 0 10px #efefef;
  color: #0a0a0a;
}

.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  background: #408634;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
}

.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #ffffff;
  content: "\f067";
}

.rs-faq .faq-content .accordion .card .card-body {
  color: #0a0a0a;
  padding: 0 30px 30px 30px !important;
  width: 100%;
  background: #fff;
  box-shadow: 0 4px 10px #efefef;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link:after {
  left: 13px;
  font-size: 12px;
  color: #0a0a0a;
  box-shadow: unset;
  background: unset;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header {
  box-shadow: unset;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link {
  padding: 22px 36px 0 60px;
  font-size: 16px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: unset;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link {
  background: #4caf50;
  color: #ffffff;
  padding: 22px 36px 0 60px;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link:after {
  color: #ffffff;
}

.rs-faq.faq-home-style5 .faq-content .accordion .card .card-body {
  background: #fff;
  box-shadow: unset;
}

/* ------------------------------------
    15. Counter Section CSS
---------------------------------------*/
.rs-counter.style1 .counter-border-top {
  border-style: solid;
  border-width: 4px 0px 0px 0px;
  border-color: #40863408;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 80px;
  margin-bottom: 0px;
  padding: 50px 0px 0px 0px;
}

.rs-counter.style1 .counter-area .counter-list {
  display: flex;
  align-items: center;
}

.rs-counter.style1 .counter-area .counter-list .counter-icon img {
  width: 80px;
  display: inline-block;
  padding-right: 15px;
}

.rs-counter.style1 .counter-area .counter-list .counter-number .rs-count {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #0a0a0a;
}

.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
  font-size: 30px;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-counter.style1 .counter-area .content-part .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #363636;
  margin: 0px 54px 0px 0px;
  position: relative;
  padding-bottom: 20px;
}

.rs-counter.style1 .counter-area .content-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #408634;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: 0px;
}

.rs-counter.style1.project-single .counter-area .counter-list .counter-icon img {
  width: 70px;
  padding-right: 16px;
}

.rs-counter.style1.project-single .counter-area .counter-list .counter-number .rs-count {
  font-size: 44px;
  line-height: 54px;
}

.rs-counter.style1.project-single .counter-area .content-part .title {
  margin: 0px 38px 0px 0px;
}

.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .prefix,
.rs-counter.style1.counter-home5-style .counter-area .counter-list .counter-number .rs-count {
  color: #ffffff;
}

.rs-counter.style1.counter-home5-style .counter-area .content-part .title {
  color: #ffffff;
  margin: unset;
  position: relative;
  padding: 0px 0px 0px 82px;
}

.rs-counter.style1.counter-home5-style .counter-area .content-part .title:before {
  display: none;
}

/* ------------------------------------
    16. Choose Us Section CSS
---------------------------------------*/
.rs-why-choose.style1 .choose-content {
  padding: 100px 130px 100px;
}

/* ------------------------------------
    17. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-wrap {
  position: relative;
  transition: all 0.3s ease;
}

.rs-team.style1 .team-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}

.rs-team.style1 .team-wrap .image-wrap .social-icons {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  background: #408634;
  padding: 12px 0 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
}

.rs-team.style1 .team-wrap .image-wrap .social-icons a i {
  background: transparent;
  color: #fff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}

.rs-team.style1 .team-wrap .image-wrap .social-icons:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid #408634;
  border-right: 50px solid transparent;
  bottom: 0;
  left: 0;
  display: block;
  top: 100%;
}

.rs-team.style1 .team-wrap .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  background-color: #191919;
  position: unset;
  opacity: 1;
}

.rs-team.style1 .team-wrap .team-content .team-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.rs-team.style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}

.rs-team.style1 .team-wrap .team-content .team-name a:hover {
  color: #408634;
}

.rs-team.style1 .team-wrap .team-content .team-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 3em;
  color: #C5C2C2;
  text-transform: uppercase;
}

.rs-team.style1 .team-wrap:hover .image-wrap .social-icons {
  right: 0;
  width: 50px;
  opacity: 1;
  visibility: visible;
}

.rs-team.style1.team-style1 .team-wrap {
  box-shadow: 0 5px 20px #eee;
}

.rs-team.style1.team-style1 .team-wrap .image-wrap a img {
  opacity: 1;
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
}

.rs-team.style1.team-style1 .team-wrap .team-content .team-name a {
  color: #ffffff;
}

.rs-team.style1.team-style1 .team-wrap .team-content .team-name a:hover {
  color: #408634;
}

.rs-team.style1.team-style1 .team-wrap:hover .image-wrap a img {
  opacity: .7;
  transform: scale(1);
}

.rs-team.style2 .team-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
}

.rs-team.style2 .team-item .team-img img {
  transition: 0.4s;
}

.rs-team.style2 .team-item .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}

.rs-team.style2 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}

.rs-team.style2 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}

.rs-team.style2 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}

.rs-team.style2 .team-item .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}

.rs-team.style2 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 30px;
}

.rs-team.style2 .team-item .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}

.rs-team.style2 .team-item .team-content .social-icon li a i {
  font-size: 30px;
  color: #ffffff;
}

.rs-team.style2 .team-item .team-content .social-icon li a i:hover {
  color: #0a0a0a;
}

.rs-team.style2 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}

.rs-team.style2 .team-item .team-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #c2a25d;
  transition: .4s all ease;
  left: 0;
}

.rs-team.style2 .team-item:hover .team-img img {
  transform: scale(1.1);
}

.rs-team.style2 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #000000;
  background: #c2a25d;
}

.rs-team.style2 .team-item:hover .team-content .team-info .name a {
  color: #000000;
}

.rs-team.style2 .team-item:hover .team-content .team-info .post {
  color: #000000;
}

.rs-team.style2 .team-item:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
}

.rs-team.style3 .team-item {
  position: relative;
  overflow: hidden;
}

.rs-team.style3 .team-item .team-img {
  overflow: hidden;
}

.rs-team.style3 .team-item .team-img img {
  transition: 0.4s;
}

.rs-team.style3 .team-item .team-content {
  padding: 25px 20px 30px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}

.rs-team.style3 .team-item .team-content .team-info .name {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}

.rs-team.style3 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}

.rs-team.style3 .team-item .team-content .team-info .name a:hover {
  color: #408634;
}

.rs-team.style3 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}

.rs-team.style3 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 22px;
}

.rs-team.style3 .team-item .team-content .social-icon li a {
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}

.rs-team.style3 .team-item .team-content .social-icon li a i {
  color: #4a4a4a;
}

.rs-team.style3 .team-item .team-content .social-icon li a i:hover {
  color: #408634;
}

.rs-team.style3 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}

.rs-team.style3 .team-item:hover .team-img img {
  transform: scale(1.2);
}

.rs-team.style4 .team-item-wrap .team-wrap .image-inner {
  overflow: hidden;
  border-radius: 50%;
}

.rs-team.style4 .team-item-wrap .team-wrap .image-inner a img {
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.rs-team.style4 .team-item-wrap .team-content {
  padding: 20px 20px 20px;
}

.rs-team.style4 .team-item-wrap .team-content .person-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}

.rs-team.style4 .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}

.rs-team.style4 .team-item-wrap .team-content .person-name a:hover {
  color: #0082f1;
}

.rs-team.style4 .team-item-wrap .team-content .designation {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  margin-bottom: 15px;
}

.rs-team.style4 .team-item-wrap .team-content .team-social li {
  display: inline-block;
  margin-right: 16px;
}

.rs-team.style4 .team-item-wrap .team-content .team-social li a i {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #0082f1;
}

.rs-team.style4 .team-item-wrap .team-content .team-social li:last-child {
  margin-right: 0;
}

.rs-team.style4 .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: scale(1.2);
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner {
  border-radius: unset;
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner a img {
  transform: unset;
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-content {
  padding: 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a {
  color: #0a0a0a;
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a:hover {
  color: #408634;
}

.rs-team.style4.home-4-team-style .team-item-wrap .team-content .designation {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #454545;
  margin-bottom: 15px;
}

.rs-team.style4.home-4-team-style .team-item-wrap:hover .team-wrap .image-inner a img {
  transform: unset;
}

.rs-team.style4.home-4-team-style .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}

.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}

.rs-team-Single .btm-info-team .con-info {
  position: relative;
}

.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #408634;
  text-transform: uppercase;
  display: block;
}

.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
}

.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #408634;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #408634;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: #408634;
}

.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}

.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}

/* ------------------------------------
    18. Process Section CSS
---------------------------------------*/
.rs-process.style1 .process-effects-layer {
  background-image: url(assets/images/process/style1/steps.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 940px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 126px 0px 0px 0px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #fff;
  padding: 50px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  width: 140px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-image img {
  width: 60px;
  display: block;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text {
  position: relative;
  text-align: center;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area {
  position: relative;
  transition: all .3s ease 0s;
  text-align: center;
  width: 50px;
  height: 50px;
  left: -50px;
  top: -36px;
  margin: -13px 0px 0px 0px;
  display: inline-block;
  border-radius: 50px 50px 50px 50px;
  background: #408634;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-area .number-prefix {
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: #ffffff;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #F1EAEA;
  margin: 0 0 10px;
}

.rs-process.style1 .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 24px 0 24px;
  color: #FFFFFF;
}

.rs-process.style1.careers-style .process-effects-layer {
  background-image: unset;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1050px auto;
  margin-top: -110px;
  margin-bottom: 0px;
  padding: 160px 0px 0px 0px;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-image {
  background: #0a0a0a;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-title .title {
  color: #0a0a0a;
}

.rs-process.style1.careers-style .process-effects-layer .rs-addon-number .number-part .number-text .number-txt {
  margin: 0 17px 0 17px;
  color: #454545;
}

.rs-process.style2 .rs-addon-number .number-part {
  padding: 50px 45px 40px 30px;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F2F2F2;
  margin: 0 3px 0 3px;
}

.rs-process.style2 .rs-addon-number .number-part .number-area .number-prefix {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #00000021;
  display: block;
  margin-bottom: 22px;
}

.rs-process.style2 .rs-addon-number .number-part .number-title .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 12px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt {
  margin-bottom: 27px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text {
  padding-top: 12px;
}

.rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text strong {
  font-weight: 700;
}

/*------------------------------------
    19. Pricing Section CSS
------------------------------------*/
.rs-pricing.style1 .pricing-table {
  padding: 45px 40px 45px 40px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
}

.rs-pricing.style1 .pricing-table .pricing-table-header .table-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #14171C;
  margin-bottom: 22px;
}

.rs-pricing.style1 .pricing-table .pricing-icon img {
  width: 60px;
}

.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags {
  line-height: .66;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .pricing-currency {
  font-size: 22px;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-price-text {
  font-size: 90px;
  font-weight: 600;
  color: #0a0a0a;
}

.rs-pricing.style1 .pricing-table .pricing-table-price .pricing-table-bags .table-period {
  display: flex;
  align-items: flex-end;
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-pricing.style1 .pricing-table .pricing-table-body {
  padding: 10px 15px 30px 15px;
  text-align: left;
}

.rs-pricing.style1 .pricing-table .pricing-table-body ul li {
  padding: 9px 0px 9px 0px;
  margin-bottom: 0px;
  color: #555555;
  font-size: 15px;
  font-weight: 400;
}

.rs-pricing.style1 .pricing-table .pricing-table-body ul li i {
  float: right;
  margin-right: 0;
  min-width: 15px;
  font-size: 16px;
}

.rs-pricing.style1 .pricing-table.white-bg {
  background-color: #fff;
  box-shadow: 0 0.2rem 2.8rem #eee;
}

.rs-pricing.style1 .pricing-table.white-bg .pricing-table-body ul li i,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .pricing-currency,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-period,
.rs-pricing.style1 .pricing-table.white-bg .pricing-table-price .pricing-table-bags .table-price-text {
  color: #408634;
}

.rs-pricing.style2 .pricing-wrap .head-part {
  padding: 60px 60px 37px;
}

.rs-pricing.style2 .pricing-wrap .head-part .title {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}

.rs-pricing.style2 .pricing-wrap .head-part .price {
  color: #408634;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
}

.rs-pricing.style2 .pricing-wrap .head-part .price .period {
  font-size: 16px;
  font-weight: 600;
}

.rs-pricing.style2 .pricing-wrap .body-part {
  padding: 0 60px 60px;
}

.rs-pricing.style2 .pricing-wrap .body-part ul {
  padding: 33px 0 0;
  border-top: 1px solid #eee;
}

.rs-pricing.style2 .pricing-wrap .body-part ul li {
  text-align: left;
  position: relative;
  margin-bottom: 8px;
}

.rs-pricing.style2 .pricing-wrap .body-part ul li i {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #408634;
}

.rs-pricing.style2 .pricing-wrap .body-part ul li i:before {
  font-size: 12px;
  font-weight: 800;
}

.rs-pricing.style2 .pricing-wrap .body-part ul li.no i {
  color: #408634;
}

.rs-pricing.style2 .pricing-wrap .body-part ul li:last-child {
  margin-bottom: 0;
}

.rs-pricing.style2 .pricing-wrap .body-part .btn-part {
  margin-top: 33px;
}

.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn {
  padding: 9px 40px;
  border-radius: 30px;
  color: #408634;
  position: relative;
  display: inline-block;
  background: transparent;
  border: 1px solid #408634;
  text-align: center;
  outline: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.rs-pricing.style2 .pricing-wrap .body-part .btn-part .price-btn:hover {
  background: #408634;
  color: #ffffff;
}

.rs-pricing.style2 .pricing-wrap.active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}

.rs-pricing.style2 .pricing-wrap.active .head-part .price {
  color: #408634;
}

.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn {
  border-color: #408634;
  color: #ffffff;
  background: #408634;
}

.rs-pricing.style2 .pricing-wrap.active .body-part .btn-part .price-btn:hover {
  background: transparent;
  color: #408634;
}

/*------------------------------------
    20. Project Section CSS
------------------------------------*/
.rs-project.style1 .project-item {
  position: relative;
  overflow: hidden;
}

.rs-project.style1 .project-item .project-content {
  position: absolute;
  padding: 17px 25px 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  left: 0;
  bottom: -100px;
  text-align: left;
  width: 100%;
  transition: 0.4s;
  height: 100%;
}

.rs-project.style1 .project-item .project-content .project-inner {
  position: absolute;
  bottom: -100px;
  transition: 0.5s;
  left: 40px;
}

.rs-project.style1 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rs-project.style1 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}

.rs-project.style1 .project-item .project-content .project-inner .title a:hover {
  color: #408634;
}

.rs-project.style1 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.rs-project.style1 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}

.rs-project.style1 .project-item .project-content .project-inner .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #408634;
  font-size: 18px;
  display: block;
}

.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon {
  position: relative;
}

.rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}

.rs-project.style1 .project-item .project-content:before {
  content: '';
  position: absolute;
  bottom: -150px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #1A1111E0;
  transition: all 0.4s;
}

.rs-project.style1 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.rs-project.style1 .project-item:hover .project-content .project-inner {
  bottom: 40px;
}

.rs-project.style1 .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.rs-project.style1.red-overly-bg .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rs-project.style1.red-overly-bg .project-item .project-img img {
  transition: 1.3s all ease;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner {
  left: 27px;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title {
  margin-bottom: 0px;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a {
  color: #ffffff;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a:hover {
  color: #408634;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category {
  margin-bottom: 0px;
}

.rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category a {
  color: #ffffff;
}

.rs-project.style1.red-overly-bg .project-item .project-content:before {
  background-color: #1A1111E0;
}

.rs-project.style1.red-overly-bg .project-item:hover .project-content::before {
  opacity: .8 !important;
}

.rs-project.style1.red-overly-bg .project-item:hover .project-img img {
  transform: scale(1.2);
}

.rs-project.style1.red-overly-bg .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.rs-project.style1.red-overly-bg .project-item:hover .project-content .project-inner {
  bottom: 25px;
}

.rs-project.style1.red-overly-bg .project-item:hover .project-content:before {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.rs-project.style1.project-home5-style .project-item .project-content .project-inner .title a:hover {
  color: #4caf50;
}

.rs-project.style1.project-home5-style .project-item .project-content .project-inner .p-icon {
  background: #4caf50;
}

.rs-project.style2 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}

.rs-project.style2 .project-item .project-content {
  opacity: 0;
  visibility: hidden;
}

.rs-project.style2 .project-item .project-content .p-icon {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #408634;
  font-size: 18px;
  display: block;
}

.rs-project.style2 .project-item .project-content .p-icon .custom-icon {
  position: relative;
}

.rs-project.style2 .project-item .project-content .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}

.rs-project.style2 .project-item .project-content .project-inner {
  position: absolute;
  bottom: 0px;
  left: 25px;
  transition: all 0.3s ease;
}

.rs-project.style2 .project-item .project-content .project-inner .category {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 7px;
  display: block;
}

.rs-project.style2 .project-item .project-content .project-inner .category a {
  color: #C3C2C2;
}

.rs-project.style2 .project-item .project-content .project-inner .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0;
}

.rs-project.style2 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}

.rs-project.style2 .project-item .project-content .project-inner .title a:hover {
  color: #408634;
}

.rs-project.style2 .project-item:before {
  background-color: #1A1111E0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
}

.rs-project.style2 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}

.rs-project.style2 .project-item:hover .project-content .p-icon {
  right: 25px;
}

.rs-project.style2 .project-item:hover .project-content .project-inner {
  bottom: 25px;
}

.rs-project.style2 .project-item:hover:before {
  opacity: .9;
  visibility: visible;
}

.rs-project.style3 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
  border-radius: 20px;
}

.rs-project.style3 .project-item .project-img {
  position: relative;
  overflow: hidden;
}

.rs-project.style3 .project-item .project-img a img {
  transition: 1.3s all ease;
}

.rs-project.style3 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 1;
  z-index: 10;
  top: 0;
  border: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.rs-project.style3 .project-item .project-content .portfolio-inner {
  position: absolute;
  bottom: 30px;
  right: 40px;
  left: 40px;
  transition: all .5s ease;
  width: 100%;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .category a {
  color: #C3C2C2;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title a {
  color: #ffffff;
}

.rs-project.style3 .project-item .project-content .portfolio-inner .title a:hover {
  color: #408634;
}

.rs-project.style3 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease 0s;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.rs-project.style3 .project-item:hover .project-img a img {
  transform: scale(1.2);
}

.rs-project.style3 .project-item:hover .project-content {
  opacity: 1;
}

.rs-project.style3 .project-item:hover .project-content .portfolio-inner {
  bottom: 50px;
}

.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a:hover,
.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .title a:hover {
  color: #0082f1;
}

.rs-project.style3.home3-project-style .project-item .project-content .portfolio-inner .category a {
  color: #FCFCFC;
  font-weight: 500;
}

.rs-project.style4 .project-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
  z-index: 1;
}

.rs-project.style4 .project-item .project-content {
  position: absolute;
  padding: 20px 25px 20px 25px;
  opacity: 0;
  z-index: 1;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 86%;
  z-index: 9;
  background: #fff;
  transition: .6s;
}

.rs-project.style4 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
}

.rs-project.style4 .project-item .project-content .category a {
  color: #454545;
}

.rs-project.style4 .project-item .project-content .category a:hover {
  color: #408634;
}

.rs-project.style4 .project-item .project-content .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.rs-project.style4 .project-item .project-content .title a {
  color: #0a0a0a;
}

.rs-project.style4 .project-item .project-content .title a:hover {
  color: #408634;
}

.rs-project.style4 .project-item:hover .project-content {
  opacity: 1;
  bottom: 30px;
}

.rs-project.style5 .project-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rs-project.style5 .project-item .project-img {
  z-index: 1;
}

.rs-project.style5 .project-item .project-img img {
  transform: scale(1.2);
  transition: 0.6s;
}

.rs-project.style5 .project-item .project-content {
  position: absolute;
  padding: 24px 30px;
  opacity: 0;
  z-index: 10;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

.rs-project.style5 .project-item .project-content .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 5px;
}

.rs-project.style5 .project-item .project-content .title a {
  color: #ffffff;
}

.rs-project.style5 .project-item .project-content .title a:hover {
  color: #408634;
}

.rs-project.style5 .project-item .project-content .category {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  display: block;
}

.rs-project.style5 .project-item .project-content .category a {
  color: #ffffff;
}

.rs-project.style5 .project-item .project-content .category a:hover {
  color: #408634;
}

.rs-project.style5 .project-item .project-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: #1A1111E0;
  transition: all .4s;
  transform: scale(1.2);
  transition: .6s;
}

.rs-project.style5 .project-item:hover .project-img img {
  transform: scale(1);
}

.rs-project.style5 .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.rs-project.style5 .project-item:hover .project-content:before {
  opacity: 0.7;
  visibility: visible;
}

.rs-project.style6 .project-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rs-project.style6 .project-item .project-img {
  position: relative;
}

.rs-project.style6 .project-item .project-img .p-icon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #ffffff;
  background: #408634;
  font-size: 18px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.rs-project.style6 .project-item .project-img .p-icon .custom-icon {
  position: relative;
}

.rs-project.style6 .project-item .project-img .p-icon .custom-icon:before {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 0;
  content: "\f114";
  font-family: Flaticon;
}

.rs-project.style6 .project-item .project-content {
  margin-top: 25px;
}

.rs-project.style6 .project-item .project-content .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 5px;
}

.rs-project.style6 .project-item .project-content .title a {
  color: #0a0a0a;
}

.rs-project.style6 .project-item .project-content .title a:hover {
  color: #408634;
}

.rs-project.style6 .project-item .project-content .category {
  display: block;
}

.rs-project.style6 .project-item .project-content .category a {
  color: #454545;
}

.rs-project.style6 .project-item:hover .project-img .p-icon {
  opacity: 1;
  visibility: visible;
}

.rs-project.style7 .project-item {
  position: relative;
  overflow: hidden;
}

.rs-project.style7 .project-item .project-img {
  position: relative;
}

.rs-project.style7 .project-item .project-img:before {
  content: "";
  height: 3px;
  background: #2B2A2A;
  position: absolute;
  bottom: -20px;
  left: 0;
  transform: rotate(19deg) scale(1.5);
  transition: .5s;
  width: 100%;
  height: 35%;
  opacity: 0;
  visibility: hidden;
}

.rs-project.style7 .project-item .project-content {
  position: relative;
  padding: 0;
  width: 100%;
  border-top: 0;
  z-index: 11;
  left: 0;
  transition: .6s;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  text-align: left;
}

.rs-project.style7 .project-item .project-content .project-inner {
  position: absolute;
  width: 100%;
  transition: .6s;
  z-index: 9;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.rs-project.style7 .project-item .project-content .project-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.rs-project.style7 .project-item .project-content .project-inner .title a {
  color: #ffffff;
}

.rs-project.style7 .project-item .project-content .project-inner .title a:hover {
  color: #408634;
}

.rs-project.style7 .project-item .project-content .project-inner .category a {
  color: #CCCCCC;
  font-weight: 500;
  display: block;
}

.rs-project.style7 .project-item .project-content .p-icon {
  position: absolute;
  transition: .6s;
  left: 40px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.rs-project.style7 .project-item .project-content .p-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #408634;
  line-height: 55px;
  color: #fff;
  text-align: center;
  display: block;
}

.rs-project.style7 .project-item .project-content .p-icon i:before {
  font-size: 22px;
  color: #ffffff;
}

.rs-project.style7 .project-item:hover .project-img:before {
  opacity: 1;
  visibility: visible;
}

.rs-project.style7 .project-item:hover .project-content .project-inner {
  bottom: 100px;
  opacity: 1;
  visibility: visible;
}

.rs-project.style7 .project-item:hover .project-content .p-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

/*------------------------------------
    21. Partner Section CSS
------------------------------------*/
.rs-patter-section .logo-img {
  text-align: center;
}

.rs-patter-section .logo-img a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.rs-patter-section .logo-img a .hovers-logos {
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
}

.rs-patter-section .logo-img a .mains-logos {
  transition: all 0.3s ease-in-out;
  display: block;
  filter: grayscale(1);
}

.rs-patter-section .logo-img a:hover .hovers-logos {
  display: block;
  opacity: 3;
  visibility: visible;
  transform: translateY(0%);
  filter: grayscale(0%);
}

.rs-patter-section .logo-img a:hover .mains-logos {
  display: block;
  visibility: hidden;
  transform: translateY(100%);
  filter: grayscale(1);
}

.rs-patter-section.style1 .logo-img {
  padding: 0 50px;
}

/*------------------------------------
    22. Blog Section CSS
------------------------------------*/
.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}

.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
}

.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
}

.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 33px 24px 38px 42px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  background: #408634;
  position: absolute;
  top: -46px;
  left: 44px;
  right: 0;
  text-align: center;
  justify-content: center;
  padding: 12px 0 9px;
  margin: 0;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .date:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ffffff;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  padding-right: 4px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 47px solid #408634;
  border-left: 45px solid transparent;
  left: -45px;
  display: block;
  top: 0;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 20px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #408634;
}

.rs-blog.blog-main-home .blog-item .blog-content .desc {
  margin-bottom: 28px;
}

.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}

.rs-blog.style2 .blog-item {
  transition: all 500ms ease;
}

.rs-blog.style2 .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}

.rs-blog.style2 .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}

.rs-blog.style2 .blog-item .image-wrap .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.rs-blog.style2 .blog-item .image-wrap .post-categories li {
  display: inline-block;
}

.rs-blog.style2 .blog-item .image-wrap .post-categories li a {
  background: #408634;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}

.rs-blog.style2 .blog-item .blog-content {
  padding: 40px 24px 40px 42px;
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta {
  display: flex;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .admin i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #408634;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-55%);
  top: 50%;
  background: #ccc;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date {
  font-size: 14px;
  font-weight: 500;
}

.rs-blog.style2 .blog-item .blog-content .blog-meta .date i {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #408634;
}

.rs-blog.style2 .blog-item .blog-content .blog-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px 0px 18px 0px;
}

.rs-blog.style2 .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}

.rs-blog.style2 .blog-item .blog-content .blog-title a:hover {
  color: #408634;
}

.rs-blog.style2 .blog-item .blog-content p {
  margin: 0;
}

.rs-blog.style2 .blog-item:hover {
  transform: translateY(-10px);
}

.rs-blog.style2 .blog-item:hover .image-wrap {
  position: relative;
  overflow: hidden;
}

.rs-blog.style2 .blog-item:hover .image-wrap img {
  transform: scale(1.1);
}

.rs-blog.style2 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.rs-blog.style2.home3-blog-style .blog-item {
  box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
  margin-top: 15px;
  padding: 15px;
  background: #fff;
}

.rs-blog.style2.home3-blog-style .blog-item .image-wrap img {
  transition: all .5s ease 0s;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content {
  padding: 25px 30px 30px 30px;
  box-shadow: unset;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin {
  color: #454545;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #0082f1;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .admin:after {
  display: none;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-meta .date i {
  color: #0082f1;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}

.rs-blog.style2.home3-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #0082f1;
}

.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-meta .admin i,
.rs-blog.style2.home3-blog-style.home4-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #408634;
}

.rs-blog.style2.home5-blog-style .blog-item .image-wrap .post-categories li a {
  border-radius: 4px 4px 4px 4px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #4caf50 0%, #4caf50 100%);
}

.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .date i,
.rs-blog.style2.home5-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #4caf50;
}

.rs-blog.style2.home5-blog-style .blog-item:hover .blog-content .blog-title a {
  color: #4caf50;
}

.rs-blog.style1 .owl-stage-outer {
  padding: 20px;
  margin: -20px;
}

.rs-blog.style1 .blog-wrap {
  background: #ffffff;
  box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.rs-blog.style1 .blog-wrap:hover {
  margin-top: -10px;
}

.rs-blog.style1 .blog-wrap .blog-img img {
  border-radius: 0 0 0 70px;
}

.rs-blog.style1 .blog-wrap .blog-contant {
  padding: 44px 38px 40px;
}

.rs-blog.style1 .blog-wrap .blog-contant .title {
  margin-bottom: 18px;
  font-size: 22px;
}

.rs-blog.style1 .blog-wrap .blog-contant .title a {
  color: #222;
}

.rs-blog.style1 .blog-wrap .blog-contant .title a:hover {
  color: #408634;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta {
  border-top: 1px solid #eee;
  padding-top: 22px;
  margin-top: 18px;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul {
  display: flex;
  align-items: center;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li {
  margin-right: 35px;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li .avatar {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: inline;
  margin-right: 10px;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a {
  color: #454545;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li a:hover {
  color: #408634;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li i {
  font-size: 17px;
  margin-right: 10px;
}

.rs-blog.style1 .blog-wrap .blog-contant .blog-meta ul li:last-child {
  margin: 0;
}

.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: 0.3s;
}

.rs-inner-blog .blog-item .blog-img {
  position: relative;
}

.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}

.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #408634;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
}

.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #408634;
}

.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #408634;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #408634;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #408634;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}

.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}

.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}

.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #408634;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}

.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #408634;
}

.rs-inner-blog .widget-area .recent-posts {
  background: #c2a25d;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #FFF;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  font-size: 12px;
  color: #408634;
}

.rs-inner-blog .widget-area .categories {
  background: #c2a25d;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-inner-blog .widget-area .categories li a:hover {
  color: #408634;
}

.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #408634;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #408634;
  margin-right: 3px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #408634;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}

.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #FD6509;
}

.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}

.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}

.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
  opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
  opacity: 1;
}

/* ------------------------------------
    23. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.main-home .testi-image img {
  position: relative;
  max-width: 600px;
  right: 10%;
}

.rs-testimonial.main-home .testi-item .item-content .icon-img img {
  width: 75px;
}

.rs-testimonial.main-home .testi-item .item-content .desc {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding: 40px 0px 30px 0px;
}

.rs-testimonial.main-home .testi-item .testi-content {
  display: flex;
  align-items: center;
}

.rs-testimonial.main-home .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  margin: 0 auto;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information {
  padding-left: 25px;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 5px;
  display: block;
}

.rs-testimonial.main-home .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}

.rs-testimonial.main-home .rs-carousel .owl-dots {
  text-align: left;
  margin-top: 45px;
}

.rs-testimonial.style2 .testi-wrap {
  background: url(assets/images/testimonial/test-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 40px 60px 40px;
}

.rs-testimonial.style2 .testi-wrap .item-content span img {
  width: 48px;
}

.rs-testimonial.style2 .testi-wrap .item-content p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 0 10px;
}

.rs-testimonial.style2 .testi-wrap .testi-content {
  display: flex;
  justify-content: flex-start;
}

.rs-testimonial.style2 .testi-wrap .testi-content .image-wrap img {
  border-radius: 50px 50px 50px 50px;
  width: 80px;
  height: 80px;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information {
  padding: 0 0 0 25px;
  text-align: left;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .testi-title {
  font-weight: 600;
  color: #878787;
  padding-bottom: 10px;
  display: block;
}

.rs-testimonial.style2 .testi-wrap .testi-content .testi-information .ratting-img img {
  width: 100px;
}

.rs-testimonial.style3 .testi-item {
  background-color: #EBEBEB;
  padding: 40px 20px 40px 20px;
  text-align: center;
}

.rs-testimonial.style3 .testi-item .testi-img img {
  width: 70px;
  height: 70px;
}

.rs-testimonial.style3 .testi-item p {
  color: #0a0a0a;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 0;
  padding: 19px 5px 20px 19px;
}

.rs-testimonial.style3 .testi-item .testi-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img {
  padding-right: 15px;
}

.rs-testimonial.style3 .testi-item .testi-content .testi-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part {
  text-align: left;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 35px;
  color: #0a0a0a;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
}

.rs-testimonial.style3 .testi-item .testi-content .author-part .designation {
  font-size: 14px;
  line-height: 24px;
  color: #0a0a0a;
  display: block;
}

.rs-testimonial.style4 .testi-item .testi-wrap {
  padding: 40px 40px 40px 40px;
  background-color: #0082F136;
  text-align: center;
  margin: 0 -13px 0 0;
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
}

.rs-testimonial.style4 .testi-item .testi-wrap .image-wrap img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}

.rs-testimonial.style4 .testi-item .testi-wrap .item-contents p {
  color: #ffffff;
  font-size: 15px;
  font-style: italic;
  padding: 30px 0px 0px 0px;
  margin-bottom: 20px;
}

.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-name {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
}

.rs-testimonial.style4 .testi-item .testi-wrap .testi-information .testi-title {
  color: #ffffff;
}

.rs-testimonial.style4 .testimonial-overly-bg {
  background-color: #FFFFFF61;
}

.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap {
  background-color: #FFFFFFB0;
}

.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-title,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .testi-information .testi-name,
.rs-testimonial.style4.home4-testi-style .testi-item .testi-wrap .item-contents p {
  color: #333333;
}

.rs-testimonial.home5-testi-style .testi-box-style {
  background: #ffffff;
  box-shadow: 0 6px 25px #eee;
  padding: 20px 43px 57px 58px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img {
  top: 36px;
  position: absolute;
  left: 0;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .icon-img img {
  width: 75px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .item-content .desc {
  color: #333333;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  padding: 124px 40px 15px 0;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .image-wrap img {
  width: 80px;
  height: 80px;
  border-radius: 50px 50px 50px 50px;
  position: relative;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information {
  padding-left: 25px;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-name {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}

.rs-testimonial.home5-testi-style .testi-box-style .testi-item .testi-content .testi-information .testi-title {
  color: #878787;
}

.rs-testimonial.home5-testi-style .testi-box-style .rs-carousel .owl-dots {
  margin-top: 40px;
  text-align: left;
}

.rs-testimonial.style1 .left-radius {
  border-radius: 100px 0 0 0;
}

.rs-testimonial.style1 .item .testi-img {
  margin-bottom: 30px;
}

.rs-testimonial.style1 .item .testi-img img {
  max-width: 80px;
  margin: 0 auto;
}

.rs-testimonial.style1 .item .rating {
  margin-bottom: 13px;
}

.rs-testimonial.style1 .item .rating li {
  display: inline;
  margin-right: 5px;
}

.rs-testimonial.style1 .item .rating li i {
  color: #408634;
  font-size: 26px;
}

.rs-testimonial.style1 .item .rating li:last-child {
  margin: 0;
}

.rs-testimonial.style1 .item .author-detail .desc {
  color: #f9f9f9;
  max-width: 90%;
  margin: 0 auto 18px;
}

.rs-testimonial.style1 .item .author-detail .name {
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}

.rs-testimonial.style1 .item .author-detail .designation {
  color: #f9f9f9;
  font-size: 14px;
}

.rs-testimonial.style1 .center .item {
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #1d507f;
}

.rs-testimonial.style1 .pattern-img .common {
  position: absolute;
  content: '';
}

.rs-testimonial.style1 .pattern-img .common.img1 {
  top: 93px;
  left: 200px;
  opacity: 0.1;
  max-width: 190px;
  animation: rotate-anim 30s infinite linear;
  -webkit-animation: rotate-anim 30s infinite linear;
  -moz-animation: rotate-anim 30s infinite linear;
}

.rs-testimonial.style1 .pattern-img .common.img2 {
  bottom: 0;
  left: 0;
}

.rs-testimonial.style1 .pattern-img .common.img3 {
  top: 0;
  right: 0;
  max-width: 330px;
  margin: 0 auto 0 0;
}

/*-----------------------------------------------
    #. Partner Section Css
-----------------------------------------------*/
.rs-partner {
  /* Owl Carousel Nav */
}

.rs-partner .item {
  text-align: center;
}

.rs-partner .item a {
  display: inline-block;
}

.rs-partner .item a img {
  max-width: 150px;
  margin: 0 auto;
  height: auto;
}

.rs-partner .owl-carousel {
  padding-top: 0;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #222;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease;
  outline: none;
  border: none;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 0;
  position: relative;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-prev {
  left: 15px;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"].owl-next {
  right: 15px;
}

.rs-partner .owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #408634;
}

.rs-partner .owl-carousel:hover [class*="owl-"] {
  opacity: 1 !important;
  visibility: visible !important;
}

.rs-partner .owl-carousel:hover [class*="owl-"] .owl-prev {
  left: -50px;
}

.rs-partner .owl-carousel:hover [class*="owl-"] .owl-next {
  right: -50px;
}

/*-----------------------------------------------
    #. Achievement Section Css
-----------------------------------------------*/
.rs-achievement.style1 .img-part {
  position: relative;
  right: -100px;
}

.rs-achievement.style1 .img-part img {
  border-radius: 50px 0 0 0;
}

.rs-achievement.style1 .rs-counter {
  display: flex;
  justify-content: center;
  border-top: 1px solid #e8e8e8;
}

.rs-achievement.style1 .rs-counter .rs-counter-list {
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  padding: 40px 0 35px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon {
  margin-bottom: 25px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i {
  height: 46.3px;
  line-height: 46.3px;
  display: block;
  color: #408634;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i:before {
  font-size: 48px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-group:before {
  font-size: 65px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-icon i.flaticon-briefing:before {
  font-size: 46px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number {
  font-size: 40px;
  line-height: 1;
  color: #222222;
  font-weight: 700;
  margin-bottom: 8px;
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-number:after {
  content: "+";
}

.rs-achievement.style1 .rs-counter .rs-counter-list .counter-text {
  font-weight: 500;
  text-transform: capitalize;
}

.rs-achievement.style1 .rs-counter:hover .rs-counter-list:hover,
.rs-achievement.style1 .rs-counter:not(:hover) .active {
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
}

.rs-achievement.style1 .pattern-img {
  position: absolute;
  content: '';
  right: 0;
  top: 141px;
  z-index: -1;
}

/*-----------------------------------------------
    #. Estimate Section Css
-----------------------------------------------*/
.rs-estimate .image-part {
  position: relative;
  left: -70px;
}

.rs-estimate .estimate-info li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
}

.rs-estimate .estimate-info li .title {
  font-weight: 800;
  color: #222;
}

.rs-estimate .estimate-info li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #408634;
}

.rs-estimate .estimate-info li:last-child {
  margin: 0;
}

.rs-estimate .pattern-img {
  position: absolute;
  content: '';
  left: 50px;
  top: 100px;
  z-index: -1;
}

/*-----------------------------------------------
    #. Call to Action Section Css
-----------------------------------------------*/
.rs-cta.style1 {
  overflow: hidden;
}

.rs-cta.style1 .pattern-right {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rs-cta.style1 .pattern-left {
  position: absolute;
  content: '';
  left: 20px;
  bottom: 0;
}

.rs-cta .sec-title4,
.rs-cta .readon2 {
  position: relative;
  z-index: 1;
}

/*----------------------------------------
    24. Shop Section CSS
----------------------------------------*/
.rs-shop-part .woocommerce-result-count {
  font-size: 15px;
  line-height: 26px;
  color: #454545;
  font-weight: 400;
  margin: 0;
}

.rs-shop-part .from-control {
  float: right;
  font-size: 15px;
  color: #454545;
  font-weight: 400;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.rs-shop-part .product-list .image-product {
  position: relative;
}

.rs-shop-part .product-list .image-product .overley i {
  position: absolute;
  bottom: 150px;
  right: 13px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.rs-shop-part .product-list .image-product .overley i:before {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  background: #408634;
  border: none;
  padding: 8px 10px 8px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
}

.rs-shop-part .product-list .image-product .onsale {
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
  line-height: 40px;
  background: #408634;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 13px;
}

.rs-shop-part .product-list .content-desc .loop-product-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}

.rs-shop-part .product-list .content-desc .loop-product-title a {
  color: #0a0a0a;
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
  color: #408634;
}

.rs-shop-part .product-list .content-desc .price {
  font-size: 16px;
  line-height: 27px;
  color: #408634;
  font-weight: 600;
  margin: 0;
}

.rs-shop-part .product-list .content-desc .price del {
  opacity: 0.6;
  padding-right: 10px;
}

.rs-shop-part .product-list:hover .image-product .overley i {
  opacity: 1;
  visibility: visible;
  bottom: 13px;
}

/*----------------------------------------
    25. Single Shop Section CSS
----------------------------------------*/
.rs-single-shop .single-product-image .images-single {
  z-index: 1 !important;
}

.rs-single-shop .single-product-image img {
  width: 100%;
}

.rs-single-shop .single-price-info .product-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rs-single-shop .single-price-info .single-price {
  color: #408634;
  font-weight: 600;
}

.rs-single-shop .single-price-info .some-text {
  margin-top: 15px;
}

.rs-single-shop .single-price-info form {
  margin-bottom: 30px;
}

.rs-single-shop .single-price-info form input {
  height: 40px;
  width: 70px;
  line-height: 40px;
  text-align: center;
  padding-left: 10px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  outline: none;
}

.rs-single-shop .single-price-info p.category {
  margin: 0;
  padding-top: 25px;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
}

.rs-single-shop .single-price-info p.category span {
  font-weight: 700;
  padding-right: 10px;
}

.rs-single-shop .single-price-info p.category a {
  color: #454545;
}

.rs-single-shop .single-price-info p.category a:hover {
  color: #408634;
}

.rs-single-shop .single-price-info .tag {
  margin: 0;
}

.rs-single-shop .single-price-info .tag span {
  font-weight: 700;
}

.rs-single-shop .tab-area {
  margin-top: 50px;
}

.rs-single-shop .tab-area ul.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 32px;
}

.rs-single-shop .tab-area ul.nav-tabs li {
  margin-right: 10px;
}

.rs-single-shop .tab-area ul.nav-tabs li .nav-link {
  padding: 20px 45px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  background-color: #fbfbfb;
  color: #0a0a0a;
  font-weight: 400;
}

.rs-single-shop .tab-area ul.nav-tabs li .nav-link:hover,
.rs-single-shop .tab-area ul.nav-tabs li .nav-link.active {
  background: #408634;
  color: #ffffff;
}

.rs-single-shop .tab-area ul.nav-tabs li:last-child {
  margin-right: 0;
}

.rs-single-shop .tab-area .tab-content .tab-pane .tab-title {
  font-weight: 700;
  margin-bottom: 34px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .dsc-p {
  margin: 0;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area {
  margin-bottom: 5px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area p {
  margin-bottom: 23px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .top-area h6 {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form {
  max-width: 600px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form p.comment-notes {
  margin-bottom: 15px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl label {
  font-weight: 600;
  display: block;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl input {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 15px;
  margin-bottom: 10px;
  width: 100%;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .placeholder-cntrl textarea {
  width: 100%;
  padding: 10px 15px;
  height: 75px;
  border: 1px solid rgba(54, 54, 54, 0.1);
  margin-bottom: 20px;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings {
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li {
  display: inline;
}

.rs-single-shop .tab-area .tab-content .tab-pane .reviews-grid .comment-form .ratings ul li i {
  color: #408634;
  font-weight: normal;
}

/*----------------------------------------
    26. Cart Section CSS
----------------------------------------*/
.rs-cart .cart-wrap table.cart-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
}

.rs-cart .cart-wrap table.cart-table td,
.rs-cart .cart-wrap table.cart-table th {
  padding: 25px;
  text-align: center;
  border: 1px solid #ccc;
}

.rs-cart .cart-wrap table.cart-table th {
  border: none;
  font-size: 18px;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table td {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #e6e6e6;
}

.rs-cart .cart-wrap table.cart-table .product-remove a {
  margin: 0 auto;
  color: #0a0a0a;
  display: block;
  border-radius: 100%;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  height: 20px;
  width: 20px;
  line-height: 17px;
  text-align: center;
}

.rs-cart .cart-wrap table.cart-table .product-remove a:hover {
  background: #ff0000;
  color: #ffffff;
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail {
  min-width: 32px;
}

.rs-cart .cart-wrap table.cart-table .product-thumbnail a img {
  width: 80px;
  height: auto;
}

.rs-cart .cart-wrap table.cart-table .product-name a {
  color: #454545;
  font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table .product-name a:hover {
  color: #408634;
}

.rs-cart .cart-wrap table.cart-table .product-price {
  font-weight: 700;
}

.rs-cart .cart-wrap table.cart-table .product-quantity input {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 0 0 0 10px;
  max-width: 65px;
  margin: 0 auto;
  outline: none;
}

.rs-cart .cart-wrap table.cart-table .action .coupon {
  float: left;
}

.rs-cart .cart-wrap table.cart-table .action .coupon input {
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: none;
  width: 320px;
  border-radius: 4px;
  height: 45px;
  margin-right: 20px;
  text-align: left;
  padding-left: 22px;
}

.rs-cart .cart-collaterals {
  width: 100%;
  overflow: hidden;
}

.rs-cart .cart-collaterals .cart-totals {
  float: right;
  width: 48%;
}

.rs-cart .cart-collaterals .cart-totals .title {
  font-weight: 700;
  color: #454545;
  text-transform: capitalize;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  font-size: 18px;
  font-weight: 700;
}

.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr td,
.rs-cart .cart-collaterals .cart-totals table.cart-total-table tr th {
  padding: 30px 10px;
}

/*-----------------------------------------------
    27. Woocommerce Section CSS
-----------------------------------------------*/
.woocommerce-mini-cart {
  line-height: 20px;
  background-color: #fff;
  position: absolute;
  right: 13.3%;
  font-size: 14px;
  top: 100%;
  width: 278px;
  z-index: 10000;
  transition: all .2s ease 0s;
  box-shadow: 0 0 15px #eee;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
}

.woocommerce-mini-cart .cart-bottom-part {
  padding: 25px 10px 0;
}

.woocommerce-mini-cart .cart-bottom-part .widget-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-top: 50px;
  color: #0a0a0a;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.woocommerce-mini-cart .cart-bottom-part .widget-title:before {
  position: absolute;
  content: "\f124";
  color: #161616;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  font-style: normal;
}

.mini-cart-active {
  cursor: pointer;
}

.mini-cart-active:hover .woocommerce-mini-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*----------------------------------------
    28. Checkout Section CSS
----------------------------------------*/
.rs-checkout .checkout-title {
  margin-bottom: 30px;
}

.rs-checkout .checkout-title h3 {
  font-size: 26px;
  margin: 0;
}

.rs-checkout .coupon-toggle .accordion .card {
  border: unset;
  border-top: 3px solid #408634;
  border-radius: 0;
}

.rs-checkout .coupon-toggle .accordion .card .card-header {
  border: none;
  margin: 0;
  border-radius: unset;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title {
  margin: 0;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title span i {
  margin-right: 10px;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button {
  background: unset;
  border: none;
  color: #408634;
  transition: all 0.3s ease;
  outline: none;
  cursor: pointer;
}

.rs-checkout .coupon-toggle .accordion .card .card-header .card-title button:hover {
  color: #408634;
}

.rs-checkout .coupon-toggle .accordion .card .card-body {
  border: 1px solid #d3ced2;
  padding: 20px 20px 50px 20px;
  margin-top: 2em;
  text-align: left;
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input {
  width: 47%;
  float: left;
  margin-right: 50px;
}

.rs-checkout .coupon-toggle .accordion .card .card-body .coupon-code-input input {
  width: 100%;
  height: 45px;
  outline: none;
  padding: 10px 18px;
  color: #454545;
  border: 1px solid rgba(54, 54, 54, 0.1);
}

.rs-checkout .full-grid {
  margin-top: 25px;
}

.rs-checkout .full-grid .form-content-box {
  margin-bottom: 50px;
}

.rs-checkout .full-grid .form-content-box .form-group label {
  line-height: 2;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.rs-checkout .full-grid .form-content-box .form-group select {
  color: #666666;
  opacity: .5;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  width: 100%;
  outline: none;
}

.rs-checkout .full-grid .form-content-box .form-group textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
  width: 100%;
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 10px 18px;
  margin: 0;
  outline: none;
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod {
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  padding: 10px 18px;
  width: 100%;
  margin: 0;
  outline: none;
  line-height: normal;
  border-radius: unset;
}

.rs-checkout .full-grid .form-content-box .form-group .form-control-mod.margin-bottom {
  margin-bottom: 10px !important;
}

.rs-checkout .full-grid .ordered-product table {
  width: 100%;
}

.rs-checkout .full-grid .ordered-product table tr th {
  border: 1px solid #ccc;
  padding: 9px 12px;
}

.rs-checkout .full-grid .ordered-product table tr td {
  border: 1px solid #ccc;
  padding: 6px 12px;
}

.rs-checkout .full-grid .payment-method .top-area {
  border-bottom: 1px solid #d3ced2;
}

.rs-checkout .full-grid .payment-method .top-area .payment-co {
  margin-bottom: 20px;
}

.rs-checkout .full-grid .payment-method .top-area .payment-co span {
  font-weight: 600;
  margin-right: 10px;
}

.rs-checkout .full-grid .payment-method .top-area .p-msg {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f9f9f9;
}

.rs-checkout .full-grid .payment-method .top-area .p-msg:before {
  content: '';
  display: block;
  border: 1em solid #f9f9f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

/*----------------------------------------
    29. Account Section CSS
----------------------------------------*/
.rs-my-account .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0;
}

.rs-my-account .rs-login {
  border: 1px solid rgba(54, 54, 54, 0.1);
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}

.rs-my-account .rs-login .form-group label {
  display: block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #454545;
}

.rs-my-account .rs-login .form-group label span {
  color: #408634;
}

.rs-my-account .rs-login .form-group input {
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
}

.rs-my-account .rs-login .last-password a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #408634;
}

.rs-my-account .rs-login p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 14px;
}

.rs-my-account .rs-login p a {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #408634;
}

/* ------------------------------------
    30. Contact Section CSS
---------------------------------------*/
.rs-contact.main-home .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0D0D0D;
  background-color: #0D0D0D;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.main-home .contact-wrap textarea {
  height: 120px;
}

.rs-contact.main-home .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}

.rs-contact.main-home .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

.rs-contact.main-home .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}

.rs-contact.main-home .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.rs-contact.main-home .contact-wrap input[type=submit]:hover {
  opacity: .9;
}

.rs-contact.main-home .contact-map {
  overflow: hidden;
}

.rs-contact.main-home .contact-map iframe {
  float: left;
  width: 100%;
  height: 400px;
  border: none;
}

.rs-contact.main-home .contact-icons-style .contact-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  margin: 0 -5px 0 0;
  background-image: url(assets/images/contact/con-box.png);
}

.rs-contact.main-home .contact-icons-style .contact-item .contact-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
  padding: 5px 5px 0px 0px;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text {
  padding: 0px 0px 0px 15px;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a {
  color: #ffffff;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text .title a:hover {
  color: #408634;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text a {
  color: #C5C2C2;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text a:hover {
  color: #408634;
}

.rs-contact.main-home .contact-icons-style .contact-item .content-text .services-txt {
  margin: 0;
  color: #C5C2C2;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item {
  background-image: url(assets/images/contact/box-bg2.png);
  background-size: 100%;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a {
  color: #0a0a0a;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .title a:hover {
  color: #408634;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a {
  color: #444444;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text a:hover {
  color: #408634;
}

.rs-contact.main-home .contact-icons-style.box-address .contact-item .content-text .services-txt {
  color: #444444;
}

.rs-contact.main-home .contact-icons-style.box-address.box-style2 .contact-item {
  background-image: url(assets/images/contact/box-bg3.png);
}

.rs-contact.main-home.office-modify1 .contact-map iframe {
  height: 761px;
}

.rs-contact.main-home.office-modify1 .contact-section {
  background-color: #ebebeb;
  padding: 100px 80px 121px;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap .from-control {
  color: #000000;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #fff;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap textarea {
  height: 120px;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}

.rs-contact.main-home.office-modify1 .contact-section .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.main-home.office-modify1 .contact-section.contact-style2 {
  padding: 90px 80px 100px;
}

.rs-contact.main-home.office-modify1 .contact-box {
  padding: 35px 35px 35px 35px;
  background-color: #ebebeb;
  margin: 0 -4px 0 0;
}

.rs-contact.main-home.office-modify1 .contact-box .contact-icon img {
  width: 64px;
  height: 64px;
  max-width: unset;
  margin-bottom: 20px;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 10px;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text .title a {
  color: #14171C;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text .title a:hover {
  color: #408634;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text a {
  color: #444444;
  font-weight: 500;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text a:hover {
  color: #408634;
}

.rs-contact.main-home.office-modify1 .contact-box .content-text .services-txt {
  margin: 0;
  color: #444444;
  font-weight: 500;
}

.rs-contact.main-home.office-modify1 .office-buliding {
  background: url(assets/images/contact/office.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-contact.main-home.home5-contact-style .contact-wrap .from-control {
  color: #0a0a0a;
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}

.rs-contact.main-home.home5-contact-style ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.4;
}

.rs-contact.main-home.home5-contact-style ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.4;
}

.rs-contact.main-home.home5-contact-style :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.4;
}

.rs-contact.main-home.home5-contact-style :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.4;
}

.rs-contact.main-home.home5-contact-style input[type=submit]:hover {
  opacity: .9;
}

.rs-contact.contact-style2 .contact-address {
  background-color: #ffffff;
  padding: 70px 50px 60px 60px;
}

.rs-contact.contact-style2 .contact-address .address-item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
}

.rs-contact.contact-style2 .contact-address .address-item .address-icon img {
  width: 35px;
  height: 35px;
  max-width: unset;
}

.rs-contact.contact-style2 .contact-address .address-item .address-text {
  padding-left: 25px;
  color: #444444;
  font-weight: 500;
}

.rs-contact.contact-style2 .contact-address .address-item .address-text a {
  color: #444444;
  font-weight: 500;
}

.rs-contact.contact-style2 .contact-address .address-item .address-text a:hover {
  color: #408634;
}

.rs-contact.contact-style2 .contact-map {
  overflow: hidden;
}

.rs-contact.contact-style2 .contact-map iframe {
  float: left;
  width: 100%;
  height: 644px;
  border: none;
}

.rs-contact.contact-style2 .contact-wrap .from-control {
  padding: 17px 17px 17px 17px;
  color: #000000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EBEBEB;
  background-color: #F1F1F1;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.contact-style2 .contact-wrap textarea {
  height: 120px;
}

.rs-contact.contact-style2 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.contact-style2 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.contact-style2 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 1;
}

.rs-contact.contact-style2 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.faq-style .contact-item {
  padding: 35px 35px 35px 35px;
  background-color: #fff;
}

.rs-contact.faq-style .contact-item .contact-icon img {
  width: 64px;
}

.rs-contact.faq-style .contact-item .content-text .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 25px 0px 5px 0px;
}

.rs-contact.faq-style .contact-item .content-text .title a {
  color: #14171C;
}

.rs-contact.faq-style .contact-item .content-text a {
  color: #333333;
}

.rs-contact.faq-style .contact-item .content-text a:hover {
  color: #408634;
}

.rs-contact.faq-style .contact-item .content-text .services-txt {
  color: #333333;
  margin: 0;
}

.rs-contact.home3-contact-style .contact-wrap {
  padding: 60px 60px 83px 60px;
  background: #ffffff;
}

.rs-contact.home3-contact-style .contact-wrap .from-control {
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #FFFFFF;
  background-color: #F9F9F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.rs-contact.home3-contact-style .contact-wrap textarea {
  height: 120px;
}

.rs-contact.home3-contact-style .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.home3-contact-style .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.home3-contact-style .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.home3-contact-style .contact-wrap :-moz-placeholder {
  /* Firefox 18- */
  color: #454545;
  opacity: 0.55;
}

.rs-contact.home3-contact-style .contact-wrap input[type=submit]:hover {
  opacity: .9;
}

.rs-contact.home3-contact-style .icon-box-wraper {
  background-image: url(assets/images/contact/con-home3.jpg);
  background-position: top left;
  background-size: cover;
  padding: 70px 50px 99px 50px;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item {
  display: flex;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box {
  margin-right: 25px;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i {
  background-color: #1273EB;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-box i:before {
  font-size: 23px;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 5px;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a {
  color: #0a0a0a;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content .title a:hover {
  color: #0082f1;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a {
  color: #454545;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content a:hover {
  color: #0082f1;
}

.rs-contact.home3-contact-style .icon-box-wraper .icon-box-item .icon-content p {
  margin: 0;
}

/*------------------------------------
    31. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background: #121212;
  background-size: cover;
}

.rs-footer.style1 .footer-top {
  padding: 160px 0 60px;
}

.rs-footer.style1 .footer-top .footer-logo {
  margin-top: 100px;
}

.rs-footer.style1 .footer-top .footer-logo img {
  position: relative;
  left: auto;
}

.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding-bottom: 14px;
}

.rs-footer.style1 .footer-top .footer-title:after {
  content: "";
  width: 50px;
  height: 4px;
  background: #408634;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  margin-left: 0;
  border-radius: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}

.rs-footer.style1 .footer-top .site-map li {
  margin-bottom: 4px;
}

.rs-footer.style1 .footer-top .site-map li a {
  font-size: 14px;
  color: #ffffff;
}

.rs-footer.style1 .footer-top .site-map li a:hover {
  color: #408634;
}

.rs-footer.style1 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  background: #333;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}

.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #ffffff;
  background: #408634;
}

.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}

.rs-footer.style1 .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

.rs-footer.style1 .footer-top .address-widget li .desc {
  color: #ffffff;
}

.rs-footer.style1 .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.rs-footer.style1 .footer-top .address-widget li .desc a:hover {
  color: #408634;
}

.rs-footer.style1 .footer-top .address-widget li i {
  color: #408634;
  position: absolute;
  left: 0px;
}

.rs-footer.style1 .footer-top .address-widget li i:before {
  font-size: 20px;
}

.rs-footer.style1 .footer-top .widget-desc {
  margin: 0;
}

.rs-footer.style1 .footer-top p {
  margin: 30px 0 0;
  position: relative;
}

.rs-footer.style1 .footer-top p input[type=email] {
  border: none;
  width: 92%;
  font-size: 13px;
  padding: 20px 60px 20px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 0px;
  background: #fff;
}

.rs-footer.style1 .footer-top p input[type="submit"] {
  border: none;
  padding: 17px 30px;
  font-size: 14px;
  background: #408634;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .5s ease;
}

.rs-footer.style1 .footer-top p input[type=submit]:hover {
  opacity: .9;
}

.rs-footer.style1 .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0a0a0a;
  opacity: 1;
}

.rs-footer.style1 .footer-top p ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0a0a0a;
  opacity: 1;
}

.rs-footer.style1 .footer-top p :-ms-input-placeholder {
  /* IE 10+ */
  color: #0a0a0a;
  opacity: 1;
}

.rs-footer.style1 .footer-top p :-moz-placeholder {
  /* Firefox 18- */
  color: #0a0a0a;
  opacity: 1;
}

.rs-footer.style1 .footer-bottom {
  padding: 10px 0;
  background: #000;
  color: #FFF;
}

.rs-footer.style1 .footer-bottom .copyright p {
  margin: 0;
  color: #ffffff;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #408634;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #408634;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home3-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home3-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home3-style .footer-top .footer-title:after {
  background: #0082f1;
}

.rs-footer.style1.footer-home3-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home3-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home3-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home3-style .footer-top .site-map li a:hover {
  color: #0082f1;
}

.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home4-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home4-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home4-style .footer-top .footer-title:after {
  background: #408634;
}

.rs-footer.style1.footer-home4-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home4-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home4-style .footer-top .address-widget li i,
.rs-footer.style1.footer-home4-style .footer-top .site-map li a:hover {
  color: #408634;
}

.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li:before,
.rs-footer.style1.footer-home5-style .footer-top p input[type="submit"],
.rs-footer.style1.footer-home5-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home5-style .footer-top .footer-title:after {
  background: #4caf50;
}

.rs-footer.style1.footer-home5-style .footer-top .address-widget li .desc a:hover,
.rs-footer.style1.footer-home5-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home5-style .footer-top .address-widget li i:before,
.rs-footer.style1.footer-home5-style .footer-top .site-map li a:hover {
  color: #4caf50;
}

.rs-footer .bg-wrap {
  background: url(assets/images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 70px 0 0 0;
}

.rs-footer .bg-wrap .newslatter-wrap.extra-pt {
  padding-top: 281px;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter {
  background: #ffffff;
  border-radius: 0 70px 0 0;
  padding: 78px 0 90px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.08);
  position: relative;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter.fly-up {
  position: absolute;
  content: '';
  top: -185.5px;
  width: 100%;
  z-index: 1;
  left: 0;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern {
  position: absolute;
  content: '';
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img1 {
  bottom: 0;
  left: 50px;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .pattern.img2 {
  top: 0;
  right: 50px;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form input {
  width: 100%;
  background: #f5f5f5;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 20px 25px;
  height: 65px;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form .readon2 {
  position: absolute;
  content: '';
  padding-right: 25px;
  padding-left: 25px;
  right: 7px;
  top: 7px;
  border: none;
  outline: none;
  text-transform: capitalize;
  font-weight: 500;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::-webkit-input-placeholder {
  color: #999999;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form :-ms-input-placeholder {
  color: #999999;
}

.rs-footer .bg-wrap .newslatter-wrap .footer-newsletter .subscribe-form ::placeholder {
  color: #999999;
}

.rs-footer .bg-wrap .footer-content .about-widget {
  color: #ffffff;
}

.rs-footer .bg-wrap .footer-content .about-widget .logo-area {
  margin-bottom: 26px;
}

.rs-footer .bg-wrap .footer-content .about-widget .logo-area a img {
  height: 40px;
}

.rs-footer .bg-wrap .footer-content .about-widget a {
  color: #e2e2e2;
}

.rs-footer .bg-wrap .footer-content .about-widget a:hover {
  color: #408634;
}

.rs-footer .bg-wrap .footer-content .about-widget .footer-desc {
  color: #e2e2e2;
  margin-bottom: 12px;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links {
  margin-top: 20px;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 37px;
  border-radius: 100%;
  display: inline-block;
  background: #408634;
  font-size: 16px;
  color: #ffffff;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li a:hover {
  background: #ffffff;
  color: #408634;
}

.rs-footer .bg-wrap .footer-content .about-widget .social-links li:last-child {
  margin: 0;
}

.rs-footer .bg-wrap .footer-content .widget .widget-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 26px;
}

.rs-footer .bg-wrap .footer-content .widget ul li {
  margin-bottom: 10px;
}

.rs-footer .bg-wrap .footer-content .widget ul li a {
  color: #e2e2e2;
  display: inline-block;
}

.rs-footer .bg-wrap .footer-content .widget ul li a:hover {
  color: #408634;
  margin-left: 5px;
}

.rs-footer .bg-wrap .footer-content .widget ul li:last-child {
  margin: 0;
}

.rs-footer .bg-wrap .footer-bottom {
  padding: 23px 0;
  border-top: 1px solid #13487a;
}

.rs-footer .bg-wrap .footer-bottom .copyright {
  margin: 0;
  color: #dedede;
  font-size: 14px;
}

.rs-footer .pattern-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.extra-pb {
  padding-bottom: 306px;
}

/* -----------------------
    32. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  height: 42px;
  font-size: 24px;
  width: 42px;
  border-radius: 60px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #408634;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}

#scrollUp i:hover {
  opacity: 0.8;
}

#scrollUp.blue-color i {
  background: #0082f1;
}

#scrollUp.blue-color i:hover {
  opacity: 0.8;
}

#scrollUp.orange2-color i {
  background: #408634;
}

#scrollUp.orange2-color i:hover {
  opacity: 0.8;
}

#scrollUp.paste-color i {
  background: #4caf50;
}

#scrollUp.paste-color i:hover {
  opacity: 0.8;
}

.text-center .banner-border-line {
  margin: 0 auto 26px;
}

.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #0082f1;
}

.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}

.home-orange-color .search-modal,
.home-orange-color .rs-carousel .owl-dots .owl-dot,
.home-orange-color .rs-carousel .owl-dots .owl-dot:hover,
.home-orange-color .rs-carousel .owl-dots .owl-dot.active {
  background: #408634;
}

.home-orange-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}

.home-paste-color .search-modal,
.home-paste-color .rs-carousel .owl-dots .owl-dot,
.home-paste-color .rs-carousel .owl-dots .owl-dot:hover,
.home-paste-color .rs-carousel .owl-dots .owl-dot.active {
  background: #4caf50;
}

.home-paste-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}

.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover,
.home-paste-color .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before {
  color: #4caf50;
}

.home-paste-color .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #4caf50;
}

.home-paste-color .full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #4caf50;
}

.home-paste-color .gridFilter button:hover,
.home-paste-color .gridFilter button.active {
  background: #4caf50 !important;
}

.home-6 a {
  color: #408634;
  text-decoration: none;
}

.home-6 a:hover {
  color: #408634;
}

.home-6 .desc {
  font-weight: 400;
}

.home-6 .readon.submit.paste-btn {
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.home-6 #scrollUp i,
.home-6 .readon.submit.paste-btn,
.home-6 .gridFilter button.active,
.home-6 .gridFilter button:hover,
.home-6 .rs-project.style1 .project-item .project-content .project-inner .p-icon,
.home-6 .full-width-header .rs-header.style2 .topbar-area,
.home-6 .full-width-header .right_menu_togle .canvas-contact .social li a i:hover,
.home-6 .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  background: #408634;
}

.home-6 .full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
  opacity: 0.85;
  color: #fff;
}

.home-6 .rs-project.style1 .project-item .project-content .project-inner .title a:hover,
.home-6 .full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i::before,
.home-6 .full-width-header .rs-header.style2 .expand-btn-inner ul li>a:hover {
  color: #408634;
}

.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a,
.home-6 .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a::before {
  color: #408634 !important;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

/*----------------------------------------------
    33. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #271d14;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}

.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}

.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-top: 4px solid #271c16;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  text-align: center;
}

.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 60px;
}
.home-page img{
    width:500px;
    height:100% !important;
}

.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #363636 !important;
  opacity: 1;
}

.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */
  color: #363636 !important;
  opacity: 1;
}

/* ------------------------------------
    34. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

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

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}

@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}

.scale {
  animation: scale 2s alternate infinite;
}

@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

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

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}

.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}

@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }

  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}

.spine {
  animation: spine 8s linear infinite;
}

@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

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

@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }

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

.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.horizontal.new-style {
  animation-duration: 15s;
}

@keyframes horizontal {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.vertical.new-style {
  animation-duration: 15s;
}

@keyframes vertical {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}

.fadeinup.new {
  animation-duration: 3s;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeinright {
  animation-duration: 3s;
  animation-name: fadeInRight;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rotate_Y {
  animation: mymove 5s infinite;
}

@keyframes mymove {
  0% {
    transform: rotateY(-50deg);
  }

  100% {
    transform: rotateY(50deg);
  }
}

.rs-services.style6 .services-box-area .services-item:hover .dance_hover,
.rs-services.style4 .services-item:hover .dance_hover,
.rs-iconbox-area .box-inner .box-item:hover .dance_hover {
  animation-name: dance_hover;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@keyframes dance_hover {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Draw Line Animation */
@keyframes start-draw {
  to {
    height: 95%;
  }
}

/* Infinite Rotation Animation */
@keyframes rotate-anim {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/*Pulse Border Animation*/
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.element-section-title {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1.5px solid #eaeaea;
}

.first-wall {
  background-color: #000;
  padding: 40px;
  border-radius: 0px;
  position: relative;
}

.first-wall:before {
  position: absolute;
  bottom: -60px;
  content: "";
  display: block;
  width: 0;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 190px 0 190px;
  border-color: #000000 transparent transparent transparent;
}

.fot-logo {
  width: 100%;
}

.fot-logo img {
  width: 180px;
  display: block;
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.text-justify {
  text-align: justify;
}

.border-radius {
  border-radius: 10px;
}




.sub-title-main {
  margin: 0;
  padding: 0;
  font-size: 6rem;
  background: url('assets/images/main-title-bg.png');
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: earth 10s infinite linear forwards;
}

/* Text Background Animation */
@keyframes moveBg {
  0% {
    background-position: 0% 60%;
  }

  100% {
    background-position: 100% 50%;
  }
}


@keyframes earth {
  0% {
    background-position: left top;
  }

  100% {
    background-position: 435px top;
    /*img width is 768px*/
  }
}


.video-wrap-box {
  background-image: url(assets/images/home-banner-1.png);
  background-size: 100%;
  position: relative;
  margin-top: 120px;
  height: 80vh;
  background-repeat: no-repeat;
}

.video-wrap-box video {
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.rept-background {
  background-image: url("assets/images/rpet-bg.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.zindex {
  position: relative;
  z-index: 1;
}

.rs-partner .owl-carousel .item img {
  padding: 10px 20px;
  background-color: #FFF;
  border-radius: 8px;
}

.rs-partner .sec-title3 span {
  color: #FFF;
  font-size: 18px;
}

.rs-partner .sec-title3 .title {
  color: #FFFFFF;
  font-size: 36px;
}

/* .zindex .sec-title3 .title{
  color: #FFFFFF !important;
}
.zindex .features-content ul.rs-features-list li .feature-text{
  color: #FFFFFF !important;
} */
.rept-background-overlay {
  background-color: transparent;
  background-image: linear-gradient(90deg, #FFFFFFBB 68%, #408634 0%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}


.images-part-1 img {
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: #FFF;
  border-radius: 20px 20px 20px 20px;
}

.counter-well .sec-title .title {
  font-size: 42px;
  line-height: 46px;
  font-weight: 800;
  color: #0a0a0a;
  margin: 0;
  position: relative;
  padding-top: 28px;
  text-transform: uppercase;
}

.counter-number {
  font-size: 126px;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
}





#timeline {
  display: flex;
  background-color: #c2a25d;
}

#timeline:hover .tl-item {
  width: 14.28%;
}

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  width: 25%;
  height: 50vh;
  min-height: 500px;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
}

.tl-item:before,
.tl-item:after {
  transform: translate3d(0, 0, 0);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.tl-item:after {
  background: rgba(3, 22, 37, 0.85);
  opacity: 1;
  transition: opacity 0.5s ease;
}

.tl-item:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 75%);
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 0, 0) translateY(50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tl-item:hover {
  width: 30% !important;
}

.tl-item:hover:after {
  opacity: 0;
}

.tl-item:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0) translateY(0);
  transition: opacity 1s ease, transform 1s ease 0.25s;
}

.tl-item:hover .tl-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.75s ease 0.5s;
}

.tl-item:hover .tl-bg {
  filter: grayscale(0);
}

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 1.618em;
  top: 35%;
  opacity: 0;
}

.tl-content h1 {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #1779cf;
  font-size: 1.44rem;
  font-weight: normal;
}

.tl-item:hover .tl-year {
  top: 30%;
  transition: all 0.75s ease 0.5s;
}

.tl-year {
  width: 100px;
  height: 100px;
  background-color: #408634;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.75s ease 0.5s;
}

.tl-year p {
  font-family: "Pathway Gothic One", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.728rem;
  line-height: 100px;
  text-align: center;
}

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;



  transition: filter 0.5s ease;
  filter: grayscale(100%);
}


.rpet-img img {
  border-radius: 500px;
  padding: 90px;
}


.rs-footer {
  position: relative;
}

.custom-shape-divider-top-1691147927 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1691147927 svg {
  position: relative;
  display: block;
  width: calc(194% + 1.3px);
  height: 184px;
}

.custom-shape-divider-top-1691147927 .shape-fill {
  fill: #FFFFFF;
}

.custom-shape-divider-top-1691476482 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1691476482 svg {
  position: relative;
  display: block;
  width: calc(194% + 1.3px);
  height: 184px;
}

.custom-shape-divider-top-1691476482 .shape-fill {
  fill: #FFFFFF;
}

.about-section .col-lg-6 {
  padding-left: 5px;
  padding-right: 5px;
}

.about-section img {
  border-radius: 20px;
  margin-bottom: 10px;
}

.about-section .experiences-box {
  background-color: #408634;
  padding: 20px 40px 30px 40px;
  border-style: solid;
  border-width: 8px 0px 8px 8px;
  border-color: #FFF;
  border-radius: 20px 20px 20px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-align: center;
}

.main-box {
  margin: 0px 0px 0px -60px;
}

.year {
  padding: 0px 20px 0px 20px;
  border-radius: 0% 0% 20% 20%;
  color: #fff;
  background-color: #4d4d4d;
  position: relative;
  top: -20px;
  font-size: 50px;
  font-weight: 900;
  width: fit-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-tag {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.about-call {
  background-color: #f5f5f5;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-top: 40px;
  padding-left: 40px;
}

.about-well {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}

.border-line-1 {
  border-bottom: 1px dashed #ccc;
  margin-top: 30px;
}

/* .icon-box {
  background-color: #4d4d4d;
  padding: 10px;
  border-radius: 150px;
  color: #FFF;
  height: 80px;
  width: 80px;  
  text-align: center;
} */
.icon-box .flaticon-call::before {
  font-size: 30px;
}

.call-box {
  margin-left: 30px;
  font-size: 32px;
  color: #4d4d4d;
  font-weight: 800;
  letter-spacing: 1px;
}

.call-box-1 {
  margin-left: 36px;
  margin-bottom: -14px;
  margin-top: 10px;
  font-size: 18px;
  color: #408634;
  font-weight: 600;
  text-transform: uppercase;
}

.journey-title {
  font-size: 18px;
  text-align: center;
  font-weight: 900;
  color: #FFF;
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-self: center;
}

.journey-round {
  width: 80px;
  height: 80px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}

.journey-round.bgc11 {
  background-color: #408634;
}

.journey-round.bgc22 {
  background-color: #c2a25d;
}

.journey-detail.bgc11 {
  background-color: #408634;
}

.journey-detail.bgc22 {
  background-color: #c2a25d;
}

.journey-detail {
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  border-radius: 6px;
  height: fit-content;
  padding: 14px 20px;
  color: #FFF;
  width: 100%;
}

.postion-re {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 36px;

}

/* .bottom-corner {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
} */

/* vertical line */
/* .bottom-corner::after {
  content:'';
  position: absolute;
  background-color: #408634;
  width: 3px;
  height: 50%;
  bottom: -50px;
  right:45px;
 
} */
/* horizontal line */
/* .bottom-corner::before {
  content:'';
  position: absolute;
  background-color: #408634;
  width: 0%;
  height: 3px;
  bottom: 0;
  right:45px;
} */



#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.time-line-well {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 20px;
  position: relative;
}

.time-line-box {
  height: 318px;
  overflow-y: scroll;
  position: relative;
  z-index: 11;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.time-line-box::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.time-line-box {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.rept-background-overlay-1 {
  background-color: transparent;
  background-image: linear-gradient(90deg, #000000dd 68%, #000000dd 0%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  position: absolute;
}

.timeline .col-lg-8 {
  width: 63.66%;
}

.journey-round.bgc11:before {
  border-left: 2px solid #408634;
  content: "";
  display: block;
  height: 60px;
  right: 50%;
  position: absolute;
  bottom: -50px;
  width: 1px;
  z-index: 0;
}

.journey-round.bgc22:before {
  border-left: 2px solid #c2a25d;
  content: "";
  display: block;
  height: 60px;
  right: 50%;
  position: absolute;
  bottom: -50px;
  width: 1px;
  z-index: 0;
}

/* .time-line-box .item {
  transform: rotate(-90deg);
}
.time-line-box.owl-carousel{
   transform: rotate(90deg);
} */

.border-img img {
  border: 6px solid #c2a25d;
  padding: 10px;
}










.main-wrap {
  display: flex;
  align-self: center;
  flex-wrap: nowrap;
  align-items: center;
  height: 100vh;
}

.screen-left {
  position: relative;
  height: 500px;
}

.screen-center {
  position: relative;
  height: 500px;
}

.screen-right {
  position: relative;
  height: 500px;

}

.img-shadow {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.4);
}

.screen-logo {
  background: transparent !important;
  width: fit-content;
  position: absolute;
  top: -66px;
  right: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.screen-logo h1 {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  margin-bottom: -10px;
  font-weight: bold !important;
  letter-spacing: 0px;
  font-size: 38px;
}

.screen-logo h2 {
  font-family: 'Orator Std';
  color: #ffb81d;
  font-size: 28px;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.screen-l1 {
  position: absolute;
  left: -191px;
  top: 110px;
}

.screen-l1 img {
  display: block;
  width: 320px;
  max-width: 320px;
  height: auto;
}

.screen-l2 {
  position: absolute;
  bottom: 128px;
  left: 49px;
  z-index:99;
}

.screen-l2 img {
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}

.screen-l3 {
  position: absolute;
  top: 213px;
  left: 170px;
}

.screen-l3 img {
  display: block;
  width: 75px;
  max-width: 75px;
  height: auto;
}


.screen-l31 {
  position: absolute;
  bottom: 60px;
  right: -30px;
}

.screen-l31 img {
  display: block;
  width: 60px;
  max-width: 60px;
  height: auto;
}

.screen-l4 {
  position: absolute;
  top: 80px;
  right: 65px;
}

.screen-l4 img {
  display: block;
  width: 120px;
  max-width: 120px;
  height: auto;
}

.screen-l5 {
  position: absolute;
  bottom: 8px;
  right: 50px;
  z-index: 1;
}

.screen-l5 img {
  display: block;
  width: 75px;
  max-width: 75px;
  height: auto;
}

.screen-l6 {
  position: absolute;
  bottom: -25px;
  right: 118px;
}

.screen-l6 img {
  display: block;
  width: 220px;
  max-width: 220px;
  height: auto;
}

.screen-l7 {
  position: absolute;
  top: 53px;
  left: 7px;
}

.screen-l7 img {
  display: block;
  width: 130px;
  max-width: 130px;
  height: auto;
}

.screen-l8 {
  position: absolute;
  top: 190px;
  left: -21px;
}

.screen-l8 img {
  display: block;
  width: 60px;
  max-width: 60px;
  height: auto;
}

.screen-l9 {
  position: absolute;
  top: 260px;
  left: 0px;
}

.screen-l9 img {
  display: block;
  width: 60px;
  max-width: 60px;
  height: auto;
}

.screen-l10 {
  position: absolute;
  bottom: -112px;
  left: -25px;
}

.screen-l10 img {
  display: block;
  width: 70px;
  max-width: 70px;
  height: auto;
}

.screen-l11 {
  position: absolute;
  bottom: 75px;
  left: 51px;
}

.screen-l11 img {
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}

.screen-l12 {
  position: absolute;
  top: 186px;
  right: 90px
}

.screen-l12 img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
}

.screen-l13 {
  position: absolute;
  top: 266px;
  right: 40px;
}

.screen-l13 img {
  display: block;
  width: 120px;
  max-width: 120px;
  height: auto;
}

.screen-l14 {
  position: absolute;
  top: 0;
  left: 90px;
}

.screen-l14 img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
}

.screen-l14 {
  position: absolute;
  top: 0;
  left: 90px;
}

.screen-l14 img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
}

.screen-l15 {
  position: absolute;
  top: 96px;
  left: 200px;
}

.screen-l15 img {
  display: block;
  width: 110px;
  max-width: 110px;
  height: auto;
}

.screen-l16 {
  position: absolute;
  top: 96px;
  right: -40px;
}

.screen-l16 img {
  display: block;
  width: 90px;
  max-width: 90px;
  height: auto;
}



.screen-l32 {
  position: absolute;
  bottom: 180px;
  right: -40px;
}

.screen-l32 img {
  display: block;
  width: 100px;
  max-width: 90px;
  height: auto;
}

.screen-l33 {
  position: absolute;
  bottom: 10px;
  right: -30px;
}

.screen-l33 img {
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}

.screen-l34 {
  position: absolute;
  bottom: 140px;
  left: 200px;
}

.screen-l34 img {
  display: block;
  width: 90px;
  max-width: 90px;
  height: auto;
}

.screen-l35 {
  position: absolute;
  bottom: -100px;
  left: 200px;
}

.screen-l35 img {
  display: block;
  width: 150px;
  max-width: 150px;
  height: auto;
}


.screen-l36 {
  position: absolute;
  bottom: -30px;
  left: 0px;
}

.screen-l36 img {
  display: block;
  width: 100px;
  max-width: 100px;
  height: auto;
}

.screen-l37 {
  position: absolute;
  bottom: -80px;
  left: 120px;
}

.screen-l37 img {
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}





.section {
  height: 100vh;
}


.fp-table {
  display: flex;
  /* flex-direction: unset !important; */
  justify-content: center;
  width: 100%;
  align-items: center;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
  display: none !important;
}

.sec-2-img {
  padding: 50px 50px 50px 50px;
}

.sec-3-img {
  padding: 10px;
}

.sec-4-img {
  padding: 20px;
  padding-top: 0;
}

.pad-top {
  padding-top: 90px;
  padding-bottom: 60px;
}

.content-well {
  margin-top: 60px;
}

.video-section-info {
  line-height: initial;
}

.video-section-info .head-title {
  font-family: 'Courier Prime', monospace;
  color: #FFF;
  font-size: 18px;
}
.video-section-info .head-sub-title {
  color: #ffb81d;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  line-height:1.4;
}
.the-deceit-house-row-2{
    margin-top:100px;
}
.content-well p {
  color: #ffb81d;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
}

.main-heading h1 {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 22px;
}
.main-heading h4 {
  font-family: 'Orator Std' !important;
  color: #FFFFFF;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 16px;
  margin-bottom: 0;
}
.sub-heading h2 {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 22px;
}
.main-screen-logo-11{
    text-align: right;
  margin-right: 22%;
  margin-bottom: 42px;
}
.main-screen-logo-11 img{
    width:100px;
    height:100%;
}
.the-deceit-house{
    display: flex;
  align-items: end;
  justify-content: end;
}
.topbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.back-btn {
  position: absolute;
  top: 20px;
  left: 20px;
}

.right-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

.back-btn img {
  width: auto;
  height: 40px;
}

.right-logo img {
  width: auto;
  height: 46px;
}

.color-line-well .col-xl-7 {
  padding-top: 136px;
}

.color-line-well .col-xl-4,
.color-line-well .col-xl-8 {
  padding: 0;
}

.color-line-well .content-well p {
  margin-bottom: 0;
}

.color-line-well .content-well {
  margin-top: 0;
}

.color-line-well .content-well h1 {
  margin-bottom: 0;
  line-height: 30px;
}

.mt20 {
  margin-top: 30px;
}

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

.align-jg-end {
  display: flex;
  align-items: end;
}

.grid-contact {
  display: grid;
  justify-content: end;
  margin-right: 40px;
}

.grid-yrgb-1 {
  display: grid;
  justify-content: end;
  position:relative;
}
.yrgb-home-icon{
    position: absolute;
  right: 20px;
  top: -20px;
}
.yrgb-home-icon img{
    width:55px;
    height:auto;
}
.grid-yrgb {
  display: grid;
  justify-content: end;
  margin-top: 55px;
}

.ribs-residence {
  position: relative;
}

.ribs-residence-icon img {
  width: 100%;
  height: 470px;
}

.ribs-residence-icon {
  position: absolute;
  top: 0;
  left: -200px;
}

.rubix-residence-well .col-xl-1 {
  width: 10%;
}

.traditional-imprint-well .col-xl-1 {
  width: 11.11%;
}
.traditional-imprint-well{
    margin-top:90px;
}
/*.traditional-imprint-well img {*/
/*  height: 150px;*/
/*  width: 100%;*/
/*}*/

.bg-postion-11 {
  position: relative;
}

.b-pos {
  position: absolute;
  top: 0;
  left: 0;
}

.g-pos {
  position: absolute;
  top: 0;
  left: 0;
}

.y-pos {
  position: absolute;
  top: 0;
  left: 0;
}

.r-pos {
  position: absolute;
  top: 0;
  left: 0;
}

.trace-the-trail-well {
  position: relative;
  overflow: hidden;
}

.trace-the-trail-info {
  position: absolute;
  bottom: 0px;
  z-index: 9999;
}
.trace-the-trail-well .content-well {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 40px;
  margin: 20px 280px;
  border-radius: 10px;
}
.trace-the-trail-well .content-well.main-heading h1{
  color:#FFF;
}
.desktop-padding{
    padding: 10px 33px 33px 33px
}
.trace-the-trail-well .content-well p{
    color:#FFF;
}

.content-well.bg-yellow {
  background-color: #ffb81d;
  color: #000000 !important;
  padding: 10px 16px;
  margin-top: -14px;
}

.font-18 {
  color: #ffb81d;
  font-weight: 400 !important;
  font-size: 20px;
  font-family: 'Courier Prime', monospace;
}

.mb-10 {
  margin-bottom: 20px;
}

.awards-details {
  color: #ffb81d;
  font-weight: 400 !important;
  font-size: 14px;
  font-family: 'Courier Prime', monospace;
  text-align: right;
}

.art-details {
  color: #ffb81d;
  font-weight: 400 !important;
  font-size: 14px;
  font-family: 'Courier Prime', monospace;
  text-align: center;
}

.art-details h1,
.awards-details h1 {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 34px;
}
.left-text{
    text-align:left;
}
.jagya-thumb {
  text-align: center;
  margin-bottom: 50px;
}
.people-thumb,.religion-thumb, .connections-thumb, .animal-thumb, .photography-box, .portraits-thumb{
    padding:20px;
}
.people-thumb-title, .religion-thumb-title, .connections-thumb-title,.animal-thumb-title, .people-thumb-title, .portraits-thumb-title, .photography-title{
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 18px;
  text-align: left;
}
.jagya-thumb-title {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 18px;
  text-align: center;
}
.cinema-well .jagya-thumb-title{
      text-align: left;
}
.jagya-thumb-img {
  padding: 0px;
  padding-bottom: 0;
}
/*.urban-img.jagya-thumb-img {*/
/*    padding: 20px;*/
/*}*/

.jagya-thumb-img img {
  height: 100%;
  width: 250px;
}

.section-one-art {
  margin-top: 100px;
}

.section-two-art {
  padding: 80px 0;
}

.awards-top-part img {
  margin-top: 40px;
  width: 360px;
  height: 100%;
}

.awards-thumb-title {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -30px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cinema-logo{
    padding:60px;
}
.client-section .client-logo:nth-child(odd) {
	text-align: right;
	display: block;
}

.client-section .client-logo:nth-child(even) {
	text-align: left;
	display: block;
}
.client-section .client-logo .client-img img {
	padding: 20px;
    height: auto;
    width: 250px;
}
.client-section .client-logo .client-img img{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.client-section .client-logo .client-img img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.gulham-section .gulham-img {
	margin-bottom: 20px;
}
.gulham-section .gulham-img img {
	padding: 20px;
}

.projects-thumb {
    position: relative;
}


.img-fluid.img-one {
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 100px) !important;
}
.img-fluid.img-four{
    max-height: calc(55vh - 100px) !important;
}
.img-fluid.img-five{
    max-height: calc(80vh - 100px) !important;
}
.img-fluid.img-three{
    max-height: calc(60vh - 100px) !important;
}
.origami-house .fp-table{
    
}




/*!
 * fullPage 4.0.20
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
    height: 100%;
    display: block;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-prev{
    left: 15px;
}
.fp-next{
    right: 15px;
}
.fp-arrow{
    width: 0;
    height: 0;
    border-style: solid;
}
.fp-arrow.fp-prev {
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-arrow.fp-next {
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0,-50%,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide{
    height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section{
    height: auto !important;
}

/* Used with autoScrolling: false */ 
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide{
   /* Fallback for browsers that do not support Custom Properties */
   height: 100vh;
   height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){
    /* Fallback for browsers that do not support Custom Properties */
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow{
    justify-content: flex-start;
    max-height: 100vh;
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow{
    max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow > .fp-overflow{
    overflow-y: auto;
}
.fp-overflow{
    outline:none;
}

.fp-overflow.fp-table{
    display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide{
    height: auto !important;
    min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
    background-color: transparent;
    width: 9px;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
    background-color: transparent;
}
.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.4);
    border-radius: 16px;
    border: 4px solid transparent;
}
.fp-warning,
.fp-watermark{
    z-index: 9999999;
    position: absolute;
    bottom: 0;
}
.fp-warning,
.fp-watermark a{
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-family: arial;
    color: black;
    display: inline-block;
    border-radius: 3px;
    margin: 12px;
}
.fp-noscroll .fp-overflow{
    overflow: hidden;
}
.t-white{
    color:#FFF !important;
}
.myself-right-side{
    position:relative;
   height: 400px;
}
.myself-image{
    position:relative;
}
.myself-section .myself-image img{
   height: 250px !important;
  width: 250px !important;
  border-radius: 300px;
  position: absolute;
  top: 0;
  left: -170px;
  display: block;
  max-width: 300px !important;
}
.myself-gulam {
  position: absolute;
  top: 198px;
  right: 92px;
}
.myself-right-side .screen-l15{
    position: absolute;
  top: 86px;
  left: auto;
  right: 48px;
}
.myself-right-side .screen-l15 img {
    display: block;
    width: 110px;
    max-width: 110px;
    height: auto;
  }
.myself-gulam img{
    height: auto;
  width: 20px;
  max-width: 20px;
}
.myself-traveller {
  position: absolute;
  top: 250px;
  right: -10px;
}
.myself-traveller img{
    height: auto;
  width: 56px;
  max-width: 56px;
}
.myself-photo {
  position: absolute;
  top: 186px;
  left: auto;
  left: 60px;
}
.myself-photo img{
    height: auto;
  width: 80px;
  max-width: 80px;
}
.myself-cinema {
  position: absolute;
  top: 286px;
  left: auto;
  left: 60px;
}
.myself-cinema img{
    height: auto;
  width: 80px;
  max-width: 80px;
}
.myself-right-footer{
   
}
.myself-right-footer .head-title,.myself-right-footer-logo .head-title{
    color: #FFFFFF;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
}
.myself-right-footer .head-sub-title{
    color: #ffb81d;
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
}
.myself-right-footer-logo{
    margin-top:20px;
}
.myself-member-logo{
    display: flex;
    justify-content: space-between;
    text-align:center;
    
}
.member-logo .img-tit{
    color: #FFFFFF;
  font-family: 'Courier Prime', monospace;
  font-size: 10px;
  margin-top:5px;
}
.member-logo img{
    height: 45%;
    width: auto;
}
.myself-section .content-well{
    padding-left:60px;
}
.traditional-well{
    margin-top:80px;
    position:relative;
}
.traditional-top{
    position: absolute;
    right: -100px;
    top:0;
}
.traditional-bottom{
    position: absolute;
    right: -100px;
    bottom: -50px;
}
.traditional-top img{
    width:160px;
    height:100%;
}
.traditional-bottom img{
    width:90px;
    height:100%;
}
.traditional-imprint-img{
    display:flex;
      justify-content: space-between
}
.traditional-imprint-img div{
    margin:5px;
    
}
.traditional-imprint-img .odd-img{
    height: 150px;
  width: 150px;
  max-width: 150px;
  position:relative;
  top:-25px;
}
.ribs-residence-vh{
    height:100vh;
        align-items:center;
}
.none-flex.fp-table{
    display:unset;
}
.awards-box{
    display:flex;
    padding:12px;
}
/*.awards-img{*/
/*    width:80%;*/
/*    position:relative;*/
/*}*/
/*.awards-title{*/
/*    width:20%;*/
/*}*/
/*.awards-box .awards-title-1 {*/
/*  font-family: 'Orator Std' !important;*/
/*  color: #ffb81d;*/
/*  font-weight: 400 !important;*/
/*  letter-spacing: 0px;*/
/*  font-size: 16px;*/
/*  rotate: 270deg;*/
/*  position: absolute;*/
/*  top: -117px;*/
/*  right: -130px;*/
/*  line-height: 1.2;*/
/*  text-align: left;*/
/*  display: flex;*/
/*  justify-content: start;*/
/*  align-items: center;*/
/*  right: -52%;*/
/*  width: 100%;*/
/*  height: 40px;*/
/*  top: 88px;*/
/*}*/
.awards-box .awards-title-1 {
  font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
  font-size: 16px;
  position: relative;
  text-align: left;
  line-height:1.2;
}
.jagya-footer img{
    height:22px;
    width:22px;
}
.home-footer .jagya-footer {position: absolute;}
.jagya-footer {
  padding: 6px 0 6px 0;
  bottom: 0;
  width: 100%;
}
.jagya-footer p{
    margin:0;   
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jagya-footer .row{
    display: flex;align-items: center;
}
.jagya-footer, .jagya-footer a{
  color: #ffb81d;
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
}
.foter-icon-right{
    display:flex;
    justify-content: end;
}
.foter-icon-right div{
    margin:auto 6px;
}
.mob-contact{
    display:none;
}
.rc-anchor-light {
    background: #ffb81d !important;
    color: #000;
}
#submit_form .wpcf7-form-control{
    background-color:#ffb81d;
}
.wpcf7-form-control{
    color: #000 !important;
  border: 0;
  padding: 6px 40px;
  border-radius: 6px;
  font-family: 'Courier Prime', monospace;
}
.form-label{color: #ffb81d;font-family: 'Courier Prime', monospace;}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ffb81d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-form{
    display: flex;
    align-items: end;
}
.contact-page{
    display:flex;
    align-items:center;
    height:100vh;
}
.contact-details a{color: #ffb81d;font-family: 'Courier Prime', monospace;}
.contact-details{
    width:100%;
    color: #ffb81d;font-family: 'Courier Prime', monospace;
    margin-bottom:50px;
    text-align: center;
  font-size: 18px;
}
.home-loader-logo{
    width: 1200px; height: 243px
}
.copyright-text br{
        display:none;
    }
.mob-display{
    display:none;
}
.traditional-desktop{
    display:block;
}
.foter-icon-right-mobile, .traditional-mob{
    display:none;
}
.mobile-fot-icon{
    display:flex;
}
.mobile-fot-icon div{
    margin:auto 6px;
}
.house-of-affection-mobile{
    display:none;
}
.padding-24{
    padding-top:24px;
}
.padding-odd{
    padding: 10px 33px 33px 33px
}
.deceit-mobile{
    display:none;
}
.white-font{
    color:#FFFFFF !important;
}
.origami-house-11{
    margin-top:98px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .working-space-top{
        margin-top:90px;
    }
    .wow {
         visibility: visible !important;
         -webkit-animation: none !important;
         -moz-animation: none !important;
         -o-animation: none !important;
         -ms-animation: none !important;
         animation: none !important;
        }
    .origami-house-11{
    margin-top:0;    
    }
    .trace-the-trail-well .content-well p {
      color: #ffb81d;
    }
    .trace-the-trail-well .content-well.main-heading h1{
        color: #ffb81d;
    }
 .deceit-mobile{
    display:block;
}
    .deceit-none{
        display:none;
    }
    .the-deceit-house-row-2 {
  margin-top: 10px;
}
    .padding-odd{
        padding: 0px;
    }
    .innocent-harmony .pad-top{
        padding-bottom:0;
    }
    .pad-0{
        padding:0;
    }
    .pad-0 .img-one{
        max-height:100% !important;
    }
    .pad-lr{
        padding-left:10px;
        padding-right:10px;
    }
    .pad-lr .img-one{
        max-height:100% !important;
    }
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      width: 100%;
      padding-right: var(--bs-gutter-x,1rem);
      padding-left: var(--bs-gutter-x,1rem);
      margin-right: auto;
      margin-left: auto;
    }
    .padding-24{
        padding-top:0px;
    }
    .sec-mob-padding{
        padding-top:15px;
    }
    .last-section{
        margin-bottom:65px;
		margin-top: 15px;
    }
    .last-section-text{
        margin-bottom:65px;
        margin-top:20px;
    }
    .sec-3-img{
        padding:0;
        padding-top:15px;
    }
    .house-of-affection-mobile{
        display:block;
        margin-bottom:20px;
    }
    .screen-l1 img {
      display: block;
      width: 260px;
      max-width: 260px;
      height: auto;
    }
    .screen-l1 {
      position: absolute;
      left: -100px;
      top: 150px;
    }
    .screen-l2 {
      position: absolute;
      bottom: 128px;
      left: 80px;
      z-index: 99;
    }
    .screen-l3 {
      position: absolute;
      top: 213px;
      left: 210px;
    }
    .screen-l5 {
      position: absolute;
      bottom: 8px;
      right: 10px;
    }
    .screen-l6 {
      position: absolute;
      bottom: -25px;
      right: 75px;
    }
    .foter-icon-right-mobile{
        display:flex !important;
        justify-content: space-between;
        margin-top:16px;
    }
    .only-desktop{
        display:none !important;
    }
    .cinema-logo-section .cinema-logo{
        padding:0;
        margin-bottom:20px;
    }
    .mt-80{
        padding-top:80px;
    }
    .product-design-section .jagya-thumb-title{
        top: 0px;
        position: relative;
    }
    .myself-right-side{
        margin-bottom:80px;
    }
    .mobile-off{
        display:none;
    }
    .foter-icon-right-mobile, .mob-display{
        display:block;
    }
    .traditional-desktop{
        display:none;
    }
    .traditional-mob{
        display:block;
        margin-bottom:20px;
    }
    .people-thumb-title, .religion-thumb-title, .connections-thumb-title, .animal-thumb-title, .people-thumb-title, .portraits-thumb-title, .photography-title {
      font-family: 'Orator Std' !important;
      color: #ffb81d;
      font-weight: 400 !important;
      letter-spacing: 0px;
      font-size: 12px;
      text-align: left;
    }
    .topbar {
      position: relative;
      top: 0;
      width: 100%;
      z-index: 99;
    }
    .rubix-residence-well .col-xl-1 {
        width: 33.33%;
    }
    .trace-the-trail-well .content-well {
  background-color: transparent;
  padding: 0;
  margin: 10px;
  border-radius: 10px;
    }
    .origami-house-1,.trace-the-trail-well{
        padding-top:90px;
    }
    .trace-the-trail-info{
        position:relative;
    }
    .desire-section .video-section-info{
        margin-top:20px;
        margin-bottom:20px;
    }
    .desire-mob{padding-top:80px;}
    .presence-mob{
        padding-top:80px;
    }
    .ribs-residence{
        padding-top:80px;
    }
    .affection-two{
        margin-top:80px;
    }
    .affection-section{
        padding-top:200px;
        top:50px;
        display:none !important;
    }
    .marionette-top{
        padding-top:80px;
    }
    .cen-img{
        margin:15px auto;
    }
    .color-line-well{
     padding:10px;   
     padding-bottom:0;
    }
    .color-line-well .col-xl-7{
        padding-top:70px;
    }
    .grid-yrgb {
    display: block;
        margin-bottom:50px;
    }
    .col-yrgb{
        margin-top:100px;
    }
    .the-deceit-house-1{
        margin-top:60px;
    }
    .the-deceit-house{
        margin-bottom:60px;
    }
    .sec-2-img {
      padding: 0;
      padding-top: 15px;
    }
    .fp-overflow {
      justify-content: flex-start;
      max-height: 100%;
    }
    .copyright-text br{
        display:block;
    }
    .home-page img{
        width:300px;
        height:100% !important;
    }
    .home-loader-logo{
    width: 350px; height: auto;
}
    .screen-l7 {
  position: absolute;
  top: 24px;
  left: 30px;
}
.screen-l12 {
  position: absolute;
  top: 110px;
  right: 45px;
}
.screen-l8 {
  position: absolute;
  top: 175px;
  left: 40px;
}
.screen-l11 {
  position: absolute;
  bottom: 75px;
  left: 111px;
}
.screen-l9 {
  position: absolute;
  top: 260px;
  left: 58px;
}
.screen-l10 {
  position: absolute;
  bottom: -112px;
  left: 50px;
  z-index:99;
}
.screen-l14 {
  position: absolute;
  top: 170px;
  left: 30px;
}
.screen-l15 {
  position: absolute;
  top: 180px;
  left: 150px;
}
.screen-l16 {
  position: absolute;
  top: 60px;
  right: 33px;
}

.screen-l16 img {
  display: block;
  width: 80px;
  max-width: 80px;
  height: auto;
}
.screen-l32 {
  position: absolute;
  bottom: 340px;
  right: 20px;
}
.screen-l34 {
  position: absolute;
  bottom: 280px;
  left: 50px;
}
.screen-l13 {
  position: absolute;
  top: 236px;
  right: 0px;
}
.screen-l31 {
  position: absolute;
  bottom: 0;
  right: 40px;
  top: auto;
  z-index:999;
}
.screen-right {
  position: relative;
  height: 750px;
}
.screen-l33 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.screen-l36 {
  position: absolute;
  bottom: 130px;
  left: 20px;
}
.screen-l37 {
  position: absolute;
  bottom: 180px;
  left: 200px;
}
.screen-l35 {
  position: absolute;
  bottom: -10px;
  left: 10px;
}
    .home-footer .jagya-footer {
  position: relative;
  margin-bottom:30px;
  margin-top: 50px;
}
    .screen-logo {
  background:transparent !important ;
    background-color: rgb(39, 29, 20);
  width: fit-content;
  position: relative;
  top: 20px;
  right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
}
    .main-wrap{
        height:100%;
        display:block;
        margin-top:30px;
    }
    .myself-photo {
  position: absolute;
  top: 186px;
  left: auto;
  left: 40px;
}
.myself-cinema {
  position: absolute;
  top: 286px;
  left: auto;
  left: 40px;
}
.myself-right-side .screen-l15 {
  position: absolute;
  top: 86px;
  left: auto;
  right: 88px;
}
.myself-gulam {
  position: absolute;
  top: 198px;
  right: 132px;
}
.myself-traveller {
  position: absolute;
  top: 250px;
  right: 30px;
}
    .myself-section .myself-image img {
      height: 250px !important;
      width: 250px !important;
      border-radius: 300px;
      position: relative;
      top: 0;
      left: auto;
      display: block;
      max-width: 300px !important;
      margin-top: 100px;
      margin: 100px auto 0 auto;
    }
    .myself-section .content-well {
      padding-left: 0;
    }
    .contact-page{
        margin-top:100px;
        height:100%;
        display: block;
    }
    .contact-details {
        width: 100%;
    }
   .jagya-footer{
       position:relative;
   }
   .foter-icon-right{
    display:flex;
    justify-content: center;
    }
    .mob-contact{
        display:block;
    }
    .desktop-contact{
        display:none;
    }
}
.pad-100{
    padding-top:100px;
}
.caps{
    text-transform: capitalize;
}
.awards-category{
    padding-top:30px;
    margin-left:10px;
}
.awards-category div{
    font-family: 'Orator Std' !important;
  color: #ffb81d;
  font-weight: 400 !important;
  letter-spacing: 0px;
 font-size: 18px;
  position: relative;
  text-transform: uppercase;
  line-height: 1.2;
}
.design-module,.urban-design,.traveller-block{
    padding-left:20%;
    padding-right:20%;
}
.published-tit{
    margin-right:20px;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
    .the-deceit-house-box .content-well {
      margin-top: 0px;
    }
    .cinema-logo{
        padding:40px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .the-deceit-house-1{
        height:100vh;
        align-items:center;
    }
    .the-deceit-house-1 .content-well p{
        font-size:14px;
    }
    .the-deceit-house-1 .video-section-info .head-sub-title{
        font-size:14px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .design-module,.urban-design,.traveller-block{
        padding-left:16%;
        padding-right:16%;
    }
    
    .screen-l14 img {
      display: block;
      width: 80px;
      max-width: 80px;
      height: auto;
    }
    .screen-l15 img {
      display: block;
      width: 80px;
      max-width: 80px;
      height: auto;
    }
    .screen-l16 img {
      display: block;
      width: 70px;
      max-width: 70px;
      height: auto;
    }
    .screen-l32 img {
      display: block;
      width: 70px;
      max-width: 70px;
      height: auto;
    }
    .screen-l34 img {
      display: block;
      width: 70px;
      max-width: 70px;
      height: auto;
    }
    .screen-l33 img {
      display: block;
      width: 60px;
      max-width: 60px;
      height: auto;
    }
    .screen-l35 img {
      display: block;
      width: 120px;
      max-width: 120px;
      height: auto;
    }
    .screen-l37 img {
      display: block;
      width: 50px;
      max-width: 50px;
      height: auto;
    }
    .screen-l36 img {
      display: block;
      width: 80px;
      max-width: 80px;
      height: auto;
    }
    .screen-l31 img {
      display: block;
      width: 50px;
      max-width: 50px;
      height: auto;
    }
    .screen-l13 img {
      display: block;
      width: 90px;
      max-width: 90px;
      height: auto;
    }
    .screen-l12 img {
      display: block;
      width: 80px;
      max-width: 80px;
      height: auto;
    }
    .screen-l7 img {
      display: block;
      width: 90px;
      max-width: 90px;
      height: auto;
    }
    .screen-l8 img {
      display: block;
      width: 50px;
      max-width: 50px;
      height: auto;
    }
    .screen-l11 img {
      display: block;
      width: 60px;
      max-width: 60px;
      height: auto;
    }
    .screen-l9 img {
      display: block;
      width: 46px;
      max-width: 46px;
      height: auto;
    }
    .screen-l10 img {
      display: block;
      width: 50px;
      max-width: 50px;
      height: auto;
    }
    .screen-l5 img {
      display: block;
      width: 60px;
      max-width: 60px;
      height: auto;
    }
    .screen-l4 img {
      display: block;
      width: 100px;
      max-width: 100px;
      height: auto;
    }
    .screen-l3 img {
      display: block;
      width: 60px;
      max-width: 60px;
      height: auto;
    }
    .screen-l1 img {
      display: block;
      width: 280px;
      max-width: 280px;
      height: auto;
    }
    .screen-l6 img {
      display: block;
      width: 192px;
      max-width: 192px;
      height: auto;
    }
    .screen-l2 img {
      display: block;
      width: 70px;
      max-width: 70px;
      height: auto;
    }
    .screen-l32 {
      position: absolute;
      bottom: 220px;
      right: -40px;
    }
    .screen-l34{
        bottom: 180px;
    }
    .screen-l33{
        bottom: 70px;
    }
    .screen-l35{
        bottom: 0px;
    }
    .screen-l37 {
      position: absolute;
      bottom: -20px;
      left: 120px;
    }
    .screen-l36 {
      position: absolute;
      bottom: 30px;
      left: 0px;
    }
    .screen-l31 {
      position: absolute;
      bottom: 120px;
      right: -30px;
    }
    .screen-l12 {
      position: absolute;
      top: 146px;
      right: 90px;
    }
    .screen-l13 {
      position: absolute;
      top: 246px;
      right: 40px;
    }
    .screen-l6 {
     position: absolute;
        bottom: 45px;
        right: 82px;
    }
    .screen-l3 {
      position: absolute;
      top: 190px;
      left: 157px;
    }
    .screen-l1 {
      position: absolute;
      left: -154px;
      top: 100px;
    }
    .screen-l2 {
        position: absolute;
        bottom: 173px;
        left: 55px;
      }
    .screen-l7 {
      position: absolute;
      top: 43px;
      left: 30px;
    }
    .screen-l8 {
      position: absolute;
      top: 170px;
      left: 10px;
    }
    .screen-l9 {
      position: absolute;
      top: 225px;
      left: 26px;
    }
    .screen-l11 {
      position: absolute;
      bottom: 131px;
      left: 68px;
    }
    .screen-l10 {
      position: absolute;
      bottom: 5px;
      left: 7px;
    }
    .screen-l5 {
      position: absolute;
      bottom: 92px;
      right: 30px;
    }
    .screen-logo{
        top:-30px;
    }
    .screen-l14 {
      position: absolute;
      top: 35px;
      left: 90px;
    }
    .t-center{
        text-align:center;
    }
    .font-18{
        font-size:16px;
    }
    .the-deceit-house-1{
        height:100vh;
        align-items:center;
    }
    .the-deceit-house-1 .content-well p{
        font-size:12px;
    }
    .the-deceit-house-1 .video-section-info .head-sub-title{
        font-size:12px;
    }
    
    .innocent-harmony .pad-top{
        padding-bottom: 0px;
    }
    .innocent-harmony .content-well p {
      color: #ffb81d;
      font-family: 'Courier Prime', monospace;
      font-size: 12px;
      line-height: 1.4;
    }
    .working-space{
        height:100vh;
        align-items:center;
    }
    .working-space .content-well p, .rubix-residence .content-well p,.house-affection .content-well p {
      color: #ffb81d;
      font-family: 'Courier Prime', monospace;
      font-size: 12px;
      line-height: 1.4;
    }
    .house-affection .content-well {
      margin-top: 0px;
    }
    .x-center{
        justify-content: center;
    }
    .col-yrgb.col-xl-12{
        width:80%;
    }
    .color-line-well .col-xl-7 {
      padding-top: unset;
    }
    .trace-the-trail-well .content-well{
        margin: 20px 80px;
    }
     .video-section-info.grid-contact .head-sub-title {
        font-size:12px;
    }
    .traditional-imprint-img .odd-img{
        height: 150px;
        width: 150px;
        max-width: 150px;
        position:relative;
        top:-25px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
    .traditional-top{
    position: absolute;
    right: -80px;
    top:-130px;
}
.traditional-bottom{
    position: absolute;
    right: -100px;
    bottom: -50px;
}
}
.color-line-icon-1{
    display: flex;
   justify-content: end;
   margin-right: 10px;
}
.mob-show{
        display:none;
    }
@media only screen and (min-width: 320px) and (max-width: 599px) {
    .mob-show{
        display:block;
    }
    .client-section .client-logo .client-img img{
        padding:10px;
    }
    
    
    .jagya-thumb-title{
        font-size:12px;
    }
    .awards-category div{
        font-size:16px;
    }
    .awards-top-part{
        margin-bottom:30px;
    }
    .jagya-thumb{
        margin-bottom:10px;
    }
    .awards-box .awards-title-1{
        font-size:12px;
    }
    .ribs-residence-vh {
        height: 100%;
        align-items: center;
    }
    .people-thumb, .religion-thumb, .connections-thumb, .animal-thumb, .photography-box, .portraits-thumb{
        padding: 0px 0px 20px 0;
    }   
    .desktop-padding{
        padding: 15px 0 0;
    }
    .right-logo img {
        height: 30px;
    }
    .back-btn img {
        height: 30px;
    }
    .awards-details h1{
         font-size: 20px;
    }
    .section-two-art{
        padding:20px 0;
    }
     .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .jagya-thumb-img{
        padding:10px 0px;
    }
    .client-section .client-logo .client-img img{
        height:100%;
    }
    .urban-img.jagya-thumb-img {
        padding: 20px;
    }
}
.member-logo{
    width:30%;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffb900;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
.wpcf7-spinner::before {
    background-color: #000;
}
.wpcf7-spinner {
    background-color: #ffb900;
	position: absolute;
	margin: 6px 24px;
}
.section-404 {
	padding: 230px 0;
	text-align: center;
}
.section-404 .error {
	font-size: 180px;
    line-height: 170px;
    font-weight: 700;
    background: -webkit-linear-gradient(#ffb81d, #271d14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.section-404 .page p {
	font-size: 20px;
    color: #ffb81d;
    margin-bottom: 7px;
}
.section-404 .readon {
    color: #9f9f9f;
}
.section-404 .readon:hover {
    color: #ffffff;
}
.fancybox-is-open .fancybox-bg {
    opacity:1 !important;
}
.fancybox-bg {
    background: #050505 !important; 
}