* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html {
  scroll-padding: 100px 0 0 0;
}

.wpcf7-not-valid-tip {
  color: #000;

  font-size: 1em;

  font-weight: normal;

  display: block;
  margin: 0 0 10px 0;
}

@font-face {
  font-family: agenorneue;

  src: url(../fonts/AgenorNeue-Regular.otf);
}

@font-face {
  font-family: agenorneue-semibold;

  src: url(../fonts/Fontspring-DEMO-agenorneue-semibold.otf);
}

@font-face {
  font-family: poppins;

  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins-medium;

  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: poppins-semibold;

  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: poppins-light;

  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: mulish;

  src: url(../fonts/Mulish-Regular.ttf);
}

:root {
  --primary-color: #99c73c;

  --secondary-color: #235baa;

  --tertiary-color: #fff;

  --fourth-color: #000;
}

a,
button,
input[type="submit"] {
  transition: all 0.5s;

  text-decoration: none;

  font-family: agenorneue;

  font-size: 19px;
}

h1 {
  font-family: agenorneue-semibold;

  font-size: 68px;

  margin: 0;
}

h2 {
  font-family: agenorneue-semibold;

  font-size: 35px;

  margin: 0;

  color: var(--secondary-color);
}

h3,
h4,
h6 {
  font-family: agenorneue;

  margin: 0;
}

h5 {
  font-family: poppins;

  font-size: 18px;

  text-transform: uppercase;

  margin: 0 0 10px 0;

  color: var(--primary-color);

  position: relative;

  display: inline-block;

  padding: 0 60px;
}

.subhead {
  display: inline-block;
}

.subhead::before {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  width: 50px;

  height: 2px;

  background: var(--primary-color);
}

.subhead::after {
  content: "";

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0;

  width: 50px;

  height: 2px;

  background: var(--primary-color);
}

.custom-btn {
  padding: 10px 30px;

  border-radius: 0;

  overflow: hidden;

  position: relative;

  transition: all 0.5s ease;

  z-index: 0;

  display: inline-block;
}

.custom-btn:after {
  content: "";

  background: var(--secondary-color);

  position: absolute;

  transition: all 0.3s ease-in;

  z-index: -1;

  height: 100%;

  left: -35%;

  top: 0;

  transform: skew(30deg);

  transition-duration: 0.6s;

  transform-origin: top left;

  width: 0;
}

.custom-btn:hover:after {
  height: 100%;

  width: 135%;
}

p,
li,
input,
select,
textarea {
  color: #605e5e;

  font-family: poppins-light;

  font-size: 16px;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;

  margin: 0;

  list-style: none;
}

ol {
  padding: 0;

  margin: 0;

  list-style: none;
}

img {
  height: auto;
}

/*  */

.custom-margin {
  margin: 60px 0;
}

.padd {
  padding: 60px 0;
}

.margin-sec {
  margin: 0 0 60px 0;
}

.header {
  width: 100%;
}

.top-bar {
  width: 100%;

  padding: 10px 0;
}

.nav-top {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.logo-top {
  width: 15%;
}

.logo-top img {
  width: 100%;
}

.nav-list {
  width: 80%;

  display: flex;

  justify-content: flex-end;
}

.nav-info {
  display: flex;

  justify-content: space-between;

  align-items: center;

  width: 30%;
}

.nav-info:last-child{
  display: none;
}

.top-icon {
  width: 50px;

  height: 50px;

  border-radius: 50%;

  border: 2px solid var(--secondary-color);

  color: var(--secondary-color);

  display: grid;

  place-items: center;

  font-size: 25px;

  transition: all 0.5s;

  cursor: pointer;
}

.top-text {
  width: calc(100% - 65px);
}

.top-text {
  display: flex;

  flex-direction: column;
}

.top-text h5 {
  margin: 0;

  color: #686867;

  font-size: 14px;

  text-transform: capitalize;

  padding: 0;
}

.top-text a {
  color: var(--fourth-color);

  font-size: 15px;
}

.top-text p {
  font-family: agenorneue;

  color: var(--fourth-color);

  font-size: 15px;

  cursor: text;
}

.nav-info:hover .top-icon {
  background: var(--primary-color);

  color: var(--tertiary-color);

  border: none;
}

.nav-info:hover .top-text a {
  color: var(--secondary-color);
}

/* topbar ends */

.nav-bar {
  width: 100%;
}

.nav-flex {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0 50px 0 50px;

  background: var(--primary-color);
}

.logo {
  width: 20%;

  display: none;
}

.logo img {
  width: 60%;
}

.menu {
  width: 100%;
}

.menu ul {
  display: flex;

  justify-content: center;

  align-items: center;
}

.menu ul li {
  position: relative;

  color: var(--tertiary-color);

  display: inline-block;

  margin: 0 50px 0 0;

  transition: all 0.5s;
}

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

.menu ul li a {
  color: var(--tertiary-color);
  padding: 10px 0;
  display: inline-block;
}

.menu ul li:hover {
  color: var(--secondary-color);
}

.menu ul li a:hover {
  color: var(--secondary-color);
}

.menu ul li.active {
  color: var(--secondary-color);
}

.menu ul li.active a {
  color: var(--secondary-color);
}

.click-btn {
  position: absolute;

  top: 13px;

  right: -20px;

  cursor: pointer;
}

ul.sub-menu {
  position: absolute;

  z-index: 999;

  display: flex;

  flex-direction: column;

  width: 250px;

  padding: 10px;

  text-align: left;

  align-items: flex-start;

  left: 0;

  background: var(--tertiary-color);

  border-radius: 8px;

  display: none;
  box-shadow: 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top: none;
}

/* .menu ul li:hover ul.sub-menu {
  display: block;
} */

ul.sub-menu li {
  margin: 0 0 5px 0;

  width: 100%;

  padding: 0;

  display: block;

  cursor: pointer;
}

ul.sub-menu li:last-child {
  margin: 0;
}

ul.sub-menu li a {
  color: var(--fourth-color);

  font-size: 15px;

  padding: 10px;

  display: block;

  width: 100%;

  border-radius: 5px;
}

ul.sub-menu li a:hover {
  color: var(--tertiary-color);

  background: var(--secondary-color);

  padding: 10px 10px 10px 20px;
}

.mobile-menu {
  display: none;
}

.sticky {
  width: 100%;

  left: 0;

  top: 0;

  position: fixed;

  animation: slidetop 1s linear;

  z-index: 9999;

  background: var(--primary-color);
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}

/* header ends */

.sticky .nav-flex {
  padding: 0;
}

.sticky .nav-flex .logo {
  display: block;
  margin: 10px 0;
}

.sticky .nav-flex .menu {
  width: 70%;
}

.sticky .nav-flex .menu ul {
  justify-content: flex-end;
}

.sticky .nav-flex .menu ul li {
  padding: 0;
}

.sticky .nav-flex .menu ul li a {
  padding: 10px 0;
}

.sticky .nav-flex .menu ul li ul.sub-menu li a {
  padding: 10px;
}

.sticky .nav-flex .menu ul li ul.sub-menu li a:hover {
  padding: 10px 10px 10px 20px;
}

.slider {
  width: 100%;
  position: relative;
}

.banner {
  width: 100%;

  position: relative;

  height: 550px;
}

.banner img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.zoom-in-effect {
  animation: zoomIn 20s ease-in-out infinite;
}

@keyframes zoomIn {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.5, 1.5);
  }
}

