@charset "utf-8";
@import url("css-1");
@import url("css-2");
html,
body {
  font-size: 15px;
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  vertical-align: baseline;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 26px;
  text-align: justify;
}

p {
  margin: 0px;
  margin-left: 0px;
  justify-content: center;
  display: flex;
}

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

h1 {
  font-size: 80px;
  font-weight: 400;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  font-size: 30px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

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

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

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

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

/* -----------------------------------
    02. Common CSS
-------------------------------------*/

.clear {
  clear: both;
}

.fix {
  overflow: hidden;
}

.display-flex,
.display-flex-center {
  display: flex;
}

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

.white-color {
  color: #ffffff;
}

.stroke-text-white {
  -webkit-text-stroke: 2px #fff;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

.border-radius-3 {
  border-radius: 3px;
}

.border-radius-5 {
  border-radius: 5px;
}

.stroke-text-primary {
  -webkit-text-stroke: 2px #0b8303;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
}

.z-index-0 {
  z-index: 0 !important;
}

.primary-color {
  color: #0b8303;
}

.bold {
  font-weight: 700;
}

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

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

.no-background {
  background-color: unset !important;
}

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

.ds-block {
  display: block;
}

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

.normal-font-weight {
  font-weight: 400 !important;
}

.medium {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.bold {
  font-weight: 700 !important;
}

.box-shadow-none {
  box-shadow: none !important;
}

.sec-spacer {
  padding: 100px 0;
}

.sec-spacer2 {
  padding: 50px 0 30px;
}

.sec-spacer3 {
  padding: 105px 0 120px;
}

.sec-spacer4 {
  padding: 85px 0 100px;
}

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

.padding-0 {
  padding: 0 !important;
}

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

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-15p {
  padding-right: 15%;
}

.pr-100 {
  padding-right: 100px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-40 {
  padding-right: 40px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

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

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

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

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-325 {
  padding-top: 325px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-94 {
  padding-bottom: 94px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

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

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

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

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-100 {
  margin-top: 100px;
}

.ml-30 {
  margin-left: 30px !important;
}

.col-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-20 [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.container-fluid {
  padding: 0 100px;
}

.sec-color {
  color: #cccccc !important;
}

.sec-bg {
  background-color: #cccccc !important;
}

.radius-0 {
  border-radius: unset !important;
}

.gray-color {
  color: #cccccc !important;
}

.gray-bg {
  background-color: #f7f7fc !important;
}

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

.secondary-color {
  color: #030749 !important;
}

.black-bg-section {
  padding-top: 85px;
  padding-bottom: 205px;
}

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

.primary-color {
  color: #0b8303 !important;
}

.primary-bg {
  background: #e8c439 !important;
}

.secondary-bg {
  background: #030749 !important;
}

.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.bg6 {
  background: url(../../images/bg6.jpeg);
  background-attachment: fixed;
  background-repeat: no-repeat;
} 

.bg999 {
  background: url(../images/bg8.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg8 {
  background-image: url(../images/white_wall.png);
}

.bg9 {
  background-image: url(../images/m-bg-1.jpg);
  /* background-attachment: fixed; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
 

.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
  background-position: bottom;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5,
.bg6,
.bg7,
.sec-bg1,
.sec-bg2,
.sec-bg3,
.sec-bg4,
.sec-bg5,
.sec-bg6 {
  background-size: cover;
}

.dots-bg,
.dots-bg-right {
  background-image: url(../images/dots.png);
  background-position: bottom left;
  position: absolute;
  width: 229px;
  height: 258px;
  background-repeat: no-repeat;
  left: -98px;
  bottom: -85px;
  z-index: 0;
}

.dots-bg.size-175,
.dots-bg-right.size-175 {
  max-width: 175px;
  max-height: 175px;
  left: -70px;
}

.separator-70 {
  height: 70px;
}

.dots-bg-right {
  left: auto;
  right: -98px;
}

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

.readon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  height: 50px;
  line-height: 50px;
  padding: 0 34px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #aea128;
  z-index: 1;
  border: none;
}

.readon:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  color: #000 !important;
  background: #0b8303;
  border-radius: 3px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.readon:hover {
  background: #0b8303;
  color: #ffffff;
  opacity: 0.99;
}

.readon:hover:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

.readon.default-style {
  font-size: 17px;
  font-weight: 500;
}

.readon.default-style:hover {
  border-color: #030749;
  background: #030749;
  color: #ffffff;
  opacity: 1;
}

.readon.white-btn {
  background: #ffffff;
  color: #0a0a0a;
}

.readon.white-btn:hover {
  color: #ffffff;
  background: #c54409;
}

.border-btn {
  font-size: 16px;
  color: #0a0a0a;
  font-weight: 500;
  border: 1px solid #0b8303;
  text-align: center;
  line-height: 45px;
  height: 45px;
  display: inline-block;
  padding: 0 35px;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
}

.border-btn:hover {
  background: #0b8303;
  color: #ffffff;
}

.border-btn.white-color {
  border-color: #ffffff;
}

.border-btn.white-color:hover {
  border-color: #0b8303;
}

.readon2 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #0b8303;
  color: #030749;
  text-align: center;
  transition: all 0.3s;
}

.readon2 i:before {
  margin: 0;
}

.readon2 i:hover {
  color: #ffffff;
  background: #030749;
}

.readon2.primary i {
  background: #0b8303;
  color: #030749;
}

.readon2.primary i:hover {
  background: #030749;
  color: #ffffff;
}

.readon2.secondary i {
  background: #030749;
  color: #ffffff;
}

.readon2.secondary i:hover {
  background: #ffffff;
  color: #030749;
}

.readon2.primary-opacity i {
  background: #0b8303;
  color: #030749;
}

.readon2.primary-opacity i:hover {
  opacity: 0.8;
  background: #0b8303;
  color: #030749;
}

.readon2.transparent-white i {
  background: transparent;
  border: 2px solid;
  border-color: #030749;
  color: #030749;
  line-height: 36px;
}

.readon2.transparent-white i:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.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;
}

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

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

.left-right-padding .container {
  padding-left: 30px;
  padding-right: 30px;
}

.dot-none .owl-controls .owl-dots {
  display: none !important;
}

.nav-none .owl-controls .owl-nav {
  display: none !important;
}

.grayscale img {
  filter: gray;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
}

.grayscale img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/*-----------------------------------
    #. Nav Style
-----------------------------------*/

.home-one .nav-style .owl-controls .owl-nav .owl-next,
.home-one .nav-style .owl-controls .owl-nav .owl-prev {
  z-index: 100;
  bottom: -105px;
  width: 60px;
  height: 45px;
  line-height: 45px;
  background: url(../images/nav_bg.png);
  text-align: center;
  transition: all 0.3s ease 0s;
  display: inline-block !important;
  position: absolute;
  content: "";
}

.home-one .nav-style .owl-controls .owl-nav .owl-next i:before,
.home-one .nav-style .owl-controls .owl-nav .owl-prev i:before,
.home-one .nav-style .owl-controls .owl-nav .owl-next i,
.home-one .nav-style .owl-controls .owl-nav .owl-prev i {
  font-size: 30px;
  transition: all 0.3s ease 0s;
}

.home-one .nav-style .owl-controls .owl-nav .owl-next:hover i,
.home-one .nav-style .owl-controls .owl-nav .owl-prev:hover i {
  color: #0b8303;
}

.home-one .nav-style .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.home-one .nav-style .owl-controls .owl-nav .owl-next {
  left: 80px;
}

/* ------------------------------------
    #. Page Nav CSS
  ---------------------------------------*/

.page-nav ul {
  display: inline-block;
  border: 2px solid #f2f2f2;
  padding: 10px 30px;
  border-radius: 30px;
}

.page-nav ul li {
  display: inline;
  font-size: 18px;
  border-right: 1px solid #e6e6e6;
  padding-right: 15px;
  margin-right: 15px;
}

.page-nav ul li a {
  color: #4a4a4a;
}

.page-nav ul li a i:before {
  margin: 0;
  font-size: 18px;
}

.page-nav ul li a:hover {
  color: #0b8303;
}

.page-nav ul li.active a {
  color: #0b8303;
}

.page-nav ul li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  position: fixed;
  right: 40px;
  z-index: 999;
  background: #0b8303;
  color: #fff;
  border-radius: 50%;
  width: 45px;
  line-height: 40px;
  font-size: 24px;
  height: 45px;
  transition: all 0.3s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#scrollUp:hover {
  opacity: 0.8;
}

.rs-title,
.rs-title2 {
  margin-bottom: 56px;
}

.rs-title3 {
  margin-bottom: 56px;
}

.rs-title3 span {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.rs-title2 span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.rs-title h2,
.rs-title2 h2 {
  margin-bottom: 18px;
}

.rs-title h3,
.rs-title2 h3 {
  margin-bottom: 10px;
}

.rs-title.white-text h2,
.rs-title2.white-text h2,
.rs-title.white-text h3,
.rs-title2.white-text h3,
.rs-title.white-text h4,
.rs-title2.white-text h4 {
  color: #ffffff;
}

.rs-title.white-text p,
.rs-title2.white-text p,
.rs-title.white-text span,
.rs-title2.white-text span {
  color: #fff;
}

.rs-title.border-style h2 {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.rs-title.border-style h2:after {
  content: "";
  position: absolute;
  background: #0b8303;
  width: 60%;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 12px;
  opacity: 0.7;
}

.rs-title3 {
  margin: 0 0 20px;
}

.rs-title3 .title-bar {
  position: relative;
  display: inline-block;
}

.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after,
.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: 35px;
}

.rs-title3 .title-bar:before,
.rs-title3 .title-bar:after {
  left: -60px;
  background: #0a0a0a;
}

.rs-title3 .title-bar:after {
  left: auto;
  right: -60px;
}

.rs-title3 .title-bar h2:before,
.rs-title3 .title-bar h2:after {
  background: #0b8303;
  left: -30px;
}

.rs-title3 .title-bar h2:after {
  left: auto;
  right: -30px;
}

.rs-title3 h2 {
  display: inline-block;
}

.rs-title3.text-white .title-bar:before,
.rs-title3.text-white .title-bar:after {
  background: #ffffff;
}

.rs-title3.text-white h2 {
  color: #ffffff;
}

.rs-title-full {
  margin-bottom: 30px;
}

.rs-title-full .title {
  width: 47%;
}

.rs-title-full .des {
  width: 53%;
}

.sec-bg-style {
  background: linear-gradient(#4c5e62, #533108);
  background: -webkit-linear-gradient(#4c5e62, #533108);
  overflow: hidden;
}

.pattern-repeat {
  background: url(../images/pattern.png);
}

.black-pattern {
  background: url(../images/black-pattern.jpg);
}

.black-pattern,
.pattern-repeat {
  background-repeat: repeat;
  border-radius: 5px;
}

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

/* -----------------------
    03. Header CSS
--------------------------*/

.full-width-header .topbar-section {
  padding: 8px 0;
  background: #0b8303;
}

.full-width-header .topbar-section .mail-info li {
  display: inline-block;
  color: #ffffff;
}

.full-width-header .topbar-section .mail-info li + li {
  padding-left: 20px;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a {
  font-size: 15px;
  color: #fff;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a:hover {
  color: #aea128;
}

.full-width-header .topbar-section .mail-info li a i,
.full-width-header .topbar-section .mail-info li a i:before {
  font-size: 20px;
  margin-right: 3px;
  font-weight: bold;
  color: #fff;
}

.full-width-header .topbar-section .right-text .social-link,
.full-width-header .topbar-section .right-text .get-qoute {
  float: right;
}

.full-width-header .topbar-section .right-text .social-link a {
  color: #ffffff;
}

.full-width-header .topbar-section .right-text .get-qoute a {
  color: #0b8303;
}

.full-width-header .topbar-section .right-text .get-qoute a {
  margin-left: 10px;
}

.full-width-header .topbar-section .right-text .social-link a:hover,
.full-width-header .topbar-section .right-text .get-qoute a:hover {
  color: #aea128;
}

.full-width-header .topbar-section .right-text .social-link li {
  display: inline-block;
  padding-left: 40px;
}

.full-width-header .topbar-section .right-text .get-qoute {
  position: relative;
  padding-right: 10px;
  font-size: 15px;
  border-radius: 5px;
  background-color: #fafafa;
}

.full-width-header .topbar-section .right-text .get-qoute a:hover {
  color: #f57a25;
}

.full-width-header .topbar-section .right-text .get-qoute i {
  color: #f47a23;
}

.full-width-header .rs-header-top {
  padding: 30px 0 26px;
  overflow: hidden;
}

.full-width-header .rs-header-top .right-section {
  float: right;
}

.full-width-header .rs-header-top .right-section .header-contact {
  margin-left: 30px;
}

.full-width-header .rs-header-top .left-section .header-contact {
  margin-right: 30px;
}

.full-width-header .rs-header-top .header-contact .widget-text {
  position: relative;
  padding-left: 55px;
}

.full-width-header .rs-header-top .header-contact .widget-text i {
  position: absolute;
  border-radius: 2px;
  text-align: center;
  left: 0;
  line-height: 26px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}

.full-width-header .rs-header-top .header-contact .widget-text i,
.full-width-header .rs-header-top .header-contact .widget-text i:before {
  font-size: 20px;
}

.full-width-header .rs-header-top .header-contact .widget-text .info-text {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.full-width-header .rs-header-top .header-contact .widget-text .info-text span {
  line-height: 18px;
  font-weight: 500;
}

.topbar-section .social-link i {
  font-size: 20px;
}

.full-width-header .rs-header {
  z-index: 999;
}

.menu-area.menu-sticky.transparent {
  background-color: #0b8303;
}

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

.full-width-header .rs-header .menu-area .logo-area img {
  position: relative;
  z-index: 11;
}

.full-width-header .rs-header .menu-area .logo-area a {
  position: absolute;
  top: -108px;
}
.sticky-header
  .full-width-header
  .rs-header.header-style-3
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  > li {
  padding: 40px 0;
}

.rs-header.header-style-3 h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 50px;
  padding: 20px 0 20px 42px;
  letter-spacing: 5px;
  color: #0b8303;
}

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

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

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li:last-child {
  margin-right: 0 !important;
}

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

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

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding: 6px 25px;
  height: unset;
  text-transform: capitalize;
  line-height: unset;
  color: #ffffff;
  font-weight: 400;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover {
  color: #0b8303;
  background-color: #fff;
}
.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a::before {
  content: "";
  background-image: url(../images/right-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0;
  opacity: 0;
  transition: opacity 0.6s, margin-right 0.6s;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.sub-menu
  li
  a:hover::before {
  margin-right: 5px;
  opacity: 1;
}

.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.mega-menu {
  background-color: #0b8303;
  padding: 0 15px;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container {
  padding: 0;
  margin: 0;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu {
  width: 33%;
  float: left;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu
  .menu-title {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 15px;
  color: #ffffff;
  text-align: left;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul.mega-menu
  .mega-menu-container
  .single-megamenu
  .sub-menu
  li
  a {
  padding: 6px 15px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a {
  color: #030749 !important;
}

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

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
  padding: 27px 0;
}

.full-width-header
  .rs-header
  .menu-area
  .main-menu
  .rs-menu
  ul#onepage-menu
  li.active-menu
  > a {
  color: #0b8303 !important;
}

.full-width-header .rs-header .menu-area .secondary-background,
.full-width-header .rs-header .menu-area .background-white {
  padding: 0 30px;
  position: relative;
  border-radius: 5px;
}

.full-width-header .rs-header .menu-area .background-white {
  background: #ffffff;
}

.full-width-header .rs-header .menu-area .secondary-background {
  background: #030749;
}

.full-width-header
  .rs-header
  .menu-area
  .secondary-background
  .right-bar-icon
  a:hover,
.full-width-header
  .rs-header
  .menu-area
  .secondary-background
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #ffffff;
}

.full-width-header
  .rs-header
  .menu-area
  .secondary-background
  .right-bar-icon
  .rs-search {
  border-color: rgba(248, 86, 12, 0.4);
}

.full-width-header .rs-header .menu-area.menu-sticky {
  box-shadow: none;
}

.full-width-header .rs-header .menu-area.transparent {
  position: relative;
  z-index: 10;
}

.full-width-header .rs-header .get-btn a {
  color: #ffffff;
  background: #0b8303;
  padding: 10px 12px;
  font-size: 14px;
  display: inline-block;
  width: 112px;
  text-align: center;
  transition: all 0.3s ease 0s;
  height: auto;
  line-height: normal;
  border-radius: 0;
}

.full-width-header .rs-header .get-btn a:before {
  border-radius: 0;
}

.full-width-header .rs-header .right_menu_togle {
  background: #fafafa;
  padding: 30px;
  z-index: 999999;
}

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

.full-width-header .rs-header .right_menu_togle .close-btn span {
  width: 45px !important;
  height: 45px !important;
  line-height: 44px !important;
  border-radius: 100%;
  background: #030749;
  color: #ffffff;
  border: none !important;
  transition: all 0.3s ease 0s;
}

.full-width-header .rs-header .right_menu_togle .close-btn span i {
  transition: all 0.3s ease 0s;
}

.full-width-header .rs-header .right_menu_togle .close-btn span:hover i {
  transform: rotate(90deg);
}

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

.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: auto;
  height: 30px;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a {
  font-size: 17px;
  color: #222;
  padding-left: 0;
}

.full-width-header .rs-header .right_menu_togle .sidebarnav_menu li a:hover {
  color: #0b8303;
}

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

.full-width-header
  .rs-header
  .right_menu_togle
  .canvas-contact
  .canvas-contact-title {
  padding: 0 0 15px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.full-width-header
  .rs-header
  .right_menu_togle
  .canvas-contact
  .canvas-contact-title:before {
  content: "";
  position: absolute;
  background: #0b8303;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}

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

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 13px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 10px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #4a4a4a;
}

.full-width-header
  .rs-header
  .right_menu_togle
  .canvas-contact
  .contact
  li
  a:hover {
  color: #0b8303;
}

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

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 10px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #030749;
  text-align: center;
  border-radius: 50%;
}

.full-width-header
  .rs-header
  .right_menu_togle
  .canvas-contact
  .social
  li
  a:hover {
  opacity: 0.82;
}

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

.full-width-header .rs-header .right-bar-icon .cart-icon {
  cursor: pointer;
}

.full-width-header .rs-header .right-bar-icon ul > li.icon-bar {
  display: inline-block;
}

.full-width-header .rs-header .right-bar-icon ul > li.icon-bar > a {
  color: #0b8303;
}

.full-width-header .rs-header .right-bar-icon ul > li.icon-bar > a:hover {
  color: #4a4a4a;
}

.full-width-header .rs-header .right-bar-icon ul > li.cart-inner {
  padding: 35px 20px;
}

.full-width-header .rs-header .right-bar-icon .rs-search {
  border-left: 1px solid #fcbb9e;
  padding-left: 25px;
}

.full-width-header .rs-header.transparent-header {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.full-width-header .rs-header.transparent-header .fullwidth-container {
  padding: 0 60px;
  max-width: 1800px;
  margin: 0 auto;
}

.full-width-header
  .rs-header.transparent-header
  .header-contact
  .widget-text
  .info-text {
  color: #ffffff;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  a:hover {
  color: #0b8303 !important;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .sub-menu
  li
  a {
  color: #ffffff !important;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .sub-menu
  li
  a:hover {
  color: #030749 !important;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  li
  .sub-menu
  li.active
  a {
  color: #030749 !important;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  .cart-btn
  .cart-counter {
  background: #ffffff;
  color: #030749;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  .current-menu-item
  > a {
  color: #0b8303 !important;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area.menu-sticky.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  .cart-btn
  .cart-counter {
  background: #030749;
  color: #ffffff;
}

.full-width-header
  .rs-header.transparent-header
  .menu-area.menu-sticky.sticky
  .main-menu
  .rs-menu
  ul.nav-menu
  .current-menu-item
  > a {
  color: #0b8303 !important;
}

.full-width-header .rs-header.inner-page .get-btn {
  margin-left: 40px;
}

.full-width-header
  .rs-header.inner-page
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  > li
  > a {
  color: #ffffff;
}

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

.full-width-header .rs-header.inner-page .menu-area.sticky .sticky-logo {
  display: block;
}

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

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

.full-width-header .rs-header.header-style-3 .header-mid-section {
  float: right;
  position: relative;
}

.full-width-header
  .rs-header.header-style-3
  .header-mid-section
  .right-bar-icon {
  margin-left: 50px;
}

.full-width-header .rs-header.header-style-3 .rs-header-top {
  background: #aea128;
  padding: 0;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
  background: #0b8303;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  position: relative;
  max-width: 215px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 600;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time:after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-bottom: 56px solid #0b8303;
  border-left: 40px solid transparent;
}

.full-width-header .rs-header.header-style-3 .rs-header-top .office-time i {
  color: #fff;
  margin-right: 20px;
}

.full-width-header
  .rs-header.header-style-3
  .menu-area
  .main-menu
  .rs-menu
  ul.nav-menu
  > li {
  padding: 20px 0;
}

.header-information {
  float: right;
}

.full-width-header .rs-header.header-style-3 .header-contact {
  padding: 15px 0 15px;
}

.home-two .full-width-header .rs-header .menu-area.menu-sticky.sticky {
  background: #030749;
}

.home-one .full-width-header .rs-header .right-bar-icon ul > li.cart-inner,
.home-two .full-width-header .rs-header .right-bar-icon ul > li.cart-inner {
  padding: 27px 20px;
}

/* -----------------------
    04. Full-width slider Section CSS
--------------------------*/

.main-banner {
  position: relative;
}

.rs-home-slider {
  transition: 0.4s;
}

.rs-home-slider img {
  width: 100%;
}

.rs-home-slider .owl-nav {
  opacity: 0;
  transition: all 0.3s ease 0s;
  transition-delay: 2s;
}

.rs-home-slider .owl-nav .owl-prev,
.rs-home-slider .owl-nav .owl-next {
  position: absolute;
  color: #ffffff;
  transition: 0.8s;
  background-size: cover;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -200px;
  opacity: 0;
  visibility: hidden;
}

.rs-home-slider .owl-nav .owl-prev i,
.rs-home-slider .owl-nav .owl-next i,
.rs-home-slider .owl-nav .owl-prev i:before,
.rs-home-slider .owl-nav .owl-next i:before {
  margin: 0;
  font-size: 25px;
}

.rs-home-slider .owl-nav .owl-prev:hover,
.rs-home-slider .owl-nav .owl-next:hover {
  color: #0b8303;
}

.rs-home-slider .owl-nav .owl-next {
  left: auto;
  right: -200px;
}

.rs-home-slider:hover .owl-nav {
  opacity: 1;
  transition-delay: unset;
}

.rs-home-slider:hover .owl-nav .owl-prev,
.rs-home-slider:hover .owl-nav .owl-next {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: visible;
}

.rs-home-slider:hover .owl-nav .owl-prev {
  left: 20px;
}

.rs-home-slider:hover .owl-nav .owl-next {
  right: 20px;
}

.rs-home-slider.rs-home-slider .content-inner2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #f57a25;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 400;
  line-height: 90px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title span {
  display: block;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc {
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 42px;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li {
  display: inline;
  margin-right: 25px;
}

.rs-home-slider.rs-home-slider
  .content-inner2
  .slider-text
  ul
  li
  .sl-video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background: #0b8303;
  color: #030749;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.rs-home-slider.rs-home-slider
  .content-inner2
  .slider-text
  ul
  li
  .sl-video-btn:after {
  content: "";
  position: absolute;
  z-index: -3;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 57px;
  height: 57px;
  background: transparent;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  border: 1px solid #0b8303;
}

.rs-home-slider.rs-home-slider
  .content-inner2
  .slider-text
  ul
  li
  .sl-video-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #0b8303;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  transition: all 0.3s ease 0s;
  z-index: -2;
}

.rs-home-slider.rs-home-slider .content-inner2 .slider-text ul li:last-child {
  margin-right: 0;
}

.rs-home-slider.home1-slider .content-inner2 {
  top: 60%;
}

.rs-home-slider.home2-slider {
  margin-top: -40px;
}

.rs-home-slider.home2-slider .content-inner2 {
  top: 53%;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text {
  background: rgba(3, 7, 73, 0.5);
  max-width: 850px;
  position: relative;
  border-radius: 5px;
  padding: 66px 50px 80px 80px;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text:after {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 87%;
  background: rgba(3, 7, 73, 0.5);
  content: "";
  border-radius: 5px;
  z-index: -1;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text .sl-title {
  font-size: 70px;
  line-height: 80px;
}

.rs-home-slider.home2-slider .content-inner2 .slider-text.text-center {
  margin: 0 auto;
}

.rs-home-slider.home3-slider .content-inner2 {
  top: 43%;
}

.rs-home-slider.home3-slider .content-inner2 .slider-text .sl-title {
  font-size: 45px;
  line-height: 65px;
  margin-bottom: 15px;
}

.banner-con {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 100px;
  z-index: 1;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-right: 250px;
}

.banner-con h4 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #f57a25;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.banner-con h1 {
  font-size: 35px;
  font-family: "Rubik", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  margin: 0 0 35px;
  text-transform: uppercase;
}

/* -----------------------
    08. About Section CSS 
--------------------------*/

.rs-about-school .about-images img {
  border-radius: 3px;
}

.rs-about-school .about-service-item {
  padding: 17px 0;
}

.rs-about-school .about-service-item .service-icon {
  margin-right: 20px;
}

.rs-about-school .about-service-item .service-icon i,
.rs-about-school .about-service-item .service-icon i:before {
  font-size: 40px;
  color: #0b8303;
}

.rs-about-school .about-service-item .title {
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
}

.rs-about-school .about-service-item.text-center {
  border-radius: 3px;
  padding: 42px 20px 0;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.rs-about-school .about-service-item.text-center .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}

.rs-about-school .about-service-item.text-center .number {
  margin-bottom: 28px;
}

.rs-about-school .auther-info span {
  padding-top: 18px;
  display: block;
  font-weight: 500;
  color: #0a0a0a;
}

.rs-about-school .services-list .sub-title {
  color: #4a4a4a;
  margin: 0 0 10px;
  display: block;
  line-height: 30px;
}

.rs-about-school .services-list ul.check-list li {
  position: relative;
  padding-left: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
}

.rs-about-school .services-list ul.check-list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f11b";
  font-family: Flaticon;
  color: #0b8303;
  font-weight: 700;
  font-size: 14px;
}

.rs-about-school .services-list .button-area {
  margin-top: 35px;
}

.rs-about-school .services-list .button-area li {
  display: inline-block;
}

.rs-about-school .services-list .button-area li + li {
  margin-left: 25px;
}

.rs-about-school ul.check-list {
  margin-left: 20px;
}

.rs-section-image .single-image {
  margin-top: -52px;
}

.rs-quality-services.negative-margin {
  margin-top: -70px;
}

.rs-quality-services {
  position: relative;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 0;
}

.background-overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-color: #000;
  z-index: 0;
}

.f-bg1 {
  height: 240px;
}

.f-bg2 {
  height: 280px;
  width: 100%;
}

.f-bg2 img {
  height: 100%;
  width: 100%;
}

.f-bg1 img {
  height: 100%;
  width: 100%;
}

.service-items .service-content {
  background-color: #aea128;
  padding: 15px 25px;
  text-align: center;
}

.service-content p {
  color: #fff !important;
}

.rs-quality-services .service-items {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #41824b;
  transition: all 0.3s ease 0s;
}

.rs-quality-services .si-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -50px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #b4b092;
  z-index: -1;
}

.rs-quality-services .si-bg2::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #b4b092;
  z-index: -2;
}

.rs-quality-services .service-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #aea128;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.rs-quality-services .service-items .service-content {
  position: relative;
  z-index: 10;
  transition: all 0.3s ease 0s;
}

.rs-quality-services .service-items .service-content .title {
  margin: 0px;
}

.rs-quality-services .service-items .service-content .service-icon {
  margin: 0 0 14px;
}

.rs-quality-services .service-items .service-content .service-icon {
  color: #f57c27;
}

.rs-quality-services .service-items .service-content .service-icon i,
.rs-quality-services .service-items .service-content .service-icon i:before {
  font-size: 50px;
}

.rs-quality-services .service-items .service-content .title a {
  color: #ffffff;
}

.rs-quality-services .service-items .service-content p {
  color: #ccc;
}

.rs-quality-services .service-items .service-content .view-details {
  position: relative;
  color: #f57a25;
}

.rs-quality-services .service-items .service-content .view-details:before {
  font-family: Flaticon;
  font-size: 14px;
  color: #f57a25;
  position: absolute;
  content: "\f100";
  top: 0;
  right: -20px;
  transition: all 0.3s ease 0s;
}

.rs-quality-services
  .service-items
  .service-content
  .view-details:hover:before {
  right: -25px;
}

.rs-quality-services .service-items:hover {
  border-color: #0b8303;
}

.rs-quality-services .service-items:hover:before {
  transform: scaleY(1);
}

.rs-quality-services .service-items:hover .service-content .view-details,
.rs-quality-services .service-items:hover .service-content .view-details:before,
.rs-quality-services .service-items:hover .service-content .service-icon {
  color: #ffffff;
}

.service-sidebar .full-content .services-single .top-side blockquote {
  padding: 30px 40px;
  margin: 30px 0;
  position: relative;
  background: #f7f7fc;
}

.service-sidebar .full-content .services-single .top-side blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: #0b8303;
}

.service-sidebar .full-content .services-single .top-side blockquote p {
  margin: 0;
}

.sidebar-area .service-list .title {
  padding: 14px 20px;
  border-radius: 0;
  background: #030749;
}

.sidebar-area .service-list ul.services-item-list {
  list-style: none;
  margin: 0;
}

.sidebar-area .service-list ul.services-item-list li {
  padding: 14px 20px;
  background: #f7f7fc;
}

.sidebar-area .service-list ul.services-item-list li + li {
  margin-top: 2px;
}

.sidebar-area .service-list ul.services-item-list li a {
  color: #0a0a0a;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.sidebar-area .service-list ul.services-item-list li a:hover {
  color: #0b8303;
}

.sidebar-area .service-list ul.contact-list {
  padding: 7px 20px 30px;
}

.sidebar-area .service-list ul.contact-list li {
  margin: 0 0 25px;
  color: #4a4a4a;
}

.sidebar-area .service-list ul.contact-list li i {
  float: left;
  font-size: 25px;
  margin-right: 10px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  color: #0b8303;
}

.sidebar-area .service-list ul.contact-list li a {
  color: #4a4a4a;
}

.sidebar-area .service-list ul.contact-list li a:hover {
  color: #0b8303;
}

.sidebar-area .service-list ul.contact-list li:last-child {
  margin: 0;
}

.sidebar-area .service-list ul.contact-list li .contact-info {
  overflow: hidden;
}

.contact-info {
  justify-content: space-around;
}

.sidebar-area .serivce-brochure {
  padding: 40px 40px 50px;
  border-radius: 0;
  background: #030749;
}

.sidebar-area .serivce-brochure .title,
.sidebar-area .serivce-brochure p {
  color: #ffffff;
}

.sidebar-area .serivce-brochure .title {
  font-size: 30px;
}

.sidebar-area .serivce-brochure p {
  padding-bottom: 5px;
}

.sidebar-area .serivce-brochure .readon {
  border-radius: 0;
}

.sidebar-area .contact-section {
  background: #f7f7fc;
}

.sidebar-area .project-list .title {
  padding: 14px 20px;
  background: #030749;
  border-radius: 0;
}

.sidebar-area .project-list ul.services-item-list {
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background: #f7f7fc;
}

.sidebar-area .project-list ul.services-item-list li {
  padding: 8px 20px;
}

.sidebar-area .project-list ul.services-item-list li span {
  font-weight: 600;
  color: #0a0a0a;
}

.nav-date .priv,
.nav-date .next {
  width: 50%;
  position: relative;
  margin-top: 55px;
}

.nav-date .priv:after,
.nav-date .next:after {
  position: absolute;
  font-family: Flaticon;
  top: 0;
  color: #0a0a0a;
}

.nav-date .priv a,
.nav-date .next a {
  font-weight: 500;
  color: #0a0a0a;
}

.nav-date .priv:hover:after,
.nav-date .next:hover:after,
.nav-date .priv:hover a,
.nav-date .next:hover a {
  color: #0b8303;
}

.nav-date .priv {
  padding-left: 26px;
}

.nav-date .priv:after {
  content: "\f101";
  left: 0;
}

.nav-date .next {
  padding-right: 26px;
}

.nav-date .next:after {
  content: "\f100";
  right: 0;
}

/* -----------------------
    14. Newsletter Section CSS
--------------------------*/

.bg-footer {
  position: relative;
  z-index: -1;
  padding: 200px 0;
}

.newsletter-section {
  position: relative;
}

.newsletter-section .subscribe-text .sub-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.newsletter-section .subscribe-text .title {
  margin: 0 0 20px;
}

.newsletter-section .subscribe-text span a,
.newsletter-section .subscribe-text span {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

.newsletter-section .subscribe-text span a i,
.newsletter-section .subscribe-text span i {
  margin-right: 20px;
}

.newsletter-section .subscribe-text span a + span,
.newsletter-section .subscribe-text span + span {
  margin-left: 5px;
}

.newsletter-section .subscribe-text i,
.newsletter-section .subscribe-text .title,
.newsletter-section .subscribe-text span a:hover {
  color: #0b8303;
}

.subscribe-text h3 {
  color: #fff !important;
}

.subscribe-text h3 a {
  color: #fff;
}

.newsletter-section .subscribe-form {
  max-width: 590px;
  margin: 45px auto 0;
}

.newsletter-section .subscribe-form h2 {
  margin: 0 0 38px;
  text-align: center;
}

.newsletter-section .news-form {
  position: relative;
}

.newsletter-section .news-form .form-input {
  width: 100%;
  height: 60px;
  padding: 5px 20px;
  background: #0e1254;
  outline: none;
  color: #4a4a4a;
  border: 0;
  font-size: 16px;
  font-weight: 400;
}

.newsletter-section .news-form .form-input::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-input:-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

.newsletter-section .news-form .form-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  min-width: 170px;
  background-color: #0b8303;
  font-size: 16px;
  border: 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  border-radius: 0;
}

.newsletter-section .secondery-bg {
  background: rgba(3, 7, 73, 0.7);
  padding: 64px 0 70px;
}

.newsletter-section .secondery-bg .subscribe-text .sub-title {
  color: #fff;
}

.newsletter-section .secondery-bg .subscribe-text span a,
.newsletter-section .secondery-bg .subscribe-text span {
  color: #fff;
}

.newsletter-section .secondery-bg .subscribe-text span a:hover {
  color: #0b8303;
}

.newsletter-section .secondery-bg .subscribe-form h2 {
  color: #ffffff;
}

.newsletter-section .subscribe-inner {
  padding-left: 30px;
  padding-right: 30px;
}

.rs-subscribe-project {
  position: relative;
}

.rs-subscribe-project .subscribe-image {
  margin-top: -100px;
}

.rs-subscribe-project .subscribe-text h2 {
  margin: 0 0 16px;
}

.rs-subscribe-project .subscribe-text .sub-title {
  font-size: 24px;
  color: #7e8689;
}

.rs-subscribe-project .subscribe-form input {
  width: 100%;
  background: transparent;
  margin-bottom: 20px;
  border: 1px dashed #7e8689;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  border-radius: 3px;
  color: #ffffff;
}

.rs-subscribe-project .subscribe-form .readon {
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 18px;
  margin-top: 10px;
}

.rs-cta-section {
  padding: 60px 0;
}

.cb-sidebar .cb-widget-title {
  padding: 14px 20px;
  border-radius: 0;
  background: #030749;
}

.cb-sidebar .h-search {
  padding: 20px 24px;
  background: #030749;
}

.cb-sidebar .cb-search {
  overflow: hidden;
  position: relative;
  margin-bottom: 45px;
  border-radius: 0;
  background: #f7f7fc;
  padding: 20px;
}

.cb-sidebar .cb-search input,
.cb-sidebar .cb-search button {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input {
  border: none;
  padding: 10px 17px;
  width: 100%;
  background: #fff;
}

.cb-sidebar .cb-search input::-webkit-input-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input::-moz-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input:-ms-input-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search input:-moz-placeholder {
  color: #4a4a4a;
}

.cb-sidebar .cb-search button {
  background: transparent;
  border: medium none;
  padding: 11px 16px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 10;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease 0s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.cb-sidebar .cb-search button:hover {
  color: #0b8303;
}

.cb-sidebar .cb-search button i {
  color: #0b8303;
}

.cb-sidebar .cb-search ::placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-search :-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-search ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}

.cb-sidebar .cb-categories ul {
  padding-bottom: 20px;
}

.cb-sidebar .cb-categories ul li {
  padding: 3px 20px;
}

.cb-sidebar .cb-categories ul li a {
  color: #4a4a4a;
  transition: all 0.3s ease 0s;
}

.cb-sidebar .cb-categories ul li a:hover {
  color: #0b8303;
}

.cb-sidebar .cb-categories ul li:before {
  content: "\f192";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #0b8303;
}

.cb-sidebar .latest-post {
  padding-bottom: 20px;
}

.cb-sidebar .latest-post .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
}

.cb-sidebar .latest-post .post-item .post-img {
  transition: all 0.3s ease 0s;
}

.cb-sidebar .latest-post .post-item .post-desc {
  padding-left: 20px;
  margin-top: -5px;
}

.cb-sidebar .latest-post .post-item .post-desc h6 {
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 600;
}

.cb-sidebar .latest-post .post-item .post-desc h6 a {
  color: #0a0a0a;
}

.cb-sidebar .latest-post .post-item .post-desc h6 a:hover {
  color: #0b8303;
}

.cb-sidebar .latest-post .post-item .post-desc .duration {
  font-size: 14px;
}

.cb-sidebar .latest-post .post-item .post-desc .date {
  margin-right: 6px;
  font-size: 12px;
}

.cb-sidebar .latest-post .post-item + .post-item {
  margin-top: 20px;
}

.cb-sidebar .latest-post .post-item:hover .post-img {
  opacity: 0.7;
}

.cb-sidebar .tags-cloud ul {
  padding: 0 20px 20px;
  margin: 0;
  overflow: hidden;
}

.cb-sidebar .tags-cloud ul li {
  float: left;
  list-style: none;
}

.cb-sidebar .tags-cloud ul li a {
  border: 1px solid #dcdcdc;
  padding: 5px 22px;
  margin: 0 6px 6px 0;
  display: block;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
}

.cb-sidebar .tags-cloud ul li a:hover {
  background-color: #0b8303;
  border-color: #0b8303;
  color: #ffffff;
}

/*-----------------------------------------
    22. Shop Section CSS
-----------------------------------------*/

.product-grid {
  border: 3px solid #d6d6d6;
}

.sn-gallery .product-grid .gallery-it {
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
}

.sn-gallery .product-grid .gallery-it img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}

.sn-gallery .product-grid .gallery-it:hover img {
  transform: scale(1.2);
}

.sn-gallery .product-grid .gallery-it .icon-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li {
  display: inline;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li i {
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.sn-gallery .product-grid .gallery-it .icon-area ul li i:hover {
  border-color: #0b8303;
  color: #0b8303;
}

.sn-gallery .product-grid .gallery-it:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
}

.sn-gallery .product-grid .shop-content {
  text-align: center;
  background: #f7f7fc;
  padding: 15px 10px 10px 10px;
  margin-top: -10px;
}

.sn-gallery .product-grid .shop-content h4.title {
  margin-bottom: 10px;
}

.sn-gallery .product-grid .shop-content span.price {
  display: block;
  margin-bottom: 11px;
  font-weight: 700;
  color: #0b8303;
}

.sn-gallery .product-grid .shop-content span.price del {
  opacity: 0.4;
  margin-right: 5px;
}

.sn-gallery .product-grid .shop-content a.readon {
  padding: 0 30px;
  height: 40px;
  line-height: 37px !important;
  font-size: 15px;
}

.sn-gallery .product-grid:hover .gallery-it:after {
  opacity: 1;
}

.sn-gallery .product-grid:hover .gallery-it .icon-area {
  opacity: 1;
}

.sn-gallery .product-grid.offer-product,
.shop-rp .product-grid.offer-product {
  position: relative;
}

.sn-gallery .product-grid.offer-product:after {
  position: absolute;
  content: "Sale!";
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  border-radius: 50%;
  text-align: center;
  background: #0b8303;
  color: #ffffff;
  z-index: 1;
}

.sn-gallery .rp-title {
  margin-top: 65px;
  margin-bottom: 30px;
}

.sn-gallery .bullet {
  text-align: center;
  margin-top: 25px;
}

.sn-gallery .bullet ul li {
  display: inline;
  margin-right: 10px;
}

.sn-gallery .bullet ul li a {
  border-radius: 50%;
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #0a0a0a;
}

.sn-gallery .bullet ul li a i:before {
  margin: 0;
  font-size: 15px;
}

.sn-gallery .bullet ul li:last-child {
  margin-right: 0;
}

.sn-gallery .bullet ul li.active a {
  background: #0b8303;
  color: #ffffff;
}

.sn-gallery .bullet ul li:hover a {
  background: #0b8303;
  color: #ffffff;
}

/* -----------------------
    27. Footer Section CSS
--------------------------*/

.rs-footer {
  background: #0b8303;
  position: relative;
}

.rs-footer .footer-icon {
  width: 220px;
  height: 200px;
  border-radius: 50%;
  line-height: 165px;
  text-align: center;
  color: #0b8303;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  background: #030749;
}

.rs-footer .footer-icon i,
.rs-footer .footer-icon i:before {
  font-size: 65px;
}

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

.rs-footer .footer-top .footer-title {
  margin-bottom: 25px;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}

.rs-footer .footer-top .about-widget .footer-desc {
  margin-bottom: 6px;
}

.rs-footer .footer-top .about-widget .social-links {
  font-size: 20px;
  margin-top: -15px;
}

.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 20px;
}

.rs-footer .footer-top .about-widget .social-links li a {
  color: #fff;
}
.rs-footer .footer-top .about-widget .social-links li a:hover,
.rs-footer .footer-top .about-widget .social-links li a:hover i {
  color: #aea128;
}

.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}

.rs-footer .footer-top .footer-menu ul li {
  display: block;
  position: relative;
  padding: 3px 0 3px 25px;
}

.rs-footer .footer-top .footer-menu ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f105";
  color: #fff;
  font-family: fontawesome;
}

.rs-footer .footer-top .footer-menu ul li a {
  color: #ffffff;
}

.rs-footer .footer-top .footer-menu ul li a:hover {
  color: #aea128;
}

.rs-footer .footer-top .footer-menu ul li:last-child {
  margin: 0;
}

.rs-footer .footer-top .footer-address {
  color: #ffffff;
}

.rs-footer .footer-top .footer-address a {
  color: #ffffff;
}

.rs-footer .footer-top .footer-address li + li {
  margin-top: 15px;
}

.rs-footer .footer-top .footer-address .icon-tag {
  width: 32px;
}

.rs-footer .footer-top .footer-address .icon-tag i {
  color: #fff;
  font-size: 20px;
}

.rs-footer .footer-top .flicer-list {
  width: 100%;
  padding-top: 7px;
  margin-left: -4px;
  margin-right: -4px;
  overflow: hidden;
  max-width: 290px;
}

.rs-footer .footer-top .flicer-list li {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  width: 33.33%;
  margin-bottom: 8px;
}

.rs-footer .footer-top .flicer-list li a {
  display: block;
  transition: all 0.3s ease 0s;
}

.rs-footer .footer-top .flicer-list li a:hover {
  opacity: 0.8;
}

.rs-footer .footer-top .flicer-list li img {
  border-radius: 3px;
  line-height: 70px;
}

.rs-footer .separator {
  border-top: 1px solid #181c5d;
  padding-bottom: 64px;
}

.rs-footer .footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #181c5d;
}

.rs-footer .footer-bottom .copyright p {
  margin: 0;
  color: #fff;
  justify-content: unset;
}

.textarea-m {
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-white {
  color: #fff !important;
  margin: 0 0 15px;
}

.sl-txt-white {
  color: #fff !important;
}

.mt-60 {
  margin-top: 60px;
}

.color-table {
  display: grid;
}

.color-table th {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #4caf50;
  color: white;
}

.gallery-blocks .leader_b {
  margin-bottom: 30px;
}

.rs-title2.text-center.gallery {
  margin-left: 215px;
}

.enquiry_btn {
  position: fixed;
  top: 50%;
  right: -28px;
  z-index: 999;
}

.enquiry_btn .enqbtn {
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.enquiry_btn .enqbtn .button {
  background: #0b8303;
  padding: 5px 15px;
  color: #fff;
  border: 1px solid #012d61;
  text-shadow: 0px 0px 5px #000;
  font-size: 16px;
  border-radius: 5px 5px 0px 0px;
}

.rs-team-section .leader_b {
  margin-bottom: 40px;
}

.office-time a {
  color: #fff;
}

.tab-block {
  border-bottom: 2px solid #f57a25;
}

a.tab-link {
  background-color: #2db959;
  display: block;
  color: #fff;
  padding: 8px 10px;
  text-align: center;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
}

a.tab-link:hover {
  background-color: #f57a25;
}

a.tab-link.active {
  background-color: #f57a25;
}

.cont-btns a {
  background-color: #0b8303;
  padding: 10px 20px;
  margin: 0px 15px;
  border-radius: 7px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.cont-btns a:hover {
  background-color: #f57a25;
}

.new-item {
  background-color: #aea128;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.new1 span {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.main-marq {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
}

.m-cap-L {
  background-color: #0b8303;
  padding: 14.5px 0;
  margin-right: -30px;
  text-align: center;
}

.m-cap-L span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.m-cap-R {
  position: relative;
  background-color: #aea128;
  border-radius: 15px 0 0 15px;
  padding: 15px 0;
}

.m-cap-R::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #0b8303;
  padding: 28px 50px;
  z-index: 1;
  border-radius: 15px 0 0 15px;
  border-left: 1px solid gray;
}

.marq a span {
  padding: 0 30px;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}

.marq a:hover span {
  color: #0b8303;
}

.d-m {
  text-align: left;
  margin-bottom: 10px;
}

.d-m a {
  color: #fff;
}

.rs-my-account .regi-side {
  padding: 30px 40px;
  background: #f9f9f9;
  border-radius: 10px;
}

.rs-my-account .regi-side form.register-form input.custom-placeholder {
  width: 100%;
  display: block;
  border: 1px solid rgba(54, 54, 54, 0.1);
  height: 45px;
  outline: none;
  padding: 10px 18px;
  line-height: 50px;
  margin-bottom: 15px;
  border-radius: 3px;
}

.rs-my-account .regi-side form.register-form .readon {
  padding: 0 25px;
  height: 40px;
  line-height: 36px !important;
  font-size: 15px;
  outline: none;
}

input[type="text"],
input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  resize: vertical;
}

.contact-f {
  background-color: #0b8303;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 45px;
  margin-top: -280px;
}

.mmb-60 {
  padding: 0 50px;
}

.rs-home-slider .owl-carousel .owl-item {
  height: 600px;
}

.mess p {
  text-align: justify !important;
}

.direc {
  justify-content: space-between;
}

.direc h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  color: #fff;
}

.direc a:hover {
  color: #fff;
}

.our-mission {
  list-style: none;
  padding: 0;
}

.our-mission li {
  display: flex;
  line-height: 1.6;
}

.our-mission li:before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-right: 5px;
  margin-right: 10px;
}

.a-pa {
  padding: 0px 0px 25px 45px;
}

.rs-title3 .our-mission span {
  display: unset;
  color: unset;
  font-size: unset;
  font-weight: unset;
  margin: unset;
  text-transform: unset;
}

.ab a:hover {
  color: #aea128;
}

.message-card-main {
  position: relative;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
}

.message-card {
  position: relative;
  width: 390px;
  border: 1px solid #0b8303;
}

.message-card::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d4cb8f;
  top: -15px;
  left: -25px;
  z-index: -1;
}

.message-card::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #d4cb8f;
  top: 15px;
  left: 25px;
  z-index: -1;
}

.d-message-im {
  width: 100%;
  height: 225px;
  position: relative;
}

.d-message-im img {
  width: 100%;
  height: 100%;
}

.d-message-im:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #aea128;
  z-index: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
  z-index: 0;
}

.message-card:hover .d-message-im:before {
  transform: scaleY(1);
}

.d-message-co {
  background-color: #0b8303;
  padding: 18px 20px;
}

.d-message-co h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.d-message-co p {
  color: #fff;
}

.d-name {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.d-name span {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  width: 180px;
}

.d-name a {
  color: #aea128;
}

.d-name a:hover {
  color: #fff;
}

.g-mob {
  display: none;
}

.aboutcentre {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.clickable {
  width: 400px;
  display: flex;
  height: 300px;
}

.breadcrumb-img {
  position: relative;
  background: url(../images/breadcrumb-img.jpg);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}

.breadcrumb-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.3;
}

.breadcrum-con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.breadcrumb-hdg h5 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 5px;
}

.bradcrumb-ttl {
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 15px;
  margin-top: -15px;
}

.bradcrumb-ttl > span a {
  color: #fff;
}

.bradcrumb-ttl > span a:hover {
  color: #0b8303;
}

.bradcrumb-ttl span:not(:last-child)::after {
  content: "";
  background: url(../images/next-arrow-w.png) no-repeat;
  background-size: cover;
  background-position: center 3px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 20px;
}

.inner-p-shdw {
  box-shadow: inset 3px 3px 6px 0px rgba(11, 131, 3, 0.4),
    inset -3px -3px 6px 1px rgba(255, 255, 255, 0.4),
    inset -3px 3px 6px 0px rgba(204, 219, 232, 0.4),
    inset 3px -3px 6px 1px rgba(255, 255, 255, 0.4);
  padding: 50px;
}

.contact-us span {
  line-height: 40px;
}

.rs-title2.contact-us {
  margin-bottom: 20px;
}

.contact-us i {
  color: #0b8303;
  margin-right: 10px;
}
.contact-us strong {
  color: #000;
  font-weight: 500;
}

.contact-map {
  padding: 25px 15px 0 0;
}

.menu-item-has-children > a > span::after {
  content: "";
  background-image: url(../images/bottom-arrow.png);
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 5px;
}

.inner-facilities .rs-title2 span,
.inner-facilities .rs-title2 h2 {
  color: #000 !important;
}

.inn-message-img {
  text-align: center;
}

.inn-message-img img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 10px;
}
.inn-message-img span {
  font-size: 22px;
  font-weight: 700;
}

.inner-p-shdw.inn-m p {
  justify-content: unset;
}

.rule1 > li::before {
  content: "";
  background-image: url(../images/check.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

.rule1 > li {
  display: -moz-box;
  display: -webkit-box;
  padding-right: 50px;
}
.rule1 > li > span {
  display: flex;
}

.rule1 > li:not(:last-child) {
  margin-bottom: 12px;
}
.dis-li {
  margin-left: 35px;
}

.scroll-message {
  scroll-margin-top: 200px;
}

.transp {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 3px solid #d6d6d6;
  border-radius: 12px;
  position: relative;
}

.transp img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.transp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.3s;
  z-index: 1;
}

.transp:hover::before {
  opacity: 0.3;
}

.transp:hover img {
  transform: scale(1.1);
}
 

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.popup-content {
  background-color: white;
  width: 1000px;
  padding: 50px 20px 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
 
.popup.active {
  display: block;
  opacity: 1;
}

#close-btn{
  position: absolute;
  right: 25px;
  top: 12px;
  font-size: 25px;
  cursor: pointer;
}

@media only screen and (max-width:575px) {
  .popup-content { 
    width: 330px; 
  }
}









/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////---------------------------------------------RESPONSIVE-----------------------------------------------////////*/




@media only screen and (min-width: 1440px) {
  .rs-testimonial-section2 .primary-bg-left {
    width: 43.5%;
  }
  .rs-testimonial-section2 .testimonial-part:after {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .full-width-header .rs-header.header-style-3:before {
    width: 18%;
  }
  .home1-slider .content-inner2 {
    top: 60%;
  }
}
@media only screen and (max-width: 1440px) {
  .mar-con {
    top: -65px;
  }
}
@media only screen and (max-width: 1310px) {
  .mar-con {
    top: -80px;
  }
}
@media only screen and (max-width: 1280px) {
  .mar-con {
    top: -120px;
  }
}

@media only screen and (max-width: 1440px) {
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 70px;
    font-size: 60px;
  }
  .full-width-header .rs-header.header-style-3:before {
    width: 15%;
  }
}
@media only screen and (max-width: 1199px) {
  .full-width-header .rs-header-top {
    padding: 24px 0 20px;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    > li {
    padding: 15px 0;
  }
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 60px;
    font-size: 45px;
  }
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
    font-size: 20px;
  }
  .rs-home-slider.home3-slider .content-inner2 .slider-text .sl-title {
    margin-bottom: 30px;
  }
  .rs-title h2,
  .rs-title2 h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .rs-project-section .project-item .project-content .title {
    left: 15px;
  }
  .rs-footer .about-widget {
    padding-right: 0;
  }
  .rs-services-section-2 .rs-customer-logo ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 28px;
  }
  .rs-process-section .no-gutters {
    margin-top: 100px;
  }
  .rs-customer-counter .customer-inner-counter {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-top-area .rs-counter-list .icon-left i,
  .counter-top-area .rs-counter-list .icon-left i:before {
    font-size: 36px;
  }
  .counter-top-area .rs-counter-list h5 {
    font-size: 16px;
  }
  .rs-services-section .nav-pills li a,
  .rs-blog .single-blog .blog-details .blog-meta li,
  .rs-services-section-2 .single-customer .custom-text .info-text {
    font-size: 14px;
  }
  .rs-services-section-2 .construction-message {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rs-services-section-2 .single-customer .custom-text {
    padding-left: 45px;
  }
  .rs-services-section-2 .single-customer .custom-text i:before {
    font-size: 30px;
  }
  .rs-home-slider.home3-slider .content-inner2 {
    top: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .d-pl-30 {
    padding-left: 30px;
  }
  .d-pr-30 {
    padding-right: 30px;
  }
  .d-pr-40 {
    padding-right: 40px;
  }
  .container {
    max-width: 1270px;
  }
  .rs-header .mobile-logo {
    display: none;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul > li > a {
    overflow: hidden;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul
    > li
    > a
    span {
    position: relative;
    transition: 0.5s;
    display: inline-block;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul
    > li
    > a
    span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul
    > li
    > a:hover
    span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .full-width-header .rs-header .menu-area.menu-sticky.sticky {
    background: #0b8303;
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  .rs-progressbar-video .progressbar-area {
    max-width: 620px;
  }
}
@media only screen and (max-width: 991px) {
  .rs-process-section {
    display: none;
  }

  .full-width-header .rs-header .menu-area .logo-area a {
    position: inherit !important;
  }
  .full-width-header .rs-header .menu-area .logo-area a img {
    max-width: 60%;
  }
  .sec-spacer2 {
    padding: 35px 0 20px;
  }
  .rs-home-slider.home2-slider,
  .rs-process-section .process-inner:hover,
  .rs-process-section .process-inner.active,
  .rs-testimonial-section2 .testimonial-part,
  .rs-customer-counter .customer-inner-counter {
    margin-top: 0;
  }
  .rs-process-section .process-inner:hover,
  .rs-process-section .process-inner.active {
    margin-bottom: 0;
  }
  .pt-90 {
    padding-top: 70px;
  }
  .mpt-80,
  .pt-100 {
    padding-top: 80px !important;
  }
  .pb-60 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 70px !important;
  }
  .pb-100,
  .rs-team-section.pb-170 {
    padding-bottom: 80px !important;
  }
  .mpt-75 {
    padding-top: 75px;
  }
  .mmt-30 {
    margin-top: 30px;
  }
  .mmt-40 {
    margin-top: 40px;
  }
  .mmt-60 {
    margin-top: 60px !important;
  }
  .mmb-30 {
    margin-bottom: 30px;
  }
  .mmb-40 {
    margin-bottom: 40px;
  }
  .mmb-60 {
    margin-bottom: 60px;
  }
  .pb-70 {
    padding-bottom: 50px !important;
  }
  .pt-95 {
    padding-top: 75px;
  }
  .rs-process-section .no-gutters {
    margin-top: 30px;
  }
  .newsletter-section.pb-170 {
    padding-bottom: 80px !important;
  }
  .rs-about-school.pt-120 {
    padding-top: 75px !important;
  }
  .rs-partner.negative-margin {
    margin-top: -35px;
  }
  .hidden-md,
  .dots-bg,
  .dots-bg-right,
  .rs-title p br,
  .rs-title2 p br,
  .rs-testimonial-section2 .primary-bg-left,
  .counter-top-area .rs-counter-list:before,
  .rs-testimonial-section2 .testimonial-part:after,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-desc br,
  .rs-header
    .rs-menu
    ul.mega-menu
    .mega-menu-container
    .single-megamenu
    .sub-menu-close {
    display: none;
  }
  .rs-title h2,
  .rs-title2 h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .dots-bg,
  .dots-bg-right {
    bottom: -70px;
  }
  .about-images img,
  .rs-testimonial-section2 .secondary-bg-right {
    width: 100%;
  }
  .inner-page .logo-area {
    position: absolute;
    top: 14px;
  }
  .full-width-header .rs-header.inner-page .get-btn {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 7px;
  }
  .inner-page .display-flex-center {
    display: block;
  }

  .full-width-header .rs-header.inner-page .menu-area.menu-sticky {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .rs-home-slider.home2-slider .content-inner2 .slider-text,
  .rs-home-slider.home2-slider .content-inner2 .slider-text:after {
    background: transparent;
  }
  .full-width-header .rs-header.transparent-header {
    position: relative;
  }
  .full-width-header .rs-header .menu-area.menu-sticky.sticky {
    -webkit-animation: 0ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0ms ease-in-out 0s normal none 1 running fadeInDown;
  }
  .full-width-header .rs-header .menu-area.menu-sticky.sticky,
  .full-width-header .rs-header .menu-area .background-white,
  .full-width-header .rs-header .menu-area.menu-sticky {
    background: #030749;
    position: relative;
    padding: 0;
  }
  .full-width-header .topbar-section .right-text .social-link {
    padding-right: 30px;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: block;
    margin-right: 0;
  }
  .ipad-center {
    text-align: center;
  }
  .rs-header .search-bar,
  .rs-home-slider.home2-slider .content-inner2 .slider-text,
  .full-width-header .rs-header .menu-area .secondary-background,
  .full-width-header .rs-header .right-bar-icon ul > li.cart-inner,
  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner .breadcrumbs-text,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li,
  .full-width-header
    .rs-header.header-style-3
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    > li {
    padding: 0;
  }
  .home-one .full-width-header .rs-header .right-bar-icon ul > li.cart-inner,
  .home-two .full-width-header .rs-header .right-bar-icon ul > li.cart-inner {
    padding: 15px 20px;
  }

  .rs-header .search-bar {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
  }
  .home-one .rs-header .search-bar,
  .home-two .rs-header .search-bar {
    top: 0;
  }
  .header-style-3 .search-bar {
    top: 3px;
    width: 100%;
  }
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    padding-bottom: 0;
    background-color: #494949;
  }
  .full-width-header
    .rs-header
    .menu-area
    .main-menu
    .rs-menu
    ul.mega-menu
    .mega-menu-container
    .single-megamenu {
    width: 100%;
    float: none;
  }
  .full-width-header .rs-header.header-style-3 .menu-area.menu-sticky {
    background: #0b8303;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-width-header .rs-header.header-style-3 .main-menu {
    position: relative;
  }
  .rs-home-slider.rs-home-slider .content-inner2,
  .rs-breadcrumbs .breadcrumbs-image .breadcrumbs-inner {
    top: 50%;
  }
  .rs-services-section .service-tabs-area .tab-content-area {
    padding-left: 0;
  }
  .rs-progressbar-video .progressbar-area {
    padding: 75px 40px 60px;
  }
  .footer-top .row > [class*="col-"] + [class*="col-"] {
    margin-top: 40px;
  }
  .rs-footer .footer-top .footer-title {
    margin-bottom: 30px;
  }
  .video-section-area .image-here {
    padding: 200px 0;
  }
  .rs-services-section-2 .rs-customer-logo ul {
    text-align: left;
  }
  .full-width-header
    .rs-header.header-style-3
    .header-mid-section
    .right-bar-icon {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .full-width-header .header-style-3 .right-bar-icon .rs-search {
    padding-left: 15px;
    margin-left: 10px;
  }
  .full-width-header .rs-header.header-style-3 .header-mid-section {
    display: block;
    width: 100%;
    text-align: right;
  }
  .rs-header.header-style-3 .header-mid-section .nav-menu {
    background: #494949;
    margin-top: 17px;
  }
  .rs-cta-section .cta-title,
  .rs-cta-section .read-more,
  .rs-testimonial-section2 .rs-title2 {
    text-align: center !important;
  }
  .rs-testimonial-section2 .secondary-bg-right {
    top: 0;
  }
  .rs-breadcrumbs
    .breadcrumbs-image
    .breadcrumbs-inner
    .breadcrumbs-text
    .breadcrumbs-title {
    font-size: 36px;
  }
  .rs-checkout .full-grid .payment-method .bottom-area {
    text-align: left;
  }

  .rs-title2.text-center.gallery {
    margin-left: unset;
  }
  .sn-gallery .view-all-service.text-right.mb-left {
    margin-top: -20px;
  }

  .rs-menu {
    display: none!important;
  } 
}

@media only screen and (max-width: 767px) {
  .cont-btns a {
    margin-bottom: 0px;
    display: block;
  }
  .hidden-sm,
  .rs-home-slider.rs-home-slider .owl-nav {
    display: none;
  }
  body .mb-left {
    text-align: left !important;
  }
  body .mb-center,
  .full-width-header .topbar-section,
  .full-width-header .topbar-section .text-right,
  .footer-bottom .footer-logo,
  .footer-bottom .copyright {
    text-align: center !important;
  }
  .full-width-header .topbar-section .right-text .social-link,
  .full-width-header .topbar-section .right-text .get-qoute {
    float: none;
    display: inline-block;
  }
  .full-width-header .topbar-section .right-text .social-link {
    margin-top: 6px;
    padding-right: 0;
    padding-left: 10px;
  }

  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .readon {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .rs-services-section .nav-pills li {
    width: 100%;
  }
  .full-width-header
    .rs-header.header-style-3
    .menu-area
    .main-menu
    .rs-menu
    ul.nav-menu
    > li
    > a {
    padding-left: 20px;
  }
  .rs-cta-section .cta-title h2,
  .counter-top-area .rs-counter-list .rs-counter,
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title,
  .rs-breadcrumbs
    .breadcrumbs-image
    .breadcrumbs-inner
    .breadcrumbs-text
    .breadcrumbs-title {
    font-size: 30px;
  }
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-subtitle {
    margin-bottom: 10px;
  }
  .rs-home-slider.rs-home-slider .content-inner2 .slider-text .sl-title {
    line-height: 40px;
    margin-bottom: 15px;
  }
  .counter-top-area .rs-counter-list .icon-left i:before {
    font-size: 50px;
  }
  .counter-top-area .rs-counter-list,
  .rs-cart .cart-body .cart-detail table tr td {
    display: block;
  }
  .counter-top-area .rs-counter-list {
    text-align: center;
  }
  .counter-top-area .rs-counter-list .icon-left {
    padding: 0 0 30px;
  }
  .newsletter-section .subscribe-text .title {
    font-size: 22px;
  }
  .newsletter-section .subscribe-inner .subscribe-form h2 {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .newsletter-section .subscribe-form {
    margin-top: 26px;
  }
  .process-item-section3 .proces-item {
    padding-right: 0;
  }
  .rs-faq-section .submit-form,
  .rs-services-section-2 .construction-message {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rs-services-section-2 .rs-customer-logo ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bottom .text-right {
    margin-top: 10px;
  }
  .rs-services-section-2 .rs-customer-logo ul li {
    padding: 30px 0;
    width: 24%;
  }
  .rs-contact .contact-form1 {
    margin-bottom: 0;
  }
  .rs-cart .cart-body .cart-detail table tr th {
    display: none;
  }
  .rs-checkout .full-grid .payment-method .bottom-area {
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .rs-breadcrumbs .breadcrumbs-image img {
    min-height: 120px;
  }
  .sidebar-area .serivce-brochure {
    padding: 20px 20px 30px;
  }
  .sidebar-area .serivce-brochure .title {
    margin-bottom: 10px;
  }
  .rs-contact .contact-form1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .rs-cart .cart-body .cart-detail .action .cupon form input,
  .rs-cart .cart-body .cart-detail .action .cupon form .apply-cupon,
  .rs-cart .cart-body .cart-detail .action span .update-cart {
    width: 100%;
    display: block;
  }
  .rs-cart .cart-body .cart-detail .action .cupon form input,
  .rs-cart .cart-body .cart-detail .action .cupon form .apply-cupon {
    margin-bottom: 20px;
  }
  .rs-cart .cart-body .cart-detail .action span {
    float: none;
  }

  .footer-top .row > [class*="col-6"] + [class*="col-6"] {
    margin-top: 0;
  }
  .contact-f {
    padding: 10px 20px 3px 20px;
    margin-bottom: 25px;
    margin-top: -210px;
  }

  input[type="text"] {
    padding: 6px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  textarea {
    padding: 6px;
    height: 90px;
    font-size: 12px;
  }
  .contact-f .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .contact-f .col-lg-9 .col-6 {
    padding: 0;
  }
  .textarea-m {
    margin-left: 50%;
    margin-top: -52px !important;
  }
  .footer-bottom .copyright {
    text-align: unset !important;
  }
  .copyright p {
    font-size: 10px !important;
  }
  .footer-bottom a span {
    font-size: 10px !important;
  }
  .footer-bottom .text-align {
    text-align: unset !important;
  }
  .rs-footer .footer-bottom {
    padding: 4px 0;
  }
  .footer-top .b-footer > [class*="col-"] + [class*="col-"] {
    margin-top: 0 !important;
  }
  .rs-footer .footer-top .footer-title {
    margin-bottom: 12px;
  }
  .enquiry_btn {
    display: none;
  }
  .footer-top h5 {
    font-size: 15px;
  }
  .rs-footer .footer-top .footer-menu ul li {
    padding: 3px 0 3px 15px;
  }
  #scrollUp {
    bottom: 25px;
    right: 10px;
  }
  .rs-footer .footer-top .footer-address li + li {
    margin-top: 10px;
  }
  .rs-footer .footer-top {
    padding-bottom: 20px;
  }
  .footer-info.mb-50 {
    margin-bottom: 0 !important;
  }
  .rs-footer .footer-top .about-widget .social-links {
    padding: 20px 0;
  }
  .col-lg-3.offset-lg-1.single-footer-column.mb-md-30.col-4 {
    padding: 0 0 0 18px;
  }
  .topbar-section {
    display: none;
  }
  .mob-l {
    display: none;
  }
  .header-style-3 .search-bar {
    margin-top: -20px !important;
  }
  .banner-con {
    display: none;
  }
  .banner-home img {
    height: 200px;
  }
  .about-left-image {
    display: none;
  }
  .a-pa {
    padding: 0px 18px;
  }
  .rs-about-school.pt-90.pb-80.clearfix {
    padding-top: 45px;
    padding-bottom: 40px !important;
  }
  .rs-title3 h2 {
    font-size: 23px;
    text-align: unset !important;
  }
  .rs-title3 span {
    margin: 0;
  }
  .rs-title3.margin-0 .mb-10 {
    margin-bottom: 0px !important;
  }
  .rs-about-school .col-lg-6.pl-5.pr-3 {
    padding: 20px 18px !important;
  }
  .pt-70,
  .direc-m {
    padding-top: 40px;
  }
  .pb-70,
  .direc-m {
    padding-bottom: 40px;
  }
  .rs-quality-services .view-all-service.text-right.mb-left {
    margin-left: 50%;
    margin-top: -55px;
  }
  .newsletter-section .subscribe-text .title {
    font-size: 18px;
  }
  .pb-90 {
    padding-bottom: 40px !important;
  }
  .pt-95 {
    padding-top: 40px !important;
  }
  .pt-60 {
    padding-top: 40px !important;
  }
  .bg-footer.pt-95.pb-90.bg999 {
    padding-top: 100px !important;
  }
  .rs-title h2,
  .rs-title2 h2 {
    font-size: 23px;
    line-height: 0px !important;
    margin-bottom: 40px !important;
  }
  .d-message-co p {
    line-height: 1.4;
  }
  .d-message-co h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .d-name span {
    font-size: 16px;
  }
  .message-card-main {
    padding: 10px 30px;
  }
  .message-card::after {
    top: -10px;
    left: -20px;
  }
  .message-card::before {
    top: 10px;
    left: 20px;
  }
  .d-message-co {
    padding: 10px 15px;
  }
  .d-message-im {
    height: auto;
  }
  .d-desk {
    display: none;
  }
  .g-mob {
    display: unset;
  }
  .product-grid {
    margin: 5px;
  }

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

  .full-width-header .rs-header-top .header-contact .widget-text {
    padding-left: 25px;
  }
  .full-width-header .rs-header-top .header-contact .widget-text .info-text {
    font-size: 13px;
  }
  .full-width-header .rs-header-top .header-contact .widget-text i:before {
    font-size: 16px;
  }
  .full-width-header .rs-header-top .left-section .header-contact {
    margin-right: 20px;
  }
  .header-information.left-section.display-flex {
    margin-right: -20px;
  }
  .full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
    height: 40px;
    line-height: 40px;
  }
  .full-width-header .rs-header.header-style-3:before {
    width: 10%;
    height: 40px;
  }
  .full-width-header .rs-header.header-style-3 .header-contact {
    padding: 8px 0 8px;
  }
  .full-width-header .rs-header.header-style-3 .rs-header-top .office-time {
    max-width: 170px;
  }
  .full-width-header .rs-header.header-style-3 .header-mid-section {
    text-align: unset;
  }

  .rs-menu-toggle{
    padding: 0;
  }
 
  .rs-menu-toggle i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: -32px;
    right: 0;
  }
  .full-width-header .rs-header.header-style-3 .menu-area.menu-sticky {
    padding: 0;
  }

  .container-fluid {
    padding: 0 10px;
  }
  .m-cap-L span {
    font-size: 16px;
  }
  .m-cap-L {
    padding: 8px 0;
    margin-right: 8px;
  }
  .m-cap-R {
    padding: 8px 0;
    margin-left: -35px;
  }
  .m-cap-R::before {
    padding: 21px 30px;
  }
  .main-marq {
    bottom: -20px;
  }
  .main-marq .col-lg-11.col-9 {
    padding-right: 0 !important;
  }
  .comma {
    display: none;
  }

  .m-logo img{
    width: 52px;
    display: block;
  }

  .rs-header.header-style-3 h1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 0px;
    padding: 32px 0 32px 13px;
    letter-spacing: 0px;
    color: #fff;
}

  .full-width-header .rs-header.header-style-3 {
    background: #0b8303;
    position: fixed;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
      rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .main-banner {
    margin-top: 64px;
  }

  .menu-item-has-children > a > span::after {
    display: none;
  }
  .aboutcentre {
    font-size: 16px;
  }

  .bradcrumb-ttl span:not(:last-child)::after {
    width: 16px;
    height: 16px;
    margin-left: 5px;
  }
  .breadcrumb-hdg h5 {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .bradcrumb-ttl {
    font-size: 12px;
    gap: 5px;
  }
  .sn-gallery.pt-80.pb-60 {
    padding-top: 60px;
  }

  .breadcrumb-img {
    padding: 25px 0;
    margin-top: 64px;
  }

  .inner-p-shdw {
    padding: 15px;
  }

  .inner-p-shdw .col-lg-12.pl-5 {
    padding: 18px 18px 0 18px !important;
  }
  .inner-p-shdw .col-lg-12.pt-5 {
    padding: 18px 18px 0 18px !important;
  }

  .rs-title2.contact-us {
    text-align: left;
  }

  .contact-map {
    display: none;
  }

  .contact-map2 {
    display: block;
  }
  .contact-map2 iframe {
    height: 200px;
    margin-top: 25px;
    width: 100%;
  }
  .rs-my-account .regi-side {
    padding: 25px;
    margin-top: 25px;
  }
  .rs-my-account .regi-side form.register-form label.input-label {
    margin-bottom: 5px;
    margin-top: 0px;
  }

  .inner-facilities .mb-40 {
    margin-bottom: unset !important;
  }

  .inn-message-img {
    margin-bottom: 20px;
  }

  .pt-100 {
    padding-top: 50px !important;
  }

  .inner-p-shdw.inn-m {
    padding-top: 25px;
  }

  .inner-p-shdw.inn-m h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .scroll-message {
    scroll-margin-top: 80px;
  }
  .t-img > .col-lg-4:not(:last-child){
    margin-bottom: 10px;
  }
  .rs-about-school h5{
    font-size: 15px;
  } 
  /* .rs-menu-toggle-open+.rs-menu {
    display: block;
  } */
}

@media only screen and (min-width: 576px) {
  .contact-map2 {
    display: none;
  }
  .m-logo img{
    display: none;
  }
}

.invalid-feedback {
  margin-top: -10px !important;
}

.rs-menu.show {
  display: block!important;
}

.sub-menu {
  display: none;
}

.sub-menu.visible {
  display: block;
}
.rotate-180 {
  transform: rotate(180deg)!important;
  transition: transform 0.3s; /* Optional: for a smooth transition */
}