/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@100;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500&display=swap");

/* Overflow fix */
html,
body {
  overflow-x: hidden !important;
}

/* Fonts applied globally */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
  font-family: "DM Sans", "Work Sans", "Inter", "Manrope", sans-serif;
}

/* Header */
.inner-banner-row {
  padding: 250px 0 !important;
  background-position: center;
}
.header-width {
  padding: 19px 25px;
  margin: 19px 182px;
  border-radius: 9px;
  background: #fff;
  box-shadow: 5px -5px 8.6px 0px rgba(0, 0, 0, 0.25) inset;
  z-index: 99;
}
.navbar-toggler {
  background-color: #000;
  border: 1px solid #000;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
li.nav-item {
  padding: 0px 10px;
}
li.nav-item a {
  color: #222626;
  font-family: "DM Sans";
  font-size: 17.524px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.286px;
  text-transform: capitalize;
}
.needhelp {
  color: #292929;
  font-family: "Inter";
  font-size: 19.64px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.661px; /* 115.385% */
}
.num {
  color: #edae0c;
  font-family: "Inter";
  font-size: 27.719px;
  font-style: normal;
  font-weight: 800;
  line-height: 30.491px; /* 110% */
}

/* sec1 */
.sec01 {
  padding: 0px 186px;
  padding-top: 200px;
  margin-top: -200px !important;
  background-image: url("../images/mainbanner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sec01 .c1::before {
  content: "";
  background-image: url("../images/homeciunterbefore.png");
  position: absolute;
  width: 1px;
  height: 75px;
  right: 0px;
  left: 415px;
  bottom: 140px;
  z-index: 1;
}
.sec01 .c2::before {
  content: "";
  background-image: url(../images/homeciunterbefore.png);
  position: absolute;
  width: 1px;
  height: 75px;
  right: 0px;
  left: 690px;
  bottom: 140px;
  z-index: 1;
}
.heading-1 {
  color: #fff;
  font-family: "DM Sans";
  font-size: 82.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 82.56px; /* 99.952% */
  letter-spacing: -1.8px;
}
.paramain {
  color: #d9d9d9;
  font-family: "DM Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 164.706% */
}
.mainbtn {
  width: 210.78px;
  height: 59px;
  padding: 19px 41.603px 20px 42px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fff;
}
a.mainbtn {
  text-decoration: none;
  color: #222626;
  font-family: "DM Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 140% */
}
.counter {
  padding-top: 92px;
}
.c1 .heading-4,
.c2 .heading-4,
.c3 .heading-4 {
  color: #fff;
  font-family: "DM Sans";
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px; /* 100% */
}
.c1 p,
.c2 p,
.c3 p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 100% */
}

/* sec02 */
.sec02 {
  padding-top: 46px;
  padding-left: 184px;
  padding-right: 184px;
  padding-bottom: 124px;
}
.fourcolumn {
  width: 361.115px;
  border-radius: 12.037px;
  background: #f3f3f3;
  padding: 50px 10px;
}
.fourcolumn:hover {
  width: 361.115px;
  border-radius: 12.037px;
  background: #1e60aa;
  padding: 50px 10px;
  transition: all 0.3s ease;
}
.fourcolumn:hover .fourcolumnheading {
  color: #edae0c;
}
.fourcolumn:hover .fourcolumnpara {
  color: #fff;
}
.fouricon {
  width: 76.436px;
  height: 80px;
}
.fourcolumn:nth-child(1):hover .fouricon {
  content: url("../images/iconwhite.png");
}
.fourcolumn:nth-child(2):hover .fouricon {
  content: url("../images/icon2white.png");
}
.fourcolumn:nth-child(3):hover .fouricon {
  content: url("../images/icon3white.png");
}
.fourcolumn:nth-child(4):hover .fouricon {
  content: url("../images/icon4white.png");
}
.fourcolumnheading {
  color: #222626;
  text-align: center;
  font-family: "DM Sans";
  font-size: 27.324px;
  font-style: normal;
  font-weight: 700;
  line-height: 32.729px; /* 119.78% */
}
.fourcolumnpara {
  color: #8d8e8e;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20.463px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.741px; /* 160% */
}
/* sec02 */

/* sec03 */
.sec03 {
  padding-left: 280px;
  padding-right: 220px;
  position: relative;
  padding-bottom: 120px;
}
.about-top {
  border-radius: 145.56px;
  border: 1.213px solid rgba(255, 255, 255, 0.4);
  background: #fff;
  width: 360px;
  padding: 15px 18px;
  position: absolute;
  top: 63px;
  left: 170px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.abouttopimage {
  width: 90%;
}
h5.m-0.abtophead {
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.7px;
}
p.m-0.abtoppara {
  color: #2c2c2c;
  font-family: Manrope;
  font-size: 17.054px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.869px;
}
.about-btm {
  border-radius: 145.56px;
  border: 1.213px solid rgba(255, 255, 255, 0.4);
  background: #fff;
  width: 462.152px;
  padding: 15px 22px;
  position: absolute;
  bottom: 180px;
  left: 650px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
div#aboutpagebtm {
  bottom: 355px;
}
h5.m-0.abbtmhead {
  color: #1e60aa;
  font-family: "DM Sans";
  font-size: 36.39px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
p.m-0.abbtmpara {
  color: #424242;
  font-family: "DM Sans";
  font-size: 21.834px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.39px;
}
.sec03 h6 {
  color: #efb725;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.89px; /* 110.498% */
  letter-spacing: 1.989px;
  text-transform: uppercase;
}
.sec03 h2 {
  color: #424242;
  font-family: "DM Sans";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 62px; /* 100% */
  letter-spacing: -1.989px;
}
.sec03 h3 {
  color: #222626;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 127.318% */
}
.sec03 p {
  color: #8d8e8e;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 164.706% */
}
.sec03 a.btnyellow {
  text-decoration: none;
  border-radius: 6px;
  background: #edae0c;
  padding: 18px 68.256px 18.9px 68px;
  color: #222626;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.sec03 a.whitebtn {
  color: #222626;
  font-family: "DM Sans";
  font-size: 19.89px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.1px;
  text-decoration: none;
}
/* sec03 */

/* sec04 */
.sec04 {
  background-image: url("../images/servicebg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 500px 0px;
  position: relative;
  margin-bottom: 100px;
}
.whitebg {
  position: absolute;
  bottom: -15px;
  border-radius: 22px;
  background: #fff;
  /* background: rgba(255, 255, 255, .4); */
  /* box-shadow: 0px 4px 19.9px 0px rgba(0, 0, 0, 0.35) inset; */
  padding: 30px 20px;
  left: -60px;
  /* padding-left: 100px; */
}
img.showerimage {
  position: absolute;
  right: -25px;
  top: -138px;
  width: 37%;
}
.sec04 h6 {
  color: #edae0c;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.89px; /* 110.498% */
  letter-spacing: 1.989px;
  text-transform: uppercase;
  margin-left: 105px;
}

.sec04 h2 {
  color: #424242;
  font-family: "DM Sans";
  font-size: 62.984px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.984px; /* 100% */
  letter-spacing: -1.989px;
  margin-left: 100px;
}
/* #news-slider {
  margin-top: 80px;
} */
/* .post-slide {
  background-image: url("../images/service1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.post-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(12, 76, 147, 0.00) 0%, #0C4C93 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}
.post-slide:hover::after {
  opacity: 1;
  border-radius: 8px;
} */
.post-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  height: 580px;
  position: relative;
  overflow: hidden;
}
.post-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(12, 76, 147, 0) 0%, #0c4c93 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 15px;
}
.post-slide:hover::after {
  opacity: 1;
  border-radius: 8px;
}
#news-slider .post-slide-1 {
  background-image: url("../images/service1.png");
}
#news-slider .post-slide-2 {
  background-image: url("../images/service2.png");
}
#news-slider .post-slide-3 {
  background-image: url("../images/service3.png");
}
#news-slider .post-slide-4 {
  background-image: url("../images/service4.png");
}
#news-slider .post-slide-5 {
  background-image: url("../images/service3.png");
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  /* background: #fff; */
  padding: 0px 20px;
  border-radius: 15px;
  position: absolute;
  bottom: 35px;
  z-index: 99999;
}
.post-slide .post-title a {
  color: #fff;
  font-family: "DM Sans";
  font-size: 30.414px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.414px; /* 100% */
  letter-spacing: -0.96px;
  text-decoration: none;
  text-align: center;
}
a.getservices {
  color: #efb725;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.414px; /* 152.07% */
  letter-spacing: -0.96px;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0 auto;
  display: table;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  color: #dcdcdc;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18.785px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 133.087% */
}
.sec04 .owl-nav {
  text-align: center;
  position: absolute;
  top: -140px;
  right: 280px;
}
.sec04 .owl-nav .owl-next span {
  background: #f0aa32;
  padding: 0px 25px;
  margin: 10px;
  border: 1px solid #f0aa32;
  border-radius: 50%;
  font-size: 50px;
}
.sec04 .owl-nav .owl-prev span {
  background: transparent;
  padding: 0px 25px;
  margin: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 50px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #000;
  position: absolute;
  top: 13%;
  left: 125px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #000;
  position: absolute;
  top: 13%;
  right: 125px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
/* sec04 */

/* Sec05 */
.sec05 {
  background-image: url("../images/servicessssnew.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 420px 220px;
}
.sec05 h6 {
  color: #edae0c;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.89px; /* 110.498% */
  letter-spacing: 1.989px;
  text-transform: uppercase;
}
.sec05 h2 {
  color: #fff;
  font-family: "DM Sans";
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 109.756% */
  letter-spacing: -2.548px;
}
.sec05 p {
  color: #fff;
  font-family: "DM Sans";
  font-size: 18.785px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.94px; /* 164.706% */
}
.sec05 a.btnyellow {
  text-decoration: none;
  border-radius: 6px;
  background: #edae0c;
  padding: 18px 68.256px 18.9px 68px;
  color: #222626;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.sec05 a.transparent {
  text-decoration: none;
  border-radius: 6px;
  background: transparent;
  padding: 18px 68.256px 18.9px 68px;
  color: #fff;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border: 1px solid #fff;
}
/* Sec05 */

/* Sec06 */
.sec06 {
  padding: 97px 250px;
  position: relative;
}
.sec06 h2 {
  color: #f2f5f5;
  text-align: center;
  font-family: "DM Sans";
  font-size: 170px;
  font-style: normal;
  font-weight: 700;
  line-height: 170px; /* 100% */
}
.sec06 p {
  color: #222626;
  text-align: center;
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.6px; /* 140% */
  letter-spacing: -0.5px;
}
.sec06 p.para1 {
  position: absolute;
  top: 160px;
  left: 380px;
}
.sec06 p.para2 {
  position: absolute;
  top: 160px;
  left: 730px;
}
.sec06 p.para3 {
  position: absolute;
  top: 160px;
  left: 1100px;
}
.sec06 p.para4 {
  position: absolute;
  top: 160px;
  left: 1440px;
}
.sec06 .countersec1::before {
  content: "";
  background-image: url("../images/counterlsectionline.png");
  position: absolute;
  width: 1px;
  height: 110px;
  top: 130px;
  right: 0;
  left: 600px;
  bottom: 0;
  z-index: 1;
}
.sec06 .countersec2::before {
  content: "";
  background-image: url("../images/counterlsectionline.png");
  position: absolute;
  width: 1px;
  height: 110px;
  top: 130px;
  right: 0;
  left: 960px;
  bottom: 0;
  z-index: 1;
}
.sec06 .countersec3::before {
  content: "";
  background-image: url("../images/counterlsectionline.png");
  position: absolute;
  width: 1px;
  height: 110px;
  top: 130px;
  right: 0;
  left: 1300px;
  bottom: 0;
  z-index: 1;
}
/* Sec06 */

/* Sec07 */
.sec07 {
  padding: 0px 225px;
  padding-bottom: 115px;
}
.sec07 h6 {
  color: #edae0c;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.89px; /* 110.498% */
  letter-spacing: 1.989px;
  text-transform: uppercase;
}
.sec07 h2 {
  color: #424242;
  font-family: "DM Sans";
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px; /* 109.756% */
  letter-spacing: -2.548px;
}
/* form */
.form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 500px;
}

.custom-form {
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
  margin-right: 10px;
}

.form-group:last-child {
  margin-right: 0;
}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
textarea,
select {
  width: 100%;
  padding: 18px 25px;
  background-color: #f1f1f1;
  font-size: 14px;
  border-radius: 5px;
  border: 1.234px solid #e8e5e4;
  background: #e7e7e7;
  height: 59px;
}
label {
  color: #424242;
  font-family: Montserrat;
  font-size: 19.749px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.56px; /* 175% */
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 17.28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  color: #424242;
}
/* Placeholder styling for text inputs and textareas */
input::placeholder,
textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 17.28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  color: #424242;
}