.banner-cont {
  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.4);

  position: absolute;

  top: 0;

  left: 0;

  padding: 8% 0 0 0;
}

.banner-cont .subhead::after {
  display: none;
}

.banner-cont .subhead {
  color: var(--tertiary-color);

  padding: 0 0 0 80px;
}

.banner-cont .subhead::before {
  width: 70px;

  background: var(--tertiary-color);
}

.banner-cont h1 {
  color: var(--tertiary-color);
}

.banner-cont h1 span {
  color: var(--primary-color);
}

.banner-cont p {
  margin: 10px 0 0 0;

  width: 60%;

  color: var(--tertiary-color);
}

.banner-cont .custom-btn {
  color: var(--tertiary-color);

  background: var(--primary-color);

  font-size: 15px;

  margin: 25px 0 0 0;
}

.slider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 23px;
  border-radius: 50%;
  background: var(--primary-color) !important;
  color: var(--tertiary-color) !important;
  z-index: 999;
  cursor: pointer;
}

.slider .owl-prev:hover {
  background: var(--secondary-color) !important;
}

.slider .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 23px;
  border-radius: 50%;
  background: var(--primary-color) !important;
  color: var(--tertiary-color) !important;
  z-index: 999;
  cursor: pointer;
}

.slider .owl-next:hover {
  background: var(--secondary-color) !important;
}

.about-box {
  width: 100%;
}

.about-text {
  width: 100%;
}

.about-text p {
  margin: 15px 0 0 0;
}

.about-info {
  margin: 10px 0 0 0;
}

.about-icon {
  width: 60px;

  height: 60px;

  background: var(--primary-color);
}

.about-icon img {
  width: 35px;
}

.about-icontext {
  width: calc(100% - 80px);
}

.about-icontext p {
  margin: 0;
}

.about-text a {
  padding: 5px 15px;

  background: var(--secondary-color);

  font-size: 17px;
}

.about-text a.custom-btn::after {
  background: var(--primary-color);
}

.about-image {
  width: 100%;

  height: 100%;

  overflow: hidden;

  cursor: pointer;
}

.about-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.8s;
}

.about-image:hover img {
  transform: scale(1.2);
}

.counter-box {
  width: 100%;

  background: var(--secondary-color);
}

.counter-box .row .col-lg-3 {
  position: relative;
}

.counter-box .row .col-lg-3:not(:last-child)::before {
  content: "";

  position: absolute;

  top: 0;

  left: 85%;

  width: 2px;

  height: 100%;

  background: var(--tertiary-color);
}

.count-icon {
  width: 60px;
}

.count-icon img {
  width: 100%;

  filter: invert(1);
}

.count-text {
  width: calc(100% - 80px);
}

.count-head span {
  font-size: 35px;

  font-family: poppins-semibold;
}

.count-text p {
  font-size: 18px;

  font-family: agenorneue;
}

.service-box {
  margin: 60px 0 70px 0;
}

.service {
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.service-image {
  width: 100%;

  height: 300px;

  overflow: hidden;

  position: relative;

  cursor: pointer;
}

.service-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.8s;
}

.service-abso {
  width: 100%;

  height: 100%;

  position: absolute;

  top: 100%;

  opacity: 0;

  left: 0;

  background: rgba(0, 0, 0, 0.6);

  transition: all 0.5s;
}

.service-abso p {
  font-size: 15px;

  padding: 0 30px;
}

.service-btn {
  width: 80%;

  position: absolute;

  bottom: -25px;

  padding: 15px 30px;

  left: 50%;

  transform: translateX(-50%);

  background: var(--secondary-color);

  font-size: 20px;

  font-family: poppins-medium;
}

.service:hover .service-abso {
  top: 0;

  opacity: 1;
}

.service-btn:hover {
  background: var(--primary-color);
}

.brand-box {
  width: 100%;
  background: #e0e0e0;
}

.brand-slider {
  width: 100%;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.brand-slider .item {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.brand {
  text-align: center;
}

.brand img {
  width: 70% !important;
  display: inline-block !important;
  filter: grayscale(1);
  cursor: pointer;
}

.brand img:hover {
  filter: grayscale(0);
}

.footer {
  width: 100%;

  background: var(--secondary-color);

  padding: 60px 0 30px 0;
}

.footer-image {
  width: 100%;
}

.footer-image img {
  width: 50%;
}

.footer-image p {
  color: var(--tertiary-color);

  margin: 20px 0 0 0;
}

.footer-icon {
  width: 100%;

  margin: 30px 0 0 0;
}

.footer-icon ul {
  display: inline-block;
}

.footer-icon ul li {
  display: inline-block;

  margin: 0 5px 0 0;
}

.footer-icon ul li a {
  padding: 0;

  display: grid;

  place-items: center;

  width: 35px;

  height: 35px;

  background: var(--primary-color);

  color: var(--tertiary-color);

  font-size: 17px;
}

.footer-icon ul li a:hover {
  background: var(--tertiary-color);

  color: var(--secondary-color);
}

.footer-second {
  padding: 0 0 0 25%;
}

.footer-third {
  padding: 0 0 0 15%;
}

.footer-link {
  width: 100%;
}

.footer-link h3 {
  font-size: 25px;

  color: var(--tertiary-color);

  margin: 0 0 20px 0;

  position: relative;

  padding: 0 0 10px 0;

  display: inline-block;
}

.footer-link h3::before {
  content: "";

  width: 50px;

  height: 1px;

  background: var(--primary-color);

  position: absolute;

  bottom: 0;

  left: 0;
}

.footer-link ul li {
  margin: 0 0 10px 0;
}

.footer-link ul li:last-child {
  margin: 0;
}

.footer-link ul li a {
  position: relative;

  padding: 0 0 0 30px;

  display: inline-block;

  color: var(--tertiary-color);

  font-family: poppins;

  font-size: 15px;
}

.footer-link ul li a::before {
  position: absolute;

  content: "➤";

  left: 0;

  top: 0;

  color: var(--primary-color);

  transition: 0.5s;
}

.footer-link ul li a:hover {
  color: var(--primary-color);
}

.footer-link ul li a:hover::before {
  color: var(--tertiary-color);
}

.footer-contact h3 {
  font-size: 25px;

  color: var(--tertiary-color);

  margin: 0 0 20px 0;

  position: relative;

  padding: 0 0 10px 0;

  display: inline-block;
}

.footer-contact h3::before {
  content: "";

  width: 50px;

  height: 1px;

  background: var(--primary-color);

  position: absolute;

  bottom: 0;

  left: 0;
}

.footer-input {
  width: 100%;

  position: relative;

  border-bottom: 1px solid var(--tertiary-color);

  padding: 0 0 15px 0;

  overflow: hidden;

  transition: all 0.1s;
}

.footer-input input {
  width: 100%;

  outline: none;

  border: none;

  background: none;

  font-size: 15px;

  color: var(--tertiary-color);
}

.footer-input input::placeholder {
  opacity: 1;

  color: var(--tertiary-color);
}

.footer-input button {
  border: none;

  outline: none;

  width: 35px;

  height: 35px;

  font-size: 17px;

  background: var(--primary-color);

  color: var(--tertiary-color);

  position: absolute;

  right: 0;

  top: 0;

  transition: all 0.1s;

  /* display: none; */
}

.footer-input button:hover {
  background: var(--tertiary-color);

  color: var(--secondary-color);
}

/* .footer-input:hover {
  padding: 0 0 15px 0;
} */

/* .footer-input:hover button {
  top: 0;

  display: inline-block;
} */

.footer_copyright {
  width: 100%;

  padding: 15px 0;

  text-align: center;

  border-top: 2px solid rgba(255, 255, 255, 0.5);

  background: var(--secondary-color);
  margin: 0 0 75px 0;
}

.footer_copyright p {
  margin: 0;

  color: var(--tertiary-color);

  font-family: poppins;
}

.footer_copyright p a {
  font-family: poppins;
  color: var(--tertiary-color) !important;
  font-size: 16px;
}

.footer_copyright p a:hover {
  color: var(--primary-color) !important;
}

.footer-bottom {
  width: 100%;
  padding: 20px 0;
  background: var(--primary-color);
}

.foot-sticky {
  position: fixed;

  bottom: 0;

  left: 0;

  z-index: 999;

  width: 100%;

  animation: foot-stick 1s linear;
}

@keyframes foot-stick {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.footer-bottom-flex {
  width: 100%;
}

.footer-bottom-flex form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-bottom-text {
  width: 30%;
}

.footer-bottom-text h3 {
  font-size: 24px;
}

.footer-bottom-input {
  width: 15%;
  margin: 0 30px 0 0;
}

.footer-bottom-input input {
  width: 100%;

  padding: 5px 10px;

  border: none;

  outline: none;

  color: var(--fourth-color);

  font-family: agenorneue;
  font-size: 15px;
}

.footer-bottom-submit {
  text-align: right;
}

.footer-bottom-submit .submit-btn {
  padding: 5px 30px;

  background: var(--secondary-color);

  color: var(--tertiary-color);

  border: none;

  outline: none;

  font-size: 15px;
}

.footer-bottom-submit .submit-btn:hover {
  color: var(--secondary-color);

  background: var(--tertiary-color);

  animation: shake 0.5s infinite alternate;
}

@keyframes shake {
  0% {
    transform: rotate(-5deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }

  100% {
    transform: rotate(-5deg);
  }
}

.scroll_top {
  width: 40px;

  height: 40px;

  background: var(--fourth-color);

  color: var(--tertiary-color);

  font-size: 17px;

  border-radius: 50%;

  display: grid;

  place-items: center;

  position: fixed;

  right: 20px;

  bottom: 10px;

  z-index: 9999;

  transition: all 0.4s;

  cursor: pointer;
	
	display:none;
}

.scroll_top:hover {
  background: var(--primary-color);
}

/* index css ends */

.inner-banner {
  width: 100%;

  height: 350px;

  position: relative;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  background-position: top center;
}

.about-banner-cont {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  padding: 13% 0 0 0;

  color: var(--tertiary-color);
}

.about-banner-cont .breadcrumb {
  display: inline-block;
}

.about-banner-cont .breadcrumb-item {
  display: inline-block;

  font-size: 15px;

  font-family: poppins;
}

.about-banner-cont .breadcrumb-item i {
  color: #adc9f1;

  margin: 0 5px;

  font-size: 14px;

  vertical-align: middle;
}

.about-banner-cont .breadcrumb-item a {
  display: inline-block;

  font-size: 15px;

  font-family: poppins;
}

.about-banner-cont .breadcrumb-item a:hover {
  color: var(--primary-color) !important;

  font-family: poppins-semibold;
}

.about-banner-cont .breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.about-banner-cont .breadcrumb-item + .breadcrumb-item {
  padding: 0;
}

.about-banner-cont .breadcrumb-item.active {
  color: var(--primary-color);
}

/* inner banner css ends */

.form-popup {
  width: 70%;

  position: fixed;

  left: 50%;

  top: 58%;

  opacity: 0;

  transform: translate(-50%, -50%) scale(1.25);

  width: 400px;

  padding: 20px 30px 30px 30px;

  background-color: #fff;

  border-radius: 5px;

  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);

  transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 0ms,
    transform 200ms ease-in-out 0ms;

  z-index: -1;
}

.form-popup.active {
  top: 58%;

  opacity: 1;

  z-index: 9999;

  transform: translate(-50%, -50%) scale(1);

  transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms,
    transform 200ms ease-in-out 0ms;
}

.close_btn {
  position: absolute;

  top: 10px;

  right: 10px;

  color: var(--primary-color);

  text-align: center;

  line-height: 15px;

  border-radius: 15px;

  cursor: pointer;
}

.form-popup h2 {
  font-size: 35px;

  margin: 0;

  color: var(--primary-color);
}

.form-popup form {
  margin: 30px 0 0 0;
}

.form-popup p {
  margin: 0;
}

.form-popup br {
  display: none;
}

.popup-input {
  width: 100%;

  height: 40px;

  padding: 10px;

  font-size: 13px;

  color: #a5a5a5;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 20px 0;
}

.popup-input:focus {
  border-color: var(--primary-color);
}

.popup-select {
  width: 100%;

  height: 40px;

  padding: 10px;

  font-size: 13px;

  color: #cccccc;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 20px 0;
}

.popup-select:focus {
  border-color: var(--primary-color);
}

.popup-area {
  width: 100%;

  height: 70px;

  padding: 10px;

  font-size: 13px;

  color: #a5a5a5;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 20px 0;
}

.popup-area:focus {
  border-color: var(--primary-color);
}

.popup-submit {
  display: inline-block;

  width: 100%;

  padding: 10px 0;

  border: none;

  outline: none;

  font-size: 14px;

  background-color: var(--primary-color);

  color: var(--tertiary-color);

  cursor: pointer;

  transition: all 0.5s;

  border-radius: 10px;

  font-family: poppins-bold !important;
}

.popup-submit:hover {
  background-color: var(--secondary-color);
}

/* form popup css ends */

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

.inner-service-box.custom-margin {
  margin: 60px 0 20px 0;
}

.inner-service-flex .service {
  /* width: 24%; */
  width: 100%;
  margin: 0 0 80px 0;
}

/* service css ends */

.contact-image {
  width: 100%;
}

.contact-flex {
  width: 32%;

  padding: 20px;

  flex-wrap: wrap;

  border: 1px solid #e5e5e5;
}

.contact-icon {
  width: 60px;

  height: 60px;

  background: var(--secondary-color);

  border-radius: 50%;

  transition: all 0.8s;

  font-size: 30px;
}

.contact-icontext h3 {
  font-size: 25px;
}

.contact-flex:hover {
  background: #bdd1ee;
}

.contact-flex:hover .contact-icon {
  transform: rotateY(180deg);

  background: var(--primary-color);
}

.contact-flex:hover .contact-icontext h3 {
  color: var(--secondary-color);
}

.contact-icontext p {
  font-family: poppins;
}

.contact-icontext a {
  color: var(--fourth-color);

  font-family: poppins;

  font-size: 16px;
}

.contact-icontext a:hover {
  color: var(--tertiary-color);

  font-family: agenorneue;
}

.cont-info {
  margin: 15px 0 0 0;
}

.contact-map {
  width: 95%;

  height: 600px;
}

.contact-map iframe {
  width: 100%;

  height: 100%;
}

.contact-form-box {
  width: 100%;

  background: #e2eeff;
}

.contact-form {
  background: var(--tertiary-color);

  border-radius: 10px;

  border-top: 13px solid var(--primary-color);

  padding: 30px;

  margin: 30px 0 0 0;
}

.contact-form p {
  margin: 0;
}

.contact-form br {
  display: none;
}

.form-flex {
  width: 100%;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.form-input {
  width: 48%;
}

.form-input label {
  font-size: 15px;

  font-family: agenorneue;

  display: block;

  margin: 0 0 10px 0;
}

.form-input input {
  width: 100%;

  padding: 10px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 20px 0;
}

.form-input input:focus {
  border-color: var(--primary-color);
}

.form-input select {
  width: 100%;

  padding: 10px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;


  appearance: none;

  margin: 0 0 20px 0;
}

.form-input select option {
  color: var(--secondary-color);
}

.form-input select:focus {
  border-color: var(--primary-color);
}

.form-service {
  width: 100%;
}

.form-service label {
  font-size: 15px;

  font-family: agenorneue;

  display: block;

  margin: 0 0 10px 0;
}

.form-service select {
  width: 100%;

  padding: 10px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;


  appearance: none;

  margin: 0 0 20px 0;
}

.form-service select option {
  color: var(--secondary-color);
}

.form-service select:focus {
  border-color: var(--primary-color);
}

.form-service textarea {
  width: 100%;

  height: 100px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: #f5f5f5;

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 20px 0;
}

.form-service textarea:focus {
  border-color: var(--primary-color);
}

.form-checkbox {
  width: 100%;

  display: flex;

  align-items: baseline;

  margin: 0 0 20px 0;
}

.form-checkbox input {
  margin: 0 10px 0 0;
}

.form-checkbox label {
  font-family: poppins;

  color: #333;

  font-size: 15px;

  margin: 0;
}

.contact-submit {
  display: inline-block;

  padding: 10px 30px;

  background: var(--primary-color);

  color: var(--tertiary-color);

  font-size: 18px;

  outline: none;

  border: none;

  transition: all 0.5s;

  border-radius: 5px;
}

.contact-submit:hover {
  background: var(--secondary-color);
}

/* contact ends */

.value-box {
  width: 100%;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

  position: relative;
}

.value-box::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);
}

.value-info {
  width: 60%;

  margin: 10px auto 0 auto;
}

.value {
  width: 32%;

  padding: 20px;
}

.value-icon {
  width: 60px;

  height: 60px;

  background: var(--secondary-color);

  border-radius: 50%;

  transition: all 0.8s;
}

.value-icon img {
  width: 60%;

  filter: invert(1);
}

.value:hover .value-icon {
  transform: rotateY(180deg);

  background: var(--primary-color);
}

.value-icontext h3 {
  color: var(--primary-color);
}

.value-box:hover .value-icontext h3 {
  color: var(--secondary-color);
}

.value-icontext p {
  margin: 10px 0 0 0;
}

.benefit {
  width: 32%;

  padding: 30px;

  /* border-right: 1px solid #ddd; */

  transition: all 0.5s;
  border-radius: 10px;
  background: #f1efef;
  margin: 40px 0 0 0;
}

.benefit:last-child {
  border: none;
}

.benefit:hover {
  border-right: none;

  border-bottom: 5px solid var(--secondary-color);

  box-shadow: 0 0 5px #ddd;

  border-radius: 0 0 10px 10px;
}

.benefit-icon {
  width: 60px;
}

.benefit-icon img {
  width: 100%;
  transition: all 0.5s;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.benefit-text h3 {
  font-size: 25px;

  color: var(--primary-color);
}

.benefit-text p {
  margin: 10px 0 0 0;
}

.benefit:hover .benefit-icon img {
  transform: rotateY(180deg);
}

.testimonial-text {
  width: 95%;

  position: relative;
}

.test-flex {
  width: 100%;

  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;

  margin: 40px 0 0 0;
}

.test-client {
  width: 70px;

  height: 70px;

  border-radius: 50%;
}

.test-client img {
  width: 100%;

  height: 100%;

  border-radius: 50%;

  object-fit: cover;

  object-position: top;
}

.test-text {
  width: calc(100% - 90px);
}

.test-text h4 {
  margin: 0 0 5px 0;

  font-size: 20px;

  color: var(--primary-color);
}

.test-text p {
  font-size: 18px;
}

.testimonial-slider .owl-next {
  content: "";

  position: absolute;

  right: 0;

  bottom: -30px;

  font-size: 20px;

  color: var(--fourth-color) !important;

  z-index: 9;

  cursor: pointer;

  transition: all 0.5s;
}

.testimonial-slider .owl-next:hover {
  color: var(--primary-color) !important;
}

.testimonial-slider .owl-prev {
  content: "";

  position: absolute;

  right: 30px;

  bottom: -30px;

  font-size: 30px;

  color: var(--fourth-color) !important;

  z-index: 9;

  cursor: pointer;

  transition: all 0.5s;
}

.testimonial-slider .owl-prev:hover {
  color: var(--primary-color) !important;
}

.testimonial-imagebox {
  width: 400px;

  height: 400px;

  border-radius: 50%;

  background: #adc9f1;

  position: relative;
}

.client {
  border-radius: 50%;

  position: absolute;

  z-index: 9;
}

.client img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  object-position: top;

  border-radius: 50%;
}

.client-one {
  width: 110px;

  height: 110px;

  top: 100px;

  left: -20px;
}

.client-two {
  width: 135px;

  height: 135px;

  bottom: 20px;

  left: 40px;
}

.client-three {
  width: 175px;

  height: 175px;

  top: 30px;

  left: 50%;

  transform: translate(-50%, 50%);

  padding: 35px;

  background: var(--tertiary-color);

  z-index: 99;
}

.client-four {
  width: 105px;

  height: 105px;

  bottom: 50px;

  right: 0;
}

.client-five {
  width: 175px;

  height: 175px;

  right: 0;

  top: 0;
}

.faq-box {
  width: 100%;
}

.faq-text-box {
  width: 95%;

  text-align: left;

  margin: 40px 0 0 0;
}

.faq-text-box-2 {
  width: 100%;

  text-align: left;

  margin: 40px 0 0 0;
}

.faq-item {
  width: 100%;

  padding: 0 0 20px 0;

  border-bottom: 2px dotted #ddd;

  margin: 0 0 30px 0;
}

.faq-item:last-child {
  margin: 0;
  border: none;
}

.question {
  width: 100%;

  color: var(--fourth-color);

  font-size: 18px;

  cursor: pointer;
}

.question:hover {
  color: var(--secondary-color);
}

.question .toggle-icon {
  transition: 0.5s;
}

.question.clicked {
  color: var(--primary-color);
}

.question.clicked .toggle-icon {
  transform: rotate(135deg);
}

.question h3 {
  font-size: 18px;
}

.answer {
  padding: 15px 0 0 0;

  display: none;
}

.answer p {
  font-size: 15px;
}

/* about css ends */

.service-sidebar {
  width: 100%;

  position: sticky;

  top: 50px;
}

.service-list {
  width: 100%;

  padding: 20px;

  border-radius: 6px;

  background: #e5eefc;

  position: static;

  z-index: -3;
}

.service-list h3 {
  font-size: 30px;

  margin: 0;

  color: var(--secondary-color);
}

.service-list ul {
  margin: 20px 0 0 0;
}

.service-list ul li a {
  background: var(--tertiary-color);

  padding: 15px;

  width: 100%;

  display: inline-block;

  margin: 0 0 10px 0;

  font-size: 17px;

  position: relative;

  z-index: 1;

  border-radius: 6px;

  color: var(--secondary-color);
}

.service-list ul li:last-child a {
  margin: 0;
}

.service-list ul li a::before {
  content: "";

  position: absolute;

  width: 5px;

  height: 100%;

  background: var(--primary-color);

  top: 0;

  left: 0;

  z-index: -1;

  transition: all 0.5s;

  border-radius: 6px;
}

.service-list ul li a:hover::before {
  width: 100%;
}

.service-list ul li a:hover {
  color: var(--tertiary-color);
}

.service-list ul li a i {
  margin: 0 10px 0 0;

  transform: rotate(45deg);
}

.service-formbox {
  margin: 40px 0 0 0;

  padding: 20px;

  background: #f5f5f5;
}

.service-formbox h3 {
  font-size: 30px;

  margin: 0;

  color: var(--secondary-color);
}

.service-formbox form {
  width: 100%;

  margin: 20px 0 0 0;
}

.service-formbox p {
  margin: 0;
}

.service-formbox br {
  display: none;
}

.service-input {
  width: 100%;

  height: 40px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: var(--tertiary-color);

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 10px 0;

  color: var(--fourth-color);
}

.service-input::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.7);
}