/* Styling for select dropdown, date, and time inputs */
select,
input[type="date"],
input[type="time"] {
  font-family: "Poppins", sans-serif;
  font-size: 17.28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  color: #424242;
}

textarea {
  resize: none;
  height: 100px;
}

.full-width {
  width: 100%;
}

.checkbox-group {
  display: flex;
  align-items: center;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
}

.submit-button {
  background-color: #f0aa32;
  border: none;
  padding: 15px;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  transition: background-color 0.3s;
}
button.submit-button {
  width: 182.2px;
  height: 51px;
  color: #222626;
  text-align: center;
  font-family: "DM Sans";
  font-size: 17.569px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.596px;
  text-transform: capitalize;
}

.submit-button:hover {
  background-color: #e09524;
}
/* form */
/* Sec07 */

/* testimonials */
.testi {
  padding: 0px 88px;
  padding-top: 80px;
}

.owl-item.active.center .card {
  background: #1e60aa;
}
.testi .owl-nav {
  display: none;
}

/* mycss */
h6.text-center.test {
  color: #edae0c;
  text-align: center;
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.89px; /* 110.498% */
  letter-spacing: 1.989px;
  text-transform: uppercase;
}

h2.text-center.pb-4.feedback {
  color: #424242;
  text-align: center;
  font-family: "DM Sans";
  font-size: 62.984px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.984px; /* 100% */
  letter-spacing: -1.989px;
}
img.quoteblue.img-fluid {
  width: 8% !important;
  margin: 0 auto;
}
.card {
  border-radius: 10.746px;
  background: #f2f5f5;
  width: 564.174px;
  height: 376.203px;
  padding: 44px !important;
}
p.card-text {
  margin-top: 21px;
  color: #222626;
  font-family: "DM Sans";
  font-size: 17.015px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.286px;
}
.imagetest img {
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.owl-item.active.center .card p {
  color: #fff;
}
.owl-item.active.center .card h5 {
  color: #efb725;
  font-family: "DM Sans";
  font-size: 17.015px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.492px;
}
.owl-item.active.center .card h5 span {
  color: #fff;
  font-family: "DM Sans";
  font-size: 13.433px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.91px; /* 133.333% */
}
.owl-item.active.center .card img.quoteblue {
  content: url("../images/quoteyellow.png");
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  /* .owl-nav {
    display: none;
  } */

  .owl-dots {
    display: none;
  }

  .card {
    background: #f2f5f5;
    /* box-shadow: 0 8px 30px -7px #c9dff0; */
    margin: 0px 5px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    h5 {
      color: #222626;
      font-family: "DM Sans";
      font-size: 17.015px;
      font-style: normal;
      font-weight: 700;
      line-height: 21.492px; /* 126.316% */

      span {
        color: #8d8e8e;
        font-family: "DM Sans";
        font-size: 13.433px;
        font-style: normal;
        font-weight: 400;
        line-height: 17.91px; /* 133.333% */
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 1;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      width: 120px;
    }
  }
}

.owl-carousel {
  .owl-nav button {
    &.owl-next,
    &.owl-prev {
      /* display: none; */
    }
  }

  button.owl-dot {
    /* display: none; */
  }
}
/* testimonials */

/* Footer */
.footer {
  padding: 100px 300px;
  background-image: url("../images/fooetrbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footerimage {
  width: 85%;
}
.footerpara {
  color: #d3d3d3;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
  margin-top: 35px;
}
.footer ul {
  padding: 0 !important;
}
.footer ul li {
  list-style: none;
  padding-top: 20px;
  color: #d3d3d3;
  font-family: "DM Sans", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
  text-transform: capitalize;
}
.footer h6 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  text-transform: capitalize;
}
.footer .left-col {
  position: relative;
  left: 80px !important;
}
.footer-bottom {
  background-color: #edae0c;
}
.footer-bottom p {
  color: #141414;
  text-align: center;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.363px; /* 236.815% */
  text-transform: capitalize;
}
.footer ul li a {
  text-decoration: none;
  color: #d3d3d3 !important;
}

/*====================================================*/
.righ-button button {
  background-color: #fff;
  padding: 18px 68.256px 18.9px 68px;
  border-radius: 6px;
  border: 1px solid #000;
}
.righ-button button a {
  text-decoration: none;
  color: #222626;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}
.righ-button button:hover {
  background-color: #edae0c;
  transition: all 0.4s linear;
  border-color: #edae0c;
}
.righ-button button:hover a {
  color: #fff;
}
.righ-button button:nth-child(1) {
  background-color: #edae0c;
  border: 1px solid #edae0c;
}

/* Media Queries Start Here */
/* Media Query 320 */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* Header */
  .header-width {
    margin: 0px;
    padding: 20px 10px;
  }
  .righ-button {
    /* display: none; */
  }
  .righ-button button {
    padding: 10px 25px 10px 25px;
  }
  img.logo {
    width: 150px;
  }
  li.nav-item {
    padding: 0px;
  }
  /* sec01 */
  .sec01 {
    padding: 0px 10px !important;
    padding-top: 250px !important;
    padding-bottom: 50px !important;
    text-align: center;
  }
  .heading-1 {
    font-size: 45px;
    line-height: 50px;
  }
  .counter {
    padding-top: 20px;
  }
  .paramain {
    font-size: 14px;
  }
  .mainbtn {
    padding: 15px 25px 15px 25px;
  }
  /* sec02 */
  .sec02 {
    padding: 50px 10px !important;
    margin: 0px 10px;
  }
  .fourcolumn {
    margin-bottom: 10px;
    padding: 20px 10px !important;
    width: 100%;
  }
  .fouricon {
    width: 50px;
    height: 50px;
  }
  .fourcolumnheading {
    font-size: 25px;
  }
  .fourcolumnpara {
    font-size: 14px;
    line-height: 20px;
  }
  /* sec03 */
  .sec03 {
    padding: 20px 0px 200px 0px !important;
    text-align: center;
  }
  h5.m-0.abtophead {
    font-size: 18px;
  }
  p.m-0.abtoppara {
    font-size: 14px;
    line-height: 20px;
  }
  .about-top {
    top: -40px;
    left: 0px;
    width: auto;
  }
  .sec03 img.abt-image {
    width: 100%;
  }
  .about-btm {
    bottom: 700px;
    left: unset;
    right: 0px;
    width: auto;
    padding: 10px 18px;
  }
  img.img-fluid.aboutbtmimage {
    width: 100px;
  }
  h5.m-0.abbtmhead {
    font-size: 30px;
  }
  p.m-0.abbtmpara {
    font-size: 18px;
  }
  .sec03 h6 {
    padding-top: 20px;
  }
  .sec03 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec03 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px !important;
  }
  .sec03 a.btnyellow {
    padding: 15px 25px !important;
  }
  .sec03 .cus {
    margin-top: 30px;
  }
  .sec03 a.whitebtn {
    font-size: 15px;
  }
  /* sec04 */
  .sec04 {
    margin-bottom: 0px;
    padding: 120px 0px 50px 0px !important;
    text-align: center;
  }
  .whitebg {
    position: unset;
  }
  img.showerimage {
    right: 5px;
    width: 40%;
  }
  .sec04 h6 {
    margin-left: 0px;
  }
  .sec04 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-left: 0px;
  }
  .sec04 .owl-nav {
    position: unset;
  }
  .whitebg {
    padding: 20px 0px !important;
  }
  .sec04 .owl-nav .owl-prev span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .sec04 .owl-nav .owl-next span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .post-slide {
    height: 450px;
  }
  .post-slide .post-title a {
    font-size: 25px;
  }
  .post-slide .post-description {
    font-size: 14px;
  }
  /* sec05 */
  .sec05 {
    padding: 100px 10px 100px 10px;
    text-align: center;
    margin-top: -20px;
  }
  .sec05 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec05 p {
    font-size: 14px;
    line-height: 25px;
  }
  .sec05 .d-flex.mobile-flex {
    flex-direction: column;
    align-items: center;
  }
  .sec05 a.btnyellow {
    padding: 15px 25px;
    width: 150px;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .sec05 a.transparent {
    padding: 15px 25px;
  }
  /* sec06 */
  .testi {
    padding: 10px !important;
    text-align: center;
  }
  h2.text-center.pb-4.feedback {
    font-size: 35px;
    line-height: 45px;
  }
  .testi .card {
    padding: 20px !important;
    width: 100%;
    height: auto;
  }
  p.card-text {
    font-size: 15px !important;
    margin-top: 12px;
    line-height: 25px;
    margin: 0px !important;
  }
  .card-body .align-items-center {
    justify-content: center !important;
  }
  /* sec07 */
  .sec06 {
    padding: 50px 10px !important;
  }
  .sec06 p.para1 {
    position: absolute;
    left: 20px;
    top: 120px;
    right: 0;
  }
  .sec06 p.para2 {
    position: absolute;
    left: 20px;
    top: 300px;
    right: 0;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 20px;
    top: 470px;
    right: 0;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 20px;
    top: 650px;
    right: 0;
  }
  /* sec08 */
  .sec07 {
    padding: 30px 10px;
    text-align: center;
  }
  .sec07 .pe-5 {
    padding-right: 10px !important;
  }
  .sec07 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec07 .form-row {
    flex-direction: column;
    gap: 12px;
    margin-right: 0px !important;
  }
  .form-group {
    margin-right: 0px !important;
  }
  label {
    font-size: 14px;
    line-height: 25px;
  }
  button.submit-button {
    width: 120px;
    display: table;
    margin: 0 auto;
  }
  .sec07 img.contimage {
    width: 100%;
  }
  /* footer */
  .footer {
    padding: 20px 10px;
  }
  /* AboutPage */
  div#sec3 {
    padding: 20px 0px 20px 0px !important;
  }
  div#sec3 .about-btm {
    bottom: 920px;
  }
}