.service-input:focus {
  border-color: var(--primary-color);
}

.service-select {
  width: 100%;

  height: 40px;

  padding: 10px;

  font-size: 14px;

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: var(--tertiary-color);

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 10px 0;

  color: var(--fourth-color);
}

.service-select option {
  color: var(--secondary-color);
}

.service-select:focus {
  border-color: var(--primary-color);
}

.service-area {
  width: 100%;

  height: 70px;

  padding: 10px;

  font-size: 14px;

  color: var(--secondary-color);

  border: 1px solid #e6e6e6;

  outline: none;

  background-color: var(--tertiary-color);

  border-radius: 5px;

  transition: all 0.5s;

  margin: 0 0 10px 0;

  color: var(--fourth-color);
}

.service-area::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.7);
}

.service-area:focus {
  border-color: var(--primary-color);
}

.service-checkbox {
  width: 100%;

  display: flex;

  align-items: baseline;
}

.service-checkbox input {
  margin: 0 10px 0 0;
}

.service-checkbox label {
  font-family: poppins;

  color: #333;

  font-size: 15px;

  margin: 0;
}

.service-submit {
  margin: 20px 0 0 0;

  display: inline-block;

  font-family: poppins-bold;

  color: var(--tertiary-color);

  background: var(--primary-color);

  padding: 10px 20px;

  transition: all 0.5s;

  border: none;

  outline: none;

  border-radius: 5px;
}

.service-submit:hover {
  background: var(--secondary-color);
}

.service-detail-text {
  width: 95%;

  margin: 0 0 0 auto;
}

.service-detail-text h5 {
  font-size: 18px;

  margin: 0;
}

.service-detail-text h2 {
  margin: 0;
}

.detail-image {
  width: 100%;

  height: 400px;

  margin: 30px 0 10px 0;

  border-radius: 10px;

  position: relative;

  overflow: hidden;
}

.detail-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 10px;

  transition: all 0.8s;
}

.detail-image:hover img {
  transform: scale(1.1);
}

.detail-image::before {
  top: 0;

  left: -50%;

  content: "";

  position: absolute;

  width: 50%;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.3);

  transition: all 0.5s;

  opacity: 0;
}

.detail-image::after {
  top: 0;

  right: -50%;

  content: "";

  position: absolute;

  width: 50%;

  height: 100%;

  background-color: rgba(255, 255, 255, 0.3);

  transition: all 0.5s;

  opacity: 0;
}

.detail-image:hover::before {
  opacity: 1;

  left: 0;

  z-index: 1;
}

.detail-image:hover::after {
  opacity: 1;

  right: 0;
}

.service-detail-text p {
  margin: 20px 0 0 0;
}

.service-detail-text p b {
  color: var(--secondary-color);
}

.service-detail-text h4 {
  font-size: 25px;

  color: var(--primary-color);

  margin: 20px 0 0 0;
}

.service-detail-text ul {
  /* margin: 20px 0 0 0; */
}

.service-detail-text ul li {
  margin: 20px 0 0 0;
  position: relative;
  padding: 0 0 0 30px;
}

.service-detail-text ul li b {
  color: var(--secondary-color);
}

.service-detail-text ul li::before {
  content: url(../images/sky-check.png);
  width: 16px;
  top: 3px;
  left: 0;
  position: absolute;
}

.service-detail-text ul li i {
  color: var(--primary-color);

  margin: 0 10px 0 0;
}

.service-detail-slider {
  margin: 40px 0 0 0;

  padding: 15px 0;

  border-top: 1px solid #ddd;

  border-bottom: 1px solid #ddd;

  position: relative;
}

.service-slide {
  width: 90%;
}

.service-detail-slider .owl-nav {
  display: block !important;
}

.service-detail-slider .owl-next {
  content: "";

  position: absolute;

  right: 50px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 20px;

  color: var(--tertiary-color) !important;

  z-index: 9;

  cursor: pointer;

  transition: all 0.5s;
}

.service-detail-slider .owl-next:hover {
  color: var(--primary-color) !important;
}

.service-detail-slider .owl-prev {
  content: "";

  position: absolute;

  left: 30px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 30px;

  color: var(--tertiary-color) !important;

  z-index: 9;

  cursor: pointer;

  transition: all 0.5s;
}

.service-detail-slider .owl-prev:hover {
  color: var(--primary-color) !important;
}

/* service-detail ends */

.about-head-box {
  width: 100%;
  margin: 60px 0 0 0;
}

.about-head-flex {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #ddd;
}

.about-head-image {
  width: 300px;
  height: 300px;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid var(--secondary-color);
  float: left;
  margin: 0 20px 20px 0;
}

.about-head-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about-head-text h3 {
  color: var(--primary-color);
  font-size: 30px;
}

.about-head-text h4 {
  color: var(--secondary-color);
  font-size: 25px;
  margin: 15px 0 0 0;
}

.about-head-text p {
  margin: 15px 0 0 0;
}

.about-head-text p span {
  color: var(--secondary-color);
  font-family: poppins-medium;
}

.about-head-text ul li {
  margin: 15px 0 0 0;
  position: relative;
  /* padding: 0 0 0 30px; */
}

.about-head-text ul li b {
  color: var(--secondary-color);
}

.about-head-text ul li i {
  margin: 0 10px 0 0;
  color: var(--primary-color);
}

.about-head-text ul li::before {
  content: url(../images/sky-check.png);
  width: 16px;
  top: 3px;
  left: 0;
  position: absolute;
  display: none;
}

/* about head css ends */

.disclosure-box.custom-margin {
  margin: 40px 0 60px 0;
}

.disclosure-text h3 {
  font-size: 35px;
  color: var(--primary-color);
  margin: 20px 0 0 0;
}

.disclosure-text h3:nth-child(2) {
  color: var(--fourth-color);
}

.disclosure-text h4 {
  font-size: 25px;
  margin: 15px 0 0 0;
  color: var(--secondary-color);
}

.disclosure-text p {
  margin: 15px 0 0 0;
}

.disclosure-text p a {
  font-family: poppins-medium;
  font-size: 16px;
  color: var(--fourth-color);
}