/* Media Query 768 */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* Header */
  .header-width {
    margin: 0px;
    padding: 20px 10px;
  }
  .righ-button {
    /* display: none; */
  }
  .righ-button button {
    padding: 10px 25px 10px 25px;
  }
  img.logo {
    width: 150px;
  }
  li.nav-item {
    padding: 0px;
  }
  /* sec01 */
  .sec01 {
    padding: 0px 10px !important;
    padding-top: 250px !important;
    padding-bottom: 50px !important;
    text-align: center;
  }
  .heading-1 {
    font-size: 45px;
    line-height: 50px;
  }
  .counter {
    padding-top: 20px;
  }
  .paramain {
    font-size: 14px;
  }
  .mainbtn {
    padding: 15px 25px 15px 25px;
  }
  /* sec02 */
  .sec02 {
    padding: 50px 10px !important;
    margin: 0px 10px;
  }
  .fourcolumn {
    padding: 20px 10px !important;
    width: 48%;
    display: table;
    margin: 9px auto;
  }
  .fouricon {
    width: 50px;
    height: 50px;
  }
  .fourcolumnheading {
    font-size: 25px;
  }
  .fourcolumnpara {
    font-size: 14px;
    line-height: 20px;
  }
  /* sec03 */
  .sec03 {
    padding: 20px 0px 200px 0px !important;
    text-align: center;
  }
  h5.m-0.abtophead {
    font-size: 18px;
  }
  p.m-0.abtoppara {
    font-size: 14px;
    line-height: 20px;
  }
  .about-top {
    top: -40px;
    left: 0px;
    width: auto;
  }
  .sec03 img.abt-image {
    width: 100%;
  }
  .about-btm {
    bottom: 470px;
    left: unset;
    right: 0px;
    width: auto;
    padding: 10px 18px;
  }
  img.img-fluid.aboutbtmimage {
    width: 100px;
  }
  h5.m-0.abbtmhead {
    font-size: 30px;
  }
  p.m-0.abbtmpara {
    font-size: 18px;
  }
  .sec03 h6 {
    padding-top: 20px;
  }
  .sec03 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec03 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px !important;
  }
  .sec03 a.btnyellow {
    padding: 15px 25px !important;
  }
  .sec03 .cus {
    margin-top: -40px;
    margin-left: -90px;
  }
  .sec03 a.whitebtn {
    font-size: 15px;
  }
  /* sec04 */
  .sec04 {
    margin-bottom: 0px;
    padding: 120px 0px 50px 0px !important;
    text-align: center;
  }
  .whitebg {
    position: unset;
  }
  img.showerimage {
    right: 5px;
    width: 40%;
  }
  .sec04 h6 {
    margin-left: 0px;
  }
  .sec04 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-left: 0px;
  }
  .sec04 .owl-nav {
    position: unset;
  }
  .whitebg {
    padding: 20px 0px !important;
  }
  .sec04 .owl-nav .owl-prev span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .sec04 .owl-nav .owl-next span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .post-slide {
    height: 450px;
  }
  .post-slide .post-title a {
    font-size: 25px;
  }
  .post-slide .post-description {
    font-size: 14px;
  }
  /* sec05 */
  .sec05 {
    padding: 100px 10px 100px 10px;
    text-align: center;
    margin-top: -20px;
  }
  .sec05 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec05 p {
    font-size: 14px;
    line-height: 25px;
  }
  .sec05 .d-flex.mobile-flex {
    flex-direction: column;
    align-items: center;
  }
  .sec05 a.btnyellow {
    padding: 15px 25px;
    width: 150px;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .sec05 a.transparent {
    padding: 15px 25px;
  }
  /* sec06 */
  .testi {
    padding: 10px !important;
    text-align: center;
  }
  h2.text-center.pb-4.feedback {
    font-size: 35px;
    line-height: 45px;
  }
  .testi .card {
    padding: 20px !important;
    width: 100%;
    height: auto;
  }
  p.card-text {
    font-size: 15px !important;
    margin-top: 12px;
    line-height: 25px;
    margin: 0px !important;
  }
  .card-body .align-items-center {
    justify-content: center !important;
  }
  .sec06 h2 {
    font-size: 100px;
  }
  /* sec07 */
  .sec06 {
    padding: 50px 10px !important;
  }
  .sec06 p.para1 {
    position: absolute;
    left: 20px;
    top: 120px;
    right: 0;
  }
  .sec06 p.para2 {
    position: absolute;
    left: 20px;
    top: 300px;
    right: 0;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 20px;
    top: 470px;
    right: 0;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 20px;
    top: 650px;
    right: 0;
  }
  .sec06 .countersec1::before {
    top: 80px;
    left: 190px;
  }
  .sec06 p.para1 {
    position: absolute;
    left: -560px;
    top: 120px;
    right: 0px;
    font-size: 20px;
  }
  .sec06 .countersec2::before {
    top: 80px;
    left: 390px;
  }
  .sec06 p.para2 {
    position: absolute;
    left: -180px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 .countersec3::before {
    top: 80px;
    left: 570px;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 190px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 570px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  /* sec08 */
  .sec07 {
    padding: 30px 10px;
    text-align: center;
  }
  .sec07 .pe-5 {
    padding-right: 10px !important;
  }
  .sec07 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec07 .form-row {
    flex-direction: column;
    gap: 12px;
    margin-right: 0px !important;
  }
  .form-group {
    margin-right: 0px !important;
  }
  label {
    font-size: 14px;
    line-height: 25px;
  }
  button.submit-button {
    width: 120px;
    display: table;
    margin: 0 auto;
  }
  .sec07 img.contimage {
    width: 100%;
  }
  /* footer */
  .footer {
    padding: 20px 10px;
  }
  .footer .col-12.col-md-6.col-lg-3.mb-4:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footerimage {
    width: 35%;
  }
  .footer .col-6.col-md-3.col-lg-3.mb-4,
  .col-12.col-md-6.col-lg-3.mb-4 {
    width: 100%;
    text-align: center;
  }
  /* AboutPage */
  div#sec3 {
    padding: 20px 0px 20px 0px !important;
  }
  div#sec3 .about-btm {
    bottom: 520px;
  }
}

/* Media Query 1024 */
@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* Header */
  .header-width {
    margin: 0px;
    padding: 20px 10px;
  }
  .righ-button {
    /* display: none; */
  }
  .righ-button button {
    padding: 10px 25px 10px 25px;
  }
  img.logo {
    width: 150px;
  }
  li.nav-item {
    padding: 0px;
  }
  /* sec01 */
  .sec01 {
    padding: 0px 10px !important;
    padding-top: 250px !important;
    padding-bottom: 50px !important;
    /* text-align: center; */
  }
  .sec01 .c1::before {
    left: 155px;
    bottom: 100px;
  }
  .sec01 .c2::before {
    left: 340px;
    bottom: 100px;
  }
  .heading-1 {
    font-size: 45px;
    line-height: 50px;
  }
  .counter {
    padding-top: 20px;
  }
  .paramain {
    font-size: 14px;
  }
  .mainbtn {
    padding: 15px 25px 15px 25px;
  }
  img.img-fluid.banner01image {
    width: 70%;
  }
  /* sec02 */
  .sec02 {
    padding: 50px 10px !important;
    margin: 0px 10px;
  }
  .fourcolumn {
    margin-bottom: 10px;
    padding: 20px 10px !important;
    width: 24%;
    display: table;
    margin: 10px auto;
  }
  .fourcolumn:hover {
    width: 24%;
  }
  .fouricon {
    width: 50px;
    height: 50px;
  }
  .fourcolumnheading {
    font-size: 25px;
  }
  .fourcolumnpara {
    font-size: 14px;
    line-height: 20px;
  }
  /* sec03 */
  .sec03 {
    padding: 20px 0px 200px 0px !important;
    /* text-align: center; */
  }
  h5.m-0.abtophead {
    font-size: 18px;
  }
  p.m-0.abtoppara {
    font-size: 14px;
    line-height: 20px;
  }
  .about-top {
    top: -40px;
    left: 0px;
    width: auto;
  }
  .sec03 img.abt-image {
    width: 100%;
  }
  .about-btm {
    bottom: 240px;
    left: unset;
    right: 370px;
    width: auto;
    padding: 10px 18px;
  }
  img.img-fluid.aboutbtmimage {
    width: 100px;
  }
  h5.m-0.abbtmhead {
    font-size: 30px;
  }
  p.m-0.abbtmpara {
    font-size: 18px;
  }
  .sec03 h6 {
    padding-top: 20px;
  }
  .sec03 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec03 p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px !important;
  }
  .sec03 a.btnyellow {
    padding: 15px 25px !important;
  }
  .sec03 .cus {
    /* margin-top: -40px;
    margin-left: -90px; */
  }
  .sec03 a.whitebtn {
    font-size: 15px;
  }
  /* sec04 */
  .sec04 {
    margin-bottom: 0px;
    padding: 120px 0px 50px 0px !important;
    /* text-align: center; */
  }
  .whitebg {
    position: unset;
  }
  img.showerimage {
    right: 5px;
    width: 32%;
  }
  .sec04 h6 {
    margin-left: 20px;
  }
  .sec04 h2 {
    font-size: 35px;
    line-height: 45px;
    margin-left: 20px;
  }
  .sec04 .owl-nav {
    position: unset;
  }
  .whitebg {
    padding: 20px 0px !important;
  }
  .sec04 .owl-nav .owl-prev span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .sec04 .owl-nav .owl-next span {
    padding: 0px 16px;
    font-size: 30px;
  }
  .post-slide {
    height: 450px;
  }
  .post-slide .post-title a {
    font-size: 25px;
  }
  .post-slide .post-description {
    font-size: 14px;
  }
  /* sec05 */
  .sec05 {
    padding: 100px 10px 100px 10px;
    text-align: center;
    margin-top: 40px;
    /* background-size: unset; */
  }
  .sec05 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec05 p {
    font-size: 14px;
    line-height: 25px;
  }
  .sec05 .d-flex.mobile-flex {
    flex-direction: column;
    align-items: center;
  }
  .sec05 a.btnyellow {
    padding: 15px 25px;
    width: 150px;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .sec05 a.transparent {
    padding: 15px 25px;
  }
  /* sec06 */
  .testi {
    padding: 10px !important;
    text-align: center;
  }
  h2.text-center.pb-4.feedback {
    font-size: 35px;
    line-height: 45px;
  }
  .testi .card {
    padding: 20px !important;
    width: 95%;
    height: 320px;
  }
  p.card-text {
    font-size: 15px !important;
    margin-top: 12px;
    line-height: 25px;
    margin: 0px !important;
  }
  .card-body .align-items-center {
    justify-content: center !important;
  }
  .sec06 h2 {
    font-size: 100px;
  }
  /* sec07 */
  .sec06 {
    padding: 50px 10px !important;
  }
  .sec06 p.para1 {
    position: absolute;
    left: 20px;
    top: 120px;
    right: 0;
  }
  .sec06 p.para2 {
    position: absolute;
    left: 20px;
    top: 300px;
    right: 0;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 20px;
    top: 470px;
    right: 0;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 20px;
    top: 650px;
    right: 0;
  }
  .sec06 .countersec1::before {
    top: 80px;
    left: 260px;
  }
  .sec06 p.para1 {
    position: absolute;
    left: -740px;
    top: 120px;
    right: 0px;
    font-size: 20px;
  }
  .sec06 .countersec2::before {
    top: 80px;
    left: 520px;
  }
  .sec06 p.para2 {
    position: absolute;
    left: -250px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 .countersec3::before {
    top: 80px;
    left: 760px;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 260px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 750px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  /* sec08 */
  .sec07 {
    padding: 30px 10px;
    /* text-align: center; */
  }
  .sec07 .pe-5 {
    padding-right: 10px !important;
  }
  .sec07 h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .sec07 .form-row {
    /* flex-direction: column;
    gap: 12px;
    margin-right: 0px !important; */
  }
  .form-group {
    /* margin-right: 0px !important; */
  }
  label {
    font-size: 14px;
    line-height: 25px;
  }
  button.submit-button {
    width: 120px;
    display: table;
    margin: 0 auto;
  }
  .sec07 img.contimage {
    width: 100%;
  }
  /* footer */
  .footer {
    padding: 50px 10px 10px 10px;
  }
  /* .footer .col-12.col-md-6.col-lg-3.mb-4:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footerimage {
    width: 35%;
  }
  .footer .col-6.col-md-3.col-lg-3.mb-4,
  .col-12.col-md-6.col-lg-3.mb-4 {
    width: 100%;
    text-align: center;
  } */
  /* AboutPage */
  div#sec3 {
    padding: 20px 0px 20px 0px !important;
  }
  div#sec3 .about-btm {
    bottom: 240px;
  }
}