.disclosure-text p a:hover {
  color: var(--primary-color);
}

.disclosure-text p strong {
  color: var(--secondary-color);
}

.disclosure-text ul li {
  margin: 20px 0 0 0;
  position: relative;
  padding: 0 0 0 30px;
}

.disclosure-text ul li strong {
  color: var(--secondary-color);
}

.disclosure-text ul li::before {
  content: url(../images/sky-check.png);
  width: 16px;
  top: 3px;
  left: 0;
  position: absolute;
}

/* disclosure css ends */

@media only screen and (max-width: 1451px) {
  h1 {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1461.2px) {
  .slider .owl-next {
    right: 10px;
  }

  .slider .owl-prev {
    left: 10px;
  }
}

@media only screen and (max-width: 1399.2px) {
  h1 {
    font-size: 55px;
  }

  .container {
    max-width: 90%;
    margin: 0 auto;
  }

  .footer-bottom-text h3 {
    font-size: 22px;
  }

  .service-btn {
    padding: 15px 20px;
  }

  .footer-contact h3 {
    font-size: 24px;
  }

  .footer-link h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1396.2px) {
  .footer-bottom-flex form {
    justify-content: space-between;
  }

  .footer-bottom-input {
    width: auto;
  }

  .footer-bottom-submit {
    margin: 30px 0 0 0;
  }

  .footer-bottom {
    padding: 0 0 10px 0;
  }

  .footer_copyright {
    margin: 0 0 102px 0;
  }
}

@media only screen and (max-width: 1371px) {
  .counter-box .row .col-lg-3:not(:last-child)::before {
    display: none;
  }
}

@media only screen and (max-width: 1306.2px) {
  .service-btn {
    padding: 15px 15px;
  }
}

@media only screen and (max-width: 1301px) {
  h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1255.2px) {
  h1 {
    font-size: 45px;
  }

  .top-icon {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .top-text {
    width: calc(100% - 55px);
  }

  .about-icon {
    width: 50px;
    height: 50px;
  }

  .about-icontext {
    width: calc(100% - 70px);
  }

  .about-icontext h3 {
    font-size: 24px;
  }

  .custom-margin {
    margin: 40px 0;
  }

  .margin-sec {
    margin: 0 0 40px 0;
  }

  .padd {
    padding: 40px 0;
  }

  .count-icon {
    width: 50px;
  }

  .count-text {
    width: calc(100% - 70px);
  }

  .service-image {
    height: 250px;
  }

  .service-btn {
    font-size: 18px;
    width: 90%;
  }

  .banner-cont {
    padding: 12% 0 0 0;
  }

  /* .brand img {
    height: 70px;
  } */

  .footer-contact h3 {
    font-size: 22px;
  }

  .footer-link h3 {
    font-size: 22px;
  }

  .count-text p {
    font-size: 16px;
  }

  .footer {
    padding: 40px 0 30px 0;
  }

  h5 {
    font-size: 15px;
  }

  .about-banner-cont {
    padding: 16% 0 0 0;
  }

  .value-icontext h3 {
    font-size: 24px;
  }

  .benefit-text h3 {
    font-size: 24px;
  }

  .value-icon {
    width: 50px;
    height: 50px;
  }

  .benefit-icon {
    width: 50px;
  }

  .test-text h4 {
    font-size: 18px;
  }

  .test-text p {
    font-size: 16px;
  }

  .test-flex {
    margin: 30px 0 0 0;
  }

  .test-client {
    width: 50px;
    height: 50px;
  }

  .test-text {
    width: calc(100% - 70px);
  }

  .client-five {
    width: 150px;
    height: 150px;
  }

  .value-info {
    width: 70%;
  }

  .inner-service-box .service-btn {
    width: 80%;
  }

  .contact-icontext h3 {
    font-size: 24px;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .contact-icontext h3 {
    font-size: 24px;
  }

  .contact-flex.mt-4 {
    margin: 40px 0 0 0 !important;
  }

  .contact-flex {
    width: 32%;
  }

  .contact-flex:last-child {
    margin: 40px auto 0 auto !important;
  }

  .contact-detail {
    flex-wrap: wrap;
  }

  .contact-icontext p {
    margin: 10px 0 0 0;
  }

  .contact-icontext a {
    margin: 10px 0 0 0;
  }

  .service-detail-text h4 {
    font-size: 24px;
  }

  .about-head-text h3 {
    font-size: 28px;
  }

  .about-head-text h4 {
    font-size: 24px;
  }

  .disclosure-text h3 {
    font-size: 30px;
  }

  .disclosure-text h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1201px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1151px) {
  .footer-bottom-flex form {
    justify-content: flex-end;
  }

  .footer-bottom-input {
    margin: 0 20px 0 0;
    width: 20%;
  }

  .footer-bottom-submit {
    margin: 0;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .top-text p {
    font-size: 13px;
  }

  .top-text a {
    font-size: 13px;
  }

  .banner-cont {
    padding: 14% 0 0 0;
  }

  .menu ul li a {
    font-size: 18px;
  }

  .footer_copyright {
    margin: 0 0 72px 0;
  }
}

@media only screen and (max-width: 1101.2px) {
  .about-banner-cont {
    padding: 18% 0 0 0;
  }

  .inner-service-flex .service-btn {
    font-size: 16px;
  }

  .footer-input input {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991.2px) {
  .mobile-menu {
    display: block;
    font-size: 25px;
    margin: 0 0 0 15px;
    color: var(--secondary-color);
  }

  .mobile-menu:hover {
    color: var(--tertiary-color);
  }

  .offcanvas {
    background: var(--tertiary-color);
  }

  .offcanvas-header {
    width: 100%;
  }

  .offcanvas-header .logo {
    width: 50%;
    background: none;
    height: auto;
    position: static;
    display: inline-block;
  }

  .offcanvas-header .logo img {
    width: 100%;
  }
  .offcanvas-header .close-sidebar {
    display: grid;
    place-items: center;
    outline: none;
    border: none;
    background: transparent;
    transition: all 0.5s;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    font-size: 15px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
  }

  .offcanvas-header .close-sidebar:hover {
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
  }

  .offcanvas-header .close-sidebar i {
    transition: all 0.3s;
  }

  .offcanvas-header .close-sidebar:hover i {
    transform: rotate(90deg);
  }

  .menu {
    display: none;
  }

  .nav-flex {
    justify-content: flex-end;
  }

  .sticky .nav-flex {
    justify-content: space-between;
  }

  .sticky .nav-flex .menu {
    width: 100%;
  }

  .offcanvas-body .menu {
    display: block;
    width: 100%;
  }

  .offcanvas-body .menu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .offcanvas-body .menu ul li {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    color: var(--fourth-color);
  }

  .offcanvas-body .menu ul li a {
    color: var(--fourth-color);
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #e0e0e0;
    display: block;
  }

  .offcanvas-body .menu ul li:hover {
    color: var(--secondary-color);
  }

  .offcanvas-body .menu ul li:hover a {
    color: var(--secondary-color);
  }

  .offcanvas-body .menu ul li.active a {
    color: var(--primary-color);
  }

  .offcanvas-body .click-btn {
    top: 0;
    right: 0;
  }

  .offcanvas-body ul.sub-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    display: none;
    border: none;
  }

  .offcanvas-body ul.sub-menu li a:hover {
    color: var(--tertiary-color);
    padding: 10px;
  }

  .offcanvas-body .menu ul li:last-child a {
    border-bottom: none;
    margin: 0;
  }

  .offcanvas-body .menu ul li ul.sub-menu li:last-child a {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 10px 0;
  }

  .footer-bottom-input input {
    font-size: 13px;
  }

  .footer-bottom-submit .submit-btn {
    font-size: 13px;
  }

  .footer-bottom-text {
    width: 40%;
  }

  .footer-bottom-text h3 {
    font-size: 16px;
  }

  .footer-third {
    padding: 0;
  }

  .footer-contact {
    padding: 0 0 0 15%;
    margin: 30px 0 0 0;
  }

  .footer-image img {
    width: 30%;
  }

  .footer {
    padding: 10px 0 30px 0;
  }

  .footer-image {
    margin: 30px 0 0 0;
  }

  .footer-link {
    margin: 30px 0 0 0;
  }

  .service-info {
    margin: 15px 0 0 0;
  }

  .counter-box.padd {
    padding: 10px 0 40px 0;
  }

  .counter {
    margin: 30px 0 0 0;
    justify-content: center !important;
    flex-direction: column;
  }

  .count-text {
    width: 100%;
    text-align: center;
    margin: 8px 0 0 0;
  }

  .count-head {
    justify-content: center;
  }

  h5 {
    padding: 0 50px;
  }

  .subhead::before {
    width: 40px;
  }

  .subhead::after {
    width: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h1 {
    font-size: 35px;
  }

  .count-head span {
    font-size: 30px;
  }

  .banner-cont p {
    width: 80%;
  }

  .nav-info:last-child {
    display: none;
  }

  .nav-list {
    justify-content: flex-end;
  }

  .logo-top {
    width: 20%;
  }

  .top-icon {
    width: 35px;
    height: 35px;
    font-size: 17px;
  }

  .sticky .nav-flex .logo {
    margin: 0;
  }

  .sticky .nav-flex {
    padding: 10px 0;
  }

  .logo {
    width: 30%;
  }

  .about-icontext h3 {
    font-size: 22px;
  }

  .banner {
    height: 500px;
  }

  .banner-cont .subhead {
    padding: 0 0 0 60px;
  }

  .banner-cont .subhead::before {
    width: 50px;
  }

  .about-textbox.pe-5 {
    padding: 0 !important;
  }

  .about-text {
    width: 95%;
  }

  .value-icontext h3 {
    font-size: 22px;
  }

  .benefit-text h3 {
    font-size: 22px;
  }

  .inner-banner {
    height: 300px;
  }

  .about-banner-cont {
    padding: 16% 0 0 0;
  }

  .testimonial-image-big-box {
    display: none;
  }

  .value-flex {
    flex-wrap: wrap;
  }

  .value.mt-5 {
    margin: 40px 0 0 0 !important;
  }

  .value {
    width: 48%;
  }

  .value:last-child {
    margin: 40px auto 0 auto !important;
  }

  .benefit-flex {
    flex-wrap: wrap;
  }

  .benefit {
    width: 48%;
  }

  .benefit:last-child {
    margin: 40px auto 0 auto;
  }

  .testimonial-text h2 br {
    display: none;
  }

  .faq-item:last-child {
    border-bottom: 2px dotted #ddd;
  }

  .faq-text-box {
    width: 100%;
  }

  .faq-item {
    margin: 0 0 20px 0;
  }

  .faq-text-box-2 .faq-item:last-child {
    border-bottom: none;
  }

  .value-info {
    width: 80%;
  }

  .inner-service-box.custom-margin {
    margin: 40px 0 10px 0;
  }

  .inner-service-box .service-info {
    margin: 15px 0 30px 0;
  }

  .inner-service-box.custom-margin {
    margin: 60px 0 0 0;
  }

  .inner-service-box .service {
    margin: 0 0 70px 0;
  }

  /* .inner-service-flex .service {
    width: 48%;
  } */

  .inner-service-flex .service-btn {
    font-size: 18px;
  }

  .service-detail-row {
    flex-direction: column-reverse;
  }

  .service-detail-text {
    width: 100%;
  }

  .service-sidebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .service-list {
    width: 48%;
    margin: 40px 0 0 0;
  }

  .service-formbox {
    width: 48%;
  }

  .notfound .notfound-404 h1 {
    font-size: 100px !important;
  }

  .notfound .notfound-404 {
    height: auto !important;
  }

  .contact-icontext h3 {
    font-size: 22px;
  }

  .contact-flex {
    width: 48%;
  }

  .contact-flex:last-child {
    margin: 40px auto 0 auto !important;
  }

  .contact-form-box .row {
    flex-direction: column-reverse;
  }

  .contact-map {
    width: 100%;
    height: 400px;
    margin: 40px 0 0 0;
  }

  .contact-text {
    width: 100%;
  }

  .service-detail-text h4 {
    font-size: 22px;
  }

  .about-head-text h3 {
    font-size: 25px;
  }

  .about-head-text h4 {
    font-size: 22px;
  }

  .slider .owl-next {
    right: 40%;
    top: unset;
    transform: translateY(0);
    bottom: 30px;
  }

  .slider .owl-prev {
    left: 45%;
    transform: translateY(0);
    top: unset;
    bottom: 30px;
  }

  .footer_copyright {
    margin: 0 0 54px 0;
  }
}

@media only screen and (max-width: 976.2px) {
  .footer_copyright {
    margin: 0 0 58px 0;
  }
}

@media only screen and (max-width: 901px) {
  .footer-bottom-flex {
    flex-direction: column;
  }

  .footer-bottom-text {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .footer-bottom-text h3 {
    font-size: 20px;
  }

  .footer-bottom-flex form {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }

  .footer-bottom-flex .wpcf7.js {
    width: 100%;
  }

  .footer-bottom-input {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .footer-bottom-input input {
    font-size: 15px;
    width: 100%;
  }

  .footer-bottom-submit {
    width: 100%;
    text-align: left;
  }

  .footer-bottom-submit .submit-btn {
    font-size: 15px;
  }

  .logo-top {
    width: 25%;
  }

  .nav-list {
    width: 75%;
  }

  .nav-info {
    margin: 0 30px 0 0;
  }

  .nav-info:last-child {
    margin: 0;
  }

  .about-banner-cont {
    padding: 20% 0 0 0;
  }

  .footer_copyright {
    margin: 0 0 216px 0;
  }

  .footer-bottom .col-lg-12 {
    padding: 0;
  }
}

@media only screen and (max-width: 851.2px) {
  .logo {
    width: 35%;
  }

  .nav-info{
    width: 40%;
  }
}

@media only screen and (max-width: 821px) {
  .nav-info {
    width: 35%;
  }

  .footer-image img {
    width: 40%;
  }
}

@media only screen and (max-width: 791px) {
  .nav-info {
    width: 40%;
  }
}

@media only screen and (max-width: 767.2px) {
  h2 {
    font-size: 28px;
  }

  h1 {
    font-size: 30px;
  }

  .count-head span {
    font-size: 28px;
  }

  .nav-top .logo-top {
    display: none;
  }

  .nav-list {
    justify-content: flex-start;
    width: 100%;
  }

  .nav-info {
    margin: 0;
    width: 48%;
  }

  .nav-flex {
    justify-content: space-between;
    padding: 10px 20px;
  }

  .nav-flex .logo {
    display: inline-block;
  }

  .logo img {
    width: 80%;
  }

  .banner {
    height: 400px;
  }

  .banner-cont {
    padding: 10% 0 0 0;
  }

  .about-text {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .about-box .row {
    flex-direction: column-reverse;
  }

  .about-image {
    height: 500px;
  }

  .banner-cont p {
    width: 100%;
  }

  .footer_copyright p {
    font-size: 14px;
  }

  .footer_copyright p a {
    font-size: 14px;
  }

  .inner-banner {
    height: 250px;
  }

  .about-banner-cont {
    padding: 16% 0 0 0;
  }

  .value-info {
    width: 100%;
  }

  .service-list h3 {
    font-size: 28px;
  }

  .service-formbox h3 {
    font-size: 28px;
  }

  .contact-map {
    height: 350px;
  }

  .about-head-image {
    float: unset;
  }

  .about-head-text ul li {
    padding: 0 0 0 30px;
  }

  .about-head-text ul li i {
    display: none;
  }

  .about-head-text ul li::before {
    display: inline-block;
  }

  .about-head-image {
    margin: 0 auto 30px auto;
  }

  .disclosure-text h3 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 701px) {
  .about-banner-cont {
    padding: 20% 0 0 0;
  }

  .service-list {
    width: 100%;
  }

  .service-formbox {
    width: 100%;
  }

  .footer-image img {
    width: 50%;
  }
}

@media only screen and (max-width: 651px) {
  .about-image {
    height: 400px;
  }

  .slider .owl-next {
    bottom: 15px;
  }

  .slider .owl-prev {
    bottom: 15px;
  }
}

@media only screen and (max-width: 601px) {
  .about-image {
    height: 350px;
  }

  .banner-cont {
    padding: 12% 0 0 0;
  }

  .about-banner-cont {
    padding: 22% 0 0 0;
  }

  .detail-image {
    height: 350px;
  }

  .footer-image img {
    width: 55%;
  }

  .contact-map {
    height: 300px;
  }

  .contact-icontext a {
    font-size: 15px;
  }

  .contact-icontext p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 595px) {
  .inner-service-banner .about-banner-cont {
    padding: 12% 0 0 0;
  }
}

@media only screen and (max-width: 590px) {
  .banner {
    height: 450px;
  }

  .slider .owl-prev {
    left: 40%;
  }
}

@media only screen and (max-width: 576.2px) {
  h2 {
    font-size: 25px;
  }

  h1 {
    font-size: 25px;
  }

  .count-head span {
    font-size: 25px;
  }

  .about-image {
    height: 330px;
  }

  .logo img {
    width: 100%;
  }

  .top-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .footer-second {
    padding: 0;
  }

  .footer-contact {
    padding: 0;
  }

  .footer-icon ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .banner-cont h1 br {
    display: none;
  }

  .about-banner-cont {
    padding: 25% 0 0 0;
  }

  .value {
    width: 100%;
  }

  .benefit {
    width: 100%;
  }

  .testimonial-slider .owl-prev {
    right: 50%;
  }

  .testimonial-slider .owl-next {
    right: 40%;
  }

  .benefit-box h2 br {
    display: none;
  }

  .inner-service-flex .service {
    width: 100%;
  }

  .service-list h3 {
    font-size: 25px;
  }

  .service-formbox h3 {
    font-size: 25px;
  }

  .notfound h2 {
    font-size: 18px !important;
  }

  .footer-image img {
    width: 30%;
  }

  .contact-form {
    padding: 20px;
  }

  .form-input {
    width: 100%;
  }

  .contact-flex {
    width: 100%;
  }

  .form-input input {
    margin: 0 0 15px 0;
  }

  .form-service select {
    margin: 0 0 15px 0;
  }

  .form-service textarea {
    margin: 0 0 15px 0;
  }

  .service-detail-text p {
    margin: 15px 0 0 0;
  }

  .service-detail-text ul li {
    margin: 15px 0 0 0;
  }

  .inner-service-flex .service-btn {
    font-size: 16px;
  }

  .inner-service-banner .about-banner-cont {
    padding: 20% 0 0 0;
  }

  .disclosure-text h3 {
    font-size: 25px;
  }

  .disclosure-text h4 {
    font-size: 22px;
  }

  .disclosure-box.custom-margin {
    margin: 20px 0 40px 0;
  }
}

@media only screen and (max-width: 541px) {
  .banner {
    height: 450px;
  }
}

@media only screen and (max-width: 501px) {
  .about-image {
    height: 300px;
  }

  .banner-cont {
    padding: 14% 0 0 0;
  }

  .about-icontext {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .about-banner-cont {
    padding: 28% 0 0 0;
  }

  .detail-image {
    height: 300px;
  }

  .contact-map {
    height: 250px;
  }

  .inner-service-banner .about-banner-cont {
    padding: 16% 0 0 0;
  }

  .about-head-image {
    width: 250px;
    height: 250px;
  }
}

@media only screen and (max-width: 481px) {
  .banner {
    height: 470px;
  }

  .slider .owl-prev {
    left: 35%;
  }
}

@media only screen and (max-width: 461px) {
  .nav-list {
    flex-wrap: wrap;
  }

  .nav-info {
    width: 100%;
    justify-content: left;
    align-items: center;
    margin: 0;
  }

  .top-text {
    width: auto;
    margin: 0 0 0 15px;
  }

  .nav-info:nth-child(2) {
    margin: 10px 0 0 0;
  }

  .logo {
    width: 40%;
  }

  .banner-cont {
    padding: 15% 0 0 0;
  }

  .about-banner-cont {
    padding: 30% 0 0 0;
  }

  .test-flex {
    flex-wrap: wrap;
  }

  .test-text {
    width: 100%;
    margin: 10px 0 0 0;
  }

  .footer-image img {
    width: 40%;
  }

  .inner-service-banner .about-banner-cont {
    padding: 16% 0 0 0;
  }
}

@media only screen and (max-width: 405px) {
  .banner {
    height: 500px;
  }

  .slider .owl-prev {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
  }

  .slider .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 401px) {
  .about-image {
    height: 250px;
  }

  .logo {
    width: 45%;
  }

  .about-banner-cont {
    padding: 35% 0 0 0;
  }

  .detail-image {
    height: 250px;
  }

  .notfound h2 {
    font-size: 16px !important;
  }

  .notfound .notfound-404 h1 {
    font-size: 80px !important;
  }

  .banner-cont {
    padding: 17% 0 0 0;
  }

  .inner-service-banner .about-banner-cont {
    padding: 20% 0 0 0;
  }

  .about-head-image {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 376px) {
  .logo {
    width: 50%;
  }

  .footer-image img {
    width: 45%;
  }

  .about-head-image {
    height: 250px;
  }
}

@media only screen and (max-width: 360px) {
  .banner {
    height: 500px;
  }

  .banner-cont {
    padding: 17% 0 0 0;
  }
}

@media only screen and (max-width: 351px) {
  .about-banner-cont {
    padding: 38% 0 0 0;
  }

  .inner-service-banner .about-banner-cont {
    padding: 25% 0 0 0;
  }
}

@media only screen and (max-width: 341px) {
  .footer-image img {
    width: 50%;
  }

  .banner {
    height: 520px;
  }
}

@media only screen and (max-width: 321px) {
  .about-banner-cont {
    padding: 40% 0 0 0;
  }

  .inner-service-banner .about-banner-cont {
    padding: 28% 0 0 0;
  }
}