/* Media Query 1301 */
@media only screen and (min-width: 1301px) and (max-width: 1600px) {
  /* Header */
  .header-width {
    margin: 20px 50px;
    /* padding: 20px 10px; */
  }
  .righ-button {
    /* display: none; */
  }
  .righ-button button {
    padding: 10px 25px 10px 25px;
  }
  img.logo {
    width: 200px;
  }
  li.nav-item {
    padding: 0px;
  }
  /* sec01 */
  .sec01 {
    padding: 0px 70px !important;
    padding-top: 250px !important;
    padding-bottom: 50px !important;
    /* text-align: center; */
  }
  .sec01 .c1::before {
    left: 250px;
    bottom: 130px;
  }
  .sec01 .c2::before {
    left: 450px;
    bottom: 130px;
  }
  .heading-1 {
    font-size: 55px;
    line-height: 65px;
  }
  .counter {
    padding-top: 20px;
  }
  .paramain {
    font-size: 16px;
  }
  .mainbtn {
    padding: 15px 25px 15px 25px;
  }
  img.img-fluid.banner01image {
    width: 70%;
  }
  /* sec02 */
  .sec02 {
    padding: 50px 60px !important;
    margin: 0px 10px;
  }
  .fourcolumn {
    margin-bottom: 10px;
    padding: 20px 10px !important;
    width: 24%;
    display: table;
    margin: 10px auto;
  }
  .fourcolumn:hover {
    width: 24%;
  }
  .fouricon {
    width: 50px;
    height: 50px;
  }
  .fourcolumnheading {
    font-size: 25px;
  }
  .fourcolumnpara {
    font-size: 16px;
    line-height: 20px;
  }
  /* sec03 */
  .sec03 {
    padding: 20px 60px 200px 60px !important;
    /* text-align: center; */
  }
  h5.m-0.abtophead {
    font-size: 18px;
  }
  p.m-0.abtoppara {
    font-size: 16px;
    line-height: 20px;
  }
  .about-top {
    top: -40px;
    left: 0px;
    width: auto;
  }
  .sec03 img.abt-image {
    width: 100%;
  }
  .about-btm {
    bottom: 280px;
    left: unset;
    right: 500px;
    width: auto;
    padding: 10px 18px;
  }
  img.img-fluid.aboutbtmimage {
    width: 100px;
  }
  h5.m-0.abbtmhead {
    font-size: 30px;
  }
  p.m-0.abbtmpara {
    font-size: 18px;
  }
  .sec03 h6 {
    padding-top: 20px;
  }
  .sec03 h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .sec03 p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px !important;
  }
  .sec03 a.btnyellow {
    padding: 15px 25px !important;
  }
  .sec03 .cus {
    /* margin-top: -40px;
    margin-left: -90px; */
  }
  .sec03 a.whitebtn {
    font-size: 16px;
  }
  /* sec04 */
  .sec04 {
    margin-bottom: 0px;
    padding: 120px 0px 50px 0px !important;
    /* text-align: center; */
  }
  .whitebg {
    position: unset;
  }
  img.showerimage {
    right: 5px;
    width: 32%;
  }
  .sec04 h6 {
    margin-left: 20px;
  }
  .sec04 h2 {
    font-size: 45px;
    line-height: 55px;
    margin-left: 20px;
  }
  .sec04 .owl-nav {
    text-align: center;
    position: absolute;
    top: -100px;
    right: 80px;
  }
  .whitebg {
    padding: 20px 0px !important;
  }
  .sec04 .owl-nav .owl-prev span {
    padding: 0px 21px;
    font-size: 40px;
  }
  .sec04 .owl-nav .owl-next span {
    padding: 0px 21px;
    font-size: 40px;
  }
  .post-slide {
    height: 450px;
  }
  .post-slide .post-title a {
    font-size: 35px;
  }
  .post-slide .post-description {
    font-size: 16px;
  }
  /* sec05 */
  .sec05 {
    padding: 200px 100px;
    text-align: center;
    margin-top: 40px;
    /* background-size: unset; */
  }
  .sec05 h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .sec05 p {
    font-size: 16px;
    line-height: 30px;
  }
  .sec05 .d-flex.mobile-flex {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
  }
  .sec05 a.btnyellow {
    padding: 15px 25px;
    width: 150px;
    margin-right: 0px !important;
    margin-bottom: 10px !important;
  }
  .sec05 a.transparent {
    padding: 15px 25px;
  }
  /* sec06 */
  .testi {
    padding: 10px !important;
    text-align: center;
  }
  h2.text-center.pb-4.feedback {
    font-size: 45px;
    line-height: 55px;
  }
  .testi .card {
    padding: 20px !important;
    width: 95%;
    height: 320px;
  }
  p.card-text {
    font-size: 16px !important;
    margin-top: 12px;
    line-height: 25px;
    margin: 0px !important;
  }
  .card-body .align-items-center {
    justify-content: center !important;
  }
  .sec06 h2 {
    font-size: 140px;
  }
  /* sec07 */
  .sec06 {
    padding: 50px 10px !important;
  }
  .sec06 p.para1 {
    position: absolute;
    left: 20px;
    top: 120px;
    right: 0;
  }
  .sec06 p.para2 {
    position: absolute;
    left: 20px;
    top: 300px;
    right: 0;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 20px;
    top: 470px;
    right: 0;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 20px;
    top: 650px;
    right: 0;
  }
  .sec06 .countersec1::before {
    top: 80px;
    left: 330px;
  }
  .sec06 p.para1 {
    position: absolute;
    left: -940px;
    top: 120px;
    right: 0px;
    font-size: 20px;
  }
  .sec06 .countersec2::before {
    top: 80px;
    left: 660px;
  }
  .sec06 p.para2 {
    position: absolute;
    left: -310px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 .countersec3::before {
    top: 80px;
    left: 990px;
  }
  .sec06 p.para3 {
    position: absolute;
    left: 320px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  .sec06 p.para4 {
    position: absolute;
    left: 960px;
    top: 120px;
    right: 0;
    font-size: 20px;
  }
  /* sec08 */
  .sec07 {
    padding: 30px 10px;
    /* text-align: center; */
  }
  .sec07 .pe-5 {
    padding-right: 10px !important;
  }
  .sec07 h2 {
    font-size: 45px;
    line-height: 55px;
  }
  .sec07 .form-row {
    /* flex-direction: column;
    gap: 12px;
    margin-right: 0px !important; */
  }
  .form-group {
    /* margin-right: 0px !important; */
  }
  label {
    font-size: 16px;
    line-height: 25px;
  }
  button.submit-button {
    width: 120px;
    display: table;
    margin: 0 auto;
  }
  .sec07 img.contimage {
    width: 100%;
  }
  /* footer */
  .footer {
    padding: 50px 10px 10px 10px;
  }
  /* .footer .col-12.col-md-6.col-lg-3.mb-4:nth-child(1) {
    width: 100%;
    text-align: center;
  }
  .footerimage {
    width: 35%;
  }
  .footer .col-6.col-md-3.col-lg-3.mb-4,
  .col-12.col-md-6.col-lg-3.mb-4 {
    width: 100%;
    text-align: center;
  } */
  /* AboutPage */
  div#sec3 {
    padding: 20px 60px 20px 60px !important;
  }
  div#sec3 .about-btm {
    bottom: 240px;
  }
}


@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  div#sec3 .about-btm {
    bottom: 370px;
  }
}
